Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-27 | 2 | -13/+17 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-27 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39900 from ↵ | John Molakvoæ | 2023-08-25 | 4 | -5/+8 |
|\ | | | | | | | nextcloud/fix/stable27/set-owner-principal-for-SAB | ||||
| * | fix(CardDAV): set owner-principal, displayname properties for SAB | Anna Larch | 2023-08-24 | 4 | -5/+8 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-25 | 2 | -10/+10 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39953 from nextcloud/backport/39903/stable27 | John Molakvoæ | 2023-08-24 | 1 | -0/+5 |
|\ | |||||
| * | don't bother checking dav acl's in files | Robin Appelman | 2023-08-18 | 1 | -0/+5 |
| | | | | | | | | | | | | any permissions for files is handled in the filesystem layer anyway Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-22 | 2 | -2/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39904 from nextcloud/backport/38397/stable27 | John Molakvoæ | 2023-08-16 | 3 | -14/+54 |
|\ | |||||
| * | enh(contacts): show/hide addressbooks for all | Johannes Merkel | 2023-08-16 | 3 | -14/+54 |
| | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | | Merge pull request #39858 from nextcloud/backport/39568/stable27 | John Molakvoæ | 2023-08-16 | 4 | -5/+103 |
|\ \ | |||||
| * | | cache calendar objects from calendarQuery | Robin Appelman | 2023-08-14 | 1 | -5/+30 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | preload shares for calendars when listing calendars | Robin Appelman | 2023-08-14 | 4 | -0/+73 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #39817 from nextcloud/backport/39700/stable27 | John Molakvoæ | 2023-08-16 | 2 | -2/+5 |
|\ \ | |/ |/| | |||||
| * | fix: close cursor after reading the invitation | Daniel Kesselberg | 2023-08-11 | 2 | -2/+5 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-12 | 4 | -4/+390 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | ensure outerquery ->where() function doesn't clobber earier ->andWhere() | Jamie McClelland | 2023-08-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Jamie McClelland <jm@mayfirst.org> | ||||
* | optimize calendar search query | Jamie McClelland | 2023-08-10 | 1 | -1/+1 |
| | | | | | | see https://github.com/nextcloud/calendar/issues/4758 Signed-off-by: Jamie McClelland <jm@mayfirst.org> | ||||
* | feat(caldav): linkify location in scheduling mails | Richard Steinmetz | 2023-08-10 | 1 | -2/+42 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-10 | 2 | -2/+126 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-09 | 2 | -32/+76 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | preload all requested metadata | Robin Appelman | 2023-08-08 | 1 | -58/+53 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | expose gps data via webdav | tobiasKaminsky | 2023-08-08 | 1 | -0/+22 |
| | |||||
* | style(caldav): improve getDenormalizedData method | Thomas Citharel | 2023-08-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix creating events with old (< unix time) lastoccurence | Thomas Citharel | 2023-08-02 | 2 | -2/+12 |
| | | | | | | Closes #20804 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #39554 from nextcloud/backport/39221/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -2/+6 |
|\ | | | | | [stable27] Bugfix/bulk upload empty files | ||||
| * | when reading an empty file getting EOF is not an error | Matthieu Gallien | 2023-07-25 | 1 | -2/+6 |
| | | | | | | | | | | | | will allow uploading empty files via bulk upload Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> | ||||
* | | fix(dav): use quota of destination in s3 chunk upload | Max | 2023-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Resolves: #39228. Check the free space on the destination. Before it was checking the free space on `$storage` which is the upload storage of the user who triggered the upload. This led to user quota being applied even when uploading to a share with unlimited space. Signed-off-by: Max <max@nextcloud.com> | ||||
* | | Merge pull request #39614 from nextcloud/dav-permissions-share-root-write-27 | Andy Scherzinger | 2023-08-01 | 1 | -22/+54 |
|\ \ | | | | | | | [27] fix share roots always being marked as writable | ||||
| * | | fix share roots always being marked as writable | Robin Appelman | 2023-07-28 | 1 | -22/+54 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-01 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-28 | 2 | -2/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: check that object store backend supports multi part uploads | Daniel Kesselberg | 2023-07-23 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-22 | 2 | -2/+60 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -36/+292 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-15 | 10 | -10/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-14 | 72 | -260/+74 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-13 | 2 | -50/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38919 from nextcloud/backport/38639/stable27 | Arthur Schiwon | 2023-07-12 | 4 | -6/+139 |
|\ | | | | | [stable27] pruneOutdatedSyncTokens deletes all entries | ||||
| * | fix(dav): close cursor when fetching max id | Richard Steinmetz | 2023-07-11 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | Issue #36644: Test cases | Christof Arnosti | 2023-06-21 | 2 | -2/+113 |
| | | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch> | ||||
| * | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAV | Christof Arnosti | 2023-06-21 | 2 | -4/+22 |
| | | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch> | ||||
* | | Merge pull request #39292 from nextcloud/backport/39248/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -2/+42 |
|\ \ | | | | | | | [stable27] preload custom properties when propfinding folders | ||||
| * | | preload custom properties when propfinding folders | Robin Appelman | 2023-07-10 | 1 | -2/+42 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #38572 from nextcloud/backport/38301/stable27 | Arthur Schiwon | 2023-07-12 | 2 | -0/+46 |
|\ \ \ | | | | | | | | | [stable27] fix(caldav): Ignore invalid events for reminder generation | ||||
| * | | | fix(caldav): Ignore invalid events for reminder generation | Christoph Wurst | 2023-07-10 | 2 | -0/+46 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #38475 from nextcloud/backport/38454/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | [stable27] fix(carddav): Make system contact phone number RFC compliant | ||||
| * | | | fix(carddav): Make system contact phone number RFC compliant | greta | 2023-07-10 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com> | ||||
* | | | Merge pull request #38968 from nextcloud/backport/38747/stable27 | Arthur Schiwon | 2023-07-10 | 1 | -2/+13 |
|\ \ \ | | | | | | | | | [stable27] perf: skip request without write permission |