aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/external.js
Commit message (Collapse)AuthorAgeFilesLines
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-164/+0
|
* s/ownCloud/NextcloudBjoern Schiessle2016-07-141-1/+0
|
* continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-141-5/+1
| | | | cloud id
* Listen to the notification event to reload the file listJoas Schilling2016-02-101-1/+13
|
* show display name but internally use the user nameBjörn Schießle2015-12-141-1/+2
|
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-1/+1
|\ | | | | Catch storage exception in scanner for remote shares
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-1/+1
| | | | | | | | | | | | | | | | Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages.
* | Only reload file list after remote share accept request returnsVincent Petry2015-01-261-2/+4
|/ | | | | When accepting a remote share, an ajax request is sent to the server. Only once this request returns should the file list be reloaded.
* Add unit test for external share JS dialogVincent Petry2015-01-211-57/+77
| | | | | | Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
* External share dialog must properly read entered passwordVincent Petry2015-01-211-1/+2
|
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-30/+65
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* fix button text l10nVolkan Gezer2014-09-221-1/+1
|
* Improved external share dialogVincent Petry2014-07-071-4/+31
| | | | | Changed title, label and buttons. Removed icon.
* Fixed remote share password param detectionVincent Petry2014-07-011-1/+1
|
* fix server share dialog titleVolkan Gezer2014-06-281-2/+2
|
* Do not clear URL hash when no external mount params givenVincent Petry2014-06-251-23/+23
| | | | | | | | | | | Whenever external share parameters were passed through the URL hash, the URL hash will now be cleared. In other cases, the hash needs to be left alone because it is used as workaround for the lack of history API in IE8 / IE9 Removed getParamterByName() and use OC.Util.History.parseUrlQuery() that does the same, including replacing the "+" with spaces.
* organize js a bit betterRobin Appelman2014-06-171-10/+28
|
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-3/+3
|
* Improve detection of whether we're in the files appRobin Appelman2014-06-141-1/+1
|
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-2/+2
|
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+53