cozy / cozy-data-system

Deprecated - Data Layer for Cozy V2 Platform
https://cozy.io
GNU Affero General Public License v3.0
24 stars 21 forks source link

Correclty format the URLs for the sharing #243

Closed paultranvan closed 8 years ago

paultranvan commented 8 years ago

This cancel a previous modification where the last slash was removed and the url saved in the db. This can cause conflicts after the sharing with applications that save the url with the last slash. Now, we just check before the existence of this slash before the replication, and remove it if needed.

frankrousseau commented 8 years ago

@Gara64 Tests look broken. Can you see what's wrong?

paultranvan commented 8 years ago

@frankrousseau The tests were randomly failing on travis on apt-get install. After several restart it eventually worked, without changing anything.

nono commented 8 years ago

Looks good to me.

@poupotte you self-assigned this PR. Can we merge it?

frankrousseau commented 8 years ago

@poupotte If you see anything wrong, ask for a fix to @Gara64.