summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-03[ci skip] Update year number in remaining files that were recently deleted fr...Andrey Andreev10-20/+20
2017-01-03[ci skip] Update year to 2017 in user_guide_src/cilexerAndrey Andreev1-3/+3
2017-01-03Update copyright data to 2017Master Yoda167-330/+331
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
2016-12-16Merge pull request #4947 from slax0rr/developAndrey Andreev2-6/+3
2016-12-14[ci skip] Fix a changelog entry typoAndrey Andreev1-1/+1
2016-12-14[ci skip] Deprecate 'allow_get_array', 'standardize_newlines'Andrey Andreev3-6/+32
2016-12-12Fix #4892 - update_batch()Andrey Andreev6-105/+28
2016-12-12Really fix #4937Andrey Andreev1-6/+6
2016-12-12[ci skip] Add changelog entry for PR #4941Andrey Andreev1-0/+1
2016-12-12Merge pull request #4941 from aquilax/fix-pdo-sqlite-order_by-randAndrey Andreev1-1/+1
2016-12-09[ci skip] Fix #4937Andrey Andreev2-13/+7
2016-12-08Merge pull request #4932 from rhynodesigns/patch-1Andrey Andreev1-2/+2
2016-12-01[ci skip] Fix #4928Andrey Andreev2-1/+5
2016-12-01Fix #4844Andrey Andreev2-1/+2
2016-12-01Fix #4927Andrey Andreev2-3/+5
2016-11-29Fix #4923Andrey Andreev4-41/+34
2016-11-23[ci skip] Fix a changelog entry referenceAndrey Andreev1-1/+1
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev4-2/+28
2016-11-23Fix #4917Andrey Andreev3-2/+11
2016-11-22Fix #4916Andrey Andreev2-2/+3
2016-11-21[ci skip] Specify sphinxcontrib-phpdomain 0.1.3.post1 versionAndrey Andreev2-5/+5
2016-11-21[ci skip] Fix a changelog entry linkAndrey Andreev1-1/+1
2016-11-14Fix #4905Andrey Andreev2-32/+9
2016-11-10filebin_helper: Fix tabsReikion1-7/+7
2016-11-10Make sure that return_bytes function returns int valueReikion2-1/+2
2016-11-07Fix #4902Andrey Andreev2-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