]>
source.dussan.org Git - nextcloud-server.git/log
Maxence Lange [Mon, 11 Mar 2024 11:44:01 +0000 (10:44 -0100)]
fix(core) null safe on metadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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"
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
Arthur Schiwon [Thu, 7 Mar 2024 20:28:07 +0000 (21:28 +0100)]
Merge pull request #44070 from nextcloud/chore/noid/hub8
Bump Hub 7 -> Hub 8
nextcloud-command [Thu, 7 Mar 2024 20:22:34 +0000 (20:22 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Thu, 7 Mar 2024 16:28:22 +0000 (17:28 +0100)]
refactor: improve autoload_static formating & update autoloaders
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Sun, 3 Mar 2024 12:28:40 +0000 (13:28 +0100)]
feat(files): add search plugin to search in specified folder exclusively
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Varun Patil [Thu, 7 Mar 2024 16:28:06 +0000 (08:28 -0800)]
fix(files_versions): Add missing null check
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
fenn-cs [Sun, 3 Mar 2024 10:48:43 +0000 (11:48 +0100)]
refactor: use TypeScript for unified-search boostrap file
This would allow us to type guard what is sent to`registerFilterAction`
for unified search, so that incompatibilties are caught quickly.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Andy Scherzinger [Thu, 7 Mar 2024 18:36:50 +0000 (19:36 +0100)]
chore: Bump Hub 7 -> Hub 8
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Robin Appelman [Thu, 7 Mar 2024 14:26:11 +0000 (15:26 +0100)]
refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects
Signed-off-by: Robin Appelman <robin@icewind.nl>
Josh [Thu, 7 Mar 2024 15:17:45 +0000 (10:17 -0500)]
Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-apps
fix(db): db-convert supports disabled apps but not removed ones
John Molakvoæ [Thu, 7 Mar 2024 14:52:41 +0000 (15:52 +0100)]
Merge pull request #44061 from nextcloud/revert-32163-file-cache-gc-no-full-setup
Revert "don't perform an explicit setup when using the file cache"
John Molakvoæ [Thu, 7 Mar 2024 14:18:35 +0000 (15:18 +0100)]
Merge pull request #44059 from nextcloud/fix/settings-apps-level
fix(settings): Drop deprecated code from app level badge
Ferdinand Thiessen [Thu, 7 Mar 2024 11:41:54 +0000 (12:41 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:40:50 +0000 (16:40 +0100)]
fix: Remove deprecated parts from `AppLevelBadge`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Côme Chilliet [Thu, 7 Mar 2024 14:10:12 +0000 (15:10 +0100)]
Merge pull request #43939 from nextcloud/enh/migrate-frontend-setupcheck-v2
feat(settings): Migrate `.well-known` tests to `SetupCheck`
Arthur Schiwon [Thu, 7 Mar 2024 14:07:10 +0000 (15:07 +0100)]
Merge pull request #44040 from nextcloud/feat/ship-files-downloadlimit
feat: Ship downloadlimit
Joas Schilling [Thu, 7 Mar 2024 13:38:02 +0000 (14:38 +0100)]
Revert "don't perform an explicit setup when using the file cache"
Côme Chilliet [Thu, 7 Mar 2024 09:49:08 +0000 (10:49 +0100)]
fix: Swap method and uri parameter in request to match upstream order
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Ferdinand Thiessen [Fri, 1 Mar 2024 14:02:48 +0000 (15:02 +0100)]
fix(settings): Remove migrated SetupCheck from legacy JS code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Côme Chilliet [Tue, 6 Feb 2024 16:24:47 +0000 (17:24 +0100)]
feat(settings): Migrate .well-known URL setup check to new API
Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 1 Mar 2024 13:55:54 +0000 (14:55 +0100)]
feat(IClient): Add `request` function to do arbitrary HTTP requests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Thu, 7 Mar 2024 12:47:05 +0000 (13:47 +0100)]
Merge pull request #44057 from nextcloud/fix/cypress
fix(settings): users settings cypress
John Molakvoæ (skjnldsv) [Thu, 7 Mar 2024 10:54:54 +0000 (11:54 +0100)]
fix(settings): users settings cypress
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Christopher Ng [Wed, 6 Mar 2024 15:41:36 +0000 (07:41 -0800)]
feat: Ship downloadlimit
Signed-off-by: Christopher Ng <chrng8@gmail.com>
John Molakvoæ [Thu, 7 Mar 2024 10:22:01 +0000 (11:22 +0100)]
Merge pull request #44012 from nextcloud/feat/live-file-reference
feat(files): add Viewer Files ressource handler
Robin Appelman [Thu, 7 Mar 2024 10:11:08 +0000 (11:11 +0100)]
Merge pull request #25109 from nextcloud/external-scan
add command to scan external storages directly
Julius Härtl [Thu, 7 Mar 2024 06:38:25 +0000 (07:38 +0100)]
fix: Positioning and active state of viewer components
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Thu, 7 Mar 2024 10:09:19 +0000 (11:09 +0100)]
Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setup
don't perform an explicit setup when using the file cache
John Molakvoæ (skjnldsv) [Wed, 6 Mar 2024 17:26:19 +0000 (18:26 +0100)]
chore(deps): bump @nextcloud/vue to 8.9.1 & @nextcloud/dialogs to 5.2.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 6 Mar 2024 15:38:56 +0000 (16:38 +0100)]
feat(files): add Folder Preview ressource handler
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Tue, 5 Mar 2024 16:29:17 +0000 (17:29 +0100)]
feat(files): add Viewer Files ressource handler
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 7 Mar 2024 10:06:04 +0000 (11:06 +0100)]
Merge pull request #44034 from nextcloud/fix/favorite-color
feat(theming): Provide CSS variable for favorite color and adjust for dark mode
Côme Chilliet [Thu, 7 Mar 2024 09:58:23 +0000 (10:58 +0100)]
Merge pull request #44042 from nextcloud/fix/fix-erronous-log-on-login-attempt-with-no-password
fix(user_ldap): Early failure for empty password login attempt
Côme Chilliet [Thu, 7 Mar 2024 09:29:04 +0000 (10:29 +0100)]
Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usage
feat: Store last known quota usage for a user
Robin Appelman [Thu, 7 Mar 2024 09:13:00 +0000 (10:13 +0100)]
Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disable
disable the internal s3sdk multi part copy logic
Joas Schilling [Thu, 7 Mar 2024 08:57:21 +0000 (09:57 +0100)]
Merge pull request #43114 from nextcloud/bugfix/noid/automatically-encrypt-sensitive-values
feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database
Ferdinand Thiessen [Thu, 7 Mar 2024 08:01:44 +0000 (09:01 +0100)]
Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppath
fix(JSResourceLocator): Consider configured app roots for files
Joas Schilling [Wed, 6 Mar 2024 21:42:20 +0000 (22:42 +0100)]
fix(appconfig): Make sure sensitive values stay sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Wed, 6 Mar 2024 13:38:31 +0000 (14:38 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 6 Mar 2024 13:37:59 +0000 (14:37 +0100)]
feat(theming): Provide CSS variable for favorite color and adjust for dark mode
Co-authored-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Thu, 25 Jan 2024 13:27:51 +0000 (14:27 +0100)]
feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
Louis [Wed, 6 Mar 2024 21:08:34 +0000 (22:08 +0100)]
Merge pull request #44041 from nextcloud/artonge/revert/twofactor_cleanup_change
Revert change in TwoFactorAuth CleanupTest.php
John Molakvoæ [Wed, 6 Mar 2024 20:26:04 +0000 (21:26 +0100)]
Merge pull request #43882 from nextcloud/feat/ext-share-actions
feat: Allow registration of advanced external share actions