Age | Commit message (Expand) | Author | Files | Lines |
2013-07-18 | Add json support to upload_history | Florian Pritz | 2 | -0/+11 |
2013-07-18 | file/download: output html directly, don't use output class | Florian Pritz | 1 | -3/+6 |
2013-07-18 | Fix missing conversion of timestamps on plaintext upload_history | Florian Pritz | 1 | -1/+1 |
2013-07-16 | Decrease size of footer | Florian Pritz | 2 | -7/+13 |
2013-07-16 | Fixing download links for old versions. | Wes Baker | 1 | -28/+28 |
2013-07-16 | Fix handling of upload_max_age = 0 | Florian Pritz | 2 | -0/+4 |
2013-07-16 | Fix download link for latest version | Andrey Andreev | 1 | -1/+1 |
2013-07-16 | Fix changelog errors | Andrey Andreev | 1 | -2/+2 |
2013-07-15 | Fix typo in example | Florian Pritz | 1 | -1/+1 |
2013-07-15 | data/local/examples: fix .gitignore | Florian Pritz | 2 | -1/+5 |
2013-07-15 | header.inc example: Clarify include position | Florian Pritz | 1 | -1/+1 |
2013-07-15 | header: move #navbar-height below nav | Florian Pritz | 1 | -1/+1 |
2013-07-15 | Add data/local/examples | Florian Pritz | 5 | -0/+11 |
2013-07-15 | Add footer; move contact info to footer | Florian Pritz | 7 | -12/+92 |
2013-07-15 | Fix width of highlit line in code | Florian Pritz | 1 | -2/+2 |
2013-07-15 | Correcting URL for search box. | Wes Baker | 144 | -144/+144 |
2013-07-15 | Rework auto login for cli clients | Florian Pritz | 2 | -32/+51 |
2013-07-15 | user/test_login: Allow clients to test login credentials | Florian Pritz | 2 | -0/+13 |
2013-07-14 | get_upload_id_limits(): return proper default values | Florian Pritz | 1 | -1/+1 |
2013-07-14 | Add sucess alert when saving profile | Florian Pritz | 3 | -4/+23 |
2013-07-14 | profile: reword save button | Florian Pritz | 1 | -1/+1 |
2013-07-14 | reset_password_form: fix wrong button text | Florian Pritz | 1 | -1/+1 |
2013-07-14 | Improve help text for upload id limits | Florian Pritz | 1 | -1/+1 |
2013-07-13 | Switch to bootstrap div form code instead of tables | Florian Pritz | 6 | -69/+109 |
2013-07-13 | profile view: mark update button as primary button | Florian Pritz | 1 | -1/+1 |
2013-07-13 | Add profile and change password links to nav | Florian Pritz | 3 | -4/+21 |
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 6 | -3/+187 |
2013-07-13 | duser: add get_email() | Florian Pritz | 3 | -1/+35 |
2013-07-13 | Handle enter key in lexer dropdown's text input | Florian Pritz | 1 | -0/+6 |
2013-07-12 | c/file: clarify comment | Florian Pritz | 1 | -1/+1 |
2013-07-12 | Add standard name for CSP header | Florian Pritz | 1 | -1/+1 |
2013-07-08 | Fixing a typo in the user guide. | Wes Baker | 139 | -139/+139 |
2013-07-08 | Revert "Updating User Guide for 2.1.4." | Wes Baker | 2 | -8/+3 |
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 147 | -200/+312 |
2013-07-07 | Add .coffee extension mapping | Florian Pritz | 1 | -0/+1 |
2013-07-05 | Added small improvement to the _remove_evil_attributes function | brian978 | 1 | -7/+6 |
2013-06-27 | mfile: Add some more ocaml extension mappings | Florian Pritz | 1 | -0/+3 |
2013-06-23 | c/file: remove unused variable | Florian Pritz | 1 | -1/+0 |
2013-06-23 | duser: add ldap driver to valid_drivers | Florian Pritz | 1 | -1/+1 |
2013-06-23 | c/file: improve upload error handling | Florian Pritz | 1 | -8/+16 |
2013-06-22 | mfile: extension -> lexer mapping; mark some functions public | Florian Pritz | 1 | -4/+20 |
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 25 | -370/+25 |
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 7 | -27/+883 |
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 3 | -1/+17 |
2013-06-08 | mfile/new_id(): rewrite as loop and make min/max parameters | Florian Pritz | 1 | -6/+12 |
2013-06-02 | c/file/do_upload: fix fallback if base64_decode fails | Florian Pritz | 1 | -1/+3 |
2013-05-24 | upload_history: improve display with small width | Florian Pritz | 2 | -1/+7 |
2013-05-24 | upload_history: remove hash | Florian Pritz | 1 | -2/+0 |
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 8 | -5/+106 |
2013-05-23 | Rework javascript inclusion | Florian Pritz | 3 | -6/+29 |