Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): improve item calculation and caching for virtual scroller ↵fix/files-scroll-perf | skjnldsv | 2024-11-29 | 1 | -32/+71 |
| | | | | | | performance Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): virtual scroller item size computation | skjnldsv | 2024-11-29 | 1 | -15/+44 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-29 | 132 | -2244/+2244 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49493 from ↵ | John Molakvoæ | 2024-11-28 | 8 | -1563/+1578 |
|\ | | | | | | | nextcloud/artonge/feat/pwd_confirmation_allow_set_period | ||||
| * | chore: Run npm run lint:fix | Louis Chemineau | 2024-11-28 | 1 | -670/+697 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2024-11-28 | 7 | -69/+57 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | chore: stricter access to testremote endpoint | Benjamin Gaussorgues | 2024-11-28 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-28 | 20 | -4/+188 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49518 from nextcloud/bugfix/noid/activity-logs | Joas Schilling | 2024-11-27 | 1 | -3/+3 |
|\ | | | | | fix(activity): Fix activity object type warnings | ||||
| * | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(config): add `maximum.supported.desktop.version` | skjnldsv | 2024-11-27 | 2 | -30/+73 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-27 | 10 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-26 | 54 | -72/+72 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43025 from ↵ | Côme Chilliet | 2024-11-25 | 6 | -0/+208 |
|\ | | | | | | | | | nextcloud/bugfix/error-on-reshare-after-transfer-ownership fix: update re-share if shared-by user has been revoked | ||||
| * | fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownership | Luka Trovic | 2024-11-18 | 6 | -0/+208 |
| | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | | Merge pull request #49454 from nextcloud/fix/invitations-named-parameter | Christoph Wurst | 2024-11-25 | 1 | -4/+4 |
|\ \ | | | | | | | fix: invalid usage of IQueryBuilder::createNamedParameter() | ||||
| * | | fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameter | Richard Steinmetz | 2024-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | | fix: invalid usage of IQueryBuilder::createNamedParameter() | Richard Steinmetz | 2024-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Merge pull request #49073 from nextcloud/feat/files_sharing/co-owner | Kate | 2024-11-25 | 5 | -21/+155 |
|\ \ \ | |||||
| * | | | fix(SharingEntry): Display owner name if the owner is someone else | provokateurin | 2024-11-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 2 | -9/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | feat(files_sharing): Allow users with share permission to manage shares on ↵ | provokateurin | 2024-11-25 | 2 | -0/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | IShareOwnerlessMount Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(files_sharing): Remove duplicate link/email edit share logic | provokateurin | 2024-11-25 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #49004 from nextcloud/bug/48678/restore-dav-error-response | Anna | 2024-11-25 | 8 | -58/+126 |
|\ \ \ \ | | | | | | | | | | | Bug/48678/restore dav error response | ||||
| * | | | | fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-response | Daniel Kesselberg | 2024-11-22 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2024-11-22 | 7 | -55/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | | Revert "fix: Drop unnecessary exit" | Daniel Kesselberg | 2024-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵ | Daniel Kesselberg | 2024-11-22 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | Merge pull request #49464 from nextcloud/fix/external-storage-controller-cast-id | Marcel Klehr | 2024-11-25 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix(external_storage): Cast id to int | ||||
| * | | | | fix(external_storage): Cast id to intfix/external-storage-controller-cast-id | Marcel Klehr | 2024-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | follow up to #49218 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 14 | -4/+74 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-24 | 28 | -10/+176 |
| |_|/ / |/| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-23 | 16 | -10/+116 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-22 | 20 | -8/+86 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: (CalDav) Delete invitation when deleting Calendars or Eventsfix/issue-12387-delete-invitations | SebastianKrupinski | 2024-11-21 | 1 | -2/+51 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help | Daniel | 2024-11-21 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | feat(files): Add help to / update description of `files:cleanup` | ||||
| * | | | feat(occ): Add help and update description for `files:cleanup`feat/occ-files-cleanup-help | Josh | 2024-11-20 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | fix(files): Restore page title (folder - view - product) | Ferdinand Thiessen | 2024-11-21 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Folder: Current folder if not root * View: Name of current view * Product: Nextcloud Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #49408 from nextcloud/refactor/files-cleanup | Julius Knorr | 2024-11-21 | 1 | -12/+18 |
|\ \ \ \ | | | | | | | | | | | refactor(files): Use functions for all in `occ files:cleanup` | ||||
| * | | | | refactor(files): Use functions for all in `occ files:cleanup`refactor/files-cleanup | Josh | 2024-11-20 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Tidying. Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | | Merge pull request #49396 from nextcloud/dav-webcal-default-refresh-rate | Christoph Wurst | 2024-11-21 | 2 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | feat(dav): increase default calendar subscription refresh rate to one day | ||||
| * | | | | | feat(dav): increase default calendar subscription refresh rate to one daydav-webcal-default-refresh-rate | Thomas Citharel | 2024-11-20 | 2 | -3/+3 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the performance benefits from #43541 it makes sense Reference https://github.com/nextcloud/server/issues/46171#issuecomment-2487910923 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-21 | 38 | -46/+358 |
| |/ / / |/| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | refactor(files): Provide `useFileListWidth` composable | Ferdinand Thiessen | 2024-11-20 | 12 | -84/+155 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Replace the mixin with a composable, this is better typed and works in both: Options- and Composition API. Also added component tests for it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-20 | 110 | -304/+206 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49387 from nextcloud/backport/49384/master | John Molakvoæ | 2024-11-19 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/master | skjnldsv | 2024-11-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-change | F. E Noel Nfebe | 2024-11-19 | 1 | -1/+78 |
|\ \ \ \ | |/ / / |/| | | | feat: add confirmation dialog for file extension changes | ||||
| * | | | feat: add confirmation dialog for file extension changes | nfebe | 2024-11-19 | 1 | -1/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduced a dialog to confirm if users want to proceed with changing the file extension. - Added handling for dialog visibility to prevent recursion. (Since it looks like use must press escape to stop rename???) Signed-off-by: nfebe <fenn25.fn@gmail.com> |