aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
...
* moving metadataqueryMaxence Lange2023-11-131-1/+1
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-101-16/+76
* Merge pull request #40618 from nextcloud/feat/39162/advanced_searchBenjamin Gaussorgues2023-11-105-160/+168
|\
| * feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-102-29/+76
| * feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-104-131/+92
* | Merge pull request #41354 from nextcloud/bugfix/noid/chunking-v2-distributed-...Julius Härtl2023-11-101-1/+9
|\ \ | |/ |/|
| * fix: Validate that we have a proper distributed cache configuredJulius Härtl2023-11-091-1/+9
* | Hide .mov for live photosLouis Chemineau2023-11-091-0/+7
* | Merge pull request #40615 from nextcloud/enh/automate-calendar-event-user-statusChristoph Wurst2023-11-095-0/+366
|\ \
| * | feat(user status): automate user status for eventsAnna Larch2023-11-095-0/+366
* | | feat: Add out-of-office message APIChristoph Wurst2023-11-094-1/+182
|/ /
* | Merge pull request #41054 from nextcloud/systemtag-childrenRobin Appelman2023-11-081-2/+4
|\ \
| * | get children from dav node when preloading system tagsRobin Appelman2023-11-081-2/+4
* | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-084-115/+55
|/ /
* | Merge pull request #40767 from nextcloud/feat/dav/absenceChristoph Wurst2023-11-082-1/+120
|\ \
| * | feat(dav): implement personal absence settingsRichard Steinmetz2023-11-072-1/+120
* | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-073-44/+72
|\ \ \ | |/ / |/| |
| * | IFilesMetadataMaxence Lange2023-11-073-44/+72
* | | Merge pull request #41083 from nextcloud/feat/improve-setup-checks-wordingCôme Chilliet2023-11-071-1/+1
|\ \ \ | |/ / |/| |
| * | Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-1/+1
* | | fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-062-10/+27
* | | fix(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-021-30/+34
| |/ |/|
* | add index for classificationAkhil2023-10-311-0/+55
* | feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-294-0/+306
* | fix(dav): Remove usage of indirect thecodingmachine/safe dependencyChristopher Ng2023-10-242-23/+20
|/
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-2/+2
* Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-192-1/+58
* Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-191-5/+7
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-1/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-4/+4
* | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-1/+12
* | Refactors dav app commands.Faraz Samapoor2023-09-2010-203/+67
* | feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-2/+2
* | fix(dav): report statusJohn Molakvoæ2023-09-181-1/+0
* | Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-1724-45/+43
|\ \
| * \ Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-2710-47/+73
| |\ \
| * | | Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-124-4/+4
| * | | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-1225-42/+40
* | | | fix: use faster method to fetch user countDaniel Kesselberg2023-09-141-1/+1
* | | | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-1/+1
* | | | Enable caldav push notifications by defaulthamza2212023-09-122-2/+2
* | | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-062-6/+16
* | | | reuse l10n and request in dav folder listingRobin Appelman2023-09-042-33/+53
* | | | fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-011-1/+2
* | | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-284-11/+14
| |_|/ |/| |
* | | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-262-13/+17
* | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-0/+3
* | | only get logger when needed in sabre/directoryRobin Appelman2023-08-181-9/+8
* | | Merge pull request #39903 from nextcloud/no-dav-acl-filesRobin Appelman2023-08-181-0/+5
|\ \ \