aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-15/+15
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+6
* federatedfilesharing: Add OpenAPI specjld31032023-07-122-49/+57
* Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-58/+15
* Specify the parameters of FederatedFileSharing controllersJoas Schilling2023-06-141-41/+45
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+2
* Log in audit log federated shares eventsCarl Schwan2022-03-161-1/+17
* Migrate HintException to OCPGary Kim2021-06-302-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-2/+2
* Throttle MountPublicLinkController when share is not foundRoeland Jago Douma2021-05-121-1/+3
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-1/+1
* Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-191-0/+10
* Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-29/+13
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* Set proper share type when converting link shares to federated sharesJulius Härtl2020-04-211-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-12/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-251-5/+0
* 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