Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-09 | 2 | -26/+26 | |
| | | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-08 | 2 | -0/+2 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #27336 from nextcloud/backport/27329/stable21 | Morris Jobke | 2021-06-07 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | [stable21] Propagate throttling on OCS response | |||||
| * | | | Propagate throttling on OCS response | Lukas Reschke | 2021-06-01 | 1 | -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/stable21 | Morris Jobke | 2021-06-07 | 1 | -6/+2 | |
|\ \ \ | | | | | | | | | [stable21] Escape filename in Content-Disposition | |||||
| * | | | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -6/+2 | |
| |/ / | | | | | | | | | | | | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-07 | 2 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #27333 from nextcloud/backport/27328/stable21 | John Molakvoæ | 2021-06-06 | 1 | -0/+12 | |
|\ \ \ | | | | | | | | | [stable21] emit UserLoggedInEvent on apache auth | |||||
| * | | | emit UserLoggedInEvent on apache auth | Arthur Schiwon | 2021-06-01 | 1 | -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 transifex | Nextcloud bot | 2021-06-06 | 2 | -0/+2 | |
| | | | ||||||
* | | | Set umask before operations that create local files | Robin Appelman | 2021-06-04 | 1 | -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/stable21 | Joas Schilling | 2021-06-04 | 1 | -3/+2 | |
|\ \ \ | | | | | | | | | [stable21] Don't throw when comments is disabled | |||||
| * | | | Don't throw when comments is disabled | Joas Schilling | 2021-06-02 | 1 | -3/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #27334 from nextcloud/backport/25770/stable21 | Joas Schilling | 2021-06-04 | 1 | -26/+6 | |
|\ \ \ | | | | | | | | | [stable21] Don't allow executing cli if cache backend is unavailable | |||||
| * | | | Don't allow executing cli if cache backend is unavailable | Richard Steinmetz | 2021-06-01 | 1 | -26/+6 | |
| |/ / | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-04 | 12 | -56/+78 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-03 | 54 | -110/+112 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-31 | 2 | -2/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-30 | 2 | -2/+2 | |
| | | ||||||
* | | Use noreply@ as email address for share emails | Morris Jobke | 2021-05-28 | 1 | -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/stable21 | kesselb | 2021-05-26 | 1 | -7/+17 | |
|\ \ | | | | | | | [stable21] Add DB exception '@throws' tag to QBMapper PHPDoc | |||||
| * | | Add DB exception throws tag to QBMapper PHPDoc | Anna Larch | 2021-05-26 | 1 | -7/+17 | |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | | improve type handling of Avatar::generateAvatarFromSv | Robin Appelman | 2021-05-26 | 1 | -2/+3 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-26 | 4 | -6/+18 | |
|/ | ||||||
* | Avoid reading ~/.aws/config when using S3 provider | Florent | 2021-05-25 | 1 | -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 transifex | Nextcloud bot | 2021-05-25 | 10 | -8/+46 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-23 | 4 | -0/+24 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-22 | 12 | -2/+74 | |
| | ||||||
* | typo | dartcafe | 2021-05-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: dartcafe <github@dartcafe.de> | |||||
* | fix #25813 | dartcafe | 2021-05-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: dartcafe <github@dartcafe.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-21 | 132 | -752/+720 | |
| | ||||||
* | Fix log error when creating files from an empty template | Julius Härtl | 2021-05-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-16 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #26879 from nextcloud/backport/26878/stable21 | Roeland Jago Douma | 2021-05-12 | 2 | -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 class | Joas Schilling | 2021-05-06 | 2 | -15/+25 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-08 | 4 | -0/+38 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-06 | 2 | -0/+22 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-04 | 6 | -0/+22 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-02 | 2 | -10/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-30 | 2 | -0/+2 | |
| | ||||||
* | Do not try to contact lookup server if not needed | Roeland Jago Douma | 2021-04-29 | 4 | -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 transifex | Nextcloud bot | 2021-04-29 | 2 | -4/+4 | |
| | ||||||
* | Fail when creating new files with an empty path | Julius Härtl | 2021-04-28 | 1 | -0/+3 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #26789 from nextcloud/backport/26718/stable21 | Joas Schilling | 2021-04-28 | 2 | -15/+10 | |
|\ | | | | | [stable21] Fix ratelimit template | |||||
| * | Do not allow to overwrite some variables | Joas Schilling | 2021-04-27 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -14/+7 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-28 | 6 | -2/+6 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-27 | 4 | -6/+6 | |
| | ||||||
* | Merge pull request #26760 from nextcloud/backport/26259/stable21 | Roeland Jago Douma | 2021-04-26 | 1 | -0/+30 | |
|\ | | | | | [stable21] Validate the website field input to be a valid URL | |||||
| * | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-26 | 1 | -0/+30 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |