]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoSupport specifying IPv6 proxies in CIDR notation 32615/head
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>
2 years agoMerge pull request #32958 from nextcloud/fix/noid/permission-update-allow-public...
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

2 years agoMerge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests
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

2 years agoMerge pull request #33428 from nextcloud/improve-accessibility-device
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

2 years agoMerge pull request #33432 from nextcloud/nickvergessen-patch-1
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

2 years agoDocument all getIncomplete implementations as returning string|false 33425/head
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>
2 years agoRemove "needs info" label when the issue is not stale anymore 33432/head
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>
2 years agofix share manager tests 32958/head
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>
2 years agoImprove Devices & sessions settings 33428/head
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>
2 years agoMerge pull request #33405 from nextcloud/perf/new-index-mounts-class
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

2 years agoFix dynamic property creations in test files
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>
2 years agodon't reduce file public link permissions if public upload is not enabled
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>
2 years agoDB mounts table: Add index for mount_provider_class 33405/head
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>
2 years agoMerge pull request #32482 from nextcloud/enh/noid/share-attributes
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

2 years agoMultiple fixes 32482/head
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>
2 years agoMerge pull request #33225 from nextcloud/fix/handle-one-time-passwords
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

2 years agoEnforcing permission during resharing
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>
2 years agoInherit hide download from share attributes
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>
2 years agoBlock download when needed on direct download endpoint
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>
2 years agoFix view-only code after code review comments
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>
2 years agoFix adding to empty attributes and duplicate request
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>
2 years agoAdd share attrs + download permission support in frontend
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>
2 years agoAdd nc:share-attributes Webdav property
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>
2 years agoDon't reset share attributes when not specified
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>
2 years agoAttempt to fix sqlite json issue
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>
2 years agoFix share attribute related tests + code style
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>
2 years agoFix share controller to accept share attributes alone
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>
2 years agoAdd share attributes + prevent download permission
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>
2 years agoMerge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_form...
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```

2 years agoHandle one time password better 33225/head
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>
2 years agoConnect ```input``` checkbox with corresponding file name via ```aria-describedby``` 33394/head
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>
2 years agoMerge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-settings...
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

2 years agoMerge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforce-ithrottler
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 …

2 years agoMerge pull request #33280 from nextcloud/externalStorageWithoutVersioning
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

2 years agoTransfer `aria-label` from nav settings menu to settings menu icon-button 33385/head
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>
2 years agohandle AccessDenied error when checking if external s3 support versions 33280/head
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>
2 years agoMerge pull request #33299 from nextcloud/fix/files-dark-color-theme
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

2 years agoAdd a public interface for the bruteforce throttler and register for injection 33081/head
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>
2 years agoMerge pull request #33380 from luzpaz/fix/lib-private-typos
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

2 years agoMerge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3
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

2 years agoBump core-js from 3.22.0 to 3.22.3 32244/head
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>
2 years agoMerge pull request #33386 from nextcloud/fix/noid/delete-user-value
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

2 years agoMerge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-ids
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

2 years agoMerge pull request #32956 from nextcloud/fix/upload-folder-wrong-content
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

2 years agofix mistake in db query to delete a user config value 33386/head
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>
2 years agoMerge pull request #33378 from nextcloud/s3-no-null-bundle
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

2 years agoFix typos in lib/private subdirectory 33380/head
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>
2 years agoMerge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
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

2 years agoRemove more legacy ids 33379/head
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>
2 years agoMerge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dir
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

2 years agoMerge pull request #33368 from luzpaz/fix/apps-dav-typos
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

2 years agodon't set `null` as a bundle path 33378/head
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>
2 years agoMerge pull request #33265 from nextcloud/fix/carl/login-boxes
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

2 years agoMerge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme
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

2 years agoFix login flow 33265/head
Carl Schwan [Wed, 27 Jul 2022 07:17:37 +0000 (09:17 +0200)]
Fix login flow

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix caldav invitation related public pages
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>
2 years agoRedesign guest pages for better accessibility
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>
2 years agoRemove legacy #dir element in files list 33373/head
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>
2 years agoMerge pull request #33307 from nextcloud/bump/nextcloud-dialogs-3.1.2-to-3.1.4
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

2 years agoMerge pull request #33271 from nextcloud/enh/a11y-new-file-menu
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

2 years agoFix typos in apps/dav subdirectory 33368/head
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>
2 years agoBump nextcloud-dialogs from 3.1.2 to 3.1.4 33307/head
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>
2 years agoMerge pull request #30030 from nextcloud/fexists
Vincent Petry [Tue, 26 Jul 2022 21:10:12 +0000 (23:10 +0200)]
Merge pull request #30030 from nextcloud/fexists

Fix disabled `php_uname`

2 years agoMerge pull request #30510 from nextcloud/user-cleanup-storage-before-cache
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

2 years agoAccessible names for share panel buttons 33316/head
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>
2 years agoMerge pull request #33361 from nextcloud/techdebt/noid/further-cleanup
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

2 years agoMerge pull request #33251 from cneukom/feature/birthday-calendar-reminder-settings
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

2 years agoMerge pull request #33360 from nextcloud/adjust-acceptance-tests-to-changes-in-sharin...
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

2 years agoMerge pull request #33341 from nextcloud/fix/29617/no-purge-when-birthday-calendar...
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

2 years agoMerge pull request #32733 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.4
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

2 years agoMerge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container
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

2 years agoMerge pull request #31728 from nextcloud/bugfix/30791/update-subshare-owner-on-move
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

2 years agoAdd missing closing spans and avoid empty href 33361/head
Vincent Petry [Tue, 26 Jul 2022 13:34:19 +0000 (15:34 +0200)]
Add missing closing spans and avoid empty href

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoRemove obsolete notification container 33358/head
Vincent Petry [Tue, 26 Jul 2022 12:54:28 +0000 (14:54 +0200)]
Remove obsolete notification container

The future is TOAST 🍞

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix core tests by stubbing debounce 32733/head
Vincent Petry [Tue, 26 Jul 2022 13:44:57 +0000 (15:44 +0200)]
Fix core tests by stubbing debounce

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoRemoved id=modified in files app
Vincent Petry [Tue, 26 Jul 2022 13:34:00 +0000 (15:34 +0200)]
Removed id=modified in files app

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdjust acceptance tests to changes in sharing tab 33360/head
Daniel Calviño Sánchez [Tue, 26 Jul 2022 13:13:18 +0000 (15:13 +0200)]
Adjust acceptance tests to changes in sharing tab

The name of the user shared with is now marked with a "span" rather than
with "h5".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoBump underscore from 1.12.0 to 1.13.4
dependabot[bot] [Tue, 26 Jul 2022 12:29:49 +0000 (12:29 +0000)]
Bump underscore from 1.12.0 to 1.13.4

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.13.4.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.4)

---
updated-dependencies:
- dependency-name: underscore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoAdd argument to getSharesInFolder enable deep share lookup 31728/head
Louis Chemineau [Thu, 23 Jun 2022 14:32:52 +0000 (16:32 +0200)]
Add argument to getSharesInFolder enable deep share lookup

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoSkip testMovedIntoShareChangeOwner
Louis Chemineau [Wed, 27 Apr 2022 11:32:44 +0000 (13:32 +0200)]
Skip testMovedIntoShareChangeOwner

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRecursively fetch subshares
Louis Chemineau [Wed, 27 Apr 2022 11:17:22 +0000 (13:17 +0200)]
Recursively fetch subshares

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoInt test for share owner change on move
Vincent Petry [Fri, 1 Apr 2022 10:42:00 +0000 (12:42 +0200)]
Int test for share owner change on move

Added tests to verify share owner change when moving the parent of a
subshare in and out of a received share.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoChange share owner when moving share out of share
Louis Chemineau [Thu, 31 Mar 2022 10:08:42 +0000 (12:08 +0200)]
Change share owner when moving share out of share

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoPrevent column name conflict between tables
Louis Chemineau [Thu, 31 Mar 2022 09:38:26 +0000 (11:38 +0200)]
Prevent column name conflict between tables

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoUpdate owner of subdir on move into/out of share
Vincent Petry [Mon, 28 Mar 2022 07:28:37 +0000 (09:28 +0200)]
Update owner of subdir on move into/out of share

When moving a directory into or out of a received share, make sure to
also update the share owner column for shares that exist insie the
directory.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoTest moving share in and out of another share
Louis Chemineau [Thu, 31 Mar 2022 14:51:29 +0000 (16:51 +0200)]
Test moving share in and out of another share

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agodashboard: Fix dark theme detection 33300/head
Ferdinand Thiessen [Wed, 20 Jul 2022 19:11:57 +0000 (21:11 +0200)]
dashboard: Fix dark theme detection

When system default color theme is selected for theming,
the enabledThemes array is empty or just contains one entry 'default',
in this case the color theme has to be retrieved from the browser.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #33320 from nextcloud/bugfix/noid/remove-files-duplicate-dom-ids
Vincent Petry [Tue, 26 Jul 2022 10:21:13 +0000 (12:21 +0200)]
Merge pull request #33320 from nextcloud/bugfix/noid/remove-files-duplicate-dom-ids

Replace files app ids to classes

2 years agofiles: Fix colormode detection for filelist 33299/head
Ferdinand Thiessen [Wed, 20 Jul 2022 17:21:32 +0000 (19:21 +0200)]
files: Fix colormode detection for filelist

When system default color theme is selected for theming, the `enabledThemes` array
is empty or just contains on entry `'default'`, in this case the color theme has
to be retrieved from the browser to ensure text like the modified date is readable.

This fixes #33298

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2 years agoMerge pull request #33031 from nextcloud/fix/improve-local-ip-detection
Côme Chilliet [Tue, 26 Jul 2022 09:39:32 +0000 (11:39 +0200)]
Merge pull request #33031 from nextcloud/fix/improve-local-ip-detection

Improve local IP detection

2 years agoMerge pull request #33166 from Lukasdoe/master
Simon L [Tue, 26 Jul 2022 08:21:19 +0000 (10:21 +0200)]
Merge pull request #33166 from Lukasdoe/master

Add button disable on submit for login grant

2 years agoReplace files app ids to classes 33320/head
Vincent Petry [Fri, 22 Jul 2022 14:11:01 +0000 (16:11 +0200)]
Replace files app ids to classes

Replaced ids to classes for the following:

- #filestable -> .files-filestable
- #fileList -> .files-fileList
- #controls -> .files-controls
- #emptycontent -> .emptyfilelist.emptycontent

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #33315 from nextcloud/bugfix/33314/allow-reseting-status-only...
Joas Schilling [Tue, 26 Jul 2022 08:11:51 +0000 (10:11 +0200)]
Merge pull request #33315 from nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id

Reset user status based on message ID only

2 years agoMerge pull request #33206 from nextcloud/enh/27869/consolidate
Vincent Petry [Tue, 26 Jul 2022 07:13:24 +0000 (09:13 +0200)]
Merge pull request #33206 from nextcloud/enh/27869/consolidate

Consolidate account property getters

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Jul 2022 02:26:49 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #33334 from nextcloud/bugfix/appmenu-text
Pytal [Mon, 25 Jul 2022 18:50:49 +0000 (11:50 -0700)]
Merge pull request #33334 from nextcloud/bugfix/appmenu-text

2 years agoDon't try to purge objects from the birthday calendar when it doesn't exist 33341/head
Thomas Citharel [Mon, 25 Jul 2022 13:15:14 +0000 (15:15 +0200)]
Don't try to purge objects from the birthday calendar when it doesn't exist

Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists).

Closes #29617

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #33129 from nextcloud/fix-reading-blob-as-resources
blizzz [Mon, 25 Jul 2022 15:56:03 +0000 (17:56 +0200)]
Merge pull request #33129 from nextcloud/fix-reading-blob-as-resources

Fix reading blob data as resource

2 years agoMerge pull request #33342 from nextcloud/bugfix/delete-comments-that-have-expired-now
blizzz [Mon, 25 Jul 2022 15:46:41 +0000 (17:46 +0200)]
Merge pull request #33342 from nextcloud/bugfix/delete-comments-that-have-expired-now

Delete comments that expired now

2 years agoDelete comments that expired now 33342/head
Vitor Mattos [Mon, 25 Jul 2022 14:30:20 +0000 (11:30 -0300)]
Delete comments that expired now

Signed-off-by: Vitor Mattos <vitor@php.rio>