Nextcloud bot
1005efdfd3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-24 00:21:02 +00:00
Nextcloud bot
2a8b7400ed
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-23 00:21:40 +00:00
Nextcloud bot
38a854752c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-22 00:20:22 +00:00
SebastianKrupinski
4740c18f8e
fix: (CalDav) Delete invitation when deleting Calendars or Events
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-21 09:08:26 -05:00
Daniel
1f6d0f0eb6
Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help
...
feat(files): Add help to / update description of `files:cleanup`
2024-11-21 11:00:31 +01:00
Ferdinand Thiessen
ae35983449
fix(files): Restore page title (folder - view - product)
...
* Folder: Current folder if not root
* View: Name of current view
* Product: Nextcloud
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-21 07:48:06 +00:00
Julius Knorr
37936bc404
Merge pull request #49408 from nextcloud/refactor/files-cleanup
...
refactor(files): Use functions for all in `occ files:cleanup`
2024-11-21 08:41:11 +01:00
Christoph Wurst
cbb937fa32
Merge pull request #49396 from nextcloud/dav-webcal-default-refresh-rate
...
feat(dav): increase default calendar subscription refresh rate to one day
2024-11-21 06:12:14 +01:00
Nextcloud bot
5b201827b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 00:21:29 +00:00
Josh
b9cc4bab4d
refactor(files): Use functions for all in occ files:cleanup
...
Tidying.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-20 14:43:20 -05:00
Ferdinand Thiessen
675e7a953f
refactor(files): Provide useFileListWidth composable
...
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>
2024-11-20 19:08:21 +01:00
Josh
aa2b9b5ef2
feat(occ): Add help and update description for files:cleanup
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-20 12:35:21 -05:00
Thomas Citharel
d3068f5db5
feat(dav): increase default calendar subscription refresh rate to one day
...
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>
2024-11-20 10:07:29 +01:00
Nextcloud bot
d334773b98
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-20 00:21:33 +00:00
John Molakvoæ
1333f20bb0
Merge pull request #49387 from nextcloud/backport/49384/master
2024-11-19 22:30:57 +01:00
F. E Noel Nfebe
af14ff066c
Merge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-change
...
feat: add confirmation dialog for file extension changes
2024-11-19 21:15:05 +01:00
skjnldsv
52020b5ea6
fix(settings): psalm PhpMaxFileSize setup check warning
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 18:27:35 +00:00
John Molakvoæ
8f6ef39391
Merge pull request #49332 from wolandtel/master
2024-11-19 19:25:25 +01:00
Mikhail Kotelnikov
e9d6c50170
fix(job): Check if carddata is resource and read it to string
...
Fixes nextcloud/server#46100
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
2024-11-19 22:28:27 +05:00
John Molakvoæ
4d85f44c9f
Merge pull request #49372 from nextcloud/feat/php-setup-file-upload
2024-11-19 17:21:38 +01:00
nfebe
383d98c41b
feat: add confirmation dialog for file extension changes
...
- 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>
2024-11-19 16:49:18 +01:00
skjnldsv
4a88848109
feat(settings): add big file upload setup checks
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 16:43:41 +01:00
Louis
73f3b9bad8
Merge pull request #48977 from IONOS-Productivity/tl/dev/disable-mailing
...
feat: add "null" SMTP transport mode
2024-11-19 15:02:22 +01:00
Anna
935f0d27ac
Merge pull request #49357 from nextcloud/bugfix/noid/allow-to-fail-fake-AI-providers
...
test(fakeAI): Allow to specify whether the fake providers should fail
2024-11-19 12:20:14 +01:00
Thomas Lehmann
3f6c969d83
feat(Mailer): hide admin settings for "null" transport
...
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>
2024-11-19 11:32:39 +01:00
Richard Steinmetz
d9eb29c525
fix(files): improve delete display name when trashbin is disabled
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-19 11:21:46 +01:00
John Molakvoæ
6559c2075e
Merge pull request #49361 from nextcloud/fix/fix-share-creation-error-messages
2024-11-19 11:17:30 +01:00
skjnldsv
dd5a344f5e
chore: lint fix
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 09:56:30 +01:00
Ferdinand Thiessen
2cb2abf1a9
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-19 09:42:13 +01:00
Ferdinand Thiessen
f6e6ba4851
refactor(styles): Adjust code style in SCSS sources to match our stylelint config
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-19 09:42:13 +01:00
Côme Chilliet
f44a192613
fix(files_sharing): Fix error messages from password policy
...
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>
2024-11-19 09:40:26 +01:00
Nextcloud bot
ecc16c242d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-19 00:21:11 +00:00
Joas Schilling
5e5a53c098
test(fakeAI): Allow to specify whether the fake providers should fail
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-18 22:01:15 +01:00
Marcel Klehr
58161f38df
fix(settings): Add nextTick to saveChanges
...
to alleviate race condition
fixes #49335
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-11-18 18:08:28 +01:00
Ferdinand Thiessen
e5932c063d
Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enable
...
fix(apps-store): Remove apps from force-enabled state when uninstalled
2024-11-18 14:37:16 +01:00
John Molakvoæ
6ff7db6ad4
Merge pull request #49337 from nextcloud/fix/sass
2024-11-18 14:32:28 +01:00
Ferdinand Thiessen
9e327a5890
fix(apps-store): Remove apps from force-enabled state when uninstalled
...
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>
2024-11-18 14:09:54 +01:00
Ferdinand Thiessen
bb26289ef3
refactor(files): Replace deprecated Types enum for share types
...
Replace with `ShareType` enum.
Also fix some small Typescript issues in `FilesList.vue`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-18 12:25:56 +01:00
Nextcloud bot
4d138a11f9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-18 00:20:43 +00:00
Ferdinand Thiessen
5360ddb6e7
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-17 02:02:28 +01:00
Ferdinand Thiessen
f6779e6766
fix: Replace deprecated SASS rules
...
- 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>
2024-11-17 02:00:46 +01:00
Nextcloud bot
714fc63c40
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-17 00:20:47 +00:00
Ferdinand Thiessen
c06723c44a
refactor(files): Adjust useNavigation composable to enforce active view
...
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>
2024-11-16 22:00:30 +01:00
Nextcloud bot
b53d536b0b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-16 00:21:25 +00:00
dependabot[bot]
aeec00dc0c
build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
...
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>
2024-11-15 17:20:43 +01:00
Ferdinand Thiessen
b1df25af63
fix(files): Make injected actions reactive
...
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>
2024-11-15 12:17:00 +01:00
skjnldsv
99a734636e
fix(systemtags): enhance create tag in tag picker UX
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-15 11:09:56 +01:00
Richard Steinmetz
d61d62b64f
Merge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-property-instances
...
fix: RDATE and EXDATE property instances
2024-11-15 07:49:13 +01:00
Nextcloud bot
ca4be91923
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-15 00:21:29 +00:00
Kate
71f42e50e7
Merge pull request #49276 from nextcloud/refactor/register-routes
2024-11-14 23:23:12 +01:00