aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-3011-107/+108
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-292-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump @nextcloud/axios from 1.7.0 to 1.8.0dependabot[bot]2021-11-2710-70/+70
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" 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>
* [tx-robot] updated from transifexNextcloud bot2021-11-232-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-192-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-152-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-146-208/+218
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29559 from ↵Joas Schilling2021-11-091-1/+3
|\ | | | | | | | | nextcloud/feat/28139/profile-respect-user-enumeration Respect user enumeration settings on profile
| * Move common logic to share managerJoas Schilling2021-11-091-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #29572 from ↵John Molakvoæ2021-11-084-6/+6
| | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.1.1 Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-082-4/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump @nextcloud/initial-state from 1.2.0 to 1.2.1dependabot[bot]2021-11-064-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/nextcloud/nextcloud-initial-state/compare/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>
* | [tx-robot] updated from transifexNextcloud bot2021-11-062-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-052-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2021-11-032-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-022-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump core-js from 3.18.3 to 3.19.0dependabot[bot]2021-10-3012-77/+77
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.3 to 3.19.0. - [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.18.3...v3.19.0) --- updated-dependencies: - dependency-name: core-js 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>
* Fix "No entries in this …" templateJoas Schilling2021-10-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-22292-1794/+7397
|\
| * [tx-robot] updated from transifexNextcloud bot2021-10-222-0/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #28314 from nextcloud/sharing-ibootstrapChristoph Wurst2021-10-206-132/+77
| |\ | | | | | | move files_sharing to IBootStrap
| | * update testsRobin Appelman2021-10-193-19/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| | * use the correct navigation manager for the sharesRobin Appelman2021-10-191-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| | * call setupSharingMenus againRobin Appelman2021-10-191-13/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| | * move files_sharing to IBootStrapRobin Appelman2021-10-193-102/+47
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | [tx-robot] updated from transifexNextcloud bot2021-10-202-0/+6
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Bump core-js from 3.18.2 to 3.18.3dependabot[bot]2021-10-174-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.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.18.2...v3.18.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>
| * Bump autoloaderJoas Schilling2021-10-141-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Bump core-js from 3.18.1 to 3.18.2dependabot[bot]2021-10-1012-70/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.1 to 3.18.2. - [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.18.1...v3.18.2) --- 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>
| * [tx-robot] updated from transifexNextcloud bot2021-10-082-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #29065 from ↵Daniel2021-10-063-5/+5
| |\ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-translation-of-share-folder-selection Fix missing translations of share folder selection
| | * Fix missing translations of share folder selectionJoas Schilling2021-10-043-5/+5
| | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | [tx-robot] updated from transifexNextcloud bot2021-10-062-0/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | [tx-robot] updated from transifexNextcloud bot2021-10-052-0/+32
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #29030 from ↵Louis2021-10-0412-121/+121
| |\ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-4.2.0 Bump @nextcloud/vue from 4.1.1 to 4.2.0
| | * Bump @nextcloud/vue from 4.1.1 to 4.2.0dependabot[bot]2021-10-0312-121/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" 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>
| * | [tx-robot] updated from transifexNextcloud bot2021-10-042-0/+2
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Bump core-js from 3.18.0 to 3.18.1dependabot[bot]2021-10-034-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.0 to 3.18.1. - [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.18.0...v3.18.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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Bump @nextcloud/paths from 2.0.0 to 2.1.0dependabot[bot]2021-10-025-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/paths](https://github.com/nextcloud/nextcloud-paths) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-paths/releases) - [Changelog](https://github.com/nextcloud/nextcloud-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-paths/commits/v2.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/paths" 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>
| * Bump @nextcloud/axios from 1.6.0 to 1.7.0dependabot[bot]2021-10-024-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" 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>
| * Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Bump core-js from 3.17.3 to 3.18.0dependabot[bot]2021-09-2612-76/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.3 to 3.18.0. - [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.17.3...v3.18.0) --- updated-dependencies: - dependency-name: core-js 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>
| * [tx-robot] updated from transifexNextcloud bot2021-09-232-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>