summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-152-3/+3
| | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25595 from ↵Roeland Jago Douma2021-02-151-13/+34
|\ | | | | | | | | nextcloud/enh/caldavbackend/getChangesForCalendar_querybuilder Move getChangesForCalendar to QueryBuilder
| * Move getChangesForCalendar to QueryBuilderRoeland Jago Douma2021-02-151-13/+34
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25625 from nextcloud/enh/psalm/substrChristoph Wurst2021-02-152-3/+6
|\ \ | | | | | | Check substr results
| * | Check substr resultsRoeland Jago Douma2021-02-152-3/+6
| |/ | | | | | | | | | | | | Else this might lead to unexpeted errors. Found by psalm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25636 from nextcloud/fix/psalm/closure_return_typesChristoph Wurst2021-02-153-6/+6
|\ \ | |/ |/| Add some closure return types
| * Add some closure return typesRoeland Jago Douma2021-02-143-6/+6
| | | | | | | | | | | | Found by psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25580 from nextcloud/enh/fix/psalm_pluginmanagerRoeland Jago Douma2021-02-152-101/+129
|\ \ | | | | | | Enhancing the dav pluginmanager
| * | Fix PluginManager annotationRoeland Jago Douma2021-02-142-101/+129
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-02-152-0/+14
| |
* | Use correct namespace (casing) in CalendarHomeRoeland Jago Douma2021-02-141-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add event for when a direct download is triggeredRobin Appelman2021-02-129-15/+98
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-112-0/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-02-072-38/+46
|
* [tx-robot] updated from transifexNextcloud bot2021-02-052-2/+2
|
* Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-034-0/+105
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* take into account that UNIQUE index might not work as expectedArthur Schiwon2021-01-291-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma2021-01-291-0/+3
|\ | | | | Properly handle SMB ACL blocking scanning a directory
| * Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-0/+3
| | | | | | | | | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #25218 from ↵Christoph Wurst2021-01-291-2/+18
|\ \ | |/ |/| | | | | nextcloud/fix/25213/do-no-remove-vali-dav-group-shares do not remove valid group shares
| * do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-294-0/+182
| |
* | Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25310 from nextcloud/dav-validate-email-addressesRoeland Jago Douma2021-01-252-64/+116
|\ \ | | | | | | [CalDAV] Validate notified emails
| * | [CalDAV] Validate notified emailsThomas Citharel2021-01-252-64/+116
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
|/ / | | | | | | | | | | | | | | Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #25168 from nextcloud/fix/cards_abiduriMorris Jobke2021-01-181-0/+1
|\ | | | | Add cards_abiduri index on install
| * Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
| | | | | | | | | | | | Else we directly tell the admin to add this on install. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-01-172-0/+16
|/
* Merge pull request #25114 from ↵Roeland Jago Douma2021-01-142-7/+83
|\ | | | | | | | | nextcloud/dismiss-reminder-notifications-from-passed-events Dismiss reminder notifications from passed events
| * Dismiss reminder notifications from passed eventsThomas Citharel2021-01-142-7/+83
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1210-10/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-10/+10
|/ | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+10
|
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-087-14/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24911 from ↵Julius Härtl2021-01-071-2/+4
|\ | | | | | | | | nextcloud/fix/tasks-calendar/undefined-index-search Tasks search: make sure we have existing indexes before using them
| * Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)2021-01-041-2/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #24964 from ↵Roeland Jago Douma2021-01-051-1/+6
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/internal-server-error-when-importing-broken-ics-file Don't throw a 500 when importing a broken ics reminder file
| * | Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-052-2/+2
| |/ |/|
* | Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-046-4/+6
|\ \ | |/ |/| Update license headers
| * Update license headersChristoph Wurst2020-12-306-4/+6
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-22/+22
|/
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-272-0/+2
|
* Merge pull request #22222 from nextcloud/enh/social-indexRoeland Jago Douma2020-12-225-0/+221
|\ | | | | re-index contacts with social profiles