summaryrefslogtreecommitdiffstats
path: root/application/controllers
AgeCommit message (Expand)AuthorFilesLines
2012-04-09c/file: Style changesFlorian Pritz1-1/+3
2012-04-09c/file: remove old commentFlorian Pritz1-2/+0
2012-04-09Redirect to / if log in successfulFlorian Pritz1-4/+1
2012-04-09upload_form(): don't require a userFlorian Pritz1-2/+0
2012-04-09muser: fix handling of cli clients without accountFlorian Pritz1-9/+2
2012-04-09declare used class variablesFlorian Pritz1-0/+3
2012-04-09do_upload(): fix errors if no file was uploadedFlorian Pritz1-1/+6
2012-04-09Revert "Disable paste box"Florian Pritz1-1/+2
2012-04-09improve page titlesFlorian Pritz1-4/+5
2012-04-09more user changesFlorian Pritz2-47/+43
2012-04-09start working on usersFlorian Pritz2-18/+113
2012-04-09Set 404 if a paste doesn't existFlorian Pritz1-0/+1
2012-04-09Disable paste boxFlorian Pritz1-2/+1
2012-04-02Fix "Unknown ID" typoFlorian Pritz1-1/+1
2012-02-19move stale file removal to it's own functionFlorian Pritz1-5/+9
2012-02-19file/cron: make accessible via CLI onlyFlorian Pritz1-1/+6
2012-02-19file/cron: close dir handles after useFlorian Pritz1-0/+3
2012-02-19file/cron: clean up stale filesFlorian Pritz1-0/+33
2012-01-25strip base64 decoded file of special charsFlorian Pritz1-1/+1
2012-01-25allow client to overwrite filenameFlorian Pritz1-1/+12
2011-12-18only calculate field lengths for cli clientsFlorian Pritz1-5/+7
2011-12-18remove parameter of client()Florian Pritz1-4/+4
2011-12-18display more information on delete_formFlorian Pritz1-0/+6
2011-12-17use perl from PATH and copy markdown.pl to scripts/Florian Pritz1-0/+3
2011-12-17use migrations; automatically set up the databaseFlorian Pritz1-0/+6
2011-11-18don't display "latest client" link if there is no clientFlorian Pritz1-1/+1
2011-09-15remove leftover codeFlorian Pritz1-2/+0
2011-09-13fix undefined variables in upload_form when using a cli clientFlorian Pritz1-4/+11
2011-09-11properly initialize $lengths arrayFlorian Pritz1-5/+6
2011-09-11add upload_history pageFlorian Pritz1-0/+48
2011-08-19hide "Latest release" on client page if there is noneFlorian Pritz1-1/+3
2011-08-19move inclusion of file_plaintext/client view to controllerFlorian Pritz1-2/+3
2011-08-19make "contact me" on the main page optionalFlorian Pritz1-0/+1
2011-08-19fix warning if data/client/latest doen't existFlorian Pritz1-1/+3
2011-06-23delete: return correct error if ID doesn't existFlorian Pritz1-4/+3
2011-06-23fix copyright yearFlorian Pritz1-1/+1
2011-06-12upload_error: print more precise error messageFlorian Pritz1-1/+10
2011-06-06remove do_paste()Florian Pritz1-42/+0
2011-06-06use javascript to allow text pastesFlorian Pritz1-0/+6
2011-06-04refactor cli client checkFlorian Pritz1-4/+6
2011-06-04simplify do_paste and return correct status codesFlorian Pritz1-7/+4
2011-05-28display configured age limit on front pageFlorian Pritz1-0/+1
2011-04-10update to CI 2.0.2Florian Pritz1-0/+0
2011-03-21remove file_mod->check_client_version()Florian Pritz1-3/+0
2011-02-15add missing message to delete()Florian Pritz1-0/+3
2011-02-15fix missing urls in upload_formFlorian Pritz1-0/+2
2011-02-15rework cli_client supportFlorian Pritz1-39/+32
2011-02-02fix bug when using client to downloadFlorian Pritz1-4/+4
2011-01-28update to CI 2.0Florian Pritz2-0/+242