summaryrefslogtreecommitdiffstats
path: root/application/models
AgeCommit message (Expand)AuthorFilesLines
2012-08-09rename file_mod to mfileFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz1-1/+1
2012-07-12Store userid in sessionFlorian Pritz1-6/+2
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+15
2012-05-17Move some functions from file_mod to file controllerFlorian Pritz1-207/+7
2012-05-17improve is_cli_client() and use everywhereFlorian Pritz1-1/+1
2012-05-15Ignore etags when displaying HTML pagesFlorian Pritz1-1/+3
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz1-1/+1
2012-05-03add ID/info to display more information about a fileFlorian Pritz1-10/+37
2012-05-01move file link generation from controller to viewFlorian Pritz1-6/+1
2012-05-01move etag handling into handle_etag()Florian Pritz1-27/+23
2012-04-14Make sure we keep the uri flashdataFlorian Pritz1-0/+1
2012-04-14Allow to keep and reclaim uploads without being logged inFlorian Pritz2-3/+38
2012-04-13Hide delete button if user doesn't own the idFlorian Pritz1-1/+1
2012-04-12CSP: add unsafe-inline to style-srcFlorian Pritz1-1/+1
2012-04-11Use phpass for password hashingFlorian Pritz1-2/+5
2012-04-11Fix password verificationFlorian Pritz1-1/+9
2012-04-11Add filesize to history viewFlorian Pritz1-3/+4
2012-04-09muser: decrease cost parameter for cryptFlorian Pritz1-1/+1
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz1-1/+1
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz2-30/+3
2012-04-09muser: fix handling of cli clients without accountFlorian Pritz2-2/+16
2012-04-09Improve handling of cli clients without accountFlorian Pritz1-2/+6
2012-04-09fix missing $username when including header from file_modFlorian Pritz1-24/+27
2012-04-09improve page titlesFlorian Pritz1-1/+1
2012-04-09more user changesFlorian Pritz1-0/+1
2012-04-09start working on usersFlorian Pritz2-27/+81
2012-03-28add scheme highlightingFlorian Pritz1-0/+1
2012-03-09CSP: allow object-srcFlorian Pritz1-1/+1
2012-02-26fix handling of ocaml mimetypeFlorian Pritz1-0/+1
2012-02-19Implement CSP for direct file downloadsFlorian Pritz1-0/+3
2012-02-19encode special chars in some placesFlorian Pritz1-2/+2
2012-02-14bump geshi to 1.0.8.10Florian Pritz1-1/+1
2011-12-18remove superfluous spaceFlorian Pritz1-1/+1
2011-12-18fix left over mime2extension call and commentsFlorian Pritz1-4/+4
2011-12-18factorise mode detectionFlorian Pritz1-8/+36
2011-12-18improve readability of download()Florian Pritz1-13/+17
2011-12-18use the same date for if-modified-since everywhereFlorian Pritz1-2/+1
2011-12-17use perl from PATH and copy markdown.pl to scripts/Florian Pritz1-6/+5
2011-11-18use full path to perl executable when calling mimetypeFlorian Pritz1-1/+1
2011-11-05fix position of commentFlorian Pritz1-1/+3
2011-09-15valid_id: bail early if we can't get the file dataFlorian Pritz1-0/+3
2011-09-15remove unneeded call to filename2extensionFlorian Pritz1-1/+0
2011-09-08fix markdown.pl pathFlorian Pritz1-1/+1
2011-08-15rewrite scripts/mimetype to support ascii with color codesFlorian Pritz1-1/+2
2011-08-15export sane $PATHFlorian Pritz1-0/+1
2011-07-01add ascii highlighting with escape color supportFlorian Pritz1-4/+10
2011-06-23fix copyright yearFlorian Pritz1-1/+1
2011-06-23remove compatibility mimetype generationFlorian Pritz1-2/+2
2011-06-11support simple request ranges for direct downloadsFlorian Pritz1-10/+2