summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2011-12-17use perl from PATH and copy markdown.pl to scripts/Florian Pritz2-6/+8
2011-12-17remove php code from upload_from.jsFlorian Pritz1-1/+3
2011-12-17move JS of upload_form to separate fileFlorian Pritz1-65/+1
2011-12-17use migrations; automatically set up the databaseFlorian Pritz3-41/+74
2011-12-17add short features description to upload_formFlorian Pritz1-1/+13
2011-11-28Merge commit 'v2.1.0'Florian Pritz3-4/+46
2011-11-18use full path to perl executable when calling mimetypeFlorian Pritz1-1/+1
2011-11-18don't display "latest client" link if there is no clientFlorian Pritz1-1/+1
2011-11-05fix position of commentFlorian Pritz1-1/+3
2011-10-31Fix broken <span> at beginning of highlighted diffFlorian Pritz1-2/+2
2011-10-31fix unified diff highlightingFlorian Pritz1-0/+9
2011-10-27Added long missing Migration documentation.Phil Sturgeon1-3/+2
2011-10-27Fix #537 issue: replace new wav mimetypeBo-Yi Wu1-3/+3
2011-10-01check if file exists before getting mtimeFlorian Pritz1-1/+1
2011-10-01add mtime to url for default.cssFlorian Pritz1-1/+1
2011-09-30add expire header for css files and append mtime to urlFlorian Pritz1-2/+2
2011-09-30highlight complete line; not only line numberFlorian Pritz1-0/+29
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-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 to front pageFlorian Pritz1-2/+3
2011-09-11add upload_history pageFlorian Pritz4-0/+155
2011-09-08fix markdown.pl pathFlorian Pritz1-1/+1
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz6-47/+137
2011-08-21add htaccess filesFlorian Pritz2-0/+2
2011-08-19hide "Latest release" on client page if there is noneFlorian Pritz2-2/+4
2011-08-19move inclusion of file_plaintext/client view to controllerFlorian Pritz2-4/+3
2011-08-19remove old upload snippetsFlorian Pritz1-4/+0
2011-08-19make "contact me" on the main page optionalFlorian Pritz3-2/+5
2011-08-19fix warning if data/client/latest doen't existFlorian Pritz1-1/+3
2011-08-15rewrite scripts/mimetype to support ascii with color codesFlorian Pritz1-1/+2
2011-08-15export sane $PATHFlorian Pritz1-0/+1
2011-08-13Fixed conflicts.Phil Sturgeon1-1/+1
2011-08-10Added application/x-csv as a mime.Phil Sturgeon1-1/+1
2011-08-10Disabled migrations by default.Phil Sturgeon1-1/+1
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones2-1/+44
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones13-56/+56
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones13-56/+56
2011-07-01add ascii highlighting with escape color supportFlorian Pritz1-4/+10
2011-06-23delete: return correct error if ID doesn't existFlorian Pritz1-4/+3
2011-06-23fix copyright yearFlorian Pritz2-2/+2
2011-06-23remove compatibility mimetype generationFlorian Pritz1-2/+2
2011-06-12upload_error: print more precise error messageFlorian Pritz3-3/+12
2011-06-11support simple request ranges for direct downloadsFlorian Pritz2-10/+101
2011-06-11file_mod->download() remove useless checkFlorian Pritz1-1/+1
2011-06-06remove do_paste()Florian Pritz1-42/+0
2011-06-06remove double html_{header,footer} viewsFlorian Pritz2-26/+2
2011-06-06use javascript to allow text pastesFlorian Pritz2-11/+67