summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix l10nValdnet2021-03-251-1/+1
| | | Issue: #26286
* [tx-robot] updated from transifexNextcloud bot2021-03-242-2/+2
|
* Merge pull request #25776 from nextcloud/fix/sabre-file-checksum-no-file-infoRoeland Jago Douma2021-03-231-1/+4
|\ | | | | Only write checksum if we have a valid file info
| * Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-03-232-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-152-2/+2
|
* Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-102-13/+74
| | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-109-36/+77
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-064-0/+232
|
* Merge pull request #25881 from nextcloud/techdept/psalm/sharespluginRoeland Jago Douma2021-03-041-19/+41
|\ | | | | Fix the SharesPlugin
| * Fix the SharesPluginRoeland Jago Douma2021-03-021-19/+41
| | | | | | | | | | | | | | | | Another attempt to fix all the typing and handling in the sharesplugin. In short we should probably have a lot more type hinting in several places. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move DirectMapper to QBMapperRoeland Jago Douma2021-03-032-13/+10
| | | | | | | | | | | | Mapper has been deprecated for some time now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-282-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-58/+156
|
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-1830-71/+71
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
| | | | | | Makes psalm happy, and makes me happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Drop redundant indesRoeland Jago Douma2021-02-165-2/+58
| | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-162-2/+28
|
* 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