Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-23 | 30 | -2/+486 |
| | |||||
* | Merge pull request #27250 from ↵ | Julius Härtl | 2021-06-22 | 1 | -3/+3 |
|\ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/ws-7.4.6 [Security] Bump ws from 7.3.1 to 7.4.6 | ||||
| * | [Security] Bump ws from 7.3.1 to 7.4.6 | dependabot-preview[bot] | 2021-05-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. **This update includes security fixes.** - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #27599 from nextcloud/backport/27596/stable21 | blizzz | 2021-06-22 | 5 | -0/+64 |
|\ \ | | | | | | | [stable21] [stable20] Properly cleanup entries of WebAuthn on user deletion | ||||
| * | | 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 | 5 | -0/+67 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-22 | 44 | -544/+92 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-21 | 8 | -26/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-20 | 8 | -12/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-19 | 32 | -54/+80 |
| | | |||||
* | | Merge pull request #27569 from ↵ | dependabot-preview[bot] | 2021-06-19 | 1 | -55/+46 |
|\ \ | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/postcss-7.0.36 | ||||
| * | | [Security] Bump postcss from 7.0.35 to 7.0.36 | dependabot-preview[bot] | 2021-06-19 | 1 | -55/+46 |
|/ / | | | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. **This update includes a security fix.** - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-18 | 38 | -2/+74 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-17 | 354 | -786/+800 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-16 | 4 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-15 | 14 | -36/+60 |
| | | |||||
* | | Merge pull request #27415 from nextcloud/backport/26494/stable21 | Julius Härtl | 2021-06-14 | 5 | -7/+11 |
|\ \ | |||||
| * | | 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 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | 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-14 | 6 | -0/+68 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-13 | 8 | -26/+94 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-12 | 10 | -6/+14 |
| | | | |||||
* | | | Merge pull request #27455 from nextcloud/backport/27444/stable21 | Christoph Wurst | 2021-06-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [stable21] Header must contain a colon | ||||
| * | | | Header must contain a colon | acsfer | 2021-06-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-11 | 14 | -26/+26 |
|/ / / | |||||
* | | | Merge pull request #27446 from nextcloud/backport/27429/stable21 | Morris Jobke | 2021-06-10 | 1 | -5/+2 |
|\ \ \ | | | | | | | | | [stable21] Don't pass a column object to addOrderBy | ||||
| * | | | Fix #26085 | Daniel Kesselberg | 2021-06-09 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addOrderBy expects a order expression. For the migration scenario we have column objects. Column objects are not supported by quoteColumnName yet. A column object as order expression is most likely an edgy thing when migration database information. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-10 | 14 | -10/+94 |
| | | | | |||||
* | | | | Merge pull request #27324 from nextcloud/stable21-backport-27024 | Lukas Reschke | 2021-06-09 | 1 | -9/+20 |
|\ \ \ \ | |/ / / |/| | | | [stable21] Properly log expiration date removal in audit log | ||||
| * | | | Properly log expiration date removal in audit log | Roeland Jago Douma | 2021-06-01 | 1 | -9/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | 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 | 20 | -90/+158 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-08 | 20 | -0/+82 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #27411 from nextcloud/backport/27375/stable21 | Joas Schilling | 2021-06-07 | 4 | -0/+47 |
|\ \ \ \ | | | | | | | | | | | [stable21] Don't update statuses to offline again and again | ||||
| * | | | | Don't update statuses to offline again and again | Joas Schilling | 2021-06-07 | 4 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #27015 from nextcloud/backport/26980-stable21 | blizzz | 2021-06-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable21] Use parent wrapper to properly handle moves on the same source/target storage | ||||
| * | | | | Use parent wrapper to properly handle moves on the same source/target storage | Julius Härtl | 2021-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | 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 | 2 | -17/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable21] Escape filename in Content-Disposition | ||||
| * | | | | | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 2 | -17/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 18 | -26/+44 |
| | | | | | | |||||
* | | | | | | 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 | 86 | -694/+778 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-05 | 10 | -70/+80 |
| | | | | | | |||||
* | | | | | | Merge pull request #27350 from nextcloud/backport/25280/stable21 | Robin Appelman | 2021-06-04 | 2 | -7/+50 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable21] Set umask before operations that create local files |