aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2948-98/+2
* fix(CalDav): Spellingbackport/50490/stable31SebastianKrupinski2025-01-281-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-282-0/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-262-0/+72
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-258-52/+248
* fix(TasksSearchProviderTest): adjust deep link to Tasks appbackport/49639/stable31Raimund Schlüßler2025-01-241-3/+3
* fix: adjust url for task linksRaimund Schlüßler2025-01-241-1/+1
* Merge pull request #50373 from nextcloud/backport/50369/stable31Andy Scherzinger2025-01-241-1/+1
|\
| * fix(dav): default calendar and address book not created on first loginbackport/50369/stable31Richard Steinmetz2025-01-231-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-246-4/+164
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2378-190/+114
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-234-46/+182
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-221-2/+5
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-222-0/+4
* Merge pull request #48800 from GreyXor/masterJoas Schilling2025-01-201-2/+3
|\
| * fix: use self failure for consistencyGreyXor2025-01-161-1/+1
| * fix: add eol in dav command and use success const as return codeGreyXor2025-01-161-1/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-192-0/+8
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-182-0/+66
|/
* Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-161-1/+1
|\
| * fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-141-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-162-2/+2
|/
* Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-apiRichard Steinmetz2025-01-131-0/+5
|\
| * feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-131-0/+5
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-136-78/+156
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-122-2/+6
* | Merge pull request #50034 from nextcloud/rename-deleted-default-calendar-in-t...Richard Steinmetz2025-01-112-9/+21
|\ \
| * | fix(caldav): rename default calendar to keep it in the trashbin instead of pu...rename-deleted-default-calendar-in-trashbinThomas Citharel2025-01-062-9/+21
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-112-0/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-102-6/+64
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0912-0/+362
* | | chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0chore/deps/nextcloud-vue-8.22.0Richard Steinmetz2025-01-081-38/+38
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0844-444/+444
* | feat: expose tag color via webdavdavTagColortobiasKaminsky2025-01-071-0/+1
* | Merge pull request #49966 from nextcloud/block-dav-move-parentStephan Orbaugh2025-01-071-0/+5
|\ \
| * | fix: block moving files to it's own parent with davblock-dav-move-parentRobin Appelman2025-01-031-0/+5
| |/
* | Merge pull request #49852 from nextcloud/fix/issue-49756-translationsSebastian Krupinski2025-01-072-101/+742
|\ \
| * | fix: change translation logic to handle plurals betterfix/issue-49756-translationsSebastianKrupinski2025-01-062-101/+742
| |/
* / fix: explicitly ignore nested mounts when transfering ownershipmount-move-checksRobin Appelman2025-01-061-1/+1
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-302-14/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-222-0/+4
* chore(systemtags): pre-compute user authorizationsfeat/dav-paginationBenjamin Gaussorgues2024-12-201-5/+7
* feat(dav): introduce paginate with custom headersBenjamin Gaussorgues2024-12-207-1/+230
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-182-18/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-172-0/+4
* Merge pull request #49731 from nextcloud/bugfix/noid/allow-to-get-permissions...Joas Schilling2024-12-162-7/+18
|\
| * test: Adjust tests to proof exclusion of other principal permissionsbugfix/noid/allow-to-get-permissions-of-a-principalJoas Schilling2024-12-161-6/+13
| * fix(calendar): Fix getting the permissions of the userJoas Schilling2024-12-111-1/+5
* | Merge pull request #49867 from nextcloud/useHttpFrameworkGit'Fellow2024-12-1617-47/+57
|\ \
| * | refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-1417-47/+57