Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4350 from ↵ | Roeland Jago Douma | 2017-04-19 | 1 | -1/+3 |
|\ | | | | | | | | | nextcloud/adjust-old-bruteforce-protection-annotations Adjust existing bruteforce protection code | ||||
| * | 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> | ||||
* | | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 1 | -0/+40 |
|\ \ | |/ |/| | Access list to share manager | ||||
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix returned paths for remote shares | Joas Schilling | 2017-04-13 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Return the token as well | Joas Schilling | 2017-04-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Return the paths for the users without setting them all up | Joas Schilling | 2017-04-13 | 1 | -4/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Each provider just returns what they have so adding an element won't require changing everything * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | 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> | ||||
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 6 | -182/+21 |
|\ | | | | | Discover federatedsharing endpoints | ||||
| * | Do proper DI | Roeland Jago Douma | 2017-04-11 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 6 | -182/+21 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
|/ | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | properly quota table names in getSharesInFolder | Robin Appelman | 2017-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | simplify return statement | Bjoern Schiessle | 2017-04-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow to disable upload to lookup server, by default it is enabled | Bjoern Schiessle | 2017-04-07 | 2 | -0/+12 |
| | | | | 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> | ||||
* | Fix DI of the cloud id manager into apps | Joas Schilling | 2017-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | clean cloud ids | Robin Appelman | 2017-02-09 | 1 | -1/+1 |
| | | | | 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 | 7 | -90/+78 |
| | | | | 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> | ||||
* | Add an icon to the federated sharing notification | Joas Schilling | 2016-11-28 | 1 | -1/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2165 from nextcloud/sharing-activities-update | Roeland Jago Douma | 2016-11-22 | 1 | -15/+23 |
|\ | | | | | Move file sharing activities to the new API | ||||
| * | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 1 | -15/+23 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add config switch | Lukas Reschke | 2016-11-21 | 2 | -0/+11 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | catch all exception and return a user friendly exception message | Bjoern Schiessle | 2016-11-02 | 1 | -4/+11 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use https by default if no protocol is given. Only use unsecure connection ↵ | Bjoern Schiessle | 2016-11-02 | 2 | -32/+43 |
| | | | | | | if it is explicitely given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix merging backend results | Roeland Jago Douma | 2016-11-01 | 1 | -1/+1 |
| | | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add remoteprovider getsharesinfolder function | Roeland Jago Douma | 2016-10-31 | 1 | -2/+40 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | Move federated share notifications to ROS | Joas Schilling | 2016-10-20 | 1 | -5/+127 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix some more sniffs | Joas Schilling | 2016-09-12 | 1 | -1/+0 |
| | |||||
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 2 | -71/+132 |
| | | | | | | | | * 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 | 2 | -2/+2 |
| | | | | Use the IClientService instead | ||||
* | adjust federatedfilesharing | Arthur Schiwon | 2016-08-11 | 2 | -1/+69 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 10 | -14/+32 |
| | |||||
* | 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 | 3 | -4/+96 |
| | | | | this way the owner sees all mounted public links and control them individually | ||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 3 | -4/+4 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -2/+2 |
| |\ |