summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-092-26/+26
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+2
| |/ / |/| |
* | | Merge pull request #27336 from nextcloud/backport/27329/stable21Morris Jobke2021-06-071-0/+5
|\ \ \ | | | | | | | | [stable21] Propagate throttling on OCS response
| * | | Propagate throttling on OCS responseLukas Reschke2021-06-011-0/+5
| |/ / | | | | | | | | | | | | | | | The BaseResponse converter did not take over any throttling state from the DataResponse. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #27359 from nextcloud/backport/27354/stable21Morris Jobke2021-06-071-6/+2
|\ \ \ | | | | | | | | [stable21] Escape filename in Content-Disposition
| * | | Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
| |/ / | | | | | | | | | | | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-072-0/+2
| | |
* | | Merge pull request #27333 from nextcloud/backport/27328/stable21John Molakvoæ2021-06-061-0/+12
|\ \ \ | | | | | | | | [stable21] emit UserLoggedInEvent on apache auth
| * | | emit UserLoggedInEvent on apache authArthur Schiwon2021-06-011-0/+12
| |/ / | | | | | | | | | | | | | | | - post_login OC_Hook is barely used or listened to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-062-0/+2
| | |
* | | Set umask before operations that create local filesRobin Appelman2021-06-041-4/+16
| | | | | | | | | | | | | | | | | | this solves issues where "other php stuff" is messing with the umask Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27347 from nextcloud/backport/27053/stable21Joas Schilling2021-06-041-3/+2
|\ \ \ | | | | | | | | [stable21] Don't throw when comments is disabled
| * | | Don't throw when comments is disabledJoas Schilling2021-06-021-3/+2
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #27334 from nextcloud/backport/25770/stable21Joas Schilling2021-06-041-26/+6
|\ \ \ | | | | | | | | [stable21] Don't allow executing cli if cache backend is unavailable
| * | | Don't allow executing cli if cache backend is unavailableRichard Steinmetz2021-06-011-26/+6
| |/ / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-0412-56/+78
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-0354-110/+112
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-05-312-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-302-2/+2
| |
* | Use noreply@ as email address for share emailsMorris Jobke2021-05-281-1/+1
| | | | | | | | | | | | | | | | Fixes #26683 Before it used the instance name, which a) doesn't make sense to randomly guess email addresses and b) could contain characters that are not allowed in email addresses like spaces. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #27121 from nextcloud/backport/27117/stable21kesselb2021-05-261-7/+17
|\ \ | | | | | | [stable21] Add DB exception '@throws' tag to QBMapper PHPDoc
| * | Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | improve type handling of Avatar::generateAvatarFromSvRobin Appelman2021-05-261-2/+3
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / [tx-robot] updated from transifexNextcloud bot2021-05-264-6/+18
|/
* Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-251-0/+1
| | | | | | | When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions. Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit. Signed-off-by: Florent <florent@coppint.com>
* [tx-robot] updated from transifexNextcloud bot2021-05-2510-8/+46
|
* [tx-robot] updated from transifexNextcloud bot2021-05-234-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2021-05-2212-2/+74
|
* typodartcafe2021-05-211-1/+1
| | | | Signed-off-by: dartcafe <github@dartcafe.de>
* fix #25813dartcafe2021-05-211-1/+1
| | | | Signed-off-by: dartcafe <github@dartcafe.de>
* [tx-robot] updated from transifexNextcloud bot2021-05-21132-752/+720
|
* Fix log error when creating files from an empty templateJulius Härtl2021-05-191-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-05-162-0/+2
|
* Merge pull request #26879 from nextcloud/backport/26878/stable21Roeland Jago Douma2021-05-122-15/+25
|\ | | | | [stable21] Don't break OCC if an app is breaking in it's Application class
| * Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-062-15/+25
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-05-084-0/+38
|/
* [tx-robot] updated from transifexNextcloud bot2021-05-062-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-05-046-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-05-022-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-04-302-0/+2
|
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-294-1/+70
| | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-292-4/+4
|
* Fail when creating new files with an empty pathJulius Härtl2021-04-281-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #26789 from nextcloud/backport/26718/stable21Joas Schilling2021-04-282-15/+10
|\ | | | | [stable21] Fix ratelimit template
| * Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix ratelimit templateJoas Schilling2021-04-271-14/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-286-2/+6
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-274-6/+6
|
* Merge pull request #26760 from nextcloud/backport/26259/stable21Roeland Jago Douma2021-04-261-0/+30
|\ | | | | [stable21] Validate the website field input to be a valid URL
| * Validate the website field input to be a valid URLJoas Schilling2021-04-261-0/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>