master
Commits on Nov 9, 2021
-
Merge pull request #29559 from nextcloud/feat/28139/profile-respect-u…
…ser-enumeration Respect user enumeration settings on profile
-
Merge pull request #29590 from nextcloud/enhanc/availibility_settings…
…_polishing Polish availibility settings
-
Add unit test for share enumeration method
Signed-off-by: Joas Schilling <coding@schilljs.com>
-
Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-
Move common logic to share manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Nov 8, 2021
-
Merge pull request #29029 from nextcloud/fix/28243/render-html-entities
Fix HTML entity rendering in file comments sidebar
-
Fix HTML entity rendering in file comments sidebar
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-
Merge pull request #29572 from nextcloud/dependabot/npm_and_yarn/next…
…cloud/event-bus-2.1.1 Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-
Merge pull request #29592 from nextcloud/enh/11864/drag-n-drop-empty-…
…directory Handle empty directory drag-and-drop in Files UI
-
Bump @nextcloud/event-bus from 2.0.0 to 2.1.1
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](nextcloud/nextcloud-event-bus@v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Bump core-js from 3.19.0 to 3.19.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](zloirock/core-js@v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Force Calendar Obejct Chnage Path to support public write
Signed-off-by: Anna Larch <anna@nextcloud.com>
-
refs #11864 handle empty dir drop in Files UI
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Nov 7, 2021
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Nov 6, 2021
-
Merge pull request #29569 from nextcloud/dependabot/npm_and_yarn/next…
…cloud/initial-state-1.2.1
-
Bump @nextcloud/initial-state from 1.2.0 to 1.2.1
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](nextcloud/nextcloud-initial-state@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/initial-state" 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>
-
Merge pull request #29568 from nextcloud/dependabot/npm_and_yarn/test…
…ing-library/jest-dom-5.15.0
-
Bump jsdom from 18.0.0 to 18.0.1
Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@18.0.0...18.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-
Bump @testing-library/jest-dom from 5.14.1 to 5.15.0
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.15.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v5.14.1...v5.15.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Commits on Nov 5, 2021
-
Respect user enumeration settings on profile
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-
Merge pull request #25332 from nextcloud/fix-removing-remote-shares-w…
…hen-the-remote-server-is-unreachable Fix removing remote shares when the remote server is unreachable
-
Update lib/private/Files/Storage/Wrapper/Availability.php add void
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
-
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-
Return false in hasUpdated when storage is not available
Technically, saying that a storage has no updates when it's not available is correct. This makes it possible to retrieve the cache entry for the mount point and also to list and remove unavailable federated shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-
Add integration tests for federated shares from unavailable servers
The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Add integration tests for listing federated shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Add integration tests for deleting federated shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>