| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #44622 from nextcloud/backport/44534/stable29 | Joas Schilling | 2024-04-04 | 4 | -28/+28 |
|\ |
|
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 4 | -28/+28 |
* | | chore(dav): Fix tests for length headers on upload | Côme Chilliet | 2024-04-02 | 1 | -3/+2 |
|/ |
|
* | fix(dav): wrong comparison method between two events | Robert C. Schaller | 2024-03-25 | 1 | -0/+67 |
* | fix(dav): Add retention time to sync token cleanup | Christoph Wurst | 2024-03-21 | 3 | -14/+38 |
* | Merge pull request #44376 from nextcloud/fix/dav/acls-shared-addressbook | Hamza | 2024-03-21 | 1 | -1/+1 |
|\ |
|
| * | fix(dav): ACLs for shared addressbooks | Christoph Wurst | 2024-03-21 | 1 | -1/+1 |
* | | fix(systemtags): Forbid tagging of readonly files | Côme Chilliet | 2024-03-19 | 3 | -47/+76 |
|/ |
|
* | Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokens | Christoph Wurst | 2024-03-14 | 2 | -3/+94 |
|\ |
|
| * | fix(dav): Add occ command to fix missing caldav sync tokens | Christoph Wurst | 2024-03-12 | 2 | -3/+94 |
* | | test(dav): Add unit test for no calendars/subscription limit | Christoph Wurst | 2024-03-12 | 1 | -0/+38 |
|/ |
|
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 4 | -28/+28 |
* | feat(dav): update a principal's schedule-default-calendar-URL | Richard Steinmetz | 2024-02-28 | 2 | -5/+196 |
* | Refactors "substr" calls to improve code readability | Hamid Dehnavi | 2024-02-23 | 1 | -1/+1 |
* | fix(dav): Rate limit calendar/subscription creation | Christoph Wurst | 2024-02-23 | 1 | -0/+166 |
* | Check share attributes when downloading versions | Louis Chemineau | 2024-02-21 | 2 | -2/+27 |
* | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c... | Anna Larch | 2024-02-15 | 7 | -50/+585 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -5/+4 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -4/+5 |
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 1 | -5/+4 |
* | fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier test | Joas Schilling | 2024-01-26 | 1 | -3/+11 |
* | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98" | Joas Schilling | 2024-01-10 | 1 | -0/+44 |
* | fix: improve typing and use \OCP\Server::get | John Molakvoæ | 2024-01-09 | 1 | -12/+4 |
* | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 2 | -5/+438 |
* | fix(dav): undeclared `$cache` property | John Molakvoæ | 2023-12-21 | 1 | -0/+1 |
* | fix(userstatus): set user status to 'In a meeting' if calendar is busy | Anna Larch | 2023-12-19 | 1 | -573/+289 |
* | fix(ooo): add new ooo status with new emoji | Anna Larch | 2023-12-18 | 1 | -1/+1 |
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 1 | -1/+10 |
* | fix(dav): Prevent out-of-office event time drifts | Christoph Wurst | 2023-12-11 | 1 | -6/+82 |
* | fix(dav): Improve handling and logging of bulk upload failures | Joas Schilling | 2023-12-05 | 1 | -2/+10 |
* | fix(dav): Prioritize timezone from core/login | Christoph Wurst | 2023-11-29 | 1 | -6/+25 |
* | fix(dav): don't schedule out-of-office jobs for dates in the past | Richard Steinmetz | 2023-11-28 | 1 | -0/+471 |
* | enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 3 | -877/+119 |
* | feat(dav): dispatch out-of-office started and ended events | Richard Steinmetz | 2023-11-23 | 2 | -0/+336 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 21 | -69/+48 |
* | feat(caldav): Create personal event for out-of-office messages | Christoph Wurst | 2023-11-14 | 1 | -0/+546 |
* | Fix dynamic property in CalDav tests | Côme Chilliet | 2023-11-13 | 1 | -0/+1 |
* | feat(search): Seach for persons as event attendees and organizers | Christoph Wurst | 2023-11-10 | 1 | -2/+10 |
* | feat(carddav): Allow advanced search for contacts | Benjamin Gaussorgues | 2023-11-10 | 1 | -2/+2 |
* | feat(caldav): Allow advanced search for events/tasks | Benjamin Gaussorgues | 2023-11-10 | 2 | -4/+4 |
* | feat(user status): automate user status for events | Anna Larch | 2023-11-09 | 1 | -0/+1508 |
* | Support getting and setting metadata in DAV requests | Louis Chemineau | 2023-11-08 | 1 | -0/+3 |
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -1/+4 |
* | fix(scheduling): don't send iMIP emails to rooms / resources | Anna Larch | 2023-11-06 | 1 | -2/+161 |
* | fix(3rdparty): Don't use indirect dependency "Safe/" for functions | Joas Schilling | 2023-10-23 | 1 | -3/+3 |
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 1 | -4/+2 |
|\ |
|
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 1 | -4/+2 |
* | | fix(dav): expand recurrences when searching | Richard Steinmetz | 2023-09-21 | 1 | -0/+69 |
* | | fix(dav): fix report tests | John Molakvoæ (skjnldsv) | 2023-09-18 | 1 | -3/+0 |
* | | Remove last at matcher call in dav application tests | Côme Chilliet | 2023-09-14 | 1 | -13/+6 |