Age | Commit message (Expand) | Author | Files | Lines |
2014-03-02 | Clean up default config comments | Florian Pritz | 2 | -21/+34 |
2014-02-27 | Added a .htaccess file to the application/cache folder for security-in-depths... | Ender Teszla | 1 | -0/+1 |
2014-02-27 | Deleted useless .htaccess file, added missed index.html files. | Ender Teszla | 2 | -1/+10 |
2014-02-23 | user/create_apikey: Use empty comment if unset | Florian Pritz | 1 | -0/+1 |
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 6 | -16/+71 |
2014-02-15 | Work around PHP 5.3 limitation | Florian Pritz | 1 | -3/+5 |
2014-01-24 | client: add gentoo overlay | Florian Pritz | 1 | -0/+1 |
2014-01-21 | Disable automatic code display for SVG files | Florian Pritz | 1 | -1/+0 |
2014-01-10 | let GD itself determine what it can read | Florian Pritz | 1 | -14/+5 |
2013-11-09 | use cache_function() everywhere | Florian Pritz | 2 | -21/+16 |
2013-11-09 | cache file/thumbnail responses | Florian Pritz | 1 | -5/+13 |
2013-11-09 | implement cache_function to easily cache return values of functions | Florian Pritz | 1 | -0/+18 |
2013-10-31 | Fix alignment of date column in plain text view | Florian Pritz | 1 | -1/+3 |
2013-10-22 | Remove unnecessary TODO | Florian Pritz | 1 | -1/+0 |
2013-10-22 | Update CSP header; change order to fix svg display in firefox | Florian Pritz | 1 | -1/+1 |
2013-10-06 | Fix display error when redering markdown | Lukas Epple | 1 | -2/+4 |
2013-09-25 | Align the brand image correctly | Markus Cisler | 1 | -1/+1 |
2013-09-25 | Remove chmod on uploaded files | Florian Pritz | 1 | -2/+0 |
2013-09-25 | Remove whitespaces from upload form textarea | Pierre Schmitz | 1 | -4/+4 |
2013-09-25 | Change upload form layout | Markus Cisler | 1 | -31/+45 |
2013-09-25 | Fix indentation on upload form | Markus Cisler | 1 | -13/+13 |
2013-09-25 | Make tables responsive | Markus Cisler | 4 | -91/+99 |
2013-09-23 | Limit header nav width to content width | Florian Pritz | 1 | -39/+39 |
2013-09-23 | Remove unneeded return statements after show_error | Florian Pritz | 2 | -2/+0 |
2013-09-23 | Implement rangeDownload() as driver and provide sendfile implementations for ... | Pierre Schmitz | 7 | -101/+222 |
2013-09-22 | Add some more file extension -> lexer mappings | Florian Pritz | 1 | -0/+18 |
2013-09-22 | Move user_logged_in check to controller constructor | Florian Pritz | 6 | -13/+6 |
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 1 | -1/+1 |
2013-09-22 | Fix form display errors on small devices | Florian Pritz | 5 | -5/+5 |
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 2 | -89/+87 |
2013-09-22 | fix forms on password reset page | Markus Cisler | 1 | -11/+17 |
2013-09-22 | fix forms on so called medium device desktops | Markus Cisler | 6 | -100/+100 |
2013-09-22 | Fix display issues on upload_form for smaller displays | Florian Pritz | 1 | -4/+6 |
2013-09-22 | Revert upload_history tabs to tabs instead of pills | Florian Pritz | 1 | -1/+1 |
2013-09-22 | Fix modal not showing up | Florian Pritz | 1 | -68/+72 |
2013-09-22 | Make lexer errors full with again | Florian Pritz | 1 | -3/+1 |
2013-09-22 | Fix mess in header.php breaking error pages | Florian Pritz | 1 | -39/+39 |
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 15 | -122/+159 |
2013-09-22 | Add debugging support for email | Florian Pritz | 1 | -0/+7 |
2013-09-22 | duser_db: Remove case sensitive username check | Florian Pritz | 1 | -5/+1 |
2013-09-22 | duser_fluxbb: Replace like with equals | Florian Pritz | 1 | -2/+2 |
2013-09-22 | Use InnoDB for the files table | Pierre Schmitz | 2 | -1/+17 |
2013-09-22 | Add FluxBB authentication driver | Pierre Schmitz | 3 | -1/+59 |
2013-09-16 | Remove executable bits | Florian Pritz | 19 | -0/+0 |
2013-09-16 | Duser: Rework optional functions | Florian Pritz | 3 | -12/+5 |
2013-09-16 | Duser: Add some comments | Florian Pritz | 2 | -0/+14 |
2013-09-16 | Duser_Driver/username_exists: return null if not implemented | Florian Pritz | 1 | -1/+1 |
2013-09-15 | Add default get_email to Duser_Driver | Florian Pritz | 2 | -6/+4 |
2013-09-10 | Add file/get_max_size to csrf whitelist | Florian Pritz | 1 | -0/+1 |
2013-09-08 | user/create_apikey: Add JSON support | Florian Pritz | 1 | -0/+5 |