summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-399/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-170/+167
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fallback to directory icon based on the mount typeJulius Härtl2019-09-151-4/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add type for room sharesDaniel Calviño Sánchez2018-08-081-0/+1
| | | | | | This type represents shares with a Nextcloud Talk conversation. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interfaceTobias Kaminsky2017-12-061-1/+5
|\ | | | | Handle encryption state in web interface
| * show e2e folder icon on encrypted foldersBjoern Schiessle2017-11-201-1/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | recycle SharedFileInfo values in fileInfoArthur Schiwon2017-11-231-1/+0
| | | | | | | | | | | | | | | | | | fileInfo is composed of data from sharing, however additional data is pulled when sidebar opens, e.g. the size. Then, existing data is overwritten by data from the other source (files). The data points that would be lost are not dirty however and still used, so we keep them. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix tooltips for goodArthur Schiwon2017-11-231-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | apply tooltip to all avatarsArthur Schiwon2017-11-231-2/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | rip out obsolete recipientsDisplayNameArthur Schiwon2017-11-231-1/+4
| | | | | | | | | | | | also needs tests adjustements, and this also brings in natural sorting Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | adjust tests and apply sortingArthur Schiwon2017-11-231-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | adjust, fix and extend testsArthur Schiwon2017-11-231-13/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix avatars in file rows of incoming sharesArthur Schiwon2017-11-231-5/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix avatars in file rows of outgoing sharesArthur Schiwon2017-11-231-7/+14
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* use single quotesArthur Schiwon2017-11-021-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Adjust js testsArthur Schiwon2017-11-011-7/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix test for tooltip and local share ownerJan-Christoph Borchardt2017-11-011-3/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Restore 'Shared' text field for owner, since 'recipients' is still empty.Marin Treselj2017-10-311-3/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Fix CSS, better handling of recipientsMarin Treselj2017-10-311-11/+12
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Fixed a11y; span instead of a divMarin Treselj2017-10-311-1/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Show avatar instead of username for shared filesJan-Christoph Borchardt2017-10-311-1/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #4611 from nextcloud/js-use-dot-notationRoeland Jago Douma2017-05-021-1/+1
|\ | | | | Use dot notation for array access - JSLint recommendation
| * Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused methods from OC.ShareMorris Jobke2017-05-011-87/+0
|/ | | | | | | * they do calls against core/ajax/share.php which doesn't exist anymore * also the methods are not called in any of our apps or any of the apps in the appstore Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add sharing types for guestsLukas Reschke2017-04-281-0/+1
| | | | | | Fixes https://github.com/nextcloud/guests/issues/4 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix AdBlock blocking share icon, ref #866Jan-Christoph Borchardt2017-04-121-6/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* shares-circlesMaxence Lange2017-03-171-0/+1
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-271-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-1/+1
| | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add fancy layoutLukas Reschke2016-06-091-1/+0
|
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-12/+13
| | | | This makes theming of file actions possible
* Reload list of shares on directory changeRoeland Jago Douma2016-02-111-1/+7
|
* Calculate the share statuses in js from the OCS ResponseRoeland Jago Douma2016-02-111-6/+12
| | | | | Right now this is only done on page load. We should do it on each directory traversal.
* Share dialog use OCS APIVincent Petry2016-01-281-7/+0
|
* Fix icon update to be more consistentVincent Petry2015-10-291-3/+14
| | | | Makes the details bar show the same icon as in the list.
* TypoOlivier Paroz2015-09-191-1/+1
|
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-2/+2
|
* Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
| | | | The sharing dialog has been moved to ShareDialogView
* cleanupArthur Schiwon2015-09-161-80/+0
|
* make permission/cruds checkboxes workArthur Schiwon2015-09-161-37/+0
|
* toggle visibility of detailed cruds permissionsArthur Schiwon2015-09-161-5/+0
|
* cleanupArthur Schiwon2015-09-161-24/+0
|
* make unshare workArthur Schiwon2015-09-161-34/+0
|
* make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-161-40/+0
|
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-70/+0
|
* mark url on clickArthur Schiwon2015-09-161-5/+0
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-74/+0
| | | | reduce unnecessary rendering
* old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-161-106/+0
|
* no auto-fetch in modelArthur Schiwon2015-09-161-0/+1
|