Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused method | Bjoern Schiessle | 2018-07-02 | 1 | -24/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵ | Bjoern Schiessle | 2018-07-02 | 1 | -15/+6 |
| | | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send RESHARE_CHANGE_PERMISSION message | Bjoern Schiessle | 2018-07-02 | 1 | -45/+32 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 1 | -58/+14 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -32/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement decline share | Bjoern Schiessle | 2018-07-02 | 1 | -37/+13 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -62/+16 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 1 | -87/+49 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix DI for federated file sharing controller | Morris Jobke | 2018-04-23 | 1 | -5/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 1 | -5/+24 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove old code to be compatible with Nextcloud 9 and before | Morris Jobke | 2018-03-12 | 1 | -114/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 2 | -21/+29 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 1 | -1/+1 |
| | | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | use OCSv2 to make sure that the error also arrives at the web front-end | Bjoern Schiessle | 2017-07-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | sent, an invitation, - successful | Allan Nordhøy | 2017-07-14 | 1 | -2/+2 |
| | |||||
* | Fix owner cloud id in unshare activity | Joas Schilling | 2017-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix activity emails for accept/decline of remote shares | Joas Schilling | 2017-07-10 | 1 | -6/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust existing bruteforce protection code | Lukas Reschke | 2017-04-14 | 1 | -1/+3 |
| | | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | This allows adding rate limiting via annotations to controllers, as one example: ``` @UserRateThrottle(limit=5, period=100) @AnonRateThrottle(limit=1, period=100) ``` Would mean that logged-in users can access the page 5 times within 100 seconds, and anonymous users 1 time within 100 seconds. If only an AnonRateThrottle is specified that one will also be applied to logged-in users. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Do proper DI | Roeland Jago Douma | 2017-04-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 2 | -17/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add api to change the remote of an incoming federated share | Robin Appelman | 2017-03-10 | 1 | -21/+58 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 2 | -6/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | some code cleanup while working on the file | Bjoern Schiessle | 2017-01-19 | 1 | -19/+26 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add brute force protection to 'mount public link' operation | Bjoern Schiessle | 2017-01-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 1 | -15/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 1 | -0/+608 |
| | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now. | ||||
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 1 | -1/+1 |
| | | | | Use the IClientService instead | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | don't convert link share to federated share if outgoing federated shares are ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -1/+11 |
| | | | | forbidden | ||||
* | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -8/+15 |
| | |||||
* | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+2 |
| | |||||
* | allow to mount public link from Nextclouds <= 9 | Bjoern Schiessle | 2016-07-14 | 1 | -4/+130 |
| | |||||
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -5/+70 |
| | |||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -4/+4 |
| | |||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -7/+33 |
| | | | | cloud id | ||||
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -0/+88 |
this way the owner sees all mounted public links and control them individually |