Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -1/+5 |
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 | update NEWS | Florian Pritz | 1 | -0/+3 |
2013-09-25 | Merge branch 'working' | Florian Pritz | 195 | -1373/+1067 |
2013-09-25 | Change upload form layout | Markus Cisler | 2 | -35/+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 | Merge branch 'working-split/bootstrap3' into working | Florian Pritz | 27 | -1136/+601 |
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 2 | -4/+4 |
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 | 3 | -89/+107 |
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 footer height | Florian Pritz | 1 | -2/+3 |
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 jumpy buttons on highlight page caused by tooltip | Florian Pritz | 1 | -1/+2 |
2013-09-22 | Fix navigation and footer css; css cleanup | Florian Pritz | 1 | -19/+21 |
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 | 25 | -1009/+442 |
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 | Merge tag '2.1.4' | Florian Pritz | 5 | -11/+10 |
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 | 150 | -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 |
2013-09-05 | Disable CSRF for cli clients on user/create_apikey | Florian Pritz | 1 | -0/+1 |
2013-09-05 | Update jquery to 2.0.3 | Florian Pritz | 5 | -7/+8837 |
2013-09-04 | Fix off-by-one error in random_alphanum() | Florian Pritz | 1 | -1/+1 |
2013-09-04 | Remove left over var_dump() | Florian Pritz | 1 | -2/+0 |
2013-09-04 | Remove unneeded "as" in sql query | Florian Pritz | 1 | -1/+1 |
2013-09-04 | Add support for enabling the profiler | Florian Pritz | 2 | -0/+7 |