summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Set proper share type when converting link shares to federated sharesJulius Härtl2020-05-261-0/+2
* Update license headersChristoph Wurst2019-12-052-5/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* remove unused methodBjoern Schiessle2018-07-021-24/+1
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-15/+6
* send RESHARE_CHANGE_PERMISSION messageBjoern Schiessle2018-07-021-45/+32
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-021-1/+1
* implement unshare notificationBjoern Schiessle2018-07-021-58/+14
* send reshare over OCM APIBjoern Schiessle2018-07-021-32/+22
* implement decline shareBjoern Schiessle2018-07-021-37/+13
* implement accept share notificationBjoern Schiessle2018-07-021-62/+16
* adjust to latest api versionBjoern Schiessle2018-07-021-1/+1
* implement receiving of federated sharesBjoern Schiessle2018-07-021-87/+49
* move log constants to ILoggerArthur Schiwon2018-04-262-2/+3
* Fix DI for federated file sharing controllerMorris Jobke2018-04-231-5/+10
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-2/+3
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-5/+24
* Remove old code to be compatible with Nextcloud 9 and beforeMorris Jobke2018-03-121-114/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-232-21/+29
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Update license headersMorris Jobke2017-11-062-0/+7
* use OCSv2 to make sure that the error also arrives at the web front-endBjoern Schiessle2017-07-211-2/+2
* sent, an invitation, - successfulAllan Nordhøy2017-07-141-2/+2
* Fix owner cloud id in unshare activityJoas Schilling2017-07-101-1/+1
* Fix activity emails for accept/decline of remote sharesJoas Schilling2017-07-101-6/+8
* Remove unused use statementsMorris Jobke2017-04-222-2/+0
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-1/+3
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
* Do proper DIRoeland Jago Douma2017-04-112-2/+2
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-112-17/+9
* Add api to change the remote of an incoming federated shareRobin Appelman2017-03-101-21/+58
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-082-6/+20
* some code cleanup while working on the fileBjoern Schiessle2017-01-191-19/+26
* add brute force protection to 'mount public link' operationBjoern Schiessle2017-01-191-0/+1
* Move file sharing activities to the new APIJoas Schilling2016-11-161-15/+23
* Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-281-0/+608
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-241-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* 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-141-0/+88