summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-06-04refactor cli client checkFlorian Pritz1-4/+6
2011-06-04fix status code for redirect in show_urlFlorian Pritz1-1/+1
2011-06-04simplify do_paste and return correct status codesFlorian Pritz3-10/+7
2011-06-03remove double line endingFlorian Pritz1-1/+0
2011-06-01support .smlFlorian Pritz1-0/+1
2011-05-29fix days on plaintext upload_form viewFlorian Pritz1-1/+1
2011-05-28.slax -> textFlorian Pritz1-0/+1
2011-05-28remove text upload noticeFlorian Pritz1-1/+0
2011-05-28use correct suffixes for sizesFlorian Pritz1-1/+1
2011-05-28display configured age limit on front pageFlorian Pritz3-2/+3
2011-05-18fix missing </p>Florian Pritz1-1/+1
2011-05-18add CDATA to javascriptFlorian Pritz1-0/+2
2011-05-18fix leftover </form>Florian Pritz1-1/+1
2011-05-18add .xsl -> xmlFlorian Pritz1-0/+1
2011-05-16add highlighting for .dtd filesFlorian Pritz1-0/+1
2011-05-16make file_mod->download easier to readFlorian Pritz1-112/+143
2011-04-29add s -> asm aliasFlorian Pritz1-0/+1
2011-04-25Fixed double-space typo.Razican13-56/+56
2011-04-23add pl->perl aliasFlorian Pritz1-1/+2
2011-04-20Visual updates to the welcome_message view file and default error templates. ...Greg Aker4-87/+195
2011-04-20Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorDerek Jones1-0/+6
2011-04-19modified MySQL and MySQLi drivers to address a potential SQL injection attack...Derek Jones1-0/+6
2011-04-19Removed APPPATH.'third_party' from the packages autoloader to negate needless...Greg Aker1-1/+1
2011-04-10use javascript to check file size before uploadingFlorian Pritz1-5/+22
2011-04-10update to CI 2.0.2Florian Pritz17-9/+14
2011-03-21remove file_mod->check_client_version()Florian Pritz2-14/+0
2011-03-15Removed migrations folder, accidentally sneaked in during a bad merge.Phil Sturgeon1-32/+0
2011-03-09Removed migrate controller.Phil Sturgeon1-40/+0
2011-03-09Merged recent Core changes and fixed conflict.Phil Sturgeon7-73/+167