Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 1 | -1/+21 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | 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> | |||||
* | 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 | 1 | -0/+11 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | 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 | 1 | -8/+18 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Add config switch | Lukas Reschke | 2016-11-21 | 1 | -0/+10 | |
| | | | | 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> | |||||
* | 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> | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 | |
| | ||||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+5 | |
| | ||||||
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -4/+4 | |
| | | | | this way the owner sees all mounted public links and control them individually | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -2/+2 | |
| |\ | ||||||
| * | | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-06-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #25262 from owncloud/fed-sharing-error | Vincent Petry | 2016-07-01 | 1 | -23/+36 | |
|\ \ \ | |_|/ |/| | | Only save federated share after remote server is notified | |||||
| * | | Log reason why we removed the fed share | Robin Appelman | 2016-06-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Handle exceptions thrown while trying to notify remote server of a fed share | Robin Appelman | 2016-06-27 | 1 | -23/+35 | |
| |/ | ||||||
* / | Remove a fed share from the local table before trying to notify the remote ↵ | Robin Appelman | 2016-06-23 | 1 | -2/+2 | |
|/ | | | | server | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 | |
| | ||||||
* | add missung return value | Björn Schießle | 2016-05-20 | 1 | -3/+4 | |
| | ||||||
* | improved error messages | Björn Schießle | 2016-05-20 | 1 | -20/+25 | |
| | ||||||
* | fall back to old re-sharing behaviour in case the remote server doesn't ↵ | Björn Schießle | 2016-05-20 | 1 | -35/+63 | |
| | | | | support flat-reshares | |||||
* | update share permissions | Björn Schießle | 2016-05-20 | 1 | -0/+24 | |
| | ||||||
* | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 1 | -4/+9 | |
| | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file | |||||
* | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 1 | -14/+199 | |
| | | | | correctly accross share owner and share initiator | |||||
* | Move FederatedFileSharing to PSR-4 | Joas Schilling | 2016-05-18 | 1 | -0/+632 | |