summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-07-102-0/+16
|
* better cleanup in share testsRobin Appelman2020-07-092-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Lazy register the navigationRoeland Jago Douma2020-07-091-53/+56
| | | | | | | This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-07-082-2/+2
|
* Bump bundlesJulius Härtl2020-07-076-909/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-07-072-0/+2
|
* Cleanup share by mail a bitRoeland Jago Douma2020-07-063-4/+4
| | | | | | | | | | | | | | | | * Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-07-044-6/+22
|
* Merge pull request #21280 from ↵Morris Jobke2020-07-0312-47/+47
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.1.0 Bump @nextcloud/router from 1.0.2 to 1.1.0
| * Bump @nextcloud/router from 1.0.2 to 1.1.0dependabot-preview[bot]2020-07-0312-47/+47
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-032-0/+68
|/
* Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma2020-07-021-1/+1
|\ | | | | Pass $path to ocmPermissions2ncPermissions
| * Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg2020-06-251-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #21597 from nextcloud/techdebt/noid/return-value-for-commandsJoas Schilling2020-07-012-2/+4
|\ \ | | | | | | Add return value to all commands
| * | Also always return in app commandsJoas Schilling2020-06-262-2/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2020-06-282-0/+4
|/
* Merge pull request #21379 from ↵Roeland Jago Douma2020-06-243-19/+67
|\ | | | | | | | | nextcloud/fix-share-permission-checkboxes-enabled-when-permissions-can-not-be-set Fix share permission checkboxes enabled when permissions can not be set
| * Fix share permission checkboxes enabled when permissions can not be setDaniel Calviño Sánchez2020-06-123-19/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A sharee can reshare a file and set the edit, create, delete and share permissions of the reshare only if the received share has edit, create, delete and share permissions, or if they were revoked in the received share after being set in the reshare. Therefore, the permission checkboxes in the share menu should be enabled only if the user can set them (otherwise trying to check them will lead to an error). Note that "sharePermissions" has all the permissions if the file is not a reshare but a file owned by the user. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix testsJoas Schilling2020-06-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update share type constant usageJoas Schilling2020-06-2429-284/+302
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-202-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-192-0/+6
| |
* | Don't initialize Application directlyJoas Schilling2020-06-171-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-174-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-142-2/+2
|/
* Merge pull request #21347 from ↵Roeland Jago Douma2020-06-103-2/+3
|\ | | | | | | | | nextcloud/fix/21188/pass_share_permissions_to_api_call Pass the proper share permissions to the create share call
| * Pass the proper share permissions to the create share callRoeland Jago Douma2020-06-093-2/+3
| | | | | | | | | | | | | | | | Fixes #21188 This way we do not run into the share permission issue Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-06-104-0/+90
|/
* Merge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliableRoeland Jago Douma2020-06-091-3/+5
|\ | | | | Always sort shares in a reliable way
| * Always sort shares in a reliable wayJoas Schilling2020-06-081-3/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-096-8/+12
|/
* Merge pull request #21278 from ↵Roeland Jago Douma2020-06-084-4/+4
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0 Bump @nextcloud/auth from 1.2.3 to 1.3.0
| * Bump @nextcloud/auth from 1.2.3 to 1.3.0dependabot-preview[bot]2020-06-074-4/+4
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.3...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-084-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-076-4/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-0622-0/+24
|
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-055-29/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-06-0542-0/+56
|
* Merge pull request #20938 from nextcloud/fix/share-talk-verificationChristoph Wurst2020-06-035-40/+75
|\ | | | | Fix the Talk verification
| * Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-013-2/+10
| | | | | | | | | | | | | | | | When video verification can not be enabled or disabled the previous state is set again in the JavaScript share object. This ensures that the UI will not reflect a misleading state. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix the Talk verificationChristoph Wurst2020-06-015-40/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabling or disabling Talk verification in mail shares the server expects also a new password to be set. As we always just update one property at a time this means the Talk verification was impossible to activate or deactivate. With this patch, we send the talk option AND the new password. If there is no new password, the Talk option is disabled (in mail shares; in link shares it is possible to enable or disable the video verification without changing the password). When we finally have descriptive text on ActionCheckbox'es we should definitely add some explanatory text for the user. Right now this is as good as it gets. We'll have to backport to 18. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #21181 from nextcloud/fix/remote-share-remove-error-handlingChristoph Wurst2020-06-031-2/+2
|\ \ | | | | | | Do not only catch Exceptions but any Throwable during rmt share delete
| * | Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst2020-06-021-2/+2
| |/ | | | | | | | | | | | | | | | | | | When a remote share is deleted, we notify the remove instance. This may trigger various error conditions, which we want to catch in order to avoid undeletable shares. The try-catch, however, did only capture exceptions, so things like TypeErrors were not caught and caused the process to fail hard. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / [tx-robot] updated from transifexNextcloud bot2020-06-032-0/+18
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-312-0/+4
|
* Remove the escape-html globalRoeland Jago Douma2020-05-2913-47/+56
| | | | | | | Already announced for 19 that it would go. So now it realy does go. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix reference to wrong class nameDaniel Calviño Sánchez2020-05-291-3/+3
| | | | | | | \OCP\IShare does not exist; the right name is \OCP\Share\IShare, although it is already imported as IShare. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-242-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-05-232-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-05-192-0/+2
|