]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agofix(CI): Add missing generic files_external tests 44191/head
Ferdinand Thiessen [Thu, 14 Mar 2024 11:29:28 +0000 (12:29 +0100)]
fix(CI): Add missing generic files_external tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43652 from hopleus/bugfix/fixed-get-filename-in-fileinfo
John Molakvoæ [Thu, 14 Mar 2024 14:50:52 +0000 (15:50 +0100)]
Merge pull request #43652 from hopleus/bugfix/fixed-get-filename-in-fileinfo

7 months agoMerge pull request #44094 from helmo/name-fix
John Molakvoæ [Thu, 14 Mar 2024 14:50:19 +0000 (15:50 +0100)]
Merge pull request #44094 from helmo/name-fix

7 months agoMerge pull request #43516 from nextcloud/chore/migrate-smb-to-github
Ferdinand Thiessen [Thu, 14 Mar 2024 14:47:10 +0000 (15:47 +0100)]
Merge pull request #43516 from nextcloud/chore/migrate-smb-to-github

chore: Migrate samba `files_external` test from drone to github

7 months agoMerge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheck
Côme Chilliet [Thu, 14 Mar 2024 13:39:35 +0000 (14:39 +0100)]
Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheck

Migrate header check to setupcheck API

7 months agoMerge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokens
Christoph Wurst [Thu, 14 Mar 2024 13:05:27 +0000 (14:05 +0100)]
Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokens

fix(dav): Add occ command to fix missing caldav sync tokens

7 months agoMerge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enforce
Ferdinand Thiessen [Thu, 14 Mar 2024 12:05:52 +0000 (13:05 +0100)]
Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enforce

fix: No password set for new mail shares

7 months agoMerge pull request #44069 from nextcloud/artonge/fix/split_live_photo_listener
Louis [Thu, 14 Mar 2024 11:50:13 +0000 (12:50 +0100)]
Merge pull request #44069 from nextcloud/artonge/fix/split_live_photo_listener

Split live photo listener to extract trashbin specific code into its own listener

7 months agoMerge pull request #44132 from nextcloud/fix/share-init-recursion
Ferdinand Thiessen [Thu, 14 Mar 2024 11:39:17 +0000 (12:39 +0100)]
Merge pull request #44132 from nextcloud/fix/share-init-recursion

fix: don't return null for SharedStorage::getWrapperStorage with share recursion

7 months agoMerge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schema
Kate [Thu, 14 Mar 2024 11:30:23 +0000 (12:30 +0100)]
Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schema

7 months agofix: Improve HSTS warning wording as suggested by reviewer 44067/head
Côme Chilliet [Thu, 14 Mar 2024 10:49:47 +0000 (11:49 +0100)]
fix: Improve HSTS warning wording as suggested by reviewer

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agochore: improve typing for SharedStorage::$storage 44132/head
Robin Appelman [Mon, 11 Mar 2024 16:21:29 +0000 (17:21 +0100)]
chore: improve typing for SharedStorage::$storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofix: don't return null for SharedStorage::getWrapperStorage with share recursion
Robin Appelman [Mon, 11 Mar 2024 16:07:49 +0000 (17:07 +0100)]
fix: don't return null for SharedStorage::getWrapperStorage with share recursion

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agotest(files): Add e2e tests for live photo sync 44069/head
Louis Chemineau [Tue, 12 Mar 2024 17:49:20 +0000 (18:49 +0100)]
test(files): Add e2e tests for live photo sync

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agofix(files): Do not require files_trashbin in live photo sync listener
Louis Chemineau [Tue, 12 Mar 2024 17:47:14 +0000 (18:47 +0100)]
fix(files): Do not require files_trashbin in live photo sync listener

Fix https://github.com/nextcloud/server/issues/43299

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agotest(cypress): Scroll element in the center of the view
Louis Chemineau [Tue, 12 Mar 2024 16:41:51 +0000 (17:41 +0100)]
test(cypress): Scroll element in the center of the view

This avoid elements to be hided by a fixed top bar.
Especially useful for the file list.

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agotest(cypress): Do not run cron in ajax mode
Louis Chemineau [Tue, 12 Mar 2024 13:42:37 +0000 (14:42 +0100)]
test(cypress): Do not run cron in ajax mode

This prevent random slowdown during tests, making them more reliable, and faster.

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoMerge pull request #39669 from nooblag/lastseen-all
Joas Schilling [Thu, 14 Mar 2024 09:35:01 +0000 (10:35 +0100)]
Merge pull request #39669 from nooblag/lastseen-all

occ: Add `--all` support to `user:lastseen`

7 months agoMerge pull request #44178 from nextcloud/fix/noid/nav-init-add
Arthur Schiwon [Thu, 14 Mar 2024 08:26:20 +0000 (09:26 +0100)]
Merge pull request #44178 from nextcloud/fix/noid/nav-init-add

fix(Navigation): ensure NavManager is inited when adding an entry

7 months agofix: Use IUserManager::callForAllUsers() to save memory 39669/head
Joas Schilling [Wed, 13 Mar 2024 09:24:22 +0000 (10:24 +0100)]
fix: Use IUserManager::callForAllUsers() to save memory

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44175 from nextcloud/artonge/chore/use_new_version_metadata_API
John Molakvoæ [Thu, 14 Mar 2024 07:23:45 +0000 (08:23 +0100)]
Merge pull request #44175 from nextcloud/artonge/chore/use_new_version_metadata_API

7 months agoMerge pull request #41189 from HolonProduction/webroot-setup
John Molakvoæ [Thu, 14 Mar 2024 07:16:27 +0000 (08:16 +0100)]
Merge pull request #41189 from HolonProduction/webroot-setup

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 14 Mar 2024 00:20:39 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(assets): Recompile assets 44184/head
nextcloud-command [Thu, 14 Mar 2024 00:03:40 +0000 (00:03 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix: No password set for new mail shares
fenn-cs [Wed, 13 Mar 2024 23:43:10 +0000 (00:43 +0100)]
fix: No password set for new mail shares

Before the password is set on a new share, the computed property `hasUnsavedPassword`
is used to check that `this.share.newPassword` is not undefined. Direct assignment without
using Vue's `this.$set` makes it impossible for vue to detect that changes have happened on the share
object. Hence the inreactivity.

This worked initially most likely because `this.share.newPassword = await GeneratePassword()` was executed
before the computed properties where evaluated.

Resolves : https://github.com/nextcloud/server/issues/43919

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoMerge pull request #43334 from nextcloud/fix/array-access-on-boolean
Ferdinand Thiessen [Wed, 13 Mar 2024 16:12:00 +0000 (17:12 +0100)]
Merge pull request #43334 from nextcloud/fix/array-access-on-boolean

fix(settings): `posix_getpwuid` can return `false` which should not be accessed like an array

7 months agofix: Respect custom webroot in setup form 41189/head
HolonProduction [Mon, 30 Oct 2023 18:31:06 +0000 (19:31 +0100)]
fix: Respect custom webroot in setup form

Signed-off-by: HolonProduction <holonproduction@gmail.com>
7 months agoMerge pull request #43806 from nextcloud/dependabot/npm_and_yarn/exports-loader-5.0.0
Ferdinand Thiessen [Wed, 13 Mar 2024 15:20:21 +0000 (16:20 +0100)]
Merge pull request #43806 from nextcloud/dependabot/npm_and_yarn/exports-loader-5.0.0

chore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0

7 months agofix(settings): `posix_getpwuid` can return `false` which should not be accessed using... 43334/head
Ferdinand Thiessen [Sun, 4 Feb 2024 17:26:07 +0000 (18:26 +0100)]
fix(settings): `posix_getpwuid` can return `false` which should not be accessed using array operation

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(Navigation): ensure NavManager is inited when adding an entry 44178/head
Arthur Schiwon [Wed, 13 Mar 2024 15:05:14 +0000 (16:05 +0100)]
fix(Navigation): ensure NavManager is inited when adding an entry

otherwise custom order cannot be applied

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 months agochore(files_versions): Use new metadata API for versions 44175/head
Louis Chemineau [Wed, 13 Mar 2024 13:54:15 +0000 (14:54 +0100)]
chore(files_versions): Use new metadata API for versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agochore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0 43806/head
dependabot[bot] [Sat, 24 Feb 2024 02:08:41 +0000 (02:08 +0000)]
chore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0

Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: exports-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoMerge pull request #44102 from nextcloud/dependabot/npm_and_yarn/query-string-9.0.0
dependabot[bot] [Wed, 13 Mar 2024 13:46:01 +0000 (13:46 +0000)]
Merge pull request #44102 from nextcloud/dependabot/npm_and_yarn/query-string-9.0.0

7 months agochore(deps): bump query-string from 8.2.0 to 9.0.0 44102/head
dependabot[bot] [Sat, 9 Mar 2024 02:29:10 +0000 (02:29 +0000)]
chore(deps): bump query-string from 8.2.0 to 9.0.0

Bumps [query-string](https://github.com/sindresorhus/query-string) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agochore(assets): Recompile assets
nextcloud-command [Tue, 12 Mar 2024 17:36:29 +0000 (17:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofeat: Migrate HSTS check to Security headers SetupCheck
Côme Chilliet [Tue, 12 Mar 2024 15:38:32 +0000 (16:38 +0100)]
feat: Migrate HSTS check to Security headers SetupCheck

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix: Migrate security headers check tests and fix the SetupCheck implementation
Côme Chilliet [Fri, 8 Mar 2024 15:34:01 +0000 (16:34 +0100)]
fix: Migrate security headers check tests and fix the SetupCheck implementation

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix: Fix Security headers setup check behavior
Côme Chilliet [Thu, 7 Mar 2024 17:39:38 +0000 (18:39 +0100)]
fix: Fix Security headers setup check behavior

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix: Fix ocm-provider setup check failure detection
Côme Chilliet [Thu, 7 Mar 2024 17:38:39 +0000 (18:38 +0100)]
fix: Fix ocm-provider setup check failure detection

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofeat: Migrate header check to SetupCheck API
Côme Chilliet [Thu, 7 Mar 2024 16:38:24 +0000 (17:38 +0100)]
feat: Migrate header check to SetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix: Cron misrepresenting itself as console 44094/head
Herman van Rink [Fri, 8 Mar 2024 18:50:11 +0000 (19:50 +0100)]
fix: Cron misrepresenting itself as console

Signed-off-by: Herman van Rink <rink@initfour.nl>
7 months agofeat(occ): Add --all option for occ user:lastseen
Jordan Brown [Thu, 3 Aug 2023 05:30:45 +0000 (15:30 +1000)]
feat(occ): Add --all option for occ user:lastseen

Signed-off-by: Jordan Brown <code@jore.cc>
7 months agoMerge pull request #44165 from nextcloud/fix/noid/spread-appconfig-on-updatenotif1
Ferdinand Thiessen [Wed, 13 Mar 2024 09:06:39 +0000 (10:06 +0100)]
Merge pull request #44165 from nextcloud/fix/noid/spread-appconfig-on-updatenotif1

fix(updatenotification): spread the use of new iappconfig

7 months agoMerge pull request #44139 from nextcloud/fix/right-click-files-list
Pytal [Wed, 13 Mar 2024 08:49:36 +0000 (01:49 -0700)]
Merge pull request #44139 from nextcloud/fix/right-click-files-list

fix(files): Right click menu offset and list scrolled glitch

7 months agofix(updatenotification): spread the use of new appconfig 44165/head
Maxence Lange [Wed, 13 Mar 2024 02:21:40 +0000 (01:21 -0100)]
fix(updatenotification): spread the use of new appconfig

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 13 Mar 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(cypress): ResizeObserver loop undelivered notifications error 44139/head
Christopher Ng [Tue, 12 Mar 2024 21:25:41 +0000 (14:25 -0700)]
fix(cypress): ResizeObserver loop undelivered notifications error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore: compile assets
Christopher Ng [Mon, 11 Mar 2024 23:26:41 +0000 (16:26 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files): Right click menu positioning
Christopher Ng [Tue, 12 Mar 2024 19:10:16 +0000 (12:10 -0700)]
fix(files): Right click menu positioning

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files): Right click menu scroll reset glitch
Christopher Ng [Mon, 11 Mar 2024 23:26:41 +0000 (16:26 -0700)]
fix(files): Right click menu scroll reset glitch

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44011 from nextcloud/sorbaugh/public-bundle v29.0.0beta2
Andy Scherzinger [Tue, 12 Mar 2024 18:57:49 +0000 (19:57 +0100)]
Merge pull request #44011 from nextcloud/sorbaugh/public-bundle

feat: Adding PublicSectorBundle

7 months agotest: Update test for PublicSectorBundle 44011/head
Christopher Ng [Tue, 12 Mar 2024 17:46:28 +0000 (10:46 -0700)]
test: Update test for PublicSectorBundle

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofeat: Adding PublicSectorBundle
sorbaugh [Tue, 5 Mar 2024 21:22:45 +0000 (22:22 +0100)]
feat: Adding PublicSectorBundle

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44152 from nextcloud/release/29.0.0_beta_2
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:11:08 +0000 (18:11 +0100)]
Merge pull request #44152 from nextcloud/release/29.0.0_beta_2

29.0.0 beta 2

7 months agoMerge pull request #42661 from nextcloud/feat/settings/declarative
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:05:21 +0000 (18:05 +0100)]
Merge pull request #42661 from nextcloud/feat/settings/declarative

7 months agoMerge pull request #44138 from nextcloud/docs/config-sampe-php-updatedirectory
Git'Fellow [Tue, 12 Mar 2024 16:54:01 +0000 (17:54 +0100)]
Merge pull request #44138 from nextcloud/docs/config-sampe-php-updatedirectory

docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder

7 months agofix: add missing copyrights and strict types 42661/head
Andrey Borysenko [Tue, 12 Mar 2024 16:14:40 +0000 (18:14 +0200)]
fix: add missing copyrights and strict types

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
7 months agoRefactoring getName function 43652/head
hopleus [Tue, 12 Mar 2024 14:23:59 +0000 (17:23 +0300)]
Refactoring getName function

Signed-off-by: hopleus <hopleus@gmail.com>
7 months agoMerge pull request #44117 from nextcloud/test/dav/caldav-no-calendars-subscriptions...
Christoph Wurst [Tue, 12 Mar 2024 14:02:51 +0000 (15:02 +0100)]
Merge pull request #44117 from nextcloud/test/dav/caldav-no-calendars-subscriptions-limit

test(dav): Add unit test for no calendars/subscription limit

7 months agoMerge pull request #44151 from nextcloud/fix/go-back-to-job-execute
Benjamin Gaussorgues [Tue, 12 Mar 2024 13:55:13 +0000 (14:55 +0100)]
Merge pull request #44151 from nextcloud/fix/go-back-to-job-execute

7 months agochore(assets): Recompile assets
nextcloud-command [Tue, 12 Mar 2024 12:33:58 +0000 (12:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofeat: Add declarative settings
jld3103 [Thu, 7 Dec 2023 15:39:16 +0000 (16:39 +0100)]
feat: Add declarative settings

Signed-off-by: jld3103 <jld3103yt@gmail.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
7 months agofix(dav): Add occ command to fix missing caldav sync tokens 44130/head
Christoph Wurst [Mon, 11 Mar 2024 15:27:23 +0000 (16:27 +0100)]
fix(dav): Add occ command to fix missing caldav sync tokens

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agotest(dav): Add unit test for no calendars/subscription limit 44117/head
Christoph Wurst [Mon, 11 Mar 2024 09:27:33 +0000 (10:27 +0100)]
test(dav): Add unit test for no calendars/subscription limit

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agofix: Suppress psalm errors about deprecated execute method, we have to use it for now 44151/head
Côme Chilliet [Tue, 12 Mar 2024 10:23:35 +0000 (11:23 +0100)]
fix: Suppress psalm errors about deprecated execute method, we have to use it for now

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agobuild(hub): 29.0.0 beta 2 44152/head
Benjamin Gaussorgues [Tue, 12 Mar 2024 10:10:48 +0000 (11:10 +0100)]
build(hub): 29.0.0 beta 2

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 months agofix: Call execute until it is removed for Job class
Côme Chilliet [Tue, 12 Mar 2024 10:01:46 +0000 (11:01 +0100)]
fix: Call execute until it is removed for Job class

Because if an application extends execute it will change behavior
 without warning otherwise.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #44140 from nextcloud/fix/subadmin-disabled-users
Pytal [Tue, 12 Mar 2024 09:00:31 +0000 (02:00 -0700)]
Merge pull request #44140 from nextcloud/fix/subadmin-disabled-users

fix(settings): Fix always empty disabled users list for subadmins

7 months agoMerge pull request #44142 from nextcloud/automated/noid/master-update-ca-cert-bundle
Joas Schilling [Tue, 12 Mar 2024 07:05:10 +0000 (08:05 +0100)]
Merge pull request #44142 from nextcloud/automated/noid/master-update-ca-cert-bundle

[master] fix(security): Update CA certificate bundle

7 months agofix(security): Update CA certificate bundle 44142/head
nextcloud-command [Tue, 12 Mar 2024 02:11:07 +0000 (02:11 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
7 months agofix(settings): Fix always empty disabled users list for subadmins 44140/head
Christopher Ng [Tue, 12 Mar 2024 00:21:46 +0000 (17:21 -0700)]
fix(settings): Fix always empty disabled users list for subadmins

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 12 Mar 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agodocs(config.sample.php): 44138/head
Josh [Mon, 11 Mar 2024 23:22:20 +0000 (19:22 -0400)]
docs(config.sample.php):

When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.

Partially addresses nextcloud/updater#463

Signed-off-by: Josh <josh.t.richards@gmail.com>
7 months agoMerge pull request #44049 from nextcloud/feat/show-name-of-user-in-versions
Eduardo Morales [Mon, 11 Mar 2024 21:17:18 +0000 (16:17 -0500)]
Merge pull request #44049 from nextcloud/feat/show-name-of-user-in-versions

feat: show the id of last author in versions metadata

7 months agochore(assets): compile assets 44049/head
Eduardo Morales [Mon, 11 Mar 2024 20:58:43 +0000 (15:58 -0500)]
chore(assets): compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agochore(assets): build autoloader
Eduardo Morales [Mon, 11 Mar 2024 18:10:11 +0000 (13:10 -0500)]
chore(assets): build autoloader

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix: fixed stylistic errors
Eduardo Morales [Mon, 11 Mar 2024 15:33:08 +0000 (10:33 -0500)]
fix: fixed stylistic errors

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix(files_version): deprecated INameableVersion
Eduardo Morales [Mon, 11 Mar 2024 13:11:53 +0000 (08:11 -0500)]
fix(files_version): deprecated INameableVersion

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: exposed metadata column to frontend
Eduardo Morales [Sat, 9 Mar 2024 17:05:25 +0000 (11:05 -0600)]
feat: exposed metadata column to frontend

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: added backend metadata interface, allows JSON storage
Eduardo Morales [Sat, 9 Mar 2024 17:04:44 +0000 (11:04 -0600)]
feat: added backend metadata interface, allows JSON storage

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: added metadata event listener
Eduardo Morales [Sat, 9 Mar 2024 16:55:22 +0000 (10:55 -0600)]
feat: added metadata event listener

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoMerge pull request #39990 from nextcloud/recursive-share
Arthur Schiwon [Mon, 11 Mar 2024 18:30:50 +0000 (19:30 +0100)]
Merge pull request #39990 from nextcloud/recursive-share

add some recrusive detection/prevention

7 months agoMerge pull request #44134 from nextcloud/deps/bump-@nextcloud/vue-from-8.9.1-to-8...
Grigorii K. Shartsev [Mon, 11 Mar 2024 18:08:52 +0000 (23:08 +0500)]
Merge pull request #44134 from nextcloud/deps/bump-@nextcloud/vue-from-8.9.1-to-8.10.0

chore(deps): bump `@nextcloud/vue` from 8.9.1 to 8.10.0

7 months agochore(assets): Recompile assets 44134/head
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:43:13 +0000 (17:43 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agochore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:41:42 +0000 (17:41 +0100)]
chore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agoMerge pull request #44076 from nextcloud/fix/file-widget-viewer
Julius Härtl [Mon, 11 Mar 2024 17:07:14 +0000 (18:07 +0100)]
Merge pull request #44076 from nextcloud/fix/file-widget-viewer

Use viewer to open files still on the simple widget

7 months agoMerge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2
Maxence Lange [Mon, 11 Mar 2024 16:15:45 +0000 (15:15 -0100)]
Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2

feat(appconfig): storing integrity check result as a lazy config value

7 months agochore: Bump bundles 44076/head
Julius Härtl [Fri, 8 Mar 2024 08:16:00 +0000 (09:16 +0100)]
chore: Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofix: Open viewer on simple file widget
Julius Härtl [Fri, 8 Mar 2024 08:13:27 +0000 (09:13 +0100)]
fix: Open viewer on simple file widget

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoMerge pull request #44119 from nextcloud/enh/noid/inverted-favicons
Ferdinand Thiessen [Mon, 11 Mar 2024 15:30:55 +0000 (16:30 +0100)]
Merge pull request #44119 from nextcloud/enh/noid/inverted-favicons

fix(theming): fix incorrectly inverted favicons

7 months agoMerge pull request #44092 from nextcloud/feat/refactor-app-account-management
Ferdinand Thiessen [Mon, 11 Mar 2024 15:21:43 +0000 (16:21 +0100)]
Merge pull request #44092 from nextcloud/feat/refactor-app-account-management

feat: Refactor app & account management UI code

7 months agochore: Compile assets 44092/head
Ferdinand Thiessen [Mon, 11 Mar 2024 12:49:35 +0000 (13:49 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(settings): Save account management settings in local storage
Ferdinand Thiessen [Mon, 11 Mar 2024 13:48:08 +0000 (14:48 +0100)]
fix(settings): Save account management settings in local storage

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(settings): Always open the details tab for selected app
Ferdinand Thiessen [Fri, 8 Mar 2024 17:51:28 +0000 (18:51 +0100)]
fix(settings): Always open the details tab for selected app

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Split account management into navigation and content
Ferdinand Thiessen [Fri, 8 Mar 2024 14:04:16 +0000 (15:04 +0100)]
feat(settings): Split account management into navigation and content

The should ease the maintenance of it due to reduced complexity.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Split account management and app store views into chunks
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:42 +0000 (16:45 +0100)]
feat(settings): Split account management and app store views into chunks

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Refactor appstore to use Pinia
Ferdinand Thiessen [Thu, 22 Feb 2024 15:46:02 +0000 (16:46 +0100)]
feat(settings): Refactor appstore to use Pinia

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat: Add composable to fetch app icon as SVG for inline use
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:07 +0000 (16:45 +0100)]
feat: Add composable to fetch app icon as SVG for inline use

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat: Make appstore sidebar tabs standalone components
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:45 +0000 (16:43 +0100)]
feat: Make appstore sidebar tabs standalone components

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Get rid of PrefixMixin
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:25 +0000 (16:43 +0100)]
fix: Get rid of PrefixMixin

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>