aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings about logExceptionJoas Schilling2021-06-045-12/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-04108-242/+438
|
* Merge pull request #27348 from ↵Christoph Wurst2021-06-033-4/+20
|\ | | | | | | | | nextcloud/enhancement/calendar-trashbin-retention-prop Export the CalDAV trash bin retention duration as property
| * Export the CalDAV trash bin retention duration as propertyChristoph Wurst2021-06-023-4/+20
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-06-03598-1216/+1262
| |
* | Merge pull request #27342 from nextcloud/version/22.0.0-beta3blizzz2021-06-021-2/+2
|\ \ | | | | | | 22.0.0 beta 3
| * | 22.0.0 beta 3v22.0.0beta3Arthur Schiwon2021-06-021-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #27354 from nextcloud/escape-download-responseblizzz2021-06-022-17/+27
|\ \ \ | | | | | | | | 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>
* | | | Merge pull request #27088 from nextcloud/fix/27074/removing-appsJohn Molakvoæ2021-06-021-4/+0
|\ \ \ \ | | | | | | | | | | Allow removing apps with app store disabled
| * | | | Allow removing apps with app store disabledGary Kim2021-05-241-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | | Merge pull request #24295 from nextcloud/perf/noid/routerblizzz2021-06-021-12/+14
|\ \ \ \ \ | |_|/ / / |/| | | | First attempt to check against core routes before loading all app routes
| * | | | First attempt to check against core routes before loading all app routesJulius Härtl2021-06-021-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the time we will find a matching route in either the loaded ones matched on the URL or in the core ones. Therfore we can attempt to try those first and only load all app routes if no match was found by the Symfony URLMatcher. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #27352 from nextcloud/fix/l10n-testLukas Reschke2021-06-021-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix translation phpunit test
| * | | | | Fix translation phpunit testJohn Molakvoæ (skjnldsv)2021-06-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #27265 from nextcloud/fix/private-class-propertiesJohn Molakvoæ2021-06-0214-151/+153
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Replace proposal-class-private-properties by regular propertiesJohn Molakvoæ (skjnldsv)2021-06-0214-151/+153
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #27063 from nextcloud/Valdnet-patch-4John Molakvoæ2021-06-0221-30/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | l10n: Spelling unificationValdnet2021-06-0221-30/+30
|/ / / / | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-027-14/+83
|\ \ \ \ | | | | | | | | | | better cleanup of user files on user deletion
| * | | | better cleanup of user files on user deletionRobin Appelman2021-04-277-14/+83
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #27343 from ↵Christoph Wurst2021-06-022-4/+37
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | nextcloud/fix/deleted-objects-deletion-missing-acls Add missing ACLs for deleted calendar objects to fix deletion
| * | | | Add missing ACLs for deleted calendar objects to fix deletionChristoph Wurst2021-06-022-4/+37
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a bug in Sabre it's necessary for calendar objects to implement ACLs. Otherwise the scheduling plugin will throw an error when it tries to fetch the owner of a calendar object that is being deleted. Ref https://github.com/sabre-io/dav/issues/1345 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #27053 from ↵Joas Schilling2021-06-021-3/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/dont-throw-when-comments-is-disabled Don't throw when comments is disabled
| * | | Don't throw when comments is disabledJoas Schilling2021-05-211-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #27340 from ↵kesselb2021-06-021-9/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2021-06-021-9/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-02190-222/+414
| | | |
* | | | Merge pull request #27291 from nextcloud/Valdnet-patch-2Lukas Reschke2021-06-011-1/+1
|\ \ \ \ | | | | | | | | | | l10n: Correct spelling
| * | | | l10n: Correct spellingValdnet2021-05-301-1/+1
| | | | |
* | | | | Merge pull request #27329 from ↵Lukas Reschke2021-06-011-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/propagate-throttle-state-for-baseresponse 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 #27327 from nextcloud/fix-grammar-27024kesselb2021-06-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [Fast Review] Fix grammar
| * | | | | | Fix grammarLukas Reschke2021-06-011-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed removed -> removed Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #27312 from francoisfreitag/tests-atLukas Reschke2021-06-013-16/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rewrite birthday calendar tests without $this->at()
| * | | | | | Rewrite birthday calendar tests without $this->at()François Freitag2021-05-313-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes warnings: ``` The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. ``` Signed-off-by: François Freitag <mail@franek.fr>
* | | | | | | Merge pull request #27316 from ↵Lukas Reschke2021-06-011-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects Fix populating the array and closing the cursors
| * | | | | | | Fix populating the array and closing the cursorsJoas Schilling2021-06-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-authChristoph Wurst2021-06-011-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #27331 from nextcloud/debt/noid/add-mbstring-dependencyChristoph Wurst2021-06-015-5/+330
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add mbstring dependency
| * | | | | | | Add mbstring as dependencyDaniel Kesselberg2021-06-015-5/+330
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #27317 from nextcloud/Valdnet-patch-3Valdnet2021-06-011-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | l10n: Split sentences
| * | | | | | | l10n: Split sentencesValdnet2021-06-011-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #25658 from ↵Christoph Wurst2021-06-016-99/+161
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dav-respect-disallow-sharing-with-groups Dav respect disallow sharing with groups
| * | | | | | | | Make dav respect disallowing sharing with groupsThomas Citharel2021-05-264-98/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #25390 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | | | Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-262-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #27320 from nextcloud/add-xdebug-env-variablekesselb2021-06-011-0/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add XDEBUG_MODE=coverage
| * | | | | | | | Add XDEBUG_MODE=coverageLukas Reschke2021-06-011-0/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help the Codecov execution jobs. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | | Merge pull request #27311 from nextcloud/fix/caldav-deleted-objects-urikesselb2021-06-011-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix loading of delete caldav objet URIs