]>
source.dussan.org Git - nextcloud-server.git/log
Benjamin Gaussorgues [Tue, 12 Mar 2024 10:09:48 +0000 (11:09 +0100)]
build(hub): 29.0.0beta2
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
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
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
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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>
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
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
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>
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>
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
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
Ferdinand Thiessen [Mon, 11 Mar 2024 12:49:35 +0000 (13:49 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
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>
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>
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>
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>
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>
Ferdinand Thiessen [Tue, 20 Feb 2024 12:11:04 +0000 (13:11 +0100)]
feat(settings): Split appstore code into better maintainable pieces
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 20 Feb 2024 12:08:45 +0000 (13:08 +0100)]
feat(settings): Refactor routing code to use named router views
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Maxence Lange [Mon, 11 Mar 2024 13:46:29 +0000 (12:46 -0100)]
Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata-creation
enh(metadata): store current file etag
Maxence Lange [Mon, 11 Mar 2024 12:00:11 +0000 (11:00 -0100)]
Merge pull request #42628 from nextcloud/fix/42627/deprecated-file-metadata-enabled
deprecated sysconfig 'enable_file_metadata'
Maxence Lange [Thu, 29 Feb 2024 13:43:08 +0000 (12:43 -0100)]
feat(appconfig): repair step to migrate lazy config values
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
f
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Wed, 31 Jan 2024 11:06:52 +0000 (10:06 -0100)]
feat(appconfig): switching integrity check to lazy config values
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Mon, 8 Jan 2024 13:43:27 +0000 (12:43 -0100)]
fix(config): deprecated enable_file_metadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Simon L [Mon, 11 Mar 2024 09:53:04 +0000 (10:53 +0100)]
fix(theming): fix incorrectly inverted favicons
Signed-off-by: Simon L <szaimen@e.mail.de>
Nextcloud bot [Mon, 11 Mar 2024 00:34:00 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Eduardo Morales [Sun, 10 Mar 2024 16:56:45 +0000 (11:56 -0500)]
Merge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-update
fix: changed login-page to reflect correct LDAP settings
Eduardo Morales [Sun, 10 Mar 2024 16:38:19 +0000 (11:38 -0500)]
chore(assets): compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Thu, 7 Mar 2024 13:27:43 +0000 (07:27 -0600)]
chore: update logincontroller tests
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 4 Mar 2024 15:34:44 +0000 (09:34 -0600)]
fix: login page now correctly shows email LDAP settings
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Fri, 1 Mar 2024 20:26:21 +0000 (14:26 -0600)]
feat: added login's initial possible email-states
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Nextcloud bot [Sun, 10 Mar 2024 00:19:33 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Sat, 9 Mar 2024 08:21:09 +0000 (00:21 -0800)]
Merge pull request #43589 from nextcloud/feat/reminder-status
feat(files_reminders): Add reminder status indicator
dependabot[bot] [Sat, 9 Mar 2024 04:28:31 +0000 (04:28 +0000)]
Merge pull request #44103 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.26
dependabot[bot] [Sat, 9 Mar 2024 02:29:44 +0000 (02:29 +0000)]
chore(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.24 to 3.3.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)
---
updated-dependencies:
- dependency-name: "@types/dockerode"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Maxence Lange [Sat, 9 Mar 2024 01:34:49 +0000 (00:34 -0100)]
Merge pull request #44091 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
Nextcloud bot [Sat, 9 Mar 2024 00:46:30 +0000 (00:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Fri, 8 Mar 2024 15:42:46 +0000 (15:42 +0000)]
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Fri, 8 Mar 2024 16:07:06 +0000 (17:07 +0100)]
Merge pull request #44073 from nextcloud/fix/provide-correct-icon
fix(AppManager): Allow to query dark **or** bright icon
Maxence Lange [Fri, 8 Mar 2024 14:58:39 +0000 (13:58 -0100)]
Merge pull request #43425 from nextcloud/enh/noid/no-insert-statement-if-we-know-it-exists
enh(appconfig): only try to insert new value if in doubt
Maxence Lange [Fri, 8 Mar 2024 14:51:17 +0000 (13:51 -0100)]
Merge pull request #42170 from nextcloud/fix/noid/copy-live-photos
handle copy of live photos
Maxence Lange [Fri, 8 Mar 2024 14:08:57 +0000 (13:08 -0100)]
feat(files): copy live photos
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Julius Härtl [Fri, 8 Mar 2024 13:51:53 +0000 (14:51 +0100)]
Merge pull request #43778 from nextcloud/fix/edge-csp
Fix CSP for script-src with nonce on edge
Louis [Fri, 8 Mar 2024 13:22:44 +0000 (13:22 +0000)]
Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc
Revert "files_versions: add missing null check"
Robin Appelman [Fri, 21 Jan 2022 13:09:45 +0000 (14:09 +0100)]
test: improve notify tests for smb
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 21 Aug 2023 17:45:03 +0000 (19:45 +0200)]
fix: add some recrusive detection/prevention
Signed-off-by: Robin Appelman <robin@icewind.nl>
Maxence Lange [Mon, 12 Feb 2024 19:33:44 +0000 (18:33 -0100)]
fix(appconfig): no insert statement if data already exist
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Christopher Ng [Fri, 8 Mar 2024 11:53:09 +0000 (03:53 -0800)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files_reminders): Fix translations
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 16 Feb 2024 02:44:21 +0000 (18:44 -0800)]
chore(files_reminders): Drop moment in favour of native js Date API
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files_reminders): Add year to date string if not in the same year
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
feat(files_reminders): Add reminder status indicator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
chore(files_reminders): Register dav plugin directly
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files): Close submenu actions after click like top-level actions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Robin Appelman [Fri, 8 Mar 2024 11:28:58 +0000 (12:28 +0100)]
Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsForFolder
refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's …
Ferdinand Thiessen [Fri, 8 Mar 2024 11:18:31 +0000 (12:18 +0100)]
Merge pull request #44082 from nextcloud/fix/setup-checks
fix(settings): Adjust order of parameters for `runRequest`
Julius Härtl [Fri, 23 Feb 2024 09:53:12 +0000 (10:53 +0100)]
fix: Allow nonce in csp header also if no other reasons are given
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 23 Feb 2024 09:52:31 +0000 (10:52 +0100)]
fix: Add edge as supported user agent for CSPv3 nonces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 23 Feb 2024 09:52:04 +0000 (10:52 +0100)]
fix: Adjust user agent pattern for Edge
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Robin Appelman [Fri, 8 Mar 2024 10:51:39 +0000 (11:51 +0100)]
Merge pull request #43983 from nextcloud/fix/s3-upload-shared-lock
Use the proper path to check if a file needs to be copied/moved to the actual target storage
Louis [Fri, 8 Mar 2024 10:33:30 +0000 (10:33 +0000)]
Revert "files_versions: add missing null check"
Ferdinand Thiessen [Fri, 8 Mar 2024 10:21:51 +0000 (11:21 +0100)]
fix(settings): Adjust order of parameters for `runRequest`
Fixing invalid request to host `HEAD`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julius Härtl [Mon, 4 Mar 2024 19:22:45 +0000 (20:22 +0100)]
fix: Use proper path when trying to check if a file needs to get copied
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Ferdinand Thiessen [Fri, 8 Mar 2024 00:05:24 +0000 (01:05 +0100)]
fix(AppManager): Allow to query dark **or** bright icon
The navigation needs the bright icon, while the notifications and activity need a dark icon.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Fri, 8 Mar 2024 08:37:36 +0000 (09:37 +0100)]
Merge pull request #43992 from nextcloud/fix/avoid-cache-clear
fix: Avoid clear cache with prefix
Julius Härtl [Mon, 4 Mar 2024 11:29:55 +0000 (12:29 +0100)]
fix: Avoid clear cache with prefix
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Fri, 8 Mar 2024 08:01:44 +0000 (09:01 +0100)]
Merge pull request #44074 from nextcloud/fix/updatenotification-test
fix(updatenotification): Adjust tests for changed IAppConfig
Ferdinand Thiessen [Fri, 8 Mar 2024 00:35:04 +0000 (01:35 +0100)]
fix(updatenotification): Adjust tests for changed IAppConfig
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Fri, 8 Mar 2024 00:19:17 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 7 Mar 2024 22:37:33 +0000 (23:37 +0100)]
Merge pull request #44062 from nextcloud/fix/preview-cancel
fix(files): properly reset preview component
John Molakvoæ [Thu, 7 Mar 2024 21:53:08 +0000 (22:53 +0100)]
Merge pull request #43982 from nextcloud/fixMemExaust
fix(filecache): Move from array_merge to avoid memory exhaustion on large scans
Arthur Schiwon [Thu, 7 Mar 2024 21:49:02 +0000 (22:49 +0100)]
Merge pull request #43991 from nextcloud/release/29.0.0_beta_1
29.0.0 beta 1
John Molakvoæ (skjnldsv) [Thu, 7 Mar 2024 14:08:24 +0000 (15:08 +0100)]
fix(files): properly reset preview component
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Thu, 7 Mar 2024 21:44:34 +0000 (22:44 +0100)]
Merge pull request #43967 from nextcloud/feat/app-updated-notification
feat: Provide app-updated notifications for users
Ferdinand Thiessen [Sun, 3 Mar 2024 21:27:33 +0000 (22:27 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 6 Mar 2024 10:13:29 +0000 (11:13 +0100)]
feat(AppManager): Provide `getAppIcon` function
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 6 Mar 2024 10:25:36 +0000 (11:25 +0100)]
feat(updatenotification): Allow to disable the app updated notifications and allow to en/disable guest users notification
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 5 Mar 2024 10:55:20 +0000 (11:55 +0100)]
fix(updatenotification): Add migration step to replace and remove renamed background jobs
This can be dropped with Nextcloud 30.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 4 Mar 2024 11:03:09 +0000 (12:03 +0100)]
fix(updatenotification): Resolve static code analysis errors
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 4 Mar 2024 22:14:09 +0000 (23:14 +0100)]
fix(updatenotification): Update tests to match with changed constructors
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 2 Mar 2024 20:33:02 +0000 (21:33 +0100)]
feat(updatenotification): Add notification for users when apps are updated
* Open app changelog dialog when available (webui)
* Fallback to open changelog page for mobile clients
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 2 Mar 2024 20:04:56 +0000 (21:04 +0100)]
fix(updatenotification): Replace deprecated code and move background jobs into `BackgroundJobs` subfolder
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Varun Patil [Thu, 7 Mar 2024 21:30:51 +0000 (16:30 -0500)]
Merge pull request #44066 from nextcloud/pulsejet/ver-nc
files_versions: add missing null check
F. E Noel Nfebe [Thu, 7 Mar 2024 20:47:05 +0000 (21:47 +0100)]
Merge pull request #43963 from nextcloud/42915-search-in-folder
feat: allow limit unified search to folder