summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Update NEWS2.1.1Florian Pritz1-0/+3
2017-05-22Fix markdown rendering not finding ParsedownFlorian Pritz1-1/+1
2017-05-15Fix error handling in MY_Input->post_array()Florian Pritz1-1/+7
2017-05-14Update NEWS2.1.0Florian Pritz1-0/+4
2017-05-12Catch incorrect POST parameters (array vs string)Florian Pritz4-10/+44
2017-05-12Fix uncaught exception in error pageFlorian Pritz1-1/+1
2017-04-18Unify look of client installation instructionsFlorian Pritz1-1/+1
2017-04-18Add FreeBSD client installation instructionsFlorian Pritz1-0/+1
2017-04-18Use === for some equality checksFlorian Pritz2-5/+5
2017-04-06Add filename extensions for some SQL dialectsFlorian Pritz1-0/+5
2017-03-26s/renderer: Extract json reformater methodFlorian Pritz1-16/+28
2017-03-26s/renderer: Pass output_cache in constructorFlorian Pritz2-13/+16
2017-03-26Extract render code into dedicated classFlorian Pritz2-144/+168
2017-03-24Improve error handling in json reformaterFlorian Pritz1-4/+17
2017-03-24Allow alternative colors in alert templateFlorian Pritz1-1/+1
2017-03-22Reformat single-line JSON when renderingFlorian Pritz1-0/+5
2017-03-22Pass file content to lexer via stdinFlorian Pritz1-2/+5
2017-03-03Update NEWS2.0.0Florian Pritz1-0/+5
2017-03-03run-tests.sh: Only use phpdbg when coverage information is gatheredFlorian Pritz1-3/+8
2017-03-03gitignore: Fix path to main.min.jsFlorian Pritz1-1/+1
2017-02-01return_bytes(): Throw exception on unhandled unit typeFlorian Pritz2-3/+13
2017-02-01Test-More: Improve debug outputFlorian Pritz1-5/+14
2017-02-01tests: Expect string instead of intFlorian Pritz1-4/+4
2017-01-31config: Add exmple for database port settingFlorian Pritz1-0/+1
2016-11-10filebin_helper: Fix tabsReikion1-7/+7
2016-11-10Make sure that return_bytes function returns int valueReikion2-1/+2
2016-11-05test_file_upload: Ensure we compare the correct contentdev-2.xFlorian Pritz1-0/+4
2016-11-05tests: Add env variable to disable code coverage collectionFlorian Pritz2-3/+6
2016-11-05Parallelize remaining API testsFlorian Pritz9-420/+532
2016-11-05Parallelize some API testsFlorian Pritz3-137/+190
2016-11-05muser: Rename login_cli_client to login_api_clientFlorian Pritz1-10/+10
2016-11-05Remove API v1 compatability codeFlorian Pritz2-6/+1
2016-11-05API: Drop v1Florian Pritz4-666/+0
2016-11-05Test calling endpoints with unsupported authentication methodFlorian Pritz1-0/+26
2016-11-05MY_Controller: Extract CSRF code into methodFlorian Pritz1-28/+37
2016-11-05api/user/create_apikey: Directly log in with username/pwFlorian Pritz1-0/+9
2016-11-05tests: Fix testing of username/pw with unsupported endpointFlorian Pritz2-8/+8
2016-11-05c/MY_Controller: Extract CSRF protection code into methodFlorian Pritz1-5/+9
2016-11-05c/MY_Controller: Extract database migration code into methodFlorian Pritz1-14/+20
2016-11-05Add do_websumit to CSRF exception listFlorian Pritz1-0/+1
2016-11-05Remove cli client upload handlerFlorian Pritz2-54/+0
2016-11-05c/file: Remove upload detectionFlorian Pritz1-3/+1
2016-11-05c/user: Drop $this->view_dirFlorian Pritz1-17/+15
2016-11-05c/file_default: Drop $this->view_dirFlorian Pritz1-14/+12
2016-11-05Remove cli client CSRF whitelistFlorian Pritz1-12/+0
2016-11-05Rename is_cli_client to is_api_clientFlorian Pritz2-10/+10
2016-11-05Disable cli client login functionFlorian Pritz1-3/+4
2016-11-05Drop plain text error handlingFlorian Pritz2-10/+6
2016-11-05Simplify error page for cli requestsFlorian Pritz1-5/+1
2016-11-05Drop user agent based cli client detectionFlorian Pritz1-7/+0