aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/connector
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-108/+0
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Allow public auth to recognize sesssionVincent Petry2015-09-281-1/+4
| | | | | | | When a public link password has been input, its auth is stored in the session. This fix makes it possible to recognize the session when using public webdav from the files UI.
* Update license headersJenkins for ownCloud2015-03-261-5/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+20
|
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-0/+2
| | | | | | | | | | | | | | 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.
* Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-171-5/+19
| | | | | | | This PR removes phpass and migrates to the new Hasher interface. Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
* make sure to enable incognito mode when mounting a public link and update ↵Bjoern Schiessle2014-06-141-0/+1
| | | | init status of the encryption app
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-1/+1
| | | | Updating SabreDAV namespaces
* Expose public shares over webdavRobin Appelman2014-04-251-0/+71