]>
source.dussan.org Git - nextcloud-server.git/log
Josh [Wed, 22 May 2024 14:33:13 +0000 (10:33 -0400)]
Update DnsPinMiddleware.php
Signed-off-by: Josh <josh.t.richards@gmail.com>
Josh [Wed, 22 May 2024 14:22:09 +0000 (10:22 -0400)]
fixup(DnsPinMiddleware): oops
Signed-off-by: Josh <josh.t.richards@gmail.com>
Josh [Wed, 22 May 2024 14:04:46 +0000 (10:04 -0400)]
fix(DnsPinMiddleware): Attempt to workaround noisy dns_get_record
Signed-off-by: Josh <josh.t.richards@gmail.com>
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>
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 [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
nextcloud-command [Wed, 15 May 2024 11:02:09 +0000 (11:02 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Wed, 8 May 2024 20:03:06 +0000 (21:03 +0100)]
perf(deleteAction): Queue delete requests
When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.
This commit adds queuing that limits the concurrency of these requests to 5
at a time.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Wed, 8 May 2024 20:00:38 +0000 (21:00 +0100)]
fix(deleteAction): Remove unused nc l10n import
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Joas Schilling [Wed, 15 May 2024 08:11:31 +0000 (10:11 +0200)]
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Wed, 15 May 2024 09:43:08 +0000 (11:43 +0200)]
Merge pull request #45094 from nextcloud/enh/taskprocessing-api
feat: TaskProcessing API
Ferdinand Thiessen [Wed, 15 May 2024 09:30:00 +0000 (11:30 +0200)]
Merge pull request #45302 from nextcloud/revert/27613/get-config-owner
Revert: "Check datadirectory owner, not config owner."
Joas Schilling [Wed, 15 May 2024 07:47:22 +0000 (09:47 +0200)]
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Wed, 15 May 2024 07:30:05 +0000 (09:30 +0200)]
fix: expose lastUpdated in OCS API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Pytal [Tue, 14 May 2024 18:12:23 +0000 (11:12 -0700)]
Merge pull request #45227 from nextcloud/fix/set-reminder-trash
fix: Remove reminder action from trash
Christopher Ng [Tue, 7 May 2024 22:16:49 +0000 (15:16 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 7 May 2024 22:16:49 +0000 (15:16 -0700)]
fix: Remove reminder action from trash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Tue, 14 May 2024 17:14:16 +0000 (10:14 -0700)]
Merge pull request #45245 from nextcloud/feat/split-user-columns
feat: Split display name and username columns
Christopher Ng [Thu, 9 May 2024 22:32:02 +0000 (15:32 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 9 May 2024 22:32:02 +0000 (15:32 -0700)]
feat: Split display name and username columns
Signed-off-by: Christopher Ng <chrng8@gmail.com>
John Molakvoæ [Tue, 14 May 2024 16:25:59 +0000 (18:25 +0200)]
Merge pull request #45288 from nextcloud/docs/preview/parameter-descriptions
Simon L [Mon, 13 May 2024 15:43:57 +0000 (17:43 +0200)]
fix: address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
Co-Authored-By: Josh <josh.t.richards@gmail.com>
Simon L. [Fri, 26 Apr 2024 13:52:11 +0000 (15:52 +0200)]
feat(exception-template): allow to link to specific documentation for how to retreive server log
Signed-off-by: Simon L <szaimen@e.mail.de>
Anna [Tue, 14 May 2024 13:32:07 +0000 (15:32 +0200)]
Merge pull request #45309 from nextcloud/fix/recurrence-exceptions-for-busy-events
fix(caldav): loop through all events for busy events
Anna Larch [Wed, 8 May 2024 13:12:17 +0000 (15:12 +0200)]
fix(caldav): loop through all events for busy events
Signed-off-by: Anna Larch <anna@nextcloud.com>
Simon L. [Tue, 14 May 2024 10:09:15 +0000 (12:09 +0200)]
Revert: "Check datadirectory owner, not config owner."
Signed-off-by: Simon L <szaimen@e.mail.de>
Marcel Klehr [Tue, 14 May 2024 08:01:09 +0000 (10:01 +0200)]
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 14 May 2024 07:33:58 +0000 (09:33 +0200)]
Update core/ResponseDefinitions.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 09:50:14 +0000 (11:50 +0200)]
fix: Fix pass-through stt provider
Wasn't able to load File from app data
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 08:01:11 +0000 (10:01 +0200)]
chore: fix htaccess
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 07:50:31 +0000 (09:50 +0200)]
chore: Check in autoloader updates
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 07:04:56 +0000 (09:04 +0200)]
fix(Manager#fillInputs): Try to setup user FS before access file inputs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 06:55:18 +0000 (08:55 +0200)]
feat: Add some new task types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 06:55:04 +0000 (08:55 +0200)]
fix(SynchronousBackgroundJob): Only reschedule when needed
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 06:24:46 +0000 (08:24 +0200)]
Update lib/public/TaskProcessing/IManager.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 13 May 2024 06:24:31 +0000 (08:24 +0200)]
Update lib/private/TaskProcessing/Manager.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 10 May 2024 05:42:03 +0000 (07:42 +0200)]
fix(Manager#fillInputData): Load user folder if needed
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 10 May 2024 05:34:15 +0000 (07:34 +0200)]
fix: run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 10 May 2024 05:18:14 +0000 (07:18 +0200)]
test: Put input files in user storage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 10 May 2024 05:08:31 +0000 (07:08 +0200)]
fix(OCS-API): Add endpoint to list user tasks
Signed-off-by: Marcel Klehr <mklehr@gmx.net>