summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-06-2330-2/+486
|
* Merge pull request #27250 from ↵Julius Härtl2021-06-221-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.6dependabot-preview[bot]2021-05-291-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/stable21blizzz2021-06-225-0/+64
|\ \ | | | | | | [stable21] [stable20] Properly cleanup entries of WebAuthn on user deletion
| * | Remove throwing annotationLukas Reschke2021-06-221-3/+0
| | | | | | | | | | | | | | | | | | This class was just introduced in Nc 21. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Use execute instead of executeStatementLukas Reschke2021-06-221-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-225-0/+67
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2021-06-2244-544/+92
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-218-26/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-208-12/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-1932-54/+80
| |
* | Merge pull request #27569 from ↵dependabot-preview[bot]2021-06-191-55/+46
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/postcss-7.0.36
| * | [Security] Bump postcss from 7.0.35 to 7.0.36dependabot-preview[bot]2021-06-191-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 transifexNextcloud bot2021-06-1838-2/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-17354-786/+800
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-164-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-1514-36/+60
| |
* | Merge pull request #27415 from nextcloud/backport/26494/stable21Julius Härtl2021-06-145-7/+11
|\ \
| * | Check whether output buffering is active before turning it offRichard de Boer2021-06-071-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 integerRichard de Boer2021-06-071-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 onesRichard de Boer2021-06-073-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 transifexNextcloud bot2021-06-146-0/+68
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-138-26/+94
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-1210-6/+14
| | |
* | | Merge pull request #27455 from nextcloud/backport/27444/stable21Christoph Wurst2021-06-111-1/+1
|\ \ \ | | | | | | | | [stable21] Header must contain a colon
| * | | Header must contain a colonacsfer2021-06-101-1/+1
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-1114-26/+26
|/ / /
* | | Merge pull request #27446 from nextcloud/backport/27429/stable21Morris Jobke2021-06-101-5/+2
|\ \ \ | | | | | | | | [stable21] Don't pass a column object to addOrderBy
| * | | Fix #26085Daniel Kesselberg2021-06-091-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 transifexNextcloud bot2021-06-1014-10/+94
| | | |
* | | | Merge pull request #27324 from nextcloud/stable21-backport-27024Lukas Reschke2021-06-091-9/+20
|\ \ \ \ | |/ / / |/| | | [stable21] Properly log expiration date removal in audit log
| * | | Properly log expiration date removal in audit logRoeland Jago Douma2021-06-011-9/+20
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #27303 from nextcloud/backport/27062/stable21Julius Härtl2021-06-091-7/+2
|\ \ \ \ | | | | | | | | | | [stable21] properly use limit and offset for search in Jail wrapper
| * | | | properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-311-7/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0920-90/+158
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0820-0/+82
| |_|/ / |/| | |
* | | | Merge pull request #27411 from nextcloud/backport/27375/stable21Joas Schilling2021-06-074-0/+47
|\ \ \ \ | | | | | | | | | | [stable21] Don't update statuses to offline again and again
| * | | | Don't update statuses to offline again and againJoas Schilling2021-06-074-0/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #27015 from nextcloud/backport/26980-stable21blizzz2021-06-071-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 storageJulius Härtl2021-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | 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-072-17/+27
|\ \ \ \ \ | | | | | | | | | | | | [stable21] Escape filename in Content-Disposition
| * | | | | Escape filename in Content-DispositionLukas Reschke2021-06-022-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0718-26/+44
| | | | | |
* | | | | | 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-0686-694/+778
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-06-0510-70/+80
| | | | | |
* | | | | | Merge pull request #27350 from nextcloud/backport/25280/stable21Robin Appelman2021-06-042-7/+50
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable21] Set umask before operations that create local files