Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-23 | 12 | -0/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 1 | -12/+12 |
|\ | | | | | Extract request id handling to dedicated class so it can be injected without DB dependency | ||||
| * | Fix tests | Joas Schilling | 2022-02-23 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix moving error for calendar object error because of missing principal uri | Anna Larch | 2022-03-22 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting. | Daniel Teichmann | 2022-03-21 | 3 | -2/+42 |
| | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | ||||
* | | Fix #31303: Make reminder notification behaviour selectable. | Daniel Teichmann | 2022-03-21 | 5 | -4/+54 |
| | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | ||||
* | | Merge pull request #31621 from ↵ | blizzz | 2022-03-21 | 5 | -8/+34 |
|\ \ | | | | | | | | | | | | | nextcloud/fix-link-to-calendar-docs-in-groupware-settings Fix link to calendar user docs in groupware settings | ||||
| * | | Fix link to calendar user docs in groupware settings | Thomas Citharel | 2022-03-18 | 5 | -8/+34 |
| | | | | | | | | | | | | | | | | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | Merge pull request #31193 from nextcloud/enh/webdav-propfind-count-sub-elements | Julien Veyssier | 2022-03-21 | 1 | -1/+20 |
|\ \ \ | | | | | | | | | Add optional WebDav propfind properties to count sub elements | ||||
| * | | | add optional WebDav propfind properties to show number of folders/files ↵ | Julien Veyssier | 2022-03-19 | 1 | -1/+20 |
| |/ / | | | | | | | | | | | | | | | | inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-20 | 2 | -16/+12 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-18 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Move calendar objects between calendars instead of deleting and recreating them | Anna Larch | 2022-03-16 | 20 | -81/+266 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-15 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Extends UserMigrationException in CalendarMigratorException | Côme Chilliet | 2022-03-14 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-14 | 4 | -0/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-12 | 16 | -0/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #31274 from nextcloud/fix/carddav-backend-1000-orache1 | John Molakvoæ | 2022-03-11 | 1 | -6/+9 |
|\ \ | |||||
| * | | Don't recreate sql query each time | Carl Schwan | 2022-03-10 | 1 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | | Fix more than 1000 entries in queries exception in CardDavBackend | Carl Schwan | 2022-02-21 | 1 | -7/+10 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Merge pull request #30963 from nextcloud/feat/calendar-migration | Pytal | 2022-03-10 | 21 | -0/+1283 |
|\ \ \ | |||||
| * | | | Improve error handling and output messages | Christopher Ng | 2022-03-09 | 2 | -14/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Various minor updates | Christopher Ng | 2022-03-02 | 2 | -38/+30 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Minor updates | Christopher Ng | 2022-03-02 | 2 | -63/+75 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Integrate migrator | Christopher Ng | 2022-03-02 | 8 | -260/+74 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Integration tests | Christopher Ng | 2022-03-02 | 14 | -0/+739 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Calendar export and import | Christopher Ng | 2022-03-02 | 9 | -0/+717 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-10 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #31431 from nextcloud/fs-setup-manager | Robin Appelman | 2022-03-08 | 1 | -5/+4 |
|\ \ \ \ | | | | | | | | | | | Unify/cleanup filesystem setup | ||||
| * | | | | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-06 | 2 | -0/+4 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -1/+17 |
|\ \ \ \ | | | | | | | | | | | move root mount setup to mountproviders | ||||
| * | | | | also handle expired pre-write shared lock on dav upload when not using part ↵ | Robin Appelman | 2022-02-25 | 1 | -1/+17 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | files Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-04 | 8 | -2/+74 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-03 | 16 | -0/+230 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-logging | Julius Härtl | 2022-03-02 | 1 | -0/+5 |
|\ \ \ \ | |_|/ / |/| | | | Diagnostics event logging to log | ||||
| * | | | Add logging around dav exec | Julius Härtl | 2022-02-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Make Sabre File exception messages translatable | Christopher Ng | 2022-03-01 | 1 | -18/+52 |
|/ / / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-27 | 2 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-26 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-23 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Mark DAV background jobs as time sensitive/insensitive | Christoph Wurst | 2022-02-22 | 12 | -57/+107 |
| | | | | | | | | | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #31295 from nextcloud/fix-cleaning-reminders | Christoph Wurst | 2022-02-22 | 1 | -3/+3 |
|\ \ | | | | | | | Fix cleaning reminders after subscription purge | ||||
| * | | Fix cleaning reminders after subscription purge | Thomas Citharel | 2022-02-21 | 1 | -3/+3 |
| |/ | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | replace button with vue button component | Vanessa Pertsch | 2022-02-21 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #31195 from nextcloud/wrap_exception | Louis | 2022-02-21 | 4 | -0/+45 |
|\ \ | |/ |/| | Wrap S3 multipart upload exception | ||||
| * | Wrap S3 multipart upload exception | Louis Chemineau | 2022-02-16 | 4 | -0/+45 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-19 | 50 | -50/+82 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #20766 from ↵ | Christoph Wurst | 2022-02-18 | 3 | -2/+14 |
|\ \ | | | | | | | | | | | | | nextcloud/bug/fix-reminders-with-empty-calendar-data Consider only reminders with calendar data | ||||
| * | | Clean reminders for calendar when deleting a subscription | Thomas Citharel | 2022-02-15 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> |