Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2018-05-03 | Update asciinema-player to 2.6.1 | Florian Pritz | 2 | -943/+1215 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-01 | [ci skip] Close #5487 | Andrey Andreev | 1 | -1/+1 | |
2018-04-24 | Fix test_like_set_side() unit test (dataProvider wasn't working) | Andrey Andreev | 1 | -2/+2 | |
2018-04-23 | [ci skip] Move changelog entry for PR #5391 from 3.1.8 to 3.1.9 | Andrey Andreev | 1 | -1/+4 | |
Apparently I forgot to cherry-pick the actual change into 3.1-stable | |||||
2018-04-23 | Merge pull request #5391 from mehdibo/fix/url-helper | Andrey Andreev | 1 | -1/+1 | |
Prevent tab hijacking when using the URL helper | |||||
2018-04-23 | [ci skip] Add changelog entry for PR #5471 | Andrey Andreev | 1 | -0/+3 | |
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 2 | -3/+3 | |
The value of limit can be zero | |||||
2018-04-14 | [ci skip] Add changelog entry for #5462 (PR #5464) | Andrey Andreev | 1 | -0/+1 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 2 | -1/+24 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-13 | [ci skip] Rename Spartan to Edge in config/user_agents.php | Andrey Andreev | 1 | -1/+1 | |
#4354 |