Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-19 | fix warning if data/client/latest doen't exist | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-15 | rewrite scripts/mimetype to support ascii with color codes | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-15 | export sane $PATH | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-13 | Fixed conflicts. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-10 | Added application/x-csv as a mime. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-10 | Disabled migrations by default. | Phil Sturgeon | 1 | -1/+1 | |
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 2 | -1/+44 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 13 | -56/+56 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 13 | -56/+56 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-01 | add ascii highlighting with escape color support | Florian Pritz | 1 | -4/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-23 | delete: return correct error if ID doesn't exist | Florian Pritz | 1 | -4/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-23 | fix copyright year | Florian Pritz | 2 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-23 | remove compatibility mimetype generation | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-12 | upload_error: print more precise error message | Florian Pritz | 3 | -3/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-11 | support simple request ranges for direct downloads | Florian Pritz | 2 | -10/+101 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-11 | file_mod->download() remove useless check | Florian Pritz | 1 | -1/+1 | |
valid_id() cleans up the database if the file doesn't exists. This code didn't. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-06 | remove do_paste() | Florian Pritz | 1 | -42/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-06 | remove double html_{header,footer} views | Florian Pritz | 2 | -26/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-06 | use javascript to allow text pastes | Florian Pritz | 2 | -11/+67 | |
The javascript converts the content of the textarea to a HTTP POST request and sends the text as a file upload. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-04 | refactor cli client check | Florian Pritz | 1 | -4/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-04 | fix status code for redirect in show_url | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-06-04 | simplify do_paste and return correct status codes | Florian Pritz | 3 | -10/+7 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-06-03 | remove double line ending | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-06-01 | support .sml | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-29 | fix days on plaintext upload_form view | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-28 | .slax -> text | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-28 | remove text upload notice | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-28 | use correct suffixes for sizes | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-28 | display configured age limit on front page | Florian Pritz | 3 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-20 | modified the 'use_set_names' variable in the MySQL/i drivers to be a class ↵ | Derek Jones | 1 | -1/+2 | |
property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files | |||||
2011-05-18 | fix missing </p> | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-18 | add CDATA to javascript | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-18 | fix leftover </form> | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-18 | add .xsl -> xml | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-16 | add highlighting for .dtd files | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-16 | make file_mod->download easier to read | Florian Pritz | 1 | -112/+143 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-05-08 | Merged tip. | Phil Sturgeon | 17 | -144/+258 | |
2011-05-04 | Fixed conflict with migrations merge. | Phil Sturgeon | 1 | -0/+42 | |
2011-05-04 | Added Migration class and language file. | Phil Sturgeon | 1 | -1/+5 | |
2011-04-29 | add s -> asm alias | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-04-25 | Fixed double-space typo. | Razican | 13 | -56/+56 | |
2011-04-23 | add pl->perl alias | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-04-20 | Visual updates to the welcome_message view file and default error templates. ↵ | Greg Aker | 4 | -87/+195 | |
Thanks to danijelb for the pull request. | |||||
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 ↵ | Derek Jones | 1 | -0/+6 | |
attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) | |||||
2011-04-19 | Removed APPPATH.'third_party' from the packages autoloader to negate ↵ | Greg Aker | 1 | -1/+1 | |
needless file stats if no packages exist or if the developer does not load any other packages by default. | |||||
2011-04-10 | use javascript to check file size before uploading | Florian Pritz | 1 | -5/+22 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-04-10 | update to CI 2.0.2 | Florian Pritz | 17 | -9/+14 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-03-21 | remove file_mod->check_client_version() | Florian Pritz | 2 | -14/+0 | |
The interfaces shouldn't change anymore. Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-03-15 | Removed migrations folder, accidentally sneaked in during a bad merge. | Phil Sturgeon | 1 | -32/+0 | |