aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/external.php
Commit message (Expand)AuthorAgeFilesLines
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-74/+0
* s/ownCloud/NextcloudBjoern Schiessle2016-07-141-3/+1
* continue to accept the URL of the remote server instead of the federated clou...Bjoern Schiessle2016-07-141-98/+21
* Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-221-2/+2
* Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-221-1/+4
* Update license headersLukas Reschke2016-05-261-2/+2
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+4
* Fix Scrutinizer issuesLukas Reschke2016-02-291-0/+1
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-1/+4
* Happy new year!Thomas Müller2016-01-121-1/+1
* show display name but internally use the user nameBjörn Schießle2015-12-141-1/+2
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-0/+8
* Update license headersLukas Reschke2015-10-261-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-0/+1
* Move away from private static deprecated functioRoeland Jago Douma2015-05-181-51/+56
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-2/+0
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-4/+54
|\
| * Add back exit()Vincent Petry2015-01-261-1/+1
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-4/+54
* | use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-261-2/+2
|/
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-5/+6
* Check for blacklisted charactersLukas Reschke2014-09-231-0/+6
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* ssl capitalVolkan Gezer2014-08-151-1/+1
* Give a better error message for external shares with self-signed ssl certific...Robin Appelman2014-08-131-11/+17
* no longer check if the external storage app is enabled, we use no the webdav ...Bjoern Schiessle2014-06-301-4/+1
* Add some safety checksRobin Appelman2014-06-161-0/+1
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-1/+4
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-2/+12
* Generate a unique nameRobin Appelman2014-06-141-0/+2
* Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman2014-06-141-1/+8
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+28