Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-28 | NEWS: Mention CI 3.1.10 update | Florian Pritz | 1 | -0/+1 | |
2019-01-28 | Merge tag '3.1.10' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 176 | -576/+583 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-01-16 | [ci skip] 3.1.10 release | Andrey Andreev | 512 | -43489/+139636 | |
2019-01-16 | [ci skip] Prepare for 3.1.10 release | Andrey Andreev | 4 | -6/+9 | |
2019-01-15 | Merge pull request #5676 from albertleao/albertleao-patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added mobile google bot to user agents | |||||
2019-01-08 | [ci skip] Close #5482 | Andrey Andreev | 4 | -7/+32 | |
2019-01-04 | Merge pull request #5661 from sapics/travis-add-php7.3 | Andrey Andreev | 1 | -0/+3 | |
Add PHP 7.3 tests on Travis | |||||
2019-01-04 | [ci skip] Add changelog entry for PR #5659 | Andrey Andreev | 1 | -0/+1 | |
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 176 | -513/+513 | |
Update copyright date to 2019 | |||||
2018-12-31 | Stop making PDF thumbnails with imagemagick | Florian Pritz | 3 | -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 #5652 | Andrey Andreev | 1 | -0/+1 | |
2018-12-17 | [ci skip] Merge pull request #5652 from Khuthaily/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Add px to width and height inline style output of create_captcha() | |||||
2018-12-17 | [ci skip] Add changelog entry for PR #5651 | Andrey Andreev | 1 | -0/+1 | |
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-11-16 | [ci skip] Fix #5627 | Andrey Andreev | 2 | -1/+2 | |
2018-11-16 | [ci skip] Fix #5624 | Andrey Andreev | 4 | -27/+10 | |
2018-09-24 | Move JSON code to API class | Florian Pritz | 2 | -31/+30 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Move etag handling to Main class | Florian Pritz | 2 | -26/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unnecessary set of MB encoding | Florian Pritz | 1 | -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-24 | Remove unused length field when passing upload history to view | Florian Pritz | 1 | -4/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused mb_str_pad function | Florian Pritz | 2 | -55/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused even_odd function | Florian Pritz | 2 | -23/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused get_max_size endpoint | Florian Pritz | 1 | -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-19 | Fix procrunner test_forbid_stderr3.3.0 | Florian Pritz | 1 | -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-19 | Update NEWS for 3.3.0 | Florian Pritz | 1 | -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 Andreev | 2 | -0/+2 | |
2018-09-11 | [ci skip] Fix #5587 | Andrey Andreev | 2 | -1/+5 | |
2018-09-10 | [ci skip] Merge pull request #5592 from Tusharmalik/develop | Andrey Andreev | 1 | -3/+3 | |
corrected the serial number of 'source/installation/upgrade_319' | |||||
2018-09-05 | [ci skip] Merge pull request #5583 from johndekroon/develop | Andrey Andreev | 1 | -1/+2 | |
Documented undocumented feature | |||||
2018-08-29 | Merge branch 'sebastianrakel-issue-8_docker_sendmail' into dev | Florian Pritz | 4 | -1/+30 | |
2018-08-29 | Use msmtp to send mail in docker container | Sebastian Rakel | 4 | -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-29 | Change php7-finfo to php7-fileinfo | Sebastian Rakel | 1 | -1/+1 | |
The package was renamed in alpine | |||||
2018-08-29 | Remove package source | Sebastian Rakel | 1 | -1/+1 | |
2018-08-22 | [ci skip] Close #5513 | Andrey Andreev | 3 | -1/+10 | |
2018-08-22 | [ci skip] Fix #5571 | Andrey Andreev | 2 | -1/+2 | |
2018-08-22 | [ci skip] Merge pull request #5570 from mfigueroa/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Fix grammar mistakes in cli.rst | |||||
2018-08-22 | [ci skip] Merge pull request #5568 from achraf52/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Corrected wrong "email" library link | |||||
2018-08-22 | [ci skip] Changelog entry for #5545, PR #5563 | Andrey Andreev | 2 | -1/+2 | |
2018-08-22 | Merge pull request #5563 from it-can/fix5545 | Andrey Andreev | 5 | -6/+8 | |
fix #5545 | |||||
2018-08-22 | [ci skip] Fix #5561 | Andrey Andreev | 2 | -16/+19 | |
2018-08-20 | Update NEWS | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-19 | Add missing finfo dependency | Florian Pritz | 3 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-19 | Update docker setup | Florian Pritz | 2 | -8/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-12 | Disable slash escaping when reformating json | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-12 | Make reformat_json more readable | Florian Pritz | 1 | -16/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-07 | fix #5545 | Michiel Vugteveen | 5 | -6/+8 | |
2018-07-26 | More on #5542 | Andrey Andreev | 1 | -1/+1 | |
2018-07-23 | Merge branch 'raphaelm-patch-1' into dev | Florian Pritz | 2 | -4/+21 | |
2018-07-23 | LDAP: Allow optional filtering of allowed users | Raphael Michel | 2 | -3/+13 | |