summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-032-2/+54
|
* Merge pull request #26342 from pirate/cal-invite-email-use-pngsMorris Jobke2021-03-291-7/+7
|\ | | | | Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs
| * change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-261-7/+7
| | | | | | | | Signed-off-by: Nick Sweeting <git@sweeting.me>
* | Map old account scope properties to new namesVincent Petry2021-03-263-16/+16
|/ | | | | | | | Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #22201 from cweiske/20492-move-contacts-with-birthdayJohn Molakvoæ2021-03-261-3/+17
|\ | | | | Delete old birthday calendar object when moving contact to another ad…
| * Delete old birthday calendar object when moving contact to another address bookChristian Weiske2021-03-261-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by: Christian Weiske <cweiske@cweiske.de>
* | [tx-robot] updated from transifexNextcloud bot2021-03-2660-60/+60
| |
* | 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>