summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-04Remove left over var_dump()Florian Pritz1-2/+0
2013-09-04Remove unneeded "as" in sql queryFlorian Pritz1-1/+1
2013-09-04Add support for enabling the profilerFlorian Pritz2-0/+7
2013-09-04Replace is_cli_client() with stateful_client where applicableFlorian Pritz3-7/+5
2013-09-04Only store session information for stateful clientsFlorian Pritz2-0/+53
2013-09-04Generalize request_type() to static_storage()Florian Pritz5-13/+17
2013-09-04Set login session data in one goFlorian Pritz2-8/+12
2013-09-04Only renew uri flashdata when needed.Florian Pritz1-1/+1
2013-09-02Autofocus username text box on upload_formTillmann Karras1-1/+1
2013-09-02Disable CSRF checks for CLI requestsFlorian Pritz1-1/+1
2013-09-02Add GET parameter for json outputFlorian Pritz1-0/+6
2013-09-02mfile/delete_id: Remove require_access callFlorian Pritz1-1/+0
2013-09-02claim_id: Fix error when called directly without last_upload dataFlorian Pritz1-0/+7
2013-09-02Replace echo with show_error; misc cleanupFlorian Pritz1-9/+8
2013-09-02Add CSRF protectionFlorian Pritz4-5/+51
2013-09-02Provide json output for api functionsFlorian Pritz10-51/+84