summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/share.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): Don't show copy action when !canDownload and no update ↵Marcel Klehr2023-06-121-1/+1
| | | | | | permissions Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+2
| | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* Encrypted and shared folders should use the encrypted iconLouis Chemineau2023-02-201-6/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-221-2/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Remove copy in file actions when not allowedVincent Petry2022-08-261-0/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add share attrs + download permission support in frontendVincent Petry2022-07-281-0/+5
| | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-16/+19
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Disable default actions in pending file listVincent Petry2021-07-271-0/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Pending remote group share fixesVincent Petry2021-07-271-0/+2
| | | | | | | | Only remove reject share for remote group shares Also fix share indicator to appear for remote group shares as well. Fix pending remote share icon to be the one of a share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Remove "Reject share" for pending remote sharesVincent Petry2021-07-271-3/+0
| | | | | | | In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Extend pending shares list to include remote sharesVincent Petry2021-07-271-0/+3
| | | | | | | And adjust the accept/decline actions to use the right endpoint for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-5/+29
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(debug): remove debug log in _formatRemoteShare, suggested by @maxbesSamuel2021-02-051-6/+5
| | | | Signed-off-by: Samuel <faust64@gmail.com>
* Indicate deck shares as shared in the file listJulius Härtl2020-12-091-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use correct l10n source in files_sharing JS codeMorris Jobke2020-11-301-10/+10
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* formatting remote sharer should take protocol, path into accountArthur Schiwon2020-11-261-119/+122
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove the escape-html globalRoeland Jago Douma2020-05-291-0/+2
| | | | | | | 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 regex to not take email uids as federated idsJulius Härtl2020-03-031-21/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cleanup old log and fix share icon sidebar opening in breadcrumbsJohn Molakvoæ (skjnldsv)2019-12-161-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)2019-12-021-12/+0
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)2019-11-061-5/+158
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-1/+80
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-291-30/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-29/+29
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-110/+109
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add link icon for public link tooJohn Molakvoæ (skjnldsv)2019-03-211-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Put sharing entry all aboveJohn Molakvoæ (skjnldsv)2019-03-211-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-211-2/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-0/+276
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>