Age | Commit message (Expand) | Author | Files | Lines |
2011-09-11 | properly initialize $lengths array | Florian Pritz | 1 | -5/+6 |
2011-09-11 | add upload_history to front page | Florian Pritz | 1 | -2/+3 |
2011-09-11 | add upload_history page | Florian Pritz | 4 | -0/+155 |
2011-09-08 | fix markdown.pl path | Florian Pritz | 1 | -1/+1 |
2011-08-21 | Merge commit 'v2.0.3' into working | Florian Pritz | 6 | -47/+137 |
2011-08-21 | add htaccess files | Florian Pritz | 2 | -0/+2 |
2011-08-19 | hide "Latest release" on client page if there is none | Florian Pritz | 2 | -2/+4 |
2011-08-19 | move inclusion of file_plaintext/client view to controller | Florian Pritz | 2 | -4/+3 |
2011-08-19 | remove old upload snippets | Florian Pritz | 1 | -4/+0 |
2011-08-19 | make "contact me" on the main page optional | Florian Pritz | 3 | -2/+5 |
2011-08-19 | fix warning if data/client/latest doen't exist | Florian Pritz | 1 | -1/+3 |
2011-08-15 | rewrite scripts/mimetype to support ascii with color codes | Florian Pritz | 1 | -1/+2 |
2011-08-15 | export sane $PATH | Florian Pritz | 1 | -0/+1 |
2011-08-13 | Fixed conflicts. | Phil Sturgeon | 1 | -1/+1 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 13 | -56/+56 |
2011-07-01 | add ascii highlighting with escape color support | Florian Pritz | 1 | -4/+10 |
2011-06-23 | delete: return correct error if ID doesn't exist | Florian Pritz | 1 | -4/+3 |
2011-06-23 | fix copyright year | Florian Pritz | 2 | -2/+2 |
2011-06-23 | remove compatibility mimetype generation | Florian Pritz | 1 | -2/+2 |
2011-06-12 | upload_error: print more precise error message | Florian Pritz | 3 | -3/+12 |
2011-06-11 | support simple request ranges for direct downloads | Florian Pritz | 2 | -10/+101 |
2011-06-11 | file_mod->download() remove useless check | Florian Pritz | 1 | -1/+1 |
2011-06-06 | remove do_paste() | Florian Pritz | 1 | -42/+0 |
2011-06-06 | remove double html_{header,footer} views | Florian Pritz | 2 | -26/+2 |
2011-06-06 | use javascript to allow text pastes | Florian Pritz | 2 | -11/+67 |
2011-06-04 | refactor cli client check | Florian Pritz | 1 | -4/+6 |
2011-06-04 | fix status code for redirect in show_url | Florian Pritz | 1 | -1/+1 |
2011-06-04 | simplify do_paste and return correct status codes | Florian Pritz | 3 | -10/+7 |
2011-06-03 | remove double line ending | Florian Pritz | 1 | -1/+0 |
2011-06-01 | support .sml | Florian Pritz | 1 | -0/+1 |
2011-05-29 | fix days on plaintext upload_form view | Florian Pritz | 1 | -1/+1 |
2011-05-28 | .slax -> text | Florian Pritz | 1 | -0/+1 |
2011-05-28 | remove text upload notice | Florian Pritz | 1 | -1/+0 |
2011-05-28 | use correct suffixes for sizes | Florian Pritz | 1 | -1/+1 |
2011-05-28 | display configured age limit on front page | Florian Pritz | 3 | -2/+3 |
2011-05-18 | fix missing </p> | Florian Pritz | 1 | -1/+1 |
2011-05-18 | add CDATA to javascript | Florian Pritz | 1 | -0/+2 |
2011-05-18 | fix leftover </form> | Florian Pritz | 1 | -1/+1 |
2011-05-18 | add .xsl -> xml | Florian Pritz | 1 | -0/+1 |
2011-05-16 | add highlighting for .dtd files | Florian Pritz | 1 | -0/+1 |
2011-05-16 | make file_mod->download easier to read | Florian Pritz | 1 | -112/+143 |
2011-04-29 | add s -> asm alias | Florian Pritz | 1 | -0/+1 |
2011-04-25 | Fixed double-space typo. | Razican | 13 | -56/+56 |
2011-04-23 | add pl->perl alias | Florian Pritz | 1 | -1/+2 |
2011-04-20 | Visual updates to the welcome_message view file and default error templates. ... | Greg Aker | 4 | -87/+195 |
2011-04-20 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Derek Jones | 1 | -0/+6 |
2011-04-19 | modified MySQL and MySQLi drivers to address a potential SQL injection attack... | Derek Jones | 1 | -0/+6 |
2011-04-19 | Removed APPPATH.'third_party' from the packages autoloader to negate needless... | Greg Aker | 1 | -1/+1 |
2011-04-10 | use javascript to check file size before uploading | Florian Pritz | 1 | -5/+22 |
2011-04-10 | update to CI 2.0.2 | Florian Pritz | 17 | -9/+14 |