mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: first stab at implementing cloud storage
So far there is no mechanism to actually create a repository on the server, so this only works with the two test repositories. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a6b6674780
commit
5bbcc7f16d
5 changed files with 98 additions and 4 deletions
1
pref.h
1
pref.h
|
|
@ -92,6 +92,7 @@ struct preferences {
|
|||
facebook_prefs_t facebook;
|
||||
char *cloud_storage_password;
|
||||
char *cloud_storage_email;
|
||||
char *cloud_storage_email_encoded;
|
||||
bool save_password_local;
|
||||
};
|
||||
enum unit_system_values {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue