]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 months agochore(assets): Recompile assets 45539/head
nextcloud-command [Mon, 27 May 2024 18:24:15 +0000 (18:24 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agochore: Add SPDX header
Andy Scherzinger [Mon, 27 May 2024 15:39:07 +0000 (17:39 +0200)]
chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 months agoMerge pull request #45524 from nextcloud/chore/noid/spdx-batch5
Andy Scherzinger [Mon, 27 May 2024 16:22:11 +0000 (18:22 +0200)]
Merge pull request #45524 from nextcloud/chore/noid/spdx-batch5

Add SPDX header - batch 5

4 months agoMerge pull request #39589 from nextcloud/enh/set-nest-transactions-with-savepoints
Thomas Citharel [Mon, 27 May 2024 14:53:53 +0000 (16:53 +0200)]
Merge pull request #39589 from nextcloud/enh/set-nest-transactions-with-savepoints

set Doctrine to use nest transactions with savepoints

4 months agoMerge pull request #45419 from nextcloud/fix/files-sorting
Ferdinand Thiessen [Mon, 27 May 2024 14:42:33 +0000 (16:42 +0200)]
Merge pull request #45419 from nextcloud/fix/files-sorting

fix(files): Implement `SortingService` to fix sorting of files

4 months agochore: Add SPDX header 45524/head
Andy Scherzinger [Mon, 27 May 2024 08:08:53 +0000 (10:08 +0200)]
chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 months agoMerge pull request #45014 from nextcloud/forbid-moving-subfolder
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

4 months agochore: Compile assets 45419/head
Ferdinand Thiessen [Wed, 22 May 2024 14:07:00 +0000 (16:07 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix(files): Implement `SortingService` to fix sorting of files
Ferdinand Thiessen [Tue, 21 May 2024 12:34:34 +0000 (14:34 +0200)]
fix(files): Implement `SortingService` to fix sorting of files

The previously used library was parsing strings to try to detect dates,
but for filenames it makes no sense to parse them as dates.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45521 from nextcloud/chore/update-jshintrc
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

4 months agoMerge pull request #45506 from nextcloud/jtr/fix-db-log-long-transactions-debug
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

4 months agoMerge pull request #45499 from nextcloud/chore/noid/spdx-batch4
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

4 months agochore: update .jshintrc 45521/head
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>
4 months agochore: Add SPDX header 45499/head
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>
4 months agofix(db): Log loong transaction times at debug level 45506/head
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>
4 months agoMerge pull request #45474 from nextcloud/chore/noid/spdx-batch4
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

4 months agochore: Add SPDX header 45474/head
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>
4 months agoMerge pull request #44485 from nextcloud/44219-share-server-respect-empty-expiry...
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

4 months agoMerge pull request #45032 from nextcloud/Jerome-Herbinet-date-and-time-wording-in...
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

4 months agofix(dav): Replaces "Time:" with "Date and time:" in calendar invite email 45032/head
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>
4 months agotest(Sharing): Integration test for no expiration set date for share 44485/head
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>
4 months agorefactor(shareManager): Use constructor property promotion
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>
4 months agofix(shareManager): Respect empty `expireDate` in server
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>
4 months agoMerge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-users
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

4 months agoMerge pull request #45459 from nextcloud/ifileaccess-alias
John Molakvoæ [Thu, 23 May 2024 12:43:41 +0000 (14:43 +0200)]
Merge pull request #45459 from nextcloud/ifileaccess-alias

4 months agoMerge pull request #45417 from nextcloud/fix/preview-clear-files-etag
John Molakvoæ [Thu, 23 May 2024 12:26:44 +0000 (14:26 +0200)]
Merge pull request #45417 from nextcloud/fix/preview-clear-files-etag

4 months agofeat(files): refresh preview on etag change 45417/head
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>
4 months agochore(assets): Recompile assets 45370/head
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>
4 months agofix: Update openapi spec for provisioning_api app
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>
4 months agofix: Also search in email field for disabled users
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>
4 months agofeat: Add back searching in disabled user list
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>
4 months agoMerge pull request #45394 from nextcloud/fix/files-cleanup-list
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

4 months agochore(assets): Recompile assets 45394/head
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>
4 months agofix(files): Debounce does not return a function so it should be used as computed
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>
4 months agofix(files): Use translation function directly instead of calling the instance method
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>
4 months agofix(files): Fix typing issues with data
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>
4 months agofix(files): Fix naming issue for reserved Vue property names
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>
4 months agoMerge pull request #45429 from nextcloud/chore/noid/spdx-batch3
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

4 months agochore: Add SPDX header 45429/head
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>
4 months agoMerge pull request #45400 from nextcloud/temp-db-replica-loss-prevention
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`

4 months agofix: register DI alias for IFileAccess 45459/head
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>
4 months agoMerge pull request #45390 from nextcloud/bugfix/noid/mark-more-configs-as-sensitive
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

4 months agoMerge pull request #42977 from nextcloud/theming/create-color-from-background
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

4 months agochore: Compile assets 42977/head
Ferdinand Thiessen [Wed, 15 May 2024 08:52:09 +0000 (10:52 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix(theming): Add some strict checking for userId
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>
4 months agofix(tests): Adjust theming test for new splitted background and primary colors
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>
4 months agofix(settings): Return mean color of background image on set
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>
4 months agofix: Always populate `--image-background`
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>
4 months agofix: cleanup theming app code
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>
4 months agofix(styles): Adjust background stylings
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>
4 months agofix(settings): Make background selector be responsive to user changes
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>
4 months agofix(core): Adjust styles for header menu icons
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>
4 months agofix(tests): Adjust theming test for new splitted background and primary colors
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>
4 months agofix(theming): Also apply new background colors to guest view
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>
4 months agofeat(theming): Allow users to configure their primary color
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>
4 months agofix(theming): Also reset background color settings when updating global background...
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>
4 months agofeat(theming): Allow to configure primary color separate from background in admin...
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>
4 months agofix: Adjust dashboard and header menu to use new background colors
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>
4 months agofeat(theming): Separate background and primary color
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>
4 months agofix(theming): Also set default background color ("primary") for custom images
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>
4 months agoMerge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-margin
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

4 months agoMerge pull request #45415 from nextcloud/enh/noid/login-names
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

4 months agofeat(login-mask): remove `Login with` from label 45415/head
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>
4 months agoMerge pull request #45398 from nextcloud/chore/account-name
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"

4 months agofix: cypress 45398/head
Simon L. [Tue, 21 May 2024 08:27:30 +0000 (10:27 +0200)]
fix: cypress

Signed-off-by: Simon L <szaimen@e.mail.de>
4 months agoMerge pull request #45375 from nextcloud/fix/move-eventsource-to-oc
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

4 months agofix(contactsmenu): empty content margin 45406/head
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>
5 months agofix(db): cs-fix spacing 45400/head
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>
5 months agofix(db): Prevent data loss by temporarily disabling `db:convert-type`
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>
5 months agochore: compile assets
Christopher Ng [Fri, 17 May 2024 17:15:46 +0000 (10:15 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 months agochore(settings): Rename "User backend" to "Account backend"
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>
5 months agochore: Rename "Users" menu entry to "Accounts"
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>
5 months agochore(core): Change "username" to "account name"
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>
5 months agochore(settings): Change "username" to "account name"
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>
5 months agofix: forbid moving a folder into a subfolder of itself 45014/head
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>
5 months agoMerge pull request #44460 from nextcloud/remove-non-shallow-in-folder
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

5 months agoMerge pull request #45387 from nextcloud/fix/xml2js
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

5 months agochore(assets): Recompile assets 45387/head
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>
5 months agofix: Mark more configs as sensitive 45390/head
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>
5 months agofix(files): Drop `xml2js` dependency and use browser native DOMParser
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>
5 months agoMerge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpoint...
Kate [Thu, 16 May 2024 18:09:06 +0000 (20:09 +0200)]
Merge pull request #45354 from nextcloud/docs/taskprocessingapi/cleanup-endpoint-descriptions

5 months agoMerge pull request #45374 from nextcloud/feat/add-to-config
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

5 months agoMerge pull request #45346 from nextcloud/artonge/fix/setOwner_since
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

5 months agofix: Improve code quality in EventSource 45375/head
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>
5 months agofix: Move OC_EventSource to OC namespace
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>
5 months agofeat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries 45374/head
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>
5 months agoMerge pull request #45236 from derschiw/patch-1
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

5 months agofix(TaskProcessingApi): Cleanup error handling 45354/head
provokateurin [Thu, 16 May 2024 12:56:46 +0000 (14:56 +0200)]
fix(TaskProcessingApi): Cleanup error handling

Signed-off-by: provokateurin <kate@provokateurin.de>
5 months agodocs(TaskProcessingApi): Set correct status code messages
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>
5 months agoMerge pull request #44763 from nextcloud/fix/group_name_length_db
Benjamin Gaussorgues [Thu, 16 May 2024 12:22:30 +0000 (14:22 +0200)]
Merge pull request #44763 from nextcloud/fix/group_name_length_db

5 months agoMerge pull request #45355 from nextcloud/fix/delete-user-from-storage-credentials
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

5 months agoMerge pull request #45357 from nextcloud/fix/hide-ldap-password-as-sensitive
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

5 months agofix: add ldap_exop_passwd function to sensitive value 45357/head
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>
5 months agofix: delete user credentials stored in storages_credentials when user gets deleted 45355/head
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>
5 months agoMerge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskpro...
Kate [Thu, 16 May 2024 10:59:50 +0000 (12:59 +0200)]
Merge pull request #45345 from nextcloud/fix/iregistrationcontext/add-missing-taskprocessing-methods

5 months agodocs(TaskProcessingApi): Cleanup endpoint descriptions
provokateurin [Thu, 16 May 2024 10:43:09 +0000 (12:43 +0200)]
docs(TaskProcessingApi): Cleanup endpoint descriptions

Signed-off-by: provokateurin <kate@provokateurin.de>
5 months agodocs(TaskProcessingApi): Fix result endpoint description
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>
5 months agoMerge pull request #45026 from nextcloud/fix/token-update
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

5 months agoMerge pull request #45340 from nextcloud/bugfix/noid/widen-svg-block
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

5 months agofix(files): setOwner since doc 45346/head
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>