Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-11 | 2 | -2/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #40631 from nextcloud/backport/40541/stable27 | Arthur Schiwon | 2023-09-28 | 2 | -1/+81 |
|\ | | | | | [stable27] fix(dav): expand recurrences when searching | ||||
| * | fix(dav): expand recurrences when searching | Richard Steinmetz | 2023-09-26 | 2 | -1/+81 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-27 | 2 | -2/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-23 | 4 | -4/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: use faster method to fetch user count | Daniel Kesselberg | 2023-09-18 | 1 | -1/+1 |
| | | | | | | | | | | countUsers: the actual user count reported by the backend. countSeenUsers: count every user who was logged in once. 1: We should avoid expensive operations (like asking every backend for it's user count) in migrations. 2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;) Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | only triger metadata preload logic when at least one metadata is requested | Robin Appelman | 2023-09-18 | 1 | -6/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | don't preload metadata for the sub-childen | Robin Appelman | 2023-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(caldav): add webroot to objectid for activities | Daniel Kesselberg | 2023-09-13 | 2 | -1/+3 |
| | | | | | | | | | A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/ The calendar app uses base64(calendar uri) as identifier for calendar objects. Without this patch the links from activity app to calendar app don't work for installations in a subdirectory. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | only determine quota_include_external_storage once for quota wrapper | Robin Appelman | 2023-09-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | only get logger when needed in sabre/directory | Robin Appelman | 2023-09-07 | 1 | -9/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(CalDAV): check birthday calendar owner | Anna Larch | 2023-09-07 | 3 | -8/+76 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(CardDAV): allow disabling of the system address book via config option | Anna Larch | 2023-09-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-31 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | 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> |