summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04Merge pull request #5659 from aanbar/validation_reset_dataAndrey Andreev1-1/+1
Fix #5605
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT176-513/+513
Update copyright date to 2019
2018-12-31Stop making PDF thumbnails with imagemagickFlorian Pritz3-8/+19
Arch Linux disables PDF support in imagemagick due to security concerns. This results in broken thumbnails for PDF files. By disabling it we just get the normal file list which should be fine too. If necessary this could be extended to be configurable, but I don't think doing that is necessary. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17[ci skip] Add changelog entry for PR #5652Andrey Andreev1-0/+1
2018-12-17[ci skip] Merge pull request #5652 from Khuthaily/patch-1Andrey Andreev1-1/+1
Add px to width and height inline style output of create_captcha()
2018-12-17[ci skip] Add changelog entry for PR #5651Andrey Andreev1-0/+1
2018-12-17[ci skip] Merge pull request #5651 from pawelkg/developAndrey Andreev1-1/+1
Test if cache file is writable before unlink it
2018-11-16[ci skip] Fix #5627Andrey Andreev2-1/+2
2018-11-16[ci skip] Fix #5624Andrey Andreev4-27/+10
2018-09-24Move JSON code to API classFlorian Pritz2-31/+30
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Move etag handling to Main classFlorian Pritz2-26/+26
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Remove unnecessary set of MB encodingFlorian Pritz1-1/+0
There are no more MB related functions used in the application code base so this can go away. It was used by the plain text API which has been removed in v2.0.0. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Remove unused length field when passing upload history to viewFlorian Pritz1-4/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Remove unused mb_str_pad functionFlorian Pritz2-55/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Remove unused even_odd functionFlorian Pritz2-23/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Remove unused get_max_size endpointFlorian Pritz1-7/+0
This should be have been removed in v2.0.0 with the removal of the plain text API. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-19Fix procrunner test_forbid_stderr3.3.0Florian Pritz1-3/+3
Apparently python 3.7 now prints '(null)' instead of 'python', so let's use bash for this test. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-19Update NEWS for 3.3.0Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-11[ci skip] Fix #5590 (add a default error message for FV valid_base64 rule)Andrey Andreev2-0/+2
2018-09-11[ci skip] Fix #5587Andrey Andreev2-1/+5
2018-09-10[ci skip] Merge pull request #5592 from Tusharmalik/developAndrey Andreev1-3/+3
corrected the serial number of 'source/installation/upgrade_319'
2018-09-05[ci skip] Merge pull request #5583 from johndekroon/developAndrey Andreev1-1/+2
Documented undocumented feature
2018-08-29Merge branch 'sebastianrakel-issue-8_docker_sendmail' into devFlorian Pritz4-1/+30
2018-08-29Use msmtp to send mail in docker containerSebastian Rakel4-1/+30
To send mails in the docker container we need to configure php to use a smtp client and provide smtp credentials to the docker container
2018-08-29Change php7-finfo to php7-fileinfoSebastian Rakel1-1/+1
The package was renamed in alpine
2018-08-29Remove package sourceSebastian Rakel1-1/+1
2018-08-22[ci skip] Close #5513Andrey Andreev3-1/+10
2018-08-22[ci skip] Fix #5571Andrey Andreev2-1/+2
2018-08-22[ci skip] Merge pull request #5570 from mfigueroa/patch-1Andrey Andreev1-2/+2
Fix grammar mistakes in cli.rst
2018-08-22[ci skip] Merge pull request #5568 from achraf52/patch-1Andrey Andreev1-1/+1
Corrected wrong "email" library link
2018-08-22[ci skip] Changelog entry for #5545, PR #5563Andrey Andreev2-1/+2
2018-08-22Merge pull request #5563 from it-can/fix5545Andrey Andreev5-6/+8
fix #5545
2018-08-22[ci skip] Fix #5561Andrey Andreev2-16/+19
2018-08-20Update NEWSFlorian Pritz1-0/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-19Add missing finfo dependencyFlorian Pritz3-1/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-19Update docker setupFlorian Pritz2-8/+36
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-12Disable slash escaping when reformating jsonFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-12Make reformat_json more readableFlorian Pritz1-16/+22
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-07fix #5545Michiel Vugteveen5-6/+8
2018-07-26More on #5542Andrey Andreev1-1/+1
2018-07-23Merge branch 'raphaelm-patch-1' into devFlorian Pritz2-4/+21
2018-07-23LDAP: Allow optional filtering of allowed usersRaphael Michel2-3/+13
2018-07-23LDAP: Allow optional binding/authenticationRaphael Michel2-1/+8
2018-07-22[ci skip] Fix #5542Andrey Andreev3-2/+3
2018-07-18Use transaction when adding fileFlorian Pritz1-0/+2
This helps when the upload_path is not writable. Without the transaction we get stale records in the db that then cause errors because the file can't be found. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-07-04Update NEWS3.2.0Florian Pritz1-0/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-28Fix order of c and cast extensionsFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-28Add .go extension for goFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-15[ci skip] Fix #5526Andrey Andreev2-1/+4
2018-06-14Merge tag '3.1.9' of git://github.com/bcit-ci/CodeIgniter into devFlorian Pritz15-16/+127
Signed-off-by: Florian Pritz <bluewind@xinu.at>