summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | | | Fix loading of delete caldav objet URIsChristoph Wurst2021-05-311-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression of 462962197d0d711abc7b57352d4ef24528e28096 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #27314 from ↵kesselb2021-06-011-7/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselineNextcloud-PR-Bot2021-06-011-7/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / / [tx-robot] updated from transifexNextcloud bot2021-06-01254-1092/+1256
|/ / / / /
* | | | | Merge pull request #27310 from ↵Christoph Wurst2021-05-313-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/caldav-trashbin-objects-calendar-id Expose calendar-uri as property of deleted caldav events
| * | | | | Expose calendar-uri as property of deleted caldav eventsChristoph Wurst2021-05-313-2/+14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trashbin is one report across all calendars of a user. In order to refresh the data of a single calendar when one of its events is restored, we need to know what calendar the event belongs to. There doesn't seem to be a standard property for a URI, so this adds a custom Nextcloud prop for the calendar-uri. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #27298 from ↵Christoph Wurst2021-05-312-3/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav-deleted-objects-expose-timestamp Expose deletion timestamp for deleted CalDAV objects
| * | | | | Expose deletion timestamp for deleted CalDAV objectsChristoph Wurst2021-05-312-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #26706 from nextcloud/Valdnet-patch-7Joas Schilling2021-05-318-14/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | l10n: Spelling unification
| * | | | | | l10n: Spelling unificationValdnet2021-05-218-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
* | | | | | | Merge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-davJoas Schilling2021-05-311-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing invalid classes and methods for circles 22
| * | | | | | | migration to Circles 22Maxence Lange2021-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ2021-05-3194-1711/+4069
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Rewrite requesttoken.spec.js with Jest
| * | | | | | | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-3094-1711/+4069
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* | | | | | | | Merge pull request #27295 from nextcloud/bug/27293/wrong-category-for-stringJohn Molakvoæ2021-05-313-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set app to settings for translate