summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-15/+23
|\
| * Move file sharing activities to the new APIJoas Schilling2016-11-161-15/+23
* | Add config switchLukas Reschke2016-11-212-0/+11
|/
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-021-4/+11
* use https by default if no protocol is given. Only use unsecure connection if...Bjoern Schiessle2016-11-022-32/+43
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+1
* Add remoteprovider getsharesinfolder functionRoeland Jago Douma2016-10-311-2/+40
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+5
* Move federated share notifications to ROSJoas Schilling2016-10-201-5/+127
* Fix some more sniffsJoas Schilling2016-09-121-1/+0
* Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-282-71/+132
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-242-2/+2
* adjust federatedfilesharingArthur Schiwon2016-08-112-1/+69
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-2110-14/+32
* don't convert link share to federated share if outgoing federated shares are ...Bjoern Schiessle2016-07-141-1/+11
* rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-141-8/+15
* adjust copyright noticesBjoern Schiessle2016-07-141-0/+2
* allow to mount public link from Nextclouds <= 9Bjoern Schiessle2016-07-141-4/+130
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-5/+70
* s/ownCloud/NextcloudBjoern Schiessle2016-07-141-4/+4
* continue to accept the URL of the remote server instead of the federated clou...Bjoern Schiessle2016-07-141-7/+33
* create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-143-4/+96
* Merge branch 'master' into sync-masterMorris Jobke2016-07-073-4/+4
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+2
| |\
| * \ Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-2/+7
| |\ \
| * | | s/ownCloud/NextcloudBjoern Schiessle2016-06-203-4/+4
* | | | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-011-23/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | Log reason why we removed the fed shareRobin Appelman2016-06-271-0/+1
| * | | Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman2016-06-271-23/+35
| | |/ | |/|
* / | Remove a fed share from the local table before trying to notify the remote se...Robin Appelman2016-06-231-2/+2
|/ /
* | Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-222-4/+4
* | Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-222-2/+7
|/
* Update license headersLukas Reschke2016-05-269-11/+12
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+0
* add missung return valueBjörn Schießle2016-05-201-3/+4
* improved error messagesBjörn Schießle2016-05-203-21/+27
* move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-201-0/+93
* fall back to old re-sharing behaviour in case the remote server doesn't suppo...Björn Schießle2016-05-202-35/+70
* update share permissionsBjörn Schießle2016-05-203-12/+56
* use share initiator as fall back to access the fileBjörn Schießle2016-05-202-5/+11
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-204-73/+591
* use query builder for getShare and add testsBjörn Schießle2016-05-201-9/+25
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-0/+332
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-187-0/+230
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+29
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+11
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+10
* Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-111-4/+42
|\
| * re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-4/+42