summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
Commit message (Expand)AuthorAgeFilesLines
* Remove old code + add MiddlewareRoeland Jago Douma2017-08-101-111/+0
* only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-0/+3
* Move publicpreview overRoeland Jago Douma2016-11-031-126/+0
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-212-4/+8
* Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-181-8/+5
* remove unused parameterBjoern Schiessle2016-07-141-1/+1
* 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
* handle errors while getting fileinfoRobin Appelman2016-07-081-1/+1
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-1/+4
|\
| * 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
* | Prevent access to shareinfo if share if read-onlyLukas Reschke2016-06-092-0/+12
|/
* Update license headersLukas Reschke2016-05-263-4/+6
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-222-2/+8
* set correct permissions in shareinfoBjörn Schießle2016-04-181-3/+11
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-4/+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-123-3/+3
* 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
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-96/+0
* Update license headersLukas Reschke2015-10-263-3/+3
* update licence headers via scriptMorris Jobke2015-10-053-0/+4
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-0/+1
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-46/+0
* Merge pull request #14341 from rullzer/public_share_do_not_leak_mounttypeMorris Jobke2015-07-091-0/+3
|\
| * Do not leak mounttype of a public shareRoeland Jago Douma2015-07-041-0/+3
* | Merge pull request #17290 from owncloud/remove-readonly-wrapperThomas Müller2015-07-061-1/+1
|\ \ | |/ |/|
| * use permissions mask wrapper instead of readonly wrapperRobin Appelman2015-07-011-1/+1
* | Remove OC_LogThomas Müller2015-07-031-1/+1
* | Merge pull request #15470 from rullzer/files_sharing_getUrlContentVincent Petry2015-07-031-51/+56
|\ \ | |/ |/|
| * Move away from private static deprecated functioRoeland Jago Douma2015-05-181-51/+56
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-012-7/+7
|\ \
| * | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-182-7/+7
| |/
* | update license headers and authorsMorris Jobke2015-06-251-0/+1
* | Throw nicer error message instead 500Lukas Reschke2015-06-171-1/+3
* | Verify if path existsLukas Reschke2015-06-171-0/+5
* | Return 404 in shareinfo.php when outgoing s2s disabledVincent Petry2015-05-281-0/+5
|/
* Update license headersJenkins for ownCloud2015-03-265-28/+95
* Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-2/+0
* Revert "Updating license headers"Morris Jobke2015-02-265-91/+33
* Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-1/+1
* Updating license headersJenkins for ownCloud2015-02-235-33/+91
* Add callCheck to testremote.phpLukas Reschke2015-02-021-0/+1
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-4/+54
|\