Ferdinand Thiessen
212cac9469
ci: Enforce SCSS/CSS rules - add stylelint workflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months ago
John Molakvoæ
899b65111d
Merge pull request #47658 from nextcloud/enh/noid/user-preferences
11 months ago
Nextcloud bot
ecc16c242d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 months ago
Maxence Lange
5b4f1904c0
feat(user-prefs): renaming to IUserConfig
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
11 months ago
Maxence Lange
6afc8552b7
feat(user-prefs): switching to NCU/
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
11 months ago
Maxence Lange
7c04818c5c
feat(user-prefs): iterator instead of array on search
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 year ago
Maxence Lange
e73513bdd1
fix(user-prefs): adding sensitive and indexed as flags
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 year ago
Maxence Lange
65e24f7def
feat(user-prefs): IUserPreferences
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 year ago
Joas Schilling
4b769f661d
Merge pull request #49343 from nextcloud/fix/ai-settings
fix(settings): Add nextTick to saveChanges
11 months ago
nextcloud-command
7a4cd423fd
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months ago
Marcel Klehr
58161f38df
fix(settings): Add nextTick to saveChanges
to alleviate race condition
fixes #49335
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
11 months ago
dependabot[bot]
8995272f60
Merge pull request #49329 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.3.1
11 months ago
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
11 months ago
John Molakvoæ
6ff7db6ad4
Merge pull request #49337 from nextcloud/fix/sass
11 months ago
nextcloud-command
475c691cfd
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months ago
dependabot[bot]
330bed4e52
chore(deps): bump vue-material-design-icons from 5.3.0 to 5.3.1
---
updated-dependencies:
- dependency-name: vue-material-design-icons
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months ago
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>
1 year ago
Ferdinand Thiessen
c74ba567ec
Merge pull request #49300 from nextcloud/refactor/files-deprecated-share-types
refactor(files): Replace deprecated `Types` enum for share types
11 months ago
Ferdinand Thiessen
7e55c875b1
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months ago
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>
11 months ago
Joas Schilling
ad40841ae8
Merge pull request #49341 from nextcloud/bugfix/noid/add-missing-blurhash
fix(richtextvalidator): Add missing blurhash
11 months ago
Joas Schilling
e8c921461f
fix(richtextvalidator): Add missing blurhash
Signed-off-by: Joas Schilling <coding@schilljs.com>
11 months ago
Nextcloud bot
4d138a11f9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 months ago
Ferdinand Thiessen
5360ddb6e7
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months ago
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>
11 months ago
Nextcloud bot
714fc63c40
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 months ago
dependabot[bot]
177b6ba172
Merge pull request #49324 from nextcloud/dependabot/npm_and_yarn/sass-1.81.0
11 months ago
Ferdinand Thiessen
46134fc23f
Merge pull request #49331 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.3.0
bump workbox-webpack-plugin from 7.1.0 to 7.3.0
11 months ago
dependabot[bot]
0444289376
chore(deps): bump workbox-webpack-plugin from 7.1.0 to 7.3.0
---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Co-authored-by: dependabot[bot] <support@github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months ago
Ferdinand Thiessen
30689fc9af
Merge pull request #49301 from nextcloud/refactor/files-required-navigation
refactor(files): Adjust `useNavigation` composable to enforce active view
11 months ago
nextcloud-command
ec1c4d8037
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months ago
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>
11 months ago
Kate
67a02fa611
Merge pull request #49333 from nextcloud/revert/openapi-extractor
11 months ago
provokateurin
3d822dddb0
Revert "build(deps): bump nextcloud/openapi-extractor"
This reverts commit 03f438d1b7
.
Signed-off-by: provokateurin <kate@provokateurin.de>
11 months ago
dependabot[bot]
7ffbc81b7f
Merge pull request #49325 from nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-2.1.5
11 months ago
dependabot[bot]
747e1f0fa1
build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 2.1.1 to 2.1.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
1dad88e258
Merge pull request #49322 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.2.2
11 months ago
dependabot[bot]
631ccea578
Merge pull request #49326 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.7.53
11 months ago
dependabot[bot]
1d8c527843
Merge pull request #49327 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9
11 months ago
dependabot[bot]
0ec18a0b87
build(deps-dev): bump @babel/plugin-transform-private-methods
Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods ) from 7.25.7 to 7.25.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-private-methods )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-private-methods"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
f53eda3179
build(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js ) from 2.7.52 to 2.7.53.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases )
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.52...v2.7.53 )
---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
8b2c4efe8d
build(deps-dev): bump sass from 1.79.3 to 1.81.0
Bumps [sass](https://github.com/sass/dart-sass ) from 1.79.3 to 1.81.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.79.3...1.81.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
03f438d1b7
build(deps): bump nextcloud/openapi-extractor
Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor ) from 1.1.0 to 1.2.2.
- [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.1.0...v1.2.2 )
---
updated-dependencies:
- dependency-name: nextcloud/openapi-extractor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Nextcloud bot
b53d536b0b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 months ago
Ferdinand Thiessen
a4c1a75ee6
Merge pull request #49313 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.20.0
build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
11 months ago
Ferdinand Thiessen
6469dbe9c5
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months ago
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>
11 months ago
John Molakvoæ
12881cf771
Merge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
11 months ago
nextcloud-command
95ace3d5b6
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months ago
dependabot[bot]
6e59558269
build(deps): bump jquery-ui from 1.13.3 to 1.14.1
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.3 to 1.14.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1 )
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago