aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): Fix error messages from password policyfix/fix-share-creation-error-messagesCôme Chilliet2024-11-191-4/+4
| | | | | | | | | Exceptions thrown from password_policy may bubble up in share creation or update when a password is used. Their message is meant to be shown to the user. This always the case for HintException so we catch that instead of the subclass GenericShareException. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1918-32/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Add nextTick to saveChangesMarcel Klehr2024-11-181-1/+2
| | | | | | | | to alleviate race condition fixes #49335 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enableFerdinand Thiessen2024-11-182-7/+8
|\ | | | | fix(apps-store): Remove apps from force-enabled state when uninstalled
| * fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enableFerdinand Thiessen2024-11-182-7/+8
| | | | | | | | | | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49337 from nextcloud/fix/sassJohn Molakvoæ2024-11-185-13/+14
|\ \
| * | chore: Compile assetsfix/sassFerdinand Thiessen2024-11-172-4/+5
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-173-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15
| |/ |/| | | | | | | | | | | Replace with `ShareType` enum. Also fix some small Typescript issues in `FilesList.vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | 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>