Ferdinand Thiessen
705335e6a5
feat(theming): Allow to configure primary color separate from background in admin settings
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 20:36:21 +02:00
Ferdinand Thiessen
9d2c3c1164
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>
2024-05-21 20:36:21 +02:00
Ferdinand Thiessen
de938bb401
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>
2024-05-21 20:36:21 +02:00
Ferdinand Thiessen
0211feb946
fix(theming): Also set default background color ("primary") for custom images
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 20:36:21 +02:00
Pytal
5ae18ee06e
Merge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-margin
...
fix(contactsmenu): empty content margin
2024-05-21 10:11:32 -07:00
Ferdinand Thiessen
19e39b339a
Merge pull request #45415 from nextcloud/enh/noid/login-names
...
feat(login-mask): remove `Login with` from label
2024-05-21 18:35:17 +02:00
Simon L.
3180779404
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>
2024-05-21 09:22:43 +00:00
Simon L
5a6e48e850
Merge pull request #45398 from nextcloud/chore/account-name
...
chore(settings): Change "user" to "account"
2024-05-21 11:05:41 +02:00
Simon L.
31e8a14f2b
fix: cypress
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-05-21 10:27:40 +02:00
Côme Chilliet
9b0e4832bd
Merge pull request #45375 from nextcloud/fix/move-eventsource-to-oc
...
Move EventSource to `OC` namespace
2024-05-21 09:11:48 +02:00
Richard Steinmetz
f6ac35d15f
fix(contactsmenu): empty content margin
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-05-20 09:02:11 +02:00
Christopher Ng
9f3b892f0c
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-17 10:15:46 -07:00
Christopher Ng
6815d5b8aa
chore(settings): Rename "User backend" to "Account backend"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-17 10:15:46 -07:00
Christopher Ng
a7a8feee51
chore: Rename "Users" menu entry to "Accounts"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-17 10:15:46 -07:00
Christopher Ng
0bd384637a
chore(core): Change "username" to "account name"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-17 10:15:46 -07:00
Christopher Ng
5b260ff480
chore(settings): Change "username" to "account name"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-17 10:15:46 -07:00
Robin Appelman
54afea4b01
Merge pull request #44460 from nextcloud/remove-non-shallow-in-folder
...
refactor: remove non-shallow getSharesInFolder
2024-05-17 17:41:25 +02:00
Ferdinand Thiessen
495d397936
Merge pull request #45387 from nextcloud/fix/xml2js
...
fix(files): Drop `xml2js` dependency and use browser native DOMParser
2024-05-17 13:21:55 +02:00
nextcloud-command
ecb149e38b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-17 09:50:23 +00:00
Ferdinand Thiessen
a8f4b25ae8
fix(files): Drop xml2js dependency and use browser native DOMParser
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 10:03:38 +02:00
Kate
7bc4ccba6a
Merge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpoint-descriptions
2024-05-16 20:09:06 +02:00
Ferdinand Thiessen
b1f9c4bfee
Merge pull request #45374 from nextcloud/feat/add-to-config
...
feat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries
2024-05-16 19:02:04 +02:00
Louis
2fa72c6647
Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since
...
Fix setOwner since doc
2024-05-16 18:04:47 +02:00
Côme Chilliet
d7ed056160
fix: Improve code quality in EventSource
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-16 17:33:30 +02:00
Côme Chilliet
a9f7131575
fix: Move OC_EventSource to OC namespace
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-16 17:28:54 +02:00
Ferdinand Thiessen
dd4901d689
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>
2024-05-16 16:38:37 +02:00
Joas Schilling
0e4aa47044
Merge pull request #45236 from derschiw/patch-1
...
Hide 'updater.server.url' As It May Contain Enterprise Key
2024-05-16 16:24:39 +02:00
provokateurin
a8abe9d3c2
fix(TaskProcessingApi): Cleanup error handling
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-16 15:17:10 +02:00
provokateurin
4c375c98a4
docs(TaskProcessingApi): Set correct status code messages
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-16 14:57:34 +02:00
Benjamin Gaussorgues
e630e4b983
Merge pull request #44763 from nextcloud/fix/group_name_length_db
2024-05-16 14:22:30 +02:00
yemkareems
a6133ab48b
Merge pull request #45355 from nextcloud/fix/delete-user-from-storage-credentials
...
fix: delete user credentials stored in storages_credentials when user gets deleted
2024-05-16 17:51:18 +05:30
Joas Schilling
4391c730f7
Merge pull request #45357 from nextcloud/fix/hide-ldap-password-as-sensitive
...
fix: add ldap_exop_passwd function to sensitive value
2024-05-16 14:19:08 +02:00
yemkareems
7c91ab1b09
fix: add ldap_exop_passwd function to sensitive value
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 16:54:18 +05:30
yemkareems
7278198e6b
fix: delete user credentials stored in storages_credentials when user gets deleted
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 16:48:47 +05:30
Kate
ee8a97be43
Merge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskprocessing-methods
2024-05-16 12:59:50 +02:00
provokateurin
eabbb73173
docs(TaskProcessingApi): Cleanup endpoint descriptions
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-16 12:43:39 +02:00
provokateurin
79e153735c
docs(TaskProcessingApi): Fix result endpoint description
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-16 12:43:22 +02:00
Christoph Wurst
fe7217d2d3
Merge pull request #45026 from nextcloud/fix/token-update
...
Avoid updating the same oc_authtoken row twice
2024-05-16 12:00:32 +02:00
Joas Schilling
7e1c30f82a
Merge pull request #45340 from nextcloud/bugfix/noid/widen-svg-block
...
fix: Extend SVG reference check
2024-05-16 11:18:05 +02:00
Louis Chemineau
0114e9cd84
fix(files): setOwner since doc
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-05-16 10:24:47 +02:00
Joas Schilling
ef1c32a222
Merge pull request #45317 from nextcloud/bugfix/noid/limit-maximum-number-of-search-results
...
fix(search): Limit maximum number of search results
2024-05-16 10:10:09 +02:00
Joas Schilling
4286660983
fix: Extend SVG reference check
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-16 10:01:33 +02:00
provokateurin
adc7ae866a
fix(IRegistrationContext): Add missing TaskProcessing methods
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-16 09:54:16 +02:00
Joas Schilling
bd6989d365
Merge pull request #44710 from nextcloud/pulsejet/imagick-check-type
...
fix(preview): check mime type before processing with Imagick
2024-05-15 22:13:05 +02:00
Anna
b24ac6bc71
Merge pull request #45321 from nextcloud/bugfix/noid/check-function-call
...
fix: Correctly check result of function
2024-05-15 16:07:23 +02:00
Simon L
bc013ef5e7
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
2024-05-15 16:03:52 +02:00
Benjamin Gaussorgues
0ad77fa937
Merge pull request #45237 from nextcloud/45234-que-deletion-requests
2024-05-15 14:08:34 +02:00
nextcloud-command
18f5507e37
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-15 11:02:09 +00:00
fenn-cs
21a22a390d
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>
2024-05-15 11:51:07 +01:00
fenn-cs
23c71bd862
fix(deleteAction): Remove unused nc l10n import
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-15 11:51:07 +01:00