Olivier Goffart
|
8484b493e4
|
ConnectionValidator: change the minimum server version
Forbit connection with server older than 7.0. These server did not have
permission.
Also warn for anything older than 9.1. 9.0 is end of life according to
https://github.com/owncloud/core/wiki/Maintenance-and-Release-Schedule
|
2018-06-01 13:17:11 +02:00 |
|
Olivier Goffart
|
1b587a1241
|
ConnectionValidator::Status use Q_ENUM
So no need to have a manual conversion to QString
This is only used in debug message anyway.
|
2018-05-31 21:56:55 +02:00 |
|
Olivier Goffart
|
311307e8cb
|
Move ClientProxy and ConnecitonValidator to gui
They are using the ConfigFile and are used to control
when to sync rather than for the sync itself
|
2018-05-31 21:56:55 +02:00 |
|