Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-18 | 48 | -106/+472 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-17 | 30 | -46/+120 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor(files): Adjust `useNavigation` composable to enforce active view | Ferdinand Thiessen | 2024-11-16 | 6 | -25/+31 |
| | | | | | | | | | In some cases it is guaranteed that we have a proper active view, e.g. when the file list is loaded (so within FileEntry* components). This does not change anything but the Typescript types, so the `currentView` is typed as `View` instead of `View | null´. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-16 | 134 | -138/+178 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0 | dependabot[bot] | 2024-11-15 | 1 | -35/+35 |
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.20.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | fix(files): Make injected actions reactive | Ferdinand Thiessen | 2024-11-15 | 1 | -3/+3 |
| | | | | | | | Provided values are not reactive by default and by design, we must need computed to make them reactive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(systemtags): enhance create tag in tag picker UX | skjnldsv | 2024-11-15 | 2 | -22/+58 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #48833 from ↵ | Richard Steinmetz | 2024-11-15 | 4 | -48/+496 |
|\ | | | | | | | | | nextcloud/fix/issue-48732-exdate-rdate-property-instances fix: RDATE and EXDATE property instances | ||||
| * | fix: RDATE and EXDATE property instancesfix/issue-48732-exdate-rdate-property-instances | SebastianKrupinski | 2024-10-21 | 4 | -48/+496 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-15 | 38 | -12/+138 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49276 from nextcloud/refactor/register-routes | Kate | 2024-11-14 | 2 | -25/+14 |
|\ \ | |||||
| * | | refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routes | provokateurin | 2024-11-14 | 1 | -13/+4 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | refactor(files_versions): Remove Application::registerRoutes() usage | provokateurin | 2024-11-14 | 1 | -12/+10 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix: use invokePrivate for testfix/use-invokeprivate-for-test | SebastianKrupinski | 2024-11-14 | 1 | -21/+16 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | fix(files): ensure valid mtime and fallback to crtime if defined | skjnldsv | 2024-11-14 | 1 | -1/+15 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svg | Kate | 2024-11-14 | 1 | -5/+2 |
|\ \ \ | |||||
| * | | | chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svg | skjnldsv | 2024-11-14 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | chore(i18n): Fixed grammar | rakekniven | 2024-11-14 | 1 | -1/+1 |
| |/ / |/| | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | | fix(profile): exclude from openapifeat/profile-app | skjnldsv | 2024-11-14 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(profile): triggerbutton selector | skjnldsv | 2024-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(profile): make sure the app cannot be disabled as it was in core | skjnldsv | 2024-11-14 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | chore(profile): move profile app from core to apps | skjnldsv | 2024-11-14 | 23 | -2/+1944 |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-14 | 92 | -194/+226 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(files): Add support for file list actions | Christopher Ng | 2024-11-13 | 1 | -1/+30 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #48134 from nextcloud/feat/mail-provider-settings | Daniel | 2024-11-13 | 8 | -20/+258 |
|\ \ | | | | | | | feat: mail provider settings | ||||
| * | | feat: mail provider settingsfeat/mail-provider-settings | SebastianKrupinski | 2024-11-12 | 8 | -20/+258 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | feat: Update supported PostgreSQL versionsfeat/postgres-13-17 | Ferdinand Thiessen | 2024-11-13 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | 12 is now EOL but 17 was released and should be supported and tested. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-13 | 8 | -2/+14 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(dav): file request guest nickname encoding | skjnldsv | 2024-11-12 | 2 | -5/+6 |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messages | Sebastian Krupinski | 2024-11-12 | 87 | -193/+213 |
|\ \ | |||||
| * | | fix(files_external): cast storage id intfix/external-storage-int | skjnldsv | 2024-11-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 80 | -170/+184 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | fix(app-store): Add back legacy store API used for update and removal | Ferdinand Thiessen | 2024-11-11 | 4 | -17/+24 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files): Revert CSS causing the file name to have no bounding box | Ferdinand Thiessen | 2024-11-11 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | Instead add the direction only to the filename wrapper not the button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling | SebastianKrupinski | 2024-11-11 | 2 | -2/+29 |
|/ / | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-11 | 4 | -0/+118 |
|\ \ | | | | | | | feat(testing): Add a fake summary task provider | ||||
| * | | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-09 | 4 | -0/+118 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-11 | 48 | -58/+156 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-10 | 104 | -96/+120 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinction | Jérôme Herbinet | 2024-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | | fix(files): Fix file names alignment in Files List in UI RTL mode. | Faisal Alghamdi | 2024-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> | ||||
* | | | fix(systemtags): sanity checks for bulk tagging action | skjnldsv | 2024-11-09 | 2 | -3/+82 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(files): check that node is in user root folder for view-in-folder action | skjnldsv | 2024-11-09 | 2 | -0/+17 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-11-09 | 3 | -1/+9 |
|/ / | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-09 | 180 | -252/+310 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files): edit locally buttons | skjnldsv | 2024-11-08 | 1 | -8/+7 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(files_sharing): share assignment issue in SharingEntryLink | skjnldsv | 2024-11-08 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(files): open sidebar on sharing tab by default for files | skjnldsv | 2024-11-08 | 2 | -3/+39 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #49145 from nextcloud/ci/noid/php-8.4 | Joas Schilling | 2024-11-08 | 1 | -0/+4 |
|\ \ | | | | | | | feat(PHP): Allow PHP 8.4 |