aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #49396 from nextcloud/dav-webcal-default-refresh-rateChristoph Wurst2024-11-212-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-rateThomas Citharel2024-11-202-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 TransifexNextcloud bot2024-11-2138-46/+358
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-2012-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 TransifexNextcloud bot2024-11-20110-304/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49387 from nextcloud/backport/49384/masterJohn Molakvoæ2024-11-191-6/+6
|\
| * fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/masterskjnldsv2024-11-191-6/+6
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-changeF. E Noel Nfebe2024-11-191-1/+78
|\ \ | |/ |/| feat: add confirmation dialog for file extension changes
| * feat: add confirmation dialog for file extension changesnfebe2024-11-191-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>
* | Merge pull request #49332 from wolandtel/masterJohn Molakvoæ2024-11-191-1/+5
|\ \
| * | fix(job): Check if carddata is resource and read it to stringMikhail Kotelnikov2024-11-191-1/+5
| | | | | | | | | | | | | | | | | | | | | Fixes nextcloud/server#46100 Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
* | | Merge pull request #49372 from nextcloud/feat/php-setup-file-uploadJohn Molakvoæ2024-11-194-0/+84
|\ \ \ | |_|/ |/| |
| * | feat(settings): add big file upload setup checksfeat/php-setup-file-uploadskjnldsv2024-11-194-0/+84
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #48977 from IONOS-Productivity/tl/dev/disable-mailingLouis2024-11-191-0/+8
|\ \ \ | | | | | | | | feat: add "null" SMTP transport mode
| * | | feat(Mailer): hide admin settings for "null" transportartonge/local/IONOS/tl/dev/disable-mailingThomas Lehmann2024-11-191-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the mail transport is configured as null transport, the configuration UI would not work. == Background The null transport is meant for situations where operators implement mail delivery via custom mechanisms like REST APIs. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
* | | | Merge pull request #49357 from ↵Anna2024-11-196-4/+50
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/bugfix/noid/allow-to-fail-fake-AI-providers test(fakeAI): Allow to specify whether the fake providers should fail
| * | | test(fakeAI): Allow to specify whether the fake providers should failbugfix/noid/allow-to-fail-fake-AI-providersJoas Schilling2024-11-186-4/+50
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(files): improve delete display name when trashbin is disabledfix/files/delete-display-no-trashbinRichard Steinmetz2024-11-191-14/+14
| |/ / |/| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #49361 from nextcloud/fix/fix-share-creation-error-messagesJohn Molakvoæ2024-11-191-4/+4
|\ \ \
| * | | 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>
* | | | chore: lint fixchore/force-style-lintskjnldsv2024-11-194-12/+16
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore: Compile assetsFerdinand Thiessen2024-11-197-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-1953-154/+187
|/ / / | | | | | | | | | | | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | 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>