aboutsummaryrefslogtreecommitdiffstats
path: root/dist/files_sharing-files_sharing_tab.js.map
Commit message (Collapse)AuthorAgeFilesLines
* Improve password generation for link sharesVincent Petry2023-01-161-1/+1
| | | | | | | Use web crypto when generating password for link shares whenever the password policy app is disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add visible share labelChristopher Ng2023-01-121-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Differentiate share linksChristopher Ng2023-01-121-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix inability to re-enter share password after invalid inputChristopher Ng2023-01-101-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* l10n: Fixed typorakekniven2023-01-101-1/+1
| | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-051-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Remove jstz usage from serverThomas Citharel2023-01-041-1/+1
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add component testingJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: remove other shares from ui when deletedMax2022-12-201-1/+1
| | | | | | | | | | | | | Remove the share entry in question when unsharing a folder from within the `others with access` section of a file within that folder. Using the code from the ShareList view here as well. Just copying the code here as this is a bugfix that will need to be backported. Signed-off-by: Max <max@nextcloud.com>
* Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-141-1/+1
| | | | | | This reverts commit 4ffc022c8b5d2a4df3b1b1452de769c4ad27fe4f. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add success popup message for copying share linksChristopher Ng2022-12-061-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Show success on share actionsChristopher Ng2022-12-031-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Compile assetsLouis Chemineau2022-11-281-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Copy to clipboard with button instead of linkChristopher Ng2022-11-241-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add label to sharing search fieldChristopher Ng2022-11-231-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix date handling and savingJohn Molakvoæ2022-11-161-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix visibility of internal expire dateVincent Petry2022-10-281-1/+1
| | | | | | | Fixed visibility of the expiration date field for internal shares by aligning the logic with the one from the public link shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Compile assetsJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace moment.js date with Date Object.julia.kirschenheuter2022-10-061-1/+1
| | | | | | | Replace vue2-datepicker with native date picker for expiration date. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update apps/files_sharing/src/components/SharingEntryInternal.vueVincent Petry2022-09-271-1/+1
| | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix focussing to internal link after copyVincent Petry2022-09-271-1/+1
| | | | | | | | | | Since a recent change to NcActions it's not possible to add a "ref" attribute on a NcAction* component. As a workaround, a ref was added on the NcActions parent component instead. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Align sharing tab content and increase spacingChristopher Ng2022-09-141-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Increase spacing between additional sharing tab contentChristopher Ng2022-09-131-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-1/+1
| | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update to @nextcloud/vue-6.0.0-beta.4Vincent Petry2022-08-251-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix label for allow download share permissionJulius Härtl2022-08-041-1/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Multiple fixesCarl Schwan2022-07-311-1/+1
| | | | | | | | | | | - 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>
* Accessible names for share panel buttonsVincent Petry2022-07-261-1/+1
| | | | | | | 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>
* Bump underscore from 1.12.0 to 1.13.4dependabot[bot]2022-07-261-1/+1
| | | | | | | | | | | | | | | | 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>
* Replace files app ids to classesVincent Petry2022-07-261-1/+1
| | | | | | | | | | | 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>
* Fix sharing panel lighthouse warningsVincent Petry2022-07-221-1/+1
| | | | | | | Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add expanded attribute to button for listing others with accessChristopher Ng2022-07-071-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-1/+1
| | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump webpack from 5.72.0 to 5.73.0dependabot[bot]2022-06-061-1/+1
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development 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 share permissions renderingLouis Chemineau2022-05-311-1/+1
| | | | | | | | The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix loading groupfolder info when share api is disabledCarl Schwan2022-05-271-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port share by mail settings to vueCarl Schwan2022-05-191-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix profile and add gradient-primary-backgroundJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsnextcloud-command2022-04-211-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-111-1/+1
| | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* Add profile default setting for adminChristopher Ng2022-03-181-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix regression for edit perm on file shareLouis Chemineau2022-02-211-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Support CRUD share permissionsLouis Chemineau2022-02-151-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use asset-loader instead of url-loaderLouis Chemineau2022-02-141-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Compile frontendLouis Chemineau2022-01-211-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>