PhotoBackup / client-android

The Android PhotoBackup client, made to free your pictures from your device
https://photobackup.github.io/
GNU General Public License v2.0
48 stars 15 forks source link

Support for HTTP auth #12

Closed pmaziere closed 8 years ago

pmaziere commented 8 years ago

I always protect my self hosted services behind an HTTP auth. While the server does not support HTTP authentication for now, that would be nice if the android client could add support for HTTP auth. thanks

stephanepechard commented 8 years ago

I've planned to enhance server capabilities in a (maybe not so) close future. Thanks for the suggestion, I'll add it to my list.

pmaziere commented 8 years ago

here is a patch to implement basic http auth in photobackup android client add-basic-http-auth.txt

stephanepechard commented 8 years ago

Available in version 0.8.0

pmaziere commented 8 years ago

thanks