summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2014-02-23user/create_apikey: Use empty comment if unsetFlorian Pritz1-0/+1
2014-02-21Implement multiple access levels for api keysFlorian Pritz6-16/+71
2014-02-15Work around PHP 5.3 limitationFlorian Pritz1-3/+5
2014-01-24client: add gentoo overlayFlorian Pritz1-0/+1
2014-01-21Disable automatic code display for SVG filesFlorian Pritz1-1/+0
2014-01-10let GD itself determine what it can readFlorian Pritz1-14/+5
2013-11-09use cache_function() everywhereFlorian Pritz2-21/+16
2013-11-09cache file/thumbnail responsesFlorian Pritz1-5/+13
2013-11-09implement cache_function to easily cache return values of functionsFlorian Pritz1-0/+18
2013-10-31Fix alignment of date column in plain text viewFlorian Pritz1-1/+3
2013-10-22Remove unnecessary TODOFlorian Pritz1-1/+0
2013-10-22Update CSP header; change order to fix svg display in firefoxFlorian Pritz1-1/+1
2013-10-06Fix display error when redering markdownLukas Epple1-2/+4
2013-09-25Align the brand image correctlyMarkus Cisler1-1/+1
2013-09-25Remove chmod on uploaded filesFlorian Pritz1-2/+0
2013-09-25Remove whitespaces from upload form textareaPierre Schmitz1-4/+4
2013-09-25Change upload form layoutMarkus Cisler1-31/+45
2013-09-25Fix indentation on upload formMarkus Cisler1-13/+13
2013-09-25Make tables responsiveMarkus Cisler4-91/+99
2013-09-23Limit header nav width to content widthFlorian Pritz1-39/+39
2013-09-23Remove unneeded return statements after show_errorFlorian Pritz2-2/+0
2013-09-23Implement rangeDownload() as driver and provide sendfile implementations for ...Pierre Schmitz7-101/+222
2013-09-22Add some more file extension -> lexer mappingsFlorian Pritz1-0/+18
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz6-13/+6
2013-09-22Fix autoresizing of textarea on upload_formFlorian Pritz1-1/+1
2013-09-22Fix form display errors on small devicesFlorian Pritz5-5/+5
2013-09-22fix paste view on mobile devicesMarkus Cisler2-89/+87
2013-09-22fix forms on password reset pageMarkus Cisler1-11/+17
2013-09-22fix forms on so called medium device desktopsMarkus Cisler6-100/+100
2013-09-22Fix display issues on upload_form for smaller displaysFlorian Pritz1-4/+6
2013-09-22Revert upload_history tabs to tabs instead of pillsFlorian Pritz1-1/+1
2013-09-22Fix modal not showing upFlorian Pritz1-68/+72
2013-09-22Make lexer errors full with againFlorian Pritz1-3/+1
2013-09-22Fix mess in header.php breaking error pagesFlorian Pritz1-39/+39
2013-09-22almost migrated to bootstrap3Markus Cisler15-122/+159
2013-09-22Add debugging support for emailFlorian Pritz1-0/+7
2013-09-22duser_db: Remove case sensitive username checkFlorian Pritz1-5/+1
2013-09-22duser_fluxbb: Replace like with equalsFlorian Pritz1-2/+2
2013-09-22Use InnoDB for the files tablePierre Schmitz2-1/+17
2013-09-22Add FluxBB authentication driverPierre Schmitz3-1/+59
2013-09-16Remove executable bitsFlorian Pritz19-0/+0
2013-09-16Duser: Rework optional functionsFlorian Pritz3-12/+5
2013-09-16Duser: Add some commentsFlorian Pritz2-0/+14
2013-09-16Duser_Driver/username_exists: return null if not implementedFlorian Pritz1-1/+1
2013-09-15Add default get_email to Duser_DriverFlorian Pritz2-6/+4
2013-09-10Add file/get_max_size to csrf whitelistFlorian Pritz1-0/+1
2013-09-08user/create_apikey: Add JSON supportFlorian Pritz1-0/+5
2013-09-05Disable CSRF for cli clients on user/create_apikeyFlorian Pritz1-0/+1
2013-09-05Update jquery to 2.0.3Florian Pritz1-1/+1
2013-09-04Fix off-by-one error in random_alphanum()Florian Pritz1-1/+1