Commit Graph

6 Commits

Author SHA1 Message Date
Hannah von Reth
c9e64e7905 Revert "Add a noPreFlight branding option"
This reverts commit c47af36832.

It turned out to be a dead end.
2019-11-22 11:13:39 +01:00
Olivier Goffart
318b6b00d8 Qt 5.12 is now the required minimal Qt version 2019-10-28 11:17:00 +01:00
Olivier Goffart
c47af36832 Add a noPreFlight branding option
For https://github.com/owncloud/enterprise/issues/2951
2019-02-01 18:39:04 +01:00
Olivier Goffart
4a19a8d644 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-03-01 14:48:00 +01:00
Olivier Goffart
302c60fe15 ConnectionValidator::Status use Q_ENUM
So no need to have a manual conversion to QString
This is only used in debug message anyway.
2018-02-26 16:11:46 +01:00
Olivier Goffart
22c7002d59 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-02-26 16:11:46 +01:00