aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen9 days1-5/+5
* feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-091-3/+0
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-6/+6
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-58/+15
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-9/+11
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* refactor(federatedfilesharing): Replace security annotations with respective ...provokateurin2024-07-271-24/+18
* chore: Add SPDX headerAndy Scherzinger2024-05-291-24/+4
* refactor: Configure OpenAPI scopesprovokateurin2024-01-181-0/+2
* 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-121-45/+51
* 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-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-1/+1
* 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-181-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+0
* Update license headersChristoph Wurst2019-12-051-3/+1
* 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-261-1/+1
* 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
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* use OCSv2 to make sure that the error also arrives at the web front-endBjoern Schiessle2017-07-211-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-221-1/+0
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-12/+8
* 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-081-3/+10
* 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