summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-06-14Add cli user deletionFlorian Pritz2-0/+19
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-14Document cli user/add_userFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-14Refactor user deletion to work without passwordFlorian Pritz1-23/+36
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-12[ci skip] Mark the start of 3.1.10 developmentAndrey Andreev6-4/+25
2018-06-12[ci skip] 3.1.9 releaseAndrey Andreev405-32534/+139083
2018-06-12[ci skip] Prepare 3.1.9 releaseAndrey Andreev9-5/+104
2018-06-12[ci skip] Add a changelog entry for PR #5510Andrey Andreev1-0/+1
2018-06-12Merge pull request #5510 from johndekroon/developAndrey Andreev2-3/+15
Only use the output of idn_to_ascii() if it worked properly
2018-06-04[ci skip] Update upgrade instructions for PR #5512Andrey Andreev1-0/+7
2018-06-04[ci skip] Merge pull request #5512 from gxgpet/developAndrey Andreev1-1/+2
mimes.php: 7z file types changes
2018-06-02Update composer.lockFlorian Pritz1-8/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-02Mention mbstring dependencyFlorian Pritz3-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01Fix overflow of text in upload_formFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01Mention .cast extension on upload_formFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01Update NEWS3.1.1Florian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01service/files: Add missing namespace for Recursive*IteratorFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01file/cron: Fix call to undefined method clean_multipaste_tarballsFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-01[ci skip] Add changelog entry for #5516Andrey Andreev1-0/+1
2018-06-01Merge pull request #5516 from wpyh/patch-1Andrey Andreev1-3/+3
Use Config::base_url() properly
2018-06-01Update NEWS3.1.0Florian Pritz1-0/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-05-19Test result of delete_invitation_keyFlorian Pritz1-6/+10
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-05-19Document invitation key creation/deletion methodsFlorian Pritz1-0/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>