]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Mon, 8 Aug 2022 10:57:14 +0000 (12:57 +0200)]
Fix inverting on darkmode and spacing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 8 Aug 2022 10:56:31 +0000 (12:56 +0200)]
Allow to invert when on bright
Signed-off-by: Joas Schilling <coding@schilljs.com>
Vincent Petry [Mon, 8 Aug 2022 07:21:27 +0000 (09:21 +0200)]
Merge pull request #33357 from nextcloud/external_storage_buttons_a11y
Fix accessibility of buttons in the external storage configuration
Nextcloud bot [Mon, 8 Aug 2022 02:23:27 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 Aug 2022 02:28:29 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 6 Aug 2022 02:25:10 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Fri, 5 Aug 2022 12:09:55 +0000 (14:09 +0200)]
Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-apps
allow apps to specify methods carrying sensitive parameters
Nextcloud bot [Fri, 5 Aug 2022 08:58:39 +0000 (08:58 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Thu, 4 Aug 2022 20:28:37 +0000 (22:28 +0200)]
Merge pull request #33411 from nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0
Julius Härtl [Thu, 4 Aug 2022 20:24:11 +0000 (22:24 +0200)]
Merge pull request #33448 from nextcloud/bugfix/allow-download-label
dependabot[bot] [Thu, 4 Aug 2022 18:55:24 +0000 (18:55 +0000)]
Merge pull request #33269 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
Julius Härtl [Wed, 3 Aug 2022 08:40:24 +0000 (10:40 +0200)]
Fix label for allow download share permission
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 4 Aug 2022 08:55:12 +0000 (10:55 +0200)]
Merge pull request #33447 from nextcloud/bugfix/noid/detect-leading-spaces-in-config
Detect leading spaces in config files
Côme Chilliet [Thu, 4 Aug 2022 07:58:26 +0000 (09:58 +0200)]
Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests
Remove at matchers from tests in oauth2 and tests/Test
Côme Chilliet [Thu, 4 Aug 2022 07:50:14 +0000 (09:50 +0200)]
Merge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxies
Support specifying IPv6 proxies in CIDR notation
Vincent Petry [Thu, 4 Aug 2022 07:41:19 +0000 (09:41 +0200)]
Merge pull request #32852 from nextcloud/revert-revert-federation-performance-issues
Revert "Revert "Remove inefficient fed share scanner""
Lukáš Tyrychtr [Tue, 26 Jul 2022 11:04:46 +0000 (13:04 +0200)]
Fix accessibility of buttons in the external storage configuration
Note that there is no keyboard only way to close the dropdown
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Wed, 3 Aug 2022 16:04:28 +0000 (18:04 +0200)]
Merge pull request #33451 from nextcloud/update-node-workflow-better-error-messages
Update node workflow for better error messages
Robin Appelman [Wed, 3 Aug 2022 15:12:30 +0000 (17:12 +0200)]
fix external share scanner not propagating locking-opt-out
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Wed, 3 Aug 2022 13:23:20 +0000 (15:23 +0200)]
Update node workflow for better error messages
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Carl Schwan [Fri, 17 Jun 2022 10:07:03 +0000 (12:07 +0200)]
Disable locking on federated shares
The old inneficiant code didn't do locking and adding locking is
creating issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 13 Jun 2022 08:15:02 +0000 (10:15 +0200)]
Revert "Revert "Remove inefficient fed share scanner""
This reverts commit
6667007bf235b90a7dd105c881cf5802b2a3f83e .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Wed, 3 Aug 2022 08:19:05 +0000 (10:19 +0200)]
Detect leading spaces in config files
Because those will cause PHP to output to stdout and will cause
unrelated error messages.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Simon Leiner [Sat, 23 Jul 2022 21:29:45 +0000 (23:29 +0200)]
Support specifying IPv6 proxies in CIDR notation
Previously, it was not possible to use CIDR notation for IPv6 proxies
in the trusted_proxies parameter of config.php [1]. This patch adds
support for that.
[1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies
Signed-off-by: Simon Leiner <simon@leiner.me>
Julius Härtl [Tue, 2 Aug 2022 14:49:27 +0000 (16:49 +0200)]
Merge pull request #32958 from nextcloud/fix/noid/permission-update-allow-public-uploads
Côme Chilliet [Tue, 2 Aug 2022 14:01:09 +0000 (16:01 +0200)]
Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests
Fix dynamic property creations in test files
Vincent Petry [Tue, 2 Aug 2022 13:33:19 +0000 (15:33 +0200)]
Merge pull request #33428 from nextcloud/improve-accessibility-device
Improve Devices & sessions settings
Côme Chilliet [Tue, 2 Aug 2022 13:27:52 +0000 (15:27 +0200)]
Remove at matchers from tests in:
* apps/oauth2
* tests/Test/Repair/Owncloud
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Vincent Petry [Tue, 2 Aug 2022 12:53:34 +0000 (14:53 +0200)]
Merge pull request #33432 from nextcloud/nickvergessen-patch-1
Remove "needs info" label when the issue is not stale anymore
Côme Chilliet [Tue, 2 Aug 2022 12:23:14 +0000 (14:23 +0200)]
Document all getIncomplete implementations as returning string|false
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Joas Schilling [Tue, 2 Aug 2022 09:33:20 +0000 (11:33 +0200)]
Remove "needs info" label when the issue is not stale anymore
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Julien Veyssier [Mon, 1 Aug 2022 13:27:23 +0000 (15:27 +0200)]
fix share manager tests
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Carl Schwan [Mon, 1 Aug 2022 22:38:28 +0000 (00:38 +0200)]
Improve Devices & sessions settings
- Add label for better accessibility
- Only allow to add app token with a name
- Align in rows
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Julius Härtl [Mon, 1 Aug 2022 19:27:09 +0000 (21:27 +0200)]
Merge pull request #33405 from nextcloud/perf/new-index-mounts-class
Côme Chilliet [Mon, 1 Aug 2022 13:07:53 +0000 (15:07 +0200)]
Fix dynamic property creations in test files
This fixes warnings in PHP 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Julien Veyssier [Tue, 21 Jun 2022 12:25:36 +0000 (14:25 +0200)]
don't reduce file public link permissions if public upload is not enabled
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Marcel Klehr [Fri, 29 Jul 2022 12:43:26 +0000 (14:43 +0200)]
DB mounts table: Add index for mount_provider_class
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Carl Schwan [Mon, 1 Aug 2022 07:44:31 +0000 (09:44 +0200)]
Merge pull request #32482 from nextcloud/enh/noid/share-attributes
Add share attributes + prevent download permission
Carl Schwan [Fri, 15 Jul 2022 15:11:54 +0000 (17:11 +0200)]
Multiple fixes
- Fix tests
- Use non deprecated event stuff
- Add a bit of type hinting to the new stuff
- More safe handling of instanceOfStorage (share might not be the first
wrapper)
- Fix resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
dependabot[bot] [Sat, 30 Jul 2022 01:03:08 +0000 (01:03 +0000)]
Bump puppeteer from 14.1.0 to 15.5.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 14.1.0 to 15.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v14.1.0...v15.5.0)
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Carl Schwan [Fri, 29 Jul 2022 10:26:52 +0000 (12:26 +0200)]
Merge pull request #33225 from nextcloud/fix/handle-one-time-passwords
Handle one time password better
Arthur Schiwon [Fri, 29 Jul 2022 10:07:41 +0000 (12:07 +0200)]
add unit test for ExceptionSerializer
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 28 Jul 2022 21:30:17 +0000 (23:30 +0200)]
allow apps to specify methods carrying sensitive parameters
… in order to remove them from logging.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
dependabot[bot] [Thu, 28 Jul 2022 17:29:58 +0000 (17:29 +0000)]
Bump jquery-ui from 1.13.1 to 1.13.2
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2)
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Carl Schwan [Fri, 15 Jul 2022 12:52:04 +0000 (14:52 +0200)]
Enforcing permission during resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Mon, 13 Jun 2022 14:38:34 +0000 (16:38 +0200)]
Inherit hide download from share attributes
When resharing by link, if the download permission was removed through
share attributes, convert it to the hide download flag.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Mon, 13 Jun 2022 13:50:43 +0000 (15:50 +0200)]
Block download when needed on direct download endpoint
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Mon, 13 Jun 2022 10:48:35 +0000 (12:48 +0200)]
Fix view-only code after code review comments
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Julius Härtl [Wed, 8 Jun 2022 21:01:48 +0000 (23:01 +0200)]
Fix adding to empty attributes and duplicate request
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Vincent Petry [Thu, 2 Jun 2022 09:31:21 +0000 (11:31 +0200)]
Add share attrs + download permission support in frontend
Added download permission checkbox in frontend
Added share attributes parsing and setting in frontend.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Thu, 2 Jun 2022 09:24:39 +0000 (11:24 +0200)]
Add nc:share-attributes Webdav property
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Thu, 2 Jun 2022 09:23:22 +0000 (11:23 +0200)]
Don't reset share attributes when not specified
When not specified in the OCS call, don't reset the share attributes.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 25 May 2022 15:23:02 +0000 (17:23 +0200)]
Attempt to fix sqlite json issue
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 25 May 2022 07:55:22 +0000 (09:55 +0200)]
Fix share attribute related tests + code style
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Tue, 24 May 2022 10:08:07 +0000 (12:08 +0200)]
Fix share controller to accept share attributes alone
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 18 May 2022 12:54:27 +0000 (14:54 +0200)]
Add share attributes + prevent download permission
Makes it possible to store download permission
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Julia Kirschenheuter [Thu, 28 Jul 2022 13:59:47 +0000 (15:59 +0200)]
Merge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_form-element_in_file_listing
Connect ```input``` checkbox with corresponding file name via ```aria-describedby```
Carl Schwan [Wed, 13 Jul 2022 13:27:55 +0000 (15:27 +0200)]
Handle one time password better
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
julia.kirschenheuter [Thu, 28 Jul 2022 12:20:32 +0000 (14:20 +0200)]
Connect ```input``` checkbox with corresponding file name via ```aria-describedby```
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Louis [Thu, 28 Jul 2022 12:11:13 +0000 (14:11 +0200)]
Merge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-settings-to-settings-icon
Transfer `aria-label` from nav settings menu to settings menu icon-button
Vincent Petry [Thu, 28 Jul 2022 11:34:55 +0000 (13:34 +0200)]
Merge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforce-ithrottler
Add a public interface for the bruteforce throttler and register for …
Vincent Petry [Thu, 28 Jul 2022 10:13:43 +0000 (12:13 +0200)]
Merge pull request #33280 from nextcloud/externalStorageWithoutVersioning
handle AccessDenied error when checking if external s3 support versions
julia.kirschenheuter [Wed, 27 Jul 2022 14:23:43 +0000 (16:23 +0200)]
Transfer `aria-label` from nav settings menu to settings menu icon-button
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Matthieu Gallien [Tue, 19 Jul 2022 14:20:44 +0000 (16:20 +0200)]
handle AccessDenied error when checking if external s3 support versions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Louis [Thu, 28 Jul 2022 09:04:16 +0000 (11:04 +0200)]
Merge pull request #33299 from nextcloud/fix/files-dark-color-theme
[files app]: Fix dark color mode detection for filelist
Joas Schilling [Fri, 1 Jul 2022 09:18:27 +0000 (11:18 +0200)]
Add a public interface for the bruteforce throttler and register for injection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Côme Chilliet [Thu, 28 Jul 2022 07:17:48 +0000 (09:17 +0200)]
Merge pull request #33380 from luzpaz/fix/lib-private-typos
Fix typos in lib/private subdirectory
dependabot[bot] [Wed, 27 Jul 2022 20:53:11 +0000 (20:53 +0000)]
Merge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3
dependabot[bot] [Wed, 27 Jul 2022 19:12:24 +0000 (19:12 +0000)]
Bump core-js from 3.22.0 to 3.22.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.0...v3.22.3)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Julius Härtl [Wed, 27 Jul 2022 16:31:01 +0000 (18:31 +0200)]
Merge pull request #33386 from nextcloud/fix/noid/delete-user-value
Vincent Petry [Wed, 27 Jul 2022 15:14:46 +0000 (17:14 +0200)]
Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-ids
Remove more legacy ids
Vincent Petry [Wed, 27 Jul 2022 15:06:39 +0000 (17:06 +0200)]
Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-content
Handle file contained inside the uploads folder
Julien Veyssier [Wed, 27 Jul 2022 14:45:10 +0000 (16:45 +0200)]
fix mistake in db query to delete a user config value
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Daniel [Wed, 27 Jul 2022 13:43:08 +0000 (15:43 +0200)]
Merge pull request #33378 from nextcloud/s3-no-null-bundle
don't set `null` as a bundle path
luz paz [Wed, 27 Jul 2022 12:51:42 +0000 (08:51 -0400)]
Fix typos in lib/private subdirectory
Found via `codespell -q 3 -S l10n -L jus ./lib/private`
Signed-off-by: luz paz <luzpaz@github.com>
Vincent Petry [Wed, 27 Jul 2022 12:31:48 +0000 (14:31 +0200)]
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
Accessible names for share panel buttons
Vincent Petry [Wed, 27 Jul 2022 12:29:26 +0000 (14:29 +0200)]
Remove more legacy ids
Remove more unused legacy ids from early ownCloud times.
This reduces the number of duplicate ids in the DOM.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 27 Jul 2022 11:44:52 +0000 (13:44 +0200)]
Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dir
Remove legacy #dir element in files list
Simon L [Wed, 27 Jul 2022 11:02:44 +0000 (13:02 +0200)]
Merge pull request #33368 from luzpaz/fix/apps-dav-typos
Fix typos in apps/dav subdirectory
Robin Appelman [Wed, 27 Jul 2022 10:58:07 +0000 (12:58 +0200)]
don't set `null` as a bundle path
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Wed, 27 Jul 2022 10:37:13 +0000 (12:37 +0200)]
Merge pull request #33265 from nextcloud/fix/carl/login-boxes
Redesign guest pages for better accessibility
Louis [Wed, 27 Jul 2022 09:29:30 +0000 (11:29 +0200)]
Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme
dashboard: Fix dark theme detection
Carl Schwan [Wed, 27 Jul 2022 07:17:37 +0000 (09:17 +0200)]
Fix login flow
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 25 Jul 2022 11:24:09 +0000 (13:24 +0200)]
Fix caldav invitation related public pages
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 18 Jul 2022 15:58:05 +0000 (17:58 +0200)]
Redesign guest pages for better accessibility
- Use white box and put content on it
- Improve focus indicator
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Wed, 27 Jul 2022 08:23:44 +0000 (10:23 +0200)]
Remove legacy #dir element in files list
Removed legacy "#dir" input element in the DOM.
Apps should use OCA.Files.App.currentFileList or
OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to
retrieve the current directory and changeDirectory() to change it.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Wed, 27 Jul 2022 07:27:50 +0000 (09:27 +0200)]
Merge pull request #33307 from nextcloud/bump/nextcloud-dialogs-3.1.2-to-3.1.4
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
Vincent Petry [Wed, 27 Jul 2022 07:23:50 +0000 (09:23 +0200)]
Merge pull request #33271 from nextcloud/enh/a11y-new-file-menu
Use explicit name for new file/folder menu
luz paz [Tue, 26 Jul 2022 21:21:57 +0000 (17:21 -0400)]
Fix typos in apps/dav subdirectory
Found via `codespell -q 3 -S l10n -L jus ./apps/dav`
Signed-off-by: luz paz <luzpaz@github.com>
Vincent Petry [Thu, 21 Jul 2022 14:26:49 +0000 (16:26 +0200)]
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Tue, 26 Jul 2022 21:10:12 +0000 (23:10 +0200)]
Merge pull request #30030 from nextcloud/fexists
Fix disabled `php_uname`
Vincent Petry [Tue, 26 Jul 2022 21:08:04 +0000 (23:08 +0200)]
Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cache
delete files before cleaning cache when cleaning user files
Vincent Petry [Fri, 22 Jul 2022 09:58:08 +0000 (11:58 +0200)]
Accessible names for share panel buttons
Added aria-label for the buttons on the share panel.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Tue, 26 Jul 2022 20:34:27 +0000 (22:34 +0200)]
Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanup
Further markup cleanup
Anna [Tue, 26 Jul 2022 18:59:33 +0000 (20:59 +0200)]
Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-settings
Birthday Calendar Reminder Setting
Pytal [Tue, 26 Jul 2022 17:51:21 +0000 (10:51 -0700)]
Merge pull request #33360 from nextcloud/adjust-acceptance-tests-to-changes-in-sharing-tab
blizzz [Tue, 26 Jul 2022 17:22:56 +0000 (19:22 +0200)]
Merge pull request #33341 from nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist
Don't try to purge objects from the birthday calendar when it doesn't exist
Vincent Petry [Tue, 26 Jul 2022 16:05:03 +0000 (18:05 +0200)]
Merge pull request #32733 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.4
Bump underscore from 1.12.0 to 1.13.4
Vincent Petry [Tue, 26 Jul 2022 16:01:45 +0000 (18:01 +0200)]
Merge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container
Remove obsolete notification container
Louis [Tue, 26 Jul 2022 15:11:07 +0000 (17:11 +0200)]
Merge pull request #31728 from nextcloud/bugfix/30791/update-subshare-owner-on-move
Update owner of subdir on move into/out of share