cozy / cozy-proxy

This repository was part of CozyV2 which has been deprecated - Cozy authentication and routing layer
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
26 stars 31 forks source link

Add sharing support #270

Closed paultranvan closed 8 years ago

paultranvan commented 8 years ago

This implements sharing capabilities for the proxy, as described here.

Note that it impacts devices as well, considering that the authentication has been moved in a common module.

frankrousseau commented 8 years ago

Beside the tests issue, it looks good to merge. Thank you for this patch. The code is clean and easy to read.

NB: Don't forget the . at the end of your sentences in the comments.

paultranvan commented 8 years ago

@frankrousseau Good! @Ljinod has just removed the empty tests

frankrousseau commented 8 years ago

@Gara64 @Ljinod could you look if you can fix the tests, even if they are not related to your PR?

frankrousseau commented 8 years ago

Btw, thank you for all the work on that super feature.