summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40475 from nextcloud/feat/f2v/systemtagsJohn Molakvoæ2023-09-191-2/+2
|\
| * feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-2/+2
* | Merge pull request #40485 from nextcloud/fix/report-testSimon L2023-09-191-3/+0
|\ \
| * | fix(dav): fix report testsJohn Molakvoæ (skjnldsv)2023-09-181-3/+0
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-192-2/+2
|/
* fix(dav): report statusJohn Molakvoæ2023-09-181-1/+0
* Merge pull request #40424 from nextcloud/fix/remove-at-matcher-in-dav-2Côme Chilliet2023-09-181-13/+6
|\
| * Remove last at matcher call in dav application testsCôme Chilliet2023-09-141-13/+6
* | Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-1727-48/+46
|\ \
| * \ Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-2724-279/+822
| |\ \
| * | | Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-124-4/+4
| * | | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-1228-45/+43
* | | | fix: use faster method to fetch user countDaniel Kesselberg2023-09-141-1/+1
| |_|/ |/| |
* | | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-132-1/+3
* | | Enable caldav push notifications by defaulthamza2212023-09-124-5/+5
* | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-063-8/+76
* | | reuse l10n and request in dav folder listingRobin Appelman2023-09-044-67/+116
* | | fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-011-1/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-312-0/+14
* | | chore: Update dav snapshotChristopher Ng2023-08-291-30/+30
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-287-20/+23
* | | Merge pull request #39911 from nextcloud/fix/carddav/limit-upgrade-sync-to-10...Daniel2023-08-272-13/+17
|\ \ \
| * | | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-262-13/+17
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-272-4/+4
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-252-10/+10
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-222-2/+4
* | | 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
|\ \ \
| * | | don't bother checking dav acl's in filesRobin Appelman2023-08-161-0/+5
* | | | Merge pull request #39860 from nextcloud/metadata-dont-preload-subfoldersRobin Appelman2023-08-161-6/+10
|\ \ \ \ | |/ / / |/| | |
| * | | only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-08-141-6/+10
| * | | don't preload metadata for the sub-childenRobin Appelman2023-08-141-1/+1
* | | | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-164-5/+8
* | | | DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
* | | | Merge pull request #39568 from nextcloud/caldav-share-preloadRobin Appelman2023-08-144-5/+103
|\ \ \ \ | |/ / / |/| | |
| * | | cache calendar objects from calendarQueryRobin Appelman2023-07-261-5/+30
| * | | preload shares for calendars when listing calendarsRobin Appelman2023-07-264-0/+73
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-4/+390
* | | | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-102-2/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-102-2/+126
* | | | Merge pull request #39741 from jmcclelland/optimize-cal-queryChristoph Wurst2023-08-091-5/+5
|\ \ \ \
| * | | | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-071-4/+4
| * | | | optimize calendar search queryJamie McClelland2023-08-071-1/+1
* | | | | feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-091-2/+42
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-092-32/+76
* | | | | Merge pull request #39694 from nextcloud/gpsRobin Appelman2023-08-081-37/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | preload all requested metadataRobin Appelman2023-08-071-58/+53
| * | | | expose gps data via webdavtobiasKaminsky2023-08-041-0/+22
* | | | | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-7/+5
|\ \ \ \ \ | |/ / / / |/| | | |