aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Fix atomic addressbook updateChristoph Wurst2024-02-291-20/+22
* fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-271-5/+5
* Merge pull request #39553 from zero0cool0/fix/caldavbackend_getChangesForCale...John Molakvoæ2024-02-231-2/+4
|\
| * Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* | Merge pull request #39750 from nextcloud/Jerome-Herbinet-to-dos-wording-changeJohn Molakvoæ2024-02-231-1/+1
|\ \
| * | "Taks" to fit calendar wordingJérôme Herbinet2024-02-231-1/+1
| |/
* | Merge pull request #39214 from shdehnavi/replace_substr_calls_in_dav_appJohn Molakvoæ2024-02-236-6/+6
|\ \
| * | Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-236-6/+6
| |/
* | Merge pull request #32466 from nextcloud/fix/skip-dav-migratorJohn Molakvoæ2024-02-232-17/+33
|\ \
| * | Skip instead of throwing on invalid address book migrationChristopher Ng2024-02-231-13/+23
| * | Skip instead of throwing on invalid calendar migrationChristopher Ng2024-02-231-4/+10
| |/
* | Merge pull request #42459 from nextcloud/fix/dav/fallback-realmJohn Molakvoæ2024-02-233-3/+3
|\ \ | |/ |/|
| * fix(dav): fallback realm for HTTP authenticationMichaIng2024-02-143-3/+3
* | Merge pull request #43732 from nextcloud/fix/dav/rate-limit-create-calendarChristoph Wurst2024-02-233-0/+135
|\ \
| * | fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-233-0/+135
* | | Merge pull request #43340 from nextcloud/fix/43118/remove-redundant-indexRichard Steinmetz2024-02-232-1/+56
|\ \ \ | |/ / |/| |
| * | fix(db): remove redundant index in cardsJohannes Merkel2024-02-182-1/+56
* | | Check share attributes when downloading versionsLouis Chemineau2024-02-213-6/+18
* | | perf: skip request without read permissionRichard Steinmetz2024-02-191-4/+9
|/ /
* / enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-1513-210/+503
|/
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-083-112/+49
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-083-49/+112
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-083-112/+49
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+11
* fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3013-1/+13
* fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-16/+19
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Merge pull request #42850 from nextcloud/fix/caldav/update-acls-deletedcalend...Christoph Wurst2024-01-181-1/+24
|\
| * fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-171-1/+24
* | Merge pull request #42619 from nextcloud/bugfix/noid/caldav-status-undefined-...Joas Schilling2024-01-151-4/+7
|\ \
| * | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-4/+7
* | | Merge pull request #42680 from nextcloud/artonge/fix/view_only_error_messageLouis2024-01-111-1/+1
|\ \ \
| * | | Improve view only error messageLouis Chemineau2024-01-101-1/+1
| |/ /
* / / fix(quota): automatically detect chunk quota with `OC-Total-Length` headerJohn Molakvoæ2024-01-101-33/+50
|/ /
* | fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-11/+19
* | feat: public dav endpoint v2John Molakvoæ2024-01-092-4/+238
|/
* fix(dav): Hide less than minute diff in calendar notification titlejld31032023-12-201-1/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-192-188/+93
* Merge pull request #42349 from nextcloud/artonge/perf/dav_hidden_propLouis2023-12-191-3/+3
|\
| * Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
* | Merge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizersRichard Steinmetz2023-12-191-1/+67
|\ \ | |/ |/|
| * fix(dav): allow multiple organizers if possibleRichard Steinmetz2023-12-171-1/+67
* | Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
* | fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-4/+4
|/
* Merge pull request #42142 from nextcloud/fix/dav/ooo-event-time-zone-driftChristoph Wurst2023-12-111-23/+10
|\
| * fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-23/+10
* | Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sabre-serverAnna2023-12-111-3/+0
|\ \