summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2017-09-21Tests: Use is instead of ok for improved debug outputFlorian Pritz1-2/+2
2017-09-18Automatically set baseurl for testsFlorian Pritz1-0/+4
2017-09-18Fix download driver for CI3Florian Pritz1-1/+1
2017-09-18Migrate return code checks for CI3Florian Pritz6-15/+15
2017-09-18Fix customautoloader class nameFlorian Pritz1-1/+1
2017-09-18Remove secondary controller for CLI usage outputFlorian Pritz3-13/+17
2017-09-18Fix some routesFlorian Pritz1-3/+3
2017-09-18Remove unsupported secondary controllerFlorian Pritz3-31/+35
2017-09-16Remove old error templateFlorian Pritz1-11/+0
2017-09-16Update negativ return check of session userdata for CI3Florian Pritz2-3/+3
2017-09-16Update ci_session table for CI3Florian Pritz2-1/+43
2017-09-09WIP: CI3 migrationFlorian Pritz15-11/+10
2017-09-09Merge tag '3.1.5' into dev-ci3Florian Pritz44-520/+1169
2017-08-15tools/update_database: Output status after upgradeFlorian Pritz1-1/+10
2017-07-11Test inserting bigint values in DBFlorian Pritz1-0/+38
2017-07-11Merge branch 'bugfix/filesizeType' of https://github.com/hashworks/filebin in...Florian Pritz2-1/+52
2017-07-11Actually update filesize with update_file_metadatahashworks1-1/+4
2017-07-10Fix chunk update for filesizeshashworks1-1/+2
2017-07-10Update filesizes after changing filesize db typehashworks1-0/+23
2017-07-10Use bigint for filesize in databasehashworks2-1/+28
2017-07-04API: Update version to 2.1.1Florian Pritz1-1/+1
2017-07-04API: Fix return type of empty values in file/deleteFlorian Pritz2-1/+20
2017-07-04Create function for ensuring that json keys contain objectsFlorian Pritz2-5/+10
2017-07-04API: Fix return type of empty values in file/historyFlorian Pritz4-3/+24
2017-07-03[ci skip] Drop application/cache/.htaccess; close #5169Andrey Andreev1-6/+0
2017-06-17Fix broken lineendings when rendering ascii colorsFlorian Pritz1-1/+1
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-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-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-12-14[ci skip] Deprecate 'allow_get_array', 'standardize_newlines'Andrey Andreev1-6/+16
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-05Parallelize remaining API testsFlorian Pritz9-420/+532