aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
* feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-302-1/+77
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-203-3/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-3/+5
* feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-151-0/+78
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-17/+17
* chore: Add SPDX headerAndy Scherzinger2024-05-2711-225/+33
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-3/+3
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-121-0/+86
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Refactors dav app commands.Faraz Samapoor2023-09-2010-203/+67
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-6/+3
* Add typing to Sharing BackendCarl Schwan2022-06-221-34/+10
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-101-0/+2
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+2
* | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-2/+0
|/
* Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-021-1/+2
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-162-5/+19
* Expose user language through DAVThomas Citharel2021-08-161-1/+2
* Merge pull request #26421 from mattian/enh/25771/occ-delete-calendarChristoph Wurst2021-06-141-0/+137
|\
| * occ: new command dav:delete-calendarMattia Narducci2021-06-131-0/+137
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-25/+10
|/
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-312-1/+61
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-101-16/+68
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-0/+6
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-2/+4
* Also always return in app commandsJoas Schilling2020-06-268-11/+19
* Update license headers for 19Christoph Wurst2020-04-297-1/+7
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-106-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-5/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-3/+3
* Remove unused importsChristoph Wurst2020-03-252-9/+0
* Update license headersChristoph Wurst2019-12-058-28/+47
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-227-0/+7
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-151-3/+11
* add occ dav:send-event-reminders, so you don't have to rely on the background...Georg Ehrke2019-08-151-0/+74
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-2/+3
* avoids users searches on backend, faster processingArthur Schiwon2019-04-171-1/+1
* Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+2
* Handle moving calendar to an user who already has the shareThomas Citharel2019-01-162-19/+42
* Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-8/+11
* add list-calendars commandGeorg Ehrke2019-01-162-31/+136