Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | l10n: Remove comma | Valdnet | 2022-04-12 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | Use Migrators id instead of class names | Côme Chilliet | 2022-04-11 | 2 | -2/+2 |
| | | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Extend calendar migrator | Christopher Ng | 2022-04-08 | 1 | -0/+21 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Extend contacts migrator | Christopher Ng | 2022-04-08 | 1 | -0/+21 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #31673 from nextcloud/feat/contacts-migration | Vincent Petry | 2022-04-07 | 4 | -0/+432 |
|\ | | | | | Contacts migration | ||||
| * | Output literal null string | Christopher Ng | 2022-03-30 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | Access by array key instead of destructuring | Christopher Ng | 2022-03-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | Contacts export and import | Christopher Ng | 2022-03-30 | 4 | -0/+432 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #25747 from nextcloud/XAccelBuffering | blizzz | 2022-04-07 | 1 | -0/+1 |
|\ \ | | | | | | | Add X-Accel-Buffering header to downloads | ||||
| * | | Add X-Accel-Buffering header to downloads | Unpublished | 2022-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Unpublished <unpublished@gmx.net> | ||||
* | | | sh | Robin Appelman | 2022-04-06 | 1 | -12/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | use existing node in SharesPlugin | Robin Appelman | 2022-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | allow reusing known folder info when getting directory contents | Robin Appelman | 2022-04-06 | 2 | -7/+11 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | save filesystem node in dav node | Robin Appelman | 2022-04-06 | 3 | -1/+33 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #29510 from nextcloud/backport/27378/master | John Molakvoæ | 2022-04-04 | 4 | -4/+97 |
|\ \ \ | |||||
| * | | | Add dav plugin to trigger recalculating of checksums | Robin Appelman | 2022-03-31 | 4 | -4/+97 |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #31734 from nextcloud/dav-quota-dont-query | Robin Appelman | 2022-04-04 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | dont re-query fileinfo when getting dav quota | ||||
| * | | | dont re-query fileinfo when getting dav quota | Robin Appelman | 2022-03-28 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #30823 from nextcloud/work/profiler | Carl Schwan | 2022-04-04 | 2 | -10/+68 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app. | ||||
| * | | | | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 2 | -10/+68 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | | Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-int | Christoph Wurst | 2022-04-01 | 1 | -72/+79 |
|\ \ \ \ | |/ / / |/| | | | Fix column/property types in CalDAV | ||||
| * | | | Fix CalDAV subscriptions calendarorder column/prop type | Christoph Wurst | 2022-03-24 | 1 | -25/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | Fix column/property type of the calendar order | Christoph Wurst | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | Fix column/property type of the CalDAV deleted_at time stamp | Christoph Wurst | 2022-03-24 | 1 | -47/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Show filename in output message | Christopher Ng | 2022-03-29 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Skip import of current calendar on error | Christopher Ng | 2022-03-29 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Also comment out in test | Joas Schilling | 2022-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Disable bulk upload by not advertising it | Vincent Petry | 2022-03-28 | 1 | -1/+2 |
| |/ / |/| | | | | | | | | | | | | | | | | | It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | | fix check if dav root is folder | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | dont setup full fs after dav auth | Robin Appelman | 2022-03-24 | 1 | -1/+0 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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> | ||||
* | | Fix #31303: Make reminder notification behaviour selectable. | Daniel Teichmann | 2022-03-21 | 2 | -2/+15 |
| | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | ||||
* | | Merge pull request #31621 from ↵ | blizzz | 2022-03-21 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | 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 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | 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> | ||||
* | | Move calendar objects between calendars instead of deleting and recreating them | Anna Larch | 2022-03-16 | 11 | -22/+157 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@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> | ||||
* | | 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 | 5 | -0/+534 |
|\ \ \ | |||||
| * | | | Improve error handling and output messages | Christopher Ng | 2022-03-09 | 1 | -13/+22 |
| | | | | | | | | | | | | | | | | 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 | 1 | -62/+70 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Integrate migrator | Christopher Ng | 2022-03-02 | 4 | -250/+70 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | Calendar export and import | Christopher Ng | 2022-03-02 | 6 | -0/+705 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.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> | ||||
* | | | | | 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> |