aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Compile nodeJohn Molakvoæ (skjnldsv)2021-03-3112-16/+151
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump url-search-params-polyfill from 8.1.0 to 8.1.1dependabot-preview[bot]2021-03-292-2/+2
| | | | | | | | | Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-222-21/+42
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump clipboard from 2.0.6 to 2.0.8dependabot-preview[bot]2021-03-202-4/+4
| | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix TerserPluginJohn Molakvoæ (skjnldsv)2021-03-1710-10/+1442
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix SharingInput MultiselectJohn Molakvoæ (skjnldsv)2021-03-112-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile jsJohn Molakvoæ (skjnldsv)2021-03-1110-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only clear share password model when actually savedVincent Petry2021-03-112-2/+2
| | | | | | | | | | | Instead of always clearing the password in the share model, now only do it when it was actually saved. Fixes an issue where saving another field would clear the password too early and prevent it to be saved when the dropdown closed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump css-loader from 5.0.1 to 5.1.1dependabot-preview[bot]2021-03-102-2/+2
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Hide expiration date field for remote sharesVincent Petry2021-03-092-2/+2
| | | | | | Remote shares currently do not support expiration date. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump core-js from 3.8.3 to 3.9.1dependabot-preview[bot]2021-03-0512-12/+12
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.8.3 to 3.9.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/commits/v3.9.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-042-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Clear multiselect after selection in share panelVincent Petry2021-03-032-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @babel/core from 7.12.16 to 7.13.8dependabot-preview[bot]2021-03-012-2/+2
| | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.16 to 7.13.8. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.8/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Avoid creating two share links when password is enforcedJulius Härtl2021-02-192-2/+2
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Use ownerDisplayName for SharingEntry TooltipDan VerWeire2021-02-122-2/+2
| | | | | | | | | | Some NC installations may use a LDAP UUID for the username. If that is the case, then the tooltip for who a file/folder was shared by may say something like `Shared with Steve McQueen (smqueen@yada.com) by FKDJ39-38D794JG-4398GJODF9H3G-4534`. This commit changes the value showed for the owner to the full display name. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #25493 from Worteks/fix-filessharing-debugRoeland Jago Douma2021-02-082-2/+2
|\ | | | | fix(log): remove debug log in _formatRemoteShare, suggested by @maxbes
| * fix(ci): build additionalScriptsSamuel2021-02-072-2/+2
| | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
* | Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-073-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Sharing dropdown now opens belowVincent Petry2021-02-052-2/+2
|/ | | | | | | | Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-274-4/+4
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.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.8.2...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show the actual error on share requestsJulius Härtl2021-01-182-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix clearing the label of a shareDaniel Calviño Sánchez2021-01-082-2/+2
| | | | | | | | | | | When the label is being edited its value is stored in "newLabel", and the original label is shown only if "newLabel" is not set. However, as it was checked against any falsy value instead of only undefined when the label was cleared and thus it has an empty value the original label was shown instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-0710-10/+10
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.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.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/axios from 1.5.0 to 1.6.0dependabot-preview[bot]2021-01-0710-10/+10
| | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.5.0 to 1.6.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.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also include external share results in recommendationsJulius Härtl2020-12-302-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile assetsnpmbuildbot-nextcloud[bot]2020-12-152-2/+2
| | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.8.0 to 3.8.1dependabot-preview[bot]2020-12-154-4/+4
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.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.8.0...v3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump bundlesJulius Härtl2020-12-142-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show email address for shares that were created by other usersJulius Härtl2020-12-102-2/+2
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump bundlesJulius Härtl2020-12-096-6/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use correct l10n source in files_sharing JS codeMorris Jobke2020-11-302-2/+2
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.7.0 to 3.8.0dependabot-preview[bot]2020-11-304-4/+4
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.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.7.0...v3.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* formatting remote sharer should take protocol, path into accountArthur Schiwon2020-11-262-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly encode path when fetching inherited sharesJulius Härtl2020-11-262-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix contacts menu position and show uid as a tooltipJulius Härtl2020-11-242-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @babel/preset-env from 7.12.1 to 7.12.7dependabot-preview[bot]2020-11-232-2/+2
| | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.1 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.6.5 to 3.7.0dependabot-preview[bot]2020-11-1412-12/+12
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.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.6.5...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump nextcloud-vue-collections from 0.8.1 to 0.9.0dependabot-preview[bot]2020-11-1412-12/+12
| | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.8.1...v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 3.1.0 to 3.2.0dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix default internal expiration date enforceJohn Molakvoæ (skjnldsv)2020-11-122-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Disable share input for a received share if resharing is not allowedDaniel Calviño Sánchez2020-11-112-2/+2
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Do not show "Can reshare" in the menu if resharing is not allowedDaniel Calviño Sánchez2020-11-102-2/+2
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix js search in undefined ocs responseJohn Molakvoæ (skjnldsv)2020-11-092-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix link share label placeholder not showingGary Kim2020-11-072-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-0612-12/+12
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Make link share avatar icon blue againVincent Petry2020-11-052-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix link share avatar iconVincent Petry2020-11-052-2/+2
| | | | | | | Use "icon-class" instead of "class" as this is how to tell the component that we don't want initials displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add SVG support check to setup checknhirokinet2020-11-024-4/+4
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* Bump vue-loader from 15.9.3 to 15.9.4dependabot-preview[bot]2020-10-317-7/+7
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.4. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>