Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup sharing leftovers | John Molakvoæ (skjnldsv) | 2019-11-05 | 1 | -399/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Comply to eslint | John Molakvoæ (skjnldsv) | 2019-10-01 | 1 | -170/+167 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fallback to directory icon based on the mount type | Julius Härtl | 2019-09-15 | 1 | -4/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add type for room shares | Daniel Calviño Sánchez | 2018-08-08 | 1 | -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 dialog | Bjoern Schiessle | 2018-07-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interface | Tobias Kaminsky | 2017-12-06 | 1 | -1/+5 |
|\ | | | | | Handle encryption state in web interface | ||||
| * | show e2e folder icon on encrypted folders | Bjoern Schiessle | 2017-11-20 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | recycle SharedFileInfo values in fileInfo | Arthur Schiwon | 2017-11-23 | 1 | -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 good | Arthur Schiwon | 2017-11-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | apply tooltip to all avatars | Arthur Schiwon | 2017-11-23 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | rip out obsolete recipientsDisplayName | Arthur Schiwon | 2017-11-23 | 1 | -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 sorting | Arthur Schiwon | 2017-11-23 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | adjust, fix and extend tests | Arthur Schiwon | 2017-11-23 | 1 | -13/+9 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix avatars in file rows of incoming shares | Arthur Schiwon | 2017-11-23 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix avatars in file rows of outgoing shares | Arthur Schiwon | 2017-11-23 | 1 | -7/+14 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | use single quotes | Arthur Schiwon | 2017-11-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Adjust js tests | Arthur Schiwon | 2017-11-01 | 1 | -7/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix test for tooltip and local share owner | Jan-Christoph Borchardt | 2017-11-01 | 1 | -3/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Restore 'Shared' text field for owner, since 'recipients' is still empty. | Marin Treselj | 2017-10-31 | 1 | -3/+2 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Fix CSS, better handling of recipients | Marin Treselj | 2017-10-31 | 1 | -11/+12 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Fixed a11y; span instead of a div | Marin Treselj | 2017-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Show avatar instead of username for shared files | Jan-Christoph Borchardt | 2017-10-31 | 1 | -1/+6 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #4611 from nextcloud/js-use-dot-notation | Roeland Jago Douma | 2017-05-02 | 1 | -1/+1 |
|\ | | | | | Use dot notation for array access - JSLint recommendation | ||||
| * | Use dot notation for array access - JSLint recommendation | Morris Jobke | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unused methods from OC.Share | Morris Jobke | 2017-05-01 | 1 | -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 guests | Lukas Reschke | 2017-04-28 | 1 | -0/+1 |
| | | | | | | Fixes https://github.com/nextcloud/guests/issues/4 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix AdBlock blocking share icon, ref #866 | Jan-Christoph Borchardt | 2017-04-12 | 1 | -6/+6 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | shares-circles | Maxence Lange | 2017-03-17 | 1 | -0/+1 |
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | Replace deprecated $.tipsy(...) by $.tooltip(...) | Christoph Wurst | 2017-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Display "Share" alt text for share action icon (#26158) | Vincent Petry | 2016-09-26 | 1 | -1/+1 |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -1/+0 |
| | |||||
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -12/+13 |
| | | | | This makes theming of file actions possible | ||||
* | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -1/+7 |
| | |||||
* | Calculate the share statuses in js from the OCS Response | Roeland Jago Douma | 2016-02-11 | 1 | -6/+12 |
| | | | | | Right now this is only done on page load. We should do it on each directory traversal. | ||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 1 | -7/+0 |
| | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -3/+14 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Typo | Olivier Paroz | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 1 | -2/+2 |
| | |||||
* | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 |
| | | | | The sharing dialog has been moved to ShareDialogView | ||||
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -80/+0 |
| | |||||
* | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 1 | -37/+0 |
| | |||||
* | toggle visibility of detailed cruds permissions | Arthur Schiwon | 2015-09-16 | 1 | -5/+0 |
| | |||||
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -24/+0 |
| | |||||
* | make unshare work | Arthur Schiwon | 2015-09-16 | 1 | -34/+0 |
| | |||||
* | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 1 | -40/+0 |
| | |||||
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -70/+0 |
| | |||||
* | mark url on click | Arthur Schiwon | 2015-09-16 | 1 | -5/+0 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -74/+0 |
| | | | | reduce unnecessary rendering | ||||
* | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 1 | -106/+0 |
| | |||||
* | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| |