Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-07-08 | 2 | -0/+4 |
| | |||||
* | Fix in locking cache check | MichaIng | 2021-07-06 | 1 | -1/+1 |
| | | | | | The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check. Signed-off-by: MichaIng <micha@dietpi.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-07-06 | 2 | -0/+4 |
| | |||||
* | Merge pull request #27107 from nextcloud/backport/27043/stable21 | John Molakvoæ | 2021-07-01 | 1 | -6/+15 |
|\ | |||||
| * | fix return value of getStorageInfo when 'quota_include_external_storage' is ↵ | Robin Appelman | 2021-05-25 | 1 | -6/+15 |
| | | | | | | | | | | | | enabled Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-07-01 | 4 | -14/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-28 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-27 | 6 | -8/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-26 | 2 | -0/+2 |
| | | |||||
* | | Unshift crash reports when they are loaded, to break the recusion | Christoph Wurst | 2021-06-25 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If, for whatever reason, during the loading of a crash reporter a new log entry is generated, then the lazy loading mechanism will be invoked *again* while it's already executed. This doesn't result in an endless recursion, but means that the crash reporters will be built and registered many times. This then means any further log entry will be logged x times instead of once. Unshift makes sure to take the class off the registration list right away, so another invokation of the same method won't try to do the same job. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-25 | 2 | -0/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-24 | 4 | -14/+14 |
| | | |||||
* | | fix error when using CORS with no auth credentials | korelstar | 2021-06-23 | 1 | -5/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-23 | 2 | -0/+16 |
| | | |||||
* | | Remove throwing annotation | Lukas Reschke | 2021-06-22 | 1 | -3/+0 |
| | | | | | | | | | | | | This class was just introduced in Nc 21. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Use execute instead of executeStatement | Lukas Reschke | 2021-06-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Properly cleanup entries of WebAuthn on user deletion | Morris Jobke | 2021-06-22 | 4 | -0/+65 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-22 | 4 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-20 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-19 | 4 | -8/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-18 | 12 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-17 | 136 | -324/+324 |
| | | |||||
* | | Merge pull request #27415 from nextcloud/backport/26494/stable21 | Julius Härtl | 2021-06-14 | 3 | -4/+8 |
|\ \ | |||||
| * | | Check whether output buffering is active before turning it off | Richard de Boer | 2021-06-07 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | Before we just turned it off and @suppressed the error if ob was not active. In PHP 8 this error is no longer suppressed, so try to not cause it at all. Signed-off-by: Richard de Boer <git@tubul.net> | ||||
| * | | Fix a usort comparison function returning a boolean instead of an integer | Richard de Boer | 2021-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Signed-off-by: Richard de Boer <git@tubul.net> | ||||
| * | | Fix functions taking optional parameters before required ones | Richard de Boer | 2021-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Removes the "default" values, as they actually are required parameters anyway. Signed-off-by: Richard de Boer <git@tubul.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-13 | 2 | -2/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-12 | 4 | -2/+4 |
| | | | |||||
* | | | Merge pull request #27303 from nextcloud/backport/27062/stable21 | Julius Härtl | 2021-06-09 | 1 | -7/+2 |
|\ \ \ | | | | | | | | | [stable21] properly use limit and offset for search in Jail wrapper | ||||
| * | | | properly use limit and offset for search in Jail wrapper | Robin Appelman | 2021-05-31 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | [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> |