aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(external_storage): Cast id to intfix/external-storage-controller-cast-idMarcel Klehr2024-11-251-2/+2
| | | | | | follow up to #49218 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1848-106/+472
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1730-46/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-166-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 TransifexNextcloud bot2024-11-16134-138/+178
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0dependabot[bot]2024-11-151-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 reactiveFerdinand Thiessen2024-11-151-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 UXskjnldsv2024-11-152-22/+58
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #48833 from ↵Richard Steinmetz2024-11-154-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-instancesSebastianKrupinski2024-10-214-48/+496
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1538-12/+138
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49276 from nextcloud/refactor/register-routesKate2024-11-142-25/+14
|\ \
| * | refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routesprovokateurin2024-11-141-13/+4
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_versions): Remove Application::registerRoutes() usageprovokateurin2024-11-141-12/+10
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix: use invokePrivate for testfix/use-invokeprivate-for-testSebastianKrupinski2024-11-141-21/+16
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svgKate2024-11-141-5/+2
|\ \ \
| * | | chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svgskjnldsv2024-11-141-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(i18n): Fixed grammarrakekniven2024-11-141-1/+1
| |/ / |/| | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | fix(profile): exclude from openapifeat/profile-appskjnldsv2024-11-141-0/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(profile): triggerbutton selectorskjnldsv2024-11-141-1/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-141-3/+3
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | chore(profile): move profile app from core to appsskjnldsv2024-11-1423-2/+1944
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1492-194/+226
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48134 from nextcloud/feat/mail-provider-settingsDaniel2024-11-138-20/+258
|\ \ | | | | | | feat: mail provider settings
| * | feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-128-20/+258
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | feat: Update supported PostgreSQL versionsfeat/postgres-13-17Ferdinand Thiessen2024-11-131-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 TransifexNextcloud bot2024-11-138-2/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(dav): file request guest nickname encodingskjnldsv2024-11-122-5/+6
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messagesSebastian Krupinski2024-11-1287-193/+213
|\ \
| * | fix(files_external): cast storage id intfix/external-storage-intskjnldsv2024-11-121-2/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1280-170/+184
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-114-17/+24
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-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 schedulingSebastianKrupinski2024-11-112-2/+29
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-providerJoas Schilling2024-11-114-0/+118
|\ \ | | | | | | feat(testing): Add a fake summary task provider
| * | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-providerJoas Schilling2024-11-094-0/+118
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1148-58/+156
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10104-96/+120
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinctionJérôme Herbinet2024-11-091-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 Alghamdi2024-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* | | fix(systemtags): sanity checks for bulk tagging actionskjnldsv2024-11-092-3/+82
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-093-1/+9
|/ / | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09180-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-082-3/+39
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #49145 from nextcloud/ci/noid/php-8.4Joas Schilling2024-11-081-0/+4
|\ \ | | | | | | feat(PHP): Allow PHP 8.4