Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): file name and header sort buttons alignments | skjnldsv | 2024-08-07 | 2 | -2/+3 |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #47102 from nextcloud/fix/files-multiple-propfind | John Molakvoæ | 2024-08-07 | 3 | -5/+3 |
|\ | |||||
| * | fix(files_sharing): getShares optional chaining | skjnldsv | 2024-08-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix(files): use `files:config:updated` to monitor user config change | skjnldsv | 2024-08-07 | 2 | -4/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #45841 from ↵ | John Molakvoæ | 2024-08-07 | 1 | -1/+5 |
|\ \ | | | | | | | | | | Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents | ||||
| * | | fix(dav): WebcalCaching-Plugin lint | John Molakvoæ | 2024-06-27 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | feat(dav): add regex to match Gnome and KDE calendar user-agents | Vivida | 2024-06-27 | 1 | -1/+5 |
| | | | | | | | | | Signed-off-by: Vivida <57828684+Vivida1@users.noreply.github.com> | ||||
* | | | Merge pull request #46623 from nextcloud/fix/issue-44127 | Sebastian Krupinski | 2024-08-07 | 3 | -68/+150 |
|\ \ \ | |_|/ |/| | | fix(caldav): fixed initial sync and double processing | ||||
| * | | fix(caldav): fixed initial sync and double processing | SebastianKrupinski | 2024-08-01 | 3 | -68/+150 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Merge pull request #37878 from 2lar/sortingfixbranch | John Molakvoæ | 2024-08-07 | 1 | -3/+8 |
|\ \ \ | |||||
| * | | | fix(files_sharing): tab shares title and creation sort | 2lar | 2024-08-07 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | | Merge pull request #47071 from nextcloud/fix/no-error-new-file-audit | Andy Scherzinger | 2024-08-07 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | fix(admin_audit): Do not log errors for new files | ||||
| * | | | | fix(admin_audit): Do not log errors for new files | Julius Härtl | 2024-08-07 | 1 | -2/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #46945 from nextcloud/fix/activity-upload-public | John Molakvoæ | 2024-08-07 | 4 | -0/+69 |
|\ \ \ \ | |||||
| * | | | | feat(activity): add share link upload notifications | skjnldsv | 2024-08-07 | 4 | -0/+69 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* / / / | fix(theming): make cache buster depend on the app version | Richard Steinmetz | 2024-08-07 | 1 | -1/+3 |
|/ / / | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-07 | 196 | -1258/+1632 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #47070 from nextcloud/circToTeam | Andy Scherzinger | 2024-08-06 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | fix(share): Rename Circle to Team | ||||
| * | | | fix(share): Rename Circle to Team | Git'Fellow | 2024-08-06 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | | Merge pull request #47061 from nextcloud/fix/avoid-collision-of-webhook-calls | Andy Scherzinger | 2024-08-06 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | fix(webhook_listeners): Avoid collision between two identical calls at the same second | ||||
| * | | | | fix(webhook_listeners): Avoid collision between two identical calls at the ↵ | Côme Chilliet | 2024-08-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same second The job list needs argument to be unique for each registered job, so add a random string on top of time to make sure the same call can be registered several times at the same second. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | Merge pull request #46967 from nextcloud/fix/share-not-found | John Molakvoæ | 2024-08-06 | 2 | -4/+27 |
|\ \ \ \ \ | |||||
| * | | | | | fix(files_sharing): show proper share not found error message | skjnldsv | 2024-08-06 | 2 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | Merge pull request #46985 from nextcloud/feat/email-share-format | John Molakvoæ | 2024-08-06 | 3 | -67/+234 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix: emails tests after new design fixes | skjnldsv | 2024-08-06 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | feat(sharebymail): improve share email format | skjnldsv | 2024-08-06 | 2 | -43/+210 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | Merge pull request #45054 from nextcloud/fix/issue-26668 | Sebastian Krupinski | 2024-08-06 | 2 | -32/+408 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | fix(caldav): Add sharee to address list when calendar is shared | ||||
| * | | | | | fix(caldav): Add sharee to address list when calendar is shared | SebastianKrupinski | 2024-08-06 | 2 | -32/+408 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | | Merge pull request #46710 from ↵ | Stephan Orbaugh | 2024-08-06 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/artonge/fix/use_timestamp_instead_of_revision fix: Use timestamp instead of revision id in files_versions metadata API | ||||
| * | | | | fix: Use timestamp instead of revision id in files_versions metadata API | Louis Chemineau | 2024-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | Merge pull request #47043 from ↵ | Maxence Lange | 2024-08-06 | 1 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/ignore-root-on-inherited-shares fix(inherited-shares): ignore top root folder | ||||
| * | | | | | fix(inherited-shares): ignore top root folder | Maxence Lange | 2024-08-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationsteps | Stephan Orbaugh | 2024-08-06 | 2 | -0/+7 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | feat(migrations): add metadata to existing migrations | ||||
| * | | | | | fix(metadata): revert wrongly renamed column | Maxence Lange | 2024-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | | | feat(migrations): add metadata to existing migrations | Maxence Lange | 2024-08-02 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | | Merge pull request #46926 from nextcloud/carddavtest-querybuilder-reuse | Stephan Orbaugh | 2024-08-06 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | tests: don't reuse the query builder for multiple tables in CardDavBackendTest | ||||
| * | | | | | | test: don't reuse the query builder for multiple tables in CardDavBackendTest | Robin Appelman | 2024-08-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | Merge pull request #46880 from nextcloud/fix/account-menu | Ferdinand Thiessen | 2024-08-06 | 1 | -48/+26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix: Make account menu follow the design (use nextcloud-vue components) | ||||
| * | | | | | | | fix(user_status): Adjust AccountMenu entry for user status | Ferdinand Thiessen | 2024-08-06 | 1 | -48/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixup: Adjust to design comments Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | | | Merge pull request #46924 from nextcloud/fix/empty-email | John Molakvoæ | 2024-08-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | fix(files_sharing): filter out invalid shareWith in sharee API | skjnldsv | 2024-08-05 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-06 | 26 | -14/+262 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | chore: Update `@nextcloud/vue` to v8.16.0 | Ferdinand Thiessen | 2024-08-05 | 1 | -23/+23 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | fix(settings): Repalce dashboard icon in appstore | Ferdinand Thiessen | 2024-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | chore: Replace dashboard icon with Material Symbols "View Column" | Ferdinand Thiessen | 2024-08-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | perf(files_trashbin): Only trigger one PROPFIND for trashbin view | Ferdinand Thiessen | 2024-08-05 | 2 | -65/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | fix(files_trashbin): Original name of the deleted files should be set as ↵ | Ferdinand Thiessen | 2024-08-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display name for DAV Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | Merge pull request #46919 from ↵ | Richard Steinmetz | 2024-08-05 | 1 | -2/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav/allow-rooms-resources-principals-listing fix(caldav): allow listing of room and resource principals | ||||
| * | | | | | | fix(caldav): allow listing of room and resource principals | Richard Steinmetz | 2024-07-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-05 | 18 | -0/+208 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |