| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: check that object store backend supports multi part uploads | Daniel Kesselberg | 2023-07-23 | 1 | -0/+3 |
* | Merge pull request #38919 from nextcloud/backport/38639/stable27 | Arthur Schiwon | 2023-07-12 | 2 | -4/+26 |
|\ |
|
| * | fix(dav): close cursor when fetching max id | Richard Steinmetz | 2023-07-11 | 2 | -2/+6 |
| * | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAV | Christof Arnosti | 2023-06-21 | 2 | -4/+22 |
* | | Merge pull request #39292 from nextcloud/backport/39248/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -2/+42 |
|\ \ |
|
| * | | preload custom properties when propfinding folders | Robin Appelman | 2023-07-10 | 1 | -2/+42 |
* | | | Merge pull request #38572 from nextcloud/backport/38301/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | fix(caldav): Ignore invalid events for reminder generation | Christoph Wurst | 2023-07-10 | 1 | -0/+4 |
* | | | | Merge pull request #38475 from nextcloud/backport/38454/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fix(carddav): Make system contact phone number RFC compliant | greta | 2023-07-10 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #38968 from nextcloud/backport/38747/stable27 | Arthur Schiwon | 2023-07-10 | 1 | -2/+13 |
|\ \ \ |
|
| * | | | perf: skip request without write permission | Daniel Kesselberg | 2023-07-04 | 1 | -2/+13 |
* | | | | Merge pull request #38792 from nextcloud/backport/38777/stable27 | Arthur Schiwon | 2023-07-10 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fix(carddav): Make SystemAddressBook::__construct $groupManager argument null... | Christoph Wurst | 2023-06-13 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #38659 from nextcloud/backport/38649/stable27 | Arthur Schiwon | 2023-07-10 | 1 | -2/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | fix(caldav): Close DB cursor in reminder index background job | Christoph Wurst | 2023-06-06 | 1 | -2/+4 |
| |/ / |
|
* | | | Merge pull request #38947 from nextcloud/fix/contacts/3404/put-location-in-pr... | Johannes | 2023-07-07 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | fix(sab): put location in proper address field | Johannes Merkel | 2023-07-07 | 1 | -1/+13 |
| | |/
| |/| |
|
* | | | refactor: adjust to unexposed searchBySystemTag | Arthur Schiwon | 2023-07-07 | 1 | -1/+1 |
* | | | fix: cannot apply limit+offset on multi-tag-search | Arthur Schiwon | 2023-07-06 | 1 | -1/+11 |
* | | | refactor: save unnecessary method_exists | Arthur Schiwon | 2023-07-06 | 1 | -4/+1 |
* | | | fix: use array_unitersect against objects | Arthur Schiwon | 2023-07-06 | 1 | -2/+5 |
* | | | fix: obey offset and limit for results from favs and circles | Arthur Schiwon | 2023-07-06 | 1 | -0/+4 |
* | | | fix: cominbation of small fixes | Arthur Schiwon | 2023-07-06 | 1 | -3/+3 |
* | | | fix: include invisible tags for admins | Arthur Schiwon | 2023-07-06 | 1 | -7/+1 |
* | | | fix: search with more than one search tags | Arthur Schiwon | 2023-07-06 | 1 | -6/+20 |
* | | | fix: no search when LazyFolder was provided | Arthur Schiwon | 2023-07-06 | 1 | -1/+6 |
* | | | chore: cleanup unused code | Arthur Schiwon | 2023-07-06 | 1 | -43/+0 |
* | | | fix: ensure searchBySystemTag() is available | Arthur Schiwon | 2023-07-06 | 1 | -1/+3 |
* | | | fix: favorites view and universal search against tags | Arthur Schiwon | 2023-07-06 | 1 | -1/+3 |
* | | | use efficient tag retrieval on DAV report request | Arthur Schiwon | 2023-07-06 | 1 | -22/+56 |
|/ / |
|
* / | fix(dav): Catch SAB sync errors during upgrade | Christoph Wurst | 2023-06-27 | 1 | -1/+9 |
|/ |
|
* | Merge pull request #38416 from nextcloud/backport/38308/stable27 | Joas Schilling | 2023-05-30 | 1 | -5/+4 |
|\ |
|
| * | fix(carddav): Check if SERVER variables are set before accessing them | Anna Larch | 2023-05-23 | 1 | -5/+4 |
* | | fix(dav): Fix avatar size in system address book | Joas Schilling | 2023-05-26 | 1 | -1/+1 |
* | | fix(carddav): Don't show system address book cards to guests | Christoph Wurst | 2023-05-25 | 1 | -8/+6 |
* | | fix(carddav): Check enumeration settings for all SAB methods | Christoph Wurst | 2023-05-25 | 1 | -1/+69 |
* | | fix(SAB): Save avatar to SAB | Johannes Merkel | 2023-05-23 | 1 | -1/+1 |
|/ |
|
* | feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook | Thomas Citharel | 2023-05-16 | 4 | -2/+273 |
* | Merge pull request #37965 from nextcloud/fix/transactional-system-addressbook... | Simon L | 2023-05-16 | 1 | -26/+41 |
|\ |
|
| * | fix(dav): Run system address book create-if-not-exists in transaction | Christoph Wurst | 2023-05-12 | 1 | -26/+41 |
* | | fix(carddav): Mark system address book as read-only | Christoph Wurst | 2023-05-15 | 1 | -0/+10 |
* | | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 1 | -1/+19 |
* | | fix(carddav): expose system address book | Anna Larch | 2023-05-11 | 6 | -24/+149 |
* | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perf | Arthur Schiwon | 2023-05-11 | 4 | -0/+155 |
|\ \ |
|
| * | | refactor: remove SystemTag logic from Folder into QuerySearchHelper | Arthur Schiwon | 2023-05-09 | 1 | -3/+7 |
| * | | chore: polish SystemTagsInUseCollection | Arthur Schiwon | 2023-05-09 | 2 | -12/+33 |
| * | | fix: improve naming of new systemtags endpoint to systemtags-assigned | Arthur Schiwon | 2023-05-09 | 2 | -4/+4 |
| * | | feat: specify media type via url path: systemtags-current/$mediaType | Arthur Schiwon | 2023-05-09 | 1 | -2/+15 |
| * | | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 4 | -0/+117 |