Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -74/+0 |
| | |||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -3/+1 |
| | |||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -98/+21 |
| | | | | cloud id | ||||
* | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 1 | -1/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+4 |
| | |||||
* | Fix Scrutinizer issues | Lukas Reschke | 2016-02-29 | 1 | -0/+1 |
| | |||||
* | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 1 | -1/+4 |
| | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -1/+2 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+8 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | Move away from private static deprecated functio | Roeland Jago Douma | 2015-05-18 | 1 | -51/+56 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | Correctly get the unique mountpoint name when mounting the share | Joas Schilling | 2015-03-17 | 1 | -2/+0 |
| | | | | | | | Previously the mount name was checked for uniqueness prior to inserting the share. This caused problems, when two shares with the same name where done or folder, mount point, local share with the same name was done, between sending and accepting of the remote share | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 1 | -4/+54 |
|\ | | | | | Catch storage exception in scanner for remote shares | ||||
| * | Add back exit() | Vincent Petry | 2015-01-26 | 1 | -1/+1 |
| | | |||||
| * | Catch storage exception in scanner for remote shares | Vincent Petry | 2015-01-26 | 1 | -4/+54 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | use uid provided by setupfs hook to mount server2server shares, otherwise ↵ | Bjoern Schiessle | 2015-01-26 | 1 | -2/+2 |
|/ | | | | mount will fail for public link shares | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -5/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | Check for blacklisted characters | Lukas Reschke | 2014-09-23 | 1 | -0/+6 |
| | | | | | | Fixes https://github.com/owncloud/core/issues/11264 (This should in future get moved to the mountpoint class - but that is something for @icewind1991 ;-)) | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | ssl capital | Volkan Gezer | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Give a better error message for external shares with self-signed ssl ↵ | Robin Appelman | 2014-08-13 | 1 | -11/+17 |
| | | | | certificates | ||||
* | no longer check if the external storage app is enabled, we use no the webdav ↵ | Bjoern Schiessle | 2014-06-30 | 1 | -4/+1 |
| | | | | implementation from core | ||||
* | Add some safety checks | Robin Appelman | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | block server-to-server share if files_external is not activates, can be ↵ | Bjoern Schiessle | 2014-06-14 | 1 | -1/+4 |
| | | | | reverted once we moved to the webdav implementation in core | ||||
* | add settings to disable server to server sharing | Bjoern Schiessle | 2014-06-14 | 1 | -2/+12 |
| | |||||
* | Generate a unique name | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | |||||
* | Scan the entire remote share at once by requesting the full file tree from ↵ | Robin Appelman | 2014-06-14 | 1 | -1/+8 |
| | | | | the remote server | ||||
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 1 | -0/+28 |