Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | 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 | 1 | -20/+24 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | sent, an invitation, - successful | Allan Nordhøy | 2017-07-14 | 1 | -2/+2 |
| | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+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 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 1 | -5/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 1 | -3/+10 |
| | | | | 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> | ||||
* | 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 | -0/+314 |