Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 5 | -32/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | c/file: Style changes | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | c/file: remove old comment | Florian Pritz | 1 | -2/+0 | |
It doesn't really apply anymore. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | upload_form: Display everything but forms if not logged in. | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix netrc information on client page. | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add history link to header; fix indentation | Florian Pritz | 1 | -6/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 2 | -5/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | upload_form(): don't require a user | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Don't show delete button when not found | Florian Pritz | 1 | -25/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 3 | -11/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Improve handling of cli clients without account | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | fix missing $username when including header from file_mod | Florian Pritz | 2 | -25/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | declare used class variables | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | do_upload(): fix errors if no file was uploaded | Florian Pritz | 1 | -1/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | remove password from text form | Florian Pritz | 2 | -3/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 3 | -23/+86 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | improve page titles | Florian Pritz | 2 | -5/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | more user changes | Florian Pritz | 5 | -56/+60 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 17 | -68/+280 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add helper script to create split css files | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | update geshi css files | Florian Pritz | 59 | -18/+1161 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | improve start page for cli clients | Florian Pritz | 2 | -4/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Set 404 if a paste doesn't exist | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Remove upload box on UI. | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Disable paste box | Florian Pritz | 3 | -85/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-05 | Disable search indexing | Florian Pritz | 2 | -0/+3 | |
All links will become invalid pretty soon so this just leads to lots of dead links in the bots search index. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-02 | Fix "Unknown ID" typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-03-28 | add scheme highlighting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-03-09 | CSP: allow object-src | Florian Pritz | 1 | -1/+1 | |
Video files won't play without this. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-26 | fix handling of ocaml mimetype | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | move stale file removal to it's own function | Florian Pritz | 1 | -5/+9 | |
This shouldn't be needed and it's also pretty slow. No need to run it with ever cronjob. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | file/cron: make accessible via CLI only | Florian Pritz | 1 | -1/+6 | |
In production environments the cronjob might run quite some time and could be used to overload the server. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | file/cron: close dir handles after use | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | file/cron: clean up stale files | Florian Pritz | 1 | -0/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | Implement CSP for direct file downloads | Florian Pritz | 1 | -0/+3 | |
With this header we tell the browser to ignore javascript, frames and objects which decreases the exploitability of simple html pastes if viewed raw ("<domain>/<id>", without a tailing slash) quite a lot. You can still upload arbitrary files containing javascript code, but the browser will refuse to execute it. References: https://wiki.mozilla.org/Security/CSP/Specification Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | encode special chars in some places | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-18 | check for apache modules in htaccess files | Florian Pritz | 2 | -5/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | define $HOME if it's not defined already | Florian Pritz | 2 | -0/+7 | |
Some scripts might rely on it being defined. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | install.php: rework perl dependency check | Florian Pritz | 2 | -17/+15 | |
It now displays all missing modules at once rather than requiring to be run again. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | INSTALL: fix path to config files | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | install.php: redirect perl errors to stdout | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | bump geshi to 1.0.8.10 | Florian Pritz | 207 | -497/+11171 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-01-25 | strip base64 decoded file of special chars | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-01-25 | allow client to overwrite filename | Florian Pritz | 1 | -1/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-20 | add Text::Markdown to install_helper.pl | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | remove superfluous space | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | uplaod_from: fix feature description for binary files | Florian Pritz | 1 | -1/+1 | |
/ID/plain will work too. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | fix left over mime2extension call and comments | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-18 | only calculate field lengths for cli clients | Florian Pritz | 1 | -5/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |