]>
source.dussan.org Git - nextcloud-server.git/log
Josh [Mon, 27 May 2024 14:50:16 +0000 (10:50 -0400)]
fix(tests): Try to fix phpunit-mysql healthcheck vs runner poll conflict
Signed-off-by: Josh <josh.t.richards@gmail.com>
Robin Appelman [Mon, 27 May 2024 12:29:34 +0000 (14:29 +0200)]
Merge pull request #45014 from nextcloud/forbid-moving-subfolder
fix: forbid moving a folder into a subfolder of itself
Christoph Wurst [Mon, 27 May 2024 10:06:44 +0000 (12:06 +0200)]
Merge pull request #45521 from nextcloud/chore/update-jshintrc
chore: update .jshintrc
Christoph Wurst [Mon, 27 May 2024 08:49:42 +0000 (10:49 +0200)]
Merge pull request #45506 from nextcloud/jtr/fix-db-log-long-transactions-debug
fix(db): Log long transaction times at debug level
Andy Scherzinger [Mon, 27 May 2024 07:24:48 +0000 (09:24 +0200)]
Merge pull request #45499 from nextcloud/chore/noid/spdx-batch4
Add SPDX header - batch 4
Richard Steinmetz [Mon, 27 May 2024 05:53:01 +0000 (07:53 +0200)]
chore: update .jshintrc
Changes:
- `esversion: 11` We use bundlers so let's use a modern version of js
- `maxlen: 120` This should be enforced by linters if at all (the rule is
deprected by jshintrc anyway: https://jshint.com/docs/options/#maxlen)
- `asi: true` Suppress warnings about missing semicolons (it's 2024
after all)
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Andy Scherzinger [Fri, 24 May 2024 17:43:47 +0000 (19:43 +0200)]
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Josh [Sat, 25 May 2024 13:07:43 +0000 (09:07 -0400)]
fix(db): Log loong transaction times at debug level
Signed-off-by: Josh <josh.t.richards@gmail.com>
Andy Scherzinger [Fri, 24 May 2024 12:29:13 +0000 (14:29 +0200)]
Merge pull request #45474 from nextcloud/chore/noid/spdx-batch4
Add SPDX header for `/lib/*` - batch 4
Andy Scherzinger [Thu, 23 May 2024 07:26:56 +0000 (09:26 +0200)]
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Louis [Thu, 23 May 2024 14:40:14 +0000 (16:40 +0200)]
Merge pull request #44485 from nextcloud/44219-share-server-respect-empty-expiry-date
Respect empty `expiryDate` value in server
Christoph Wurst [Thu, 23 May 2024 14:34:50 +0000 (16:34 +0200)]
Merge pull request #45032 from nextcloud/Jerome-Herbinet-date-and-time-wording-in-email-notifcation
Replaces "Time:" with "Date and time:" in calendar e-mail notification
Jérôme Herbinet [Thu, 25 Apr 2024 11:31:01 +0000 (13:31 +0200)]
fix(dav): Replaces "Time:" with "Date and time:" in calendar invite email
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
fenn-cs [Wed, 22 May 2024 13:17:24 +0000 (14:17 +0100)]
test(Sharing): Integration test for no expiration set date for share
- Verify that explicitly sending empty `expireDate` param to server overwrite default
and sets not expiry date, if non is enforced.
- Update tests to avoid converting empty string to date.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Tue, 30 Apr 2024 11:19:22 +0000 (12:19 +0100)]
refactor(shareManager): Use constructor property promotion
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Wed, 20 Mar 2024 15:41:26 +0000 (16:41 +0100)]
fix(shareManager): Respect empty `expireDate` in server
If `expireDate` is an empty string and not `null` then the server should not set a default.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Côme Chilliet [Thu, 23 May 2024 12:51:11 +0000 (14:51 +0200)]
Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-users
feat: Add back searching in disabled user list
John Molakvoæ [Thu, 23 May 2024 12:43:41 +0000 (14:43 +0200)]
Merge pull request #45459 from nextcloud/ifileaccess-alias
John Molakvoæ [Thu, 23 May 2024 12:26:44 +0000 (14:26 +0200)]
Merge pull request #45417 from nextcloud/fix/preview-clear-files-etag
skjnldsv [Tue, 21 May 2024 09:51:34 +0000 (11:51 +0200)]
feat(files): refresh preview on etag change
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nextcloud-command [Thu, 23 May 2024 07:18:08 +0000 (07:18 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Côme Chilliet [Thu, 16 May 2024 15:03:46 +0000 (17:03 +0200)]
fix: Update openapi spec for provisioning_api app
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 May 2024 14:55:47 +0000 (16:55 +0200)]
fix: Also search in email field for disabled users
To match what is done for Database backend for enabled users
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 May 2024 14:13:31 +0000 (16:13 +0200)]
feat: Add back searching in disabled user list
When disabled users where moved to their own endpoint we overlooked
search, so adding it back.
The search is done case-insensitive in uid and display name.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Ferdinand Thiessen [Thu, 23 May 2024 06:01:35 +0000 (08:01 +0200)]
Merge pull request #45394 from nextcloud/fix/files-cleanup-list
refactor(files): Fix some ESLint and Typescript issues in FilesList
nextcloud-command [Thu, 23 May 2024 05:25:54 +0000 (05:25 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Fri, 17 May 2024 11:55:53 +0000 (13:55 +0200)]
fix(files): Debounce does not return a function so it should be used as computed
This also fixes hacky solution to `this` access
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 17 May 2024 11:54:58 +0000 (13:54 +0200)]
fix(files): Use translation function directly instead of calling the instance method
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 17 May 2024 11:52:59 +0000 (13:52 +0200)]
fix(files): Fix typing issues with data
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 17 May 2024 11:50:10 +0000 (13:50 +0200)]
fix(files): Fix naming issue for reserved Vue property names
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Wed, 22 May 2024 21:12:02 +0000 (23:12 +0200)]
Merge pull request #45429 from nextcloud/chore/noid/spdx-batch3
Add SPDX header - Batch 3
Andy Scherzinger [Tue, 21 May 2024 19:44:34 +0000 (21:44 +0200)]
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger [Wed, 22 May 2024 17:00:16 +0000 (19:00 +0200)]
Merge pull request #45400 from nextcloud/temp-db-replica-loss-prevention
fix(db): Prevent data loss by temporarily disabling `db:convert-type`
Robin Appelman [Wed, 22 May 2024 15:11:29 +0000 (17:11 +0200)]
fix: register DI alias for IFileAccess
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Wed, 22 May 2024 11:32:24 +0000 (13:32 +0200)]
Merge pull request #45390 from nextcloud/bugfix/noid/mark-more-configs-as-sensitive
Ferdinand Thiessen [Tue, 21 May 2024 19:16:10 +0000 (21:16 +0200)]
Merge pull request #42977 from nextcloud/theming/create-color-from-background
theming: Separate `primary` and `background` colors - fix the header menu colors
Ferdinand Thiessen [Wed, 15 May 2024 08:52:09 +0000 (10:52 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 20 May 2024 13:59:42 +0000 (15:59 +0200)]
fix(theming): Add some strict checking for userId
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 06:43:04 +0000 (07:43 +0100)]
fix(tests): Adjust theming test for new splitted background and primary colors
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 16 Feb 2024 15:49:10 +0000 (16:49 +0100)]
fix(settings): Return mean color of background image on set
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 16 Feb 2024 14:26:02 +0000 (15:26 +0100)]
fix: Always populate `--image-background`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 16 Feb 2024 14:25:04 +0000 (15:25 +0100)]
fix: cleanup theming app code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 16 Feb 2024 14:20:57 +0000 (15:20 +0100)]
fix(styles): Adjust background stylings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 16 Feb 2024 14:13:27 +0000 (15:13 +0100)]
fix(settings): Make background selector be responsive to user changes
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 02:35:51 +0000 (03:35 +0100)]
fix(core): Adjust styles for header menu icons
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 06:43:04 +0000 (07:43 +0100)]
fix(tests): Adjust theming test for new splitted background and primary colors
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 06:42:27 +0000 (07:42 +0100)]
fix(theming): Also apply new background colors to guest view
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 02:22:30 +0000 (03:22 +0100)]
feat(theming): Allow users to configure their primary color
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 00:57:24 +0000 (01:57 +0100)]
fix(theming): Also reset background color settings when updating global background image
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 20 Jan 2024 00:56:18 +0000 (01:56 +0100)]
feat(theming): Allow to configure primary color separate from background in admin settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 19 Jan 2024 21:53:49 +0000 (22:53 +0100)]
fix: Adjust dashboard and header menu to use new background colors
fix(UnifiedSearch): Adjust to new background color
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 19 Jan 2024 21:48:27 +0000 (22:48 +0100)]
feat(theming): Separate background and primary color
While the primary color is intended to highlight elements,
it can not always be used as the background color.
So now primary is independent from background a user set,
the background color is, if not set directly, calculated as the mean color
of the background image. That color is then used as a fallback if the
background image could not be loaded and for calculating the color of the text used on the app menu and dashboard (they render directly on the background).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 19 Jan 2024 14:47:05 +0000 (15:47 +0100)]
fix(theming): Also set default background color ("primary") for custom images
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Pytal [Tue, 21 May 2024 17:11:32 +0000 (10:11 -0700)]
Merge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-margin
fix(contactsmenu): empty content margin
Ferdinand Thiessen [Tue, 21 May 2024 16:35:17 +0000 (18:35 +0200)]
Merge pull request #45415 from nextcloud/enh/noid/login-names
feat(login-mask): remove `Login with` from label
Simon L. [Tue, 21 May 2024 08:22:44 +0000 (10:22 +0200)]
feat(login-mask): remove `Login with` from label
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Simon L [Tue, 21 May 2024 09:05:41 +0000 (11:05 +0200)]
Merge pull request #45398 from nextcloud/chore/account-name
chore(settings): Change "user" to "account"
Simon L. [Tue, 21 May 2024 08:27:30 +0000 (10:27 +0200)]
fix: cypress
Signed-off-by: Simon L <szaimen@e.mail.de>
Côme Chilliet [Tue, 21 May 2024 07:11:48 +0000 (09:11 +0200)]
Merge pull request #45375 from nextcloud/fix/move-eventsource-to-oc
Move EventSource to `OC` namespace
Richard Steinmetz [Mon, 20 May 2024 07:02:11 +0000 (09:02 +0200)]
fix(contactsmenu): empty content margin
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Josh [Sat, 18 May 2024 14:50:38 +0000 (10:50 -0400)]
fix(db): cs-fix spacing
Signed-off-by: Josh <josh.t.richards@gmail.com>
Josh [Sat, 18 May 2024 02:26:15 +0000 (22:26 -0400)]
fix(db): Prevent data loss by temporarily disabling `db:convert-type`
Needed until #45257 is addressed to prevent data loss
Signed-off-by: Josh <josh.t.richards@gmail.com>
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore(settings): Rename "User backend" to "Account backend"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore: Rename "Users" menu entry to "Accounts"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore(core): Change "username" to "account name"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore(settings): Change "username" to "account name"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Robin Appelman [Wed, 24 Apr 2024 12:50:13 +0000 (14:50 +0200)]
fix: forbid moving a folder into a subfolder of itself
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 17 May 2024 15:41:25 +0000 (17:41 +0200)]
Merge pull request #44460 from nextcloud/remove-non-shallow-in-folder
refactor: remove non-shallow getSharesInFolder
Ferdinand Thiessen [Fri, 17 May 2024 11:21:55 +0000 (13:21 +0200)]
Merge pull request #45387 from nextcloud/fix/xml2js
fix(files): Drop `xml2js` dependency and use browser native DOMParser
nextcloud-command [Fri, 17 May 2024 09:50:23 +0000 (09:50 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Fri, 17 May 2024 09:45:25 +0000 (11:45 +0200)]
fix: Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Fri, 17 May 2024 08:03:38 +0000 (10:03 +0200)]
fix(files): Drop `xml2js` dependency and use browser native DOMParser
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Kate [Thu, 16 May 2024 18:09:06 +0000 (20:09 +0200)]
Merge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpoint-descriptions
Ferdinand Thiessen [Thu, 16 May 2024 17:02:04 +0000 (19:02 +0200)]
Merge pull request #45374 from nextcloud/feat/add-to-config
feat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries
Louis [Thu, 16 May 2024 16:04:47 +0000 (18:04 +0200)]
Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since
Fix setOwner since doc
Côme Chilliet [Thu, 16 May 2024 15:33:30 +0000 (17:33 +0200)]
fix: Improve code quality in EventSource
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 May 2024 15:25:13 +0000 (17:25 +0200)]
fix: Move OC_EventSource to OC namespace
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Ferdinand Thiessen [Thu, 16 May 2024 14:38:12 +0000 (16:38 +0200)]
feat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries
Add the filename restrictions to our JS config so we can create a common frontend library
function to check filename validity (de-duplicate code).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Thu, 16 May 2024 14:24:39 +0000 (16:24 +0200)]
Merge pull request #45236 from derschiw/patch-1
Hide 'updater.server.url' As It May Contain Enterprise Key
provokateurin [Thu, 16 May 2024 12:56:46 +0000 (14:56 +0200)]
fix(TaskProcessingApi): Cleanup error handling
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Thu, 16 May 2024 12:56:12 +0000 (14:56 +0200)]
docs(TaskProcessingApi): Set correct status code messages
Signed-off-by: provokateurin <kate@provokateurin.de>
Benjamin Gaussorgues [Thu, 16 May 2024 12:22:30 +0000 (14:22 +0200)]
Merge pull request #44763 from nextcloud/fix/group_name_length_db
yemkareems [Thu, 16 May 2024 12:21:18 +0000 (17:51 +0530)]
Merge pull request #45355 from nextcloud/fix/delete-user-from-storage-credentials
fix: delete user credentials stored in storages_credentials when user gets deleted
Joas Schilling [Thu, 16 May 2024 12:19:08 +0000 (14:19 +0200)]
Merge pull request #45357 from nextcloud/fix/hide-ldap-password-as-sensitive
fix: add ldap_exop_passwd function to sensitive value
yemkareems [Thu, 16 May 2024 11:24:18 +0000 (16:54 +0530)]
fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 16 May 2024 11:18:47 +0000 (16:48 +0530)]
fix: delete user credentials stored in storages_credentials when user gets deleted
Signed-off-by: yemkareems <yemkareems@gmail.com>
Kate [Thu, 16 May 2024 10:59:50 +0000 (12:59 +0200)]
Merge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskprocessing-methods
provokateurin [Thu, 16 May 2024 10:43:09 +0000 (12:43 +0200)]
docs(TaskProcessingApi): Cleanup endpoint descriptions
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Thu, 16 May 2024 10:33:15 +0000 (12:33 +0200)]
docs(TaskProcessingApi): Fix result endpoint description
Signed-off-by: provokateurin <kate@provokateurin.de>
Christoph Wurst [Thu, 16 May 2024 10:00:32 +0000 (12:00 +0200)]
Merge pull request #45026 from nextcloud/fix/token-update
Avoid updating the same oc_authtoken row twice
Joas Schilling [Thu, 16 May 2024 09:18:05 +0000 (11:18 +0200)]
Merge pull request #45340 from nextcloud/bugfix/noid/widen-svg-block
fix: Extend SVG reference check
Louis Chemineau [Thu, 16 May 2024 08:21:07 +0000 (10:21 +0200)]
fix(files): setOwner since doc
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Thu, 16 May 2024 08:10:09 +0000 (10:10 +0200)]
Merge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-search-results
fix(search): Limit maximum number of search results
Joas Schilling [Wed, 15 May 2024 21:38:24 +0000 (23:38 +0200)]
fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
provokateurin [Thu, 16 May 2024 07:54:16 +0000 (09:54 +0200)]
fix(IRegistrationContext): Add missing TaskProcessing methods
Signed-off-by: provokateurin <kate@provokateurin.de>
Joas Schilling [Wed, 15 May 2024 20:13:05 +0000 (22:13 +0200)]
Merge pull request #44710 from nextcloud/pulsejet/imagick-check-type
fix(preview): check mime type before processing with Imagick
Anna [Wed, 15 May 2024 14:07:23 +0000 (16:07 +0200)]
Merge pull request #45321 from nextcloud/bugfix/noid/check-function-call
fix: Correctly check result of function
Simon L [Wed, 15 May 2024 14:03:52 +0000 (16:03 +0200)]
Merge pull request #45057 from nextcloud/enh/noid/server-log
feat(exception-template): allow to link to specific documentation for how to retreive server log
Benjamin Gaussorgues [Wed, 15 May 2024 12:08:34 +0000 (14:08 +0200)]
Merge pull request #45237 from nextcloud/45234-que-deletion-requests