Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-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 | |
2018-07-23 | LDAP: Allow optional binding/authentication | Raphael Michel | 2 | -1/+8 | |
2018-07-18 | Use transaction when adding file | Florian Pritz | 1 | -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-04 | Update NEWS3.2.0 | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-28 | Fix order of c and cast extensions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-28 | Add .go extension for go | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Merge tag '3.1.9' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 15 | -16/+127 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Add cli user deletion | Florian Pritz | 2 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Document cli user/add_user | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Refactor user deletion to work without password | Florian Pritz | 1 | -23/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-12 | [ci skip] 3.1.9 release | Andrey Andreev | 405 | -32534/+139083 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 9 | -5/+104 | |
2018-06-12 | [ci skip] Add a changelog entry for PR #5510 | Andrey Andreev | 1 | -0/+1 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-04 | [ci skip] Update upgrade instructions for PR #5512 | Andrey Andreev | 1 | -0/+7 | |
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-02 | Update composer.lock | Florian Pritz | 1 | -8/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-02 | Mention mbstring dependency | Florian Pritz | 3 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Fix overflow of text in upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Mention .cast extension on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Update NEWS3.1.1 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | service/files: Add missing namespace for Recursive*Iterator | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | file/cron: Fix call to undefined method clean_multipaste_tarballs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | [ci skip] Add changelog entry for #5516 | Andrey Andreev | 1 | -0/+1 | |
2018-06-01 | Merge pull request #5516 from wpyh/patch-1 | Andrey Andreev | 1 | -3/+3 | |
Use Config::base_url() properly | |||||
2018-06-01 | Update NEWS3.1.0 | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-19 | Test result of delete_invitation_key | Florian Pritz | 1 | -6/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-19 | Document invitation key creation/deletion methods | Florian Pritz | 1 | -0/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-18 | Add invitation key deletion | Florian Pritz | 4 | -0/+90 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-18 | Extract invitation key creation to \service\user | Florian Pritz | 2 | -19/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Move cleanup code from controller to \service\files | Florian Pritz | 2 | -95/+101 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Refactor into multiple methods | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Update CLI usage | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove multipaste tarballs | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove database entries without files | Florian Pritz | 1 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/cron: Refactor multipaste tarball clean code into new method | Florian Pritz | 1 | -17/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Add .cast extension for asciinema | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Ddownload_php: Remove @ from fopen call | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |