Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-27 | Bug: allow old client to connect to VPN | Micah Anderson | |
The old client is compatible, just the version check did not allow it. People are still relying on the old client for a while, and this prevents people from upgrading. This fixes #8850. | |||
2016-12-22 | COMPATIBILITY CHANGE: set platform version to 0.10 & require client 0.9.4 or ↵ | elijah | |
later | |||
2015-08-07 | move 'enabled service' calculation to a macro. | elijah | |
2015-08-03 | allow_registration should always be false if enrollment_policy is 'closed' | elijah | |
2015-03-03 | pin client version to >=0.7 (#6743) | Micah Anderson | |
Change-Id: I66f12a04bf92fbda77284665bc1186b10f4c2e15 | |||
2015-02-04 | consolidate sources into common.json | elijah | |
2015-01-28 | update default provider.json to use the (now) correct expiration time ↵ | elijah | |
format. requires new leap_cli. | |||
2015-01-27 | provide way to customize all three apt sources urls (basic, security, backports) | varac | |
Change-Id: I5542b320bb1edb52c63350b5e4fd2af681991fb5 | |||
2015-01-27 | provide apt.url key that can be customized in provider.json | varac | |
Change-Id: Ic8bcca7fde25b4eb540aab8cc4114748b9b2cfd7 | |||
2014-12-10 | Fix internal domain name generation (#6477) | varac | |
Before, under certain circumstances, the internal domain names were capped from i.e. 'dev.example.com' to 'dev.i' Change-Id: Ibd4998a7ba128dcbce5ccb9d0a52006ed4431f01 | |||
2014-10-21 | update platform to take advantage of new platform.rb. requires leap_cli 1.6 | elijah | |
2014-10-20 | bumped default server certificate bit size to 4096 | elijah | |
2014-05-20 | changed the default service levels to be more minimal, because it is ↵ | elijah | |
currently impossible to entirely overwrite the service.levels hash. | |||
2014-05-14 | use hash for provider service levels | Azul | |
We want to access service levels by means of the id stored in the user record. With a hash we don't have to loop through all elements to find the one with a given id and still can use arbitrary strings and do not rely on the order of the array. Also it's the format the webapp is expecting right now. | |||
2014-03-14 | added support for environment specific providers (e.g. ↵ | elijah | |
provider.production.json). requires latest leap_cli. | |||
2014-01-02 | added support for minimum client version checking | elijah | |
2013-09-21 | ensure that contacts.default is an array, and is required (requires latest ↵ | elijah | |
leap_cli). | |||
2013-07-26 | fix cert generation bug: was creating 2024 bit keys instead of 2048 bit keys ↵ | elijah | |
by default. | |||
2013-07-04 | remove stupid bandwidth limit from default provider.json | elijah | |
2013-04-03 | added contacts.english for when you need a descriptive contact rather than ↵ | elijah | |
an email address contact. | |||
2013-03-17 | added support for "limited" service levels (although vpn is not yet actually ↵ | elijah | |
rate limited). | |||
2013-02-27 | openvpn -- added support for optional "free" rate-limited service via ↵ | elijah | |
special client certificates with the FREE prefix in the common name. | |||
2013-02-10 | vagrant configuration move to Leapfile | elijah | |
2013-02-08 | minor changes to default json: give common a name, add contacts.default | elijah | |
2013-01-13 | added ability to customize the webapp appearance | elijah | |
2012-11-16 | added digest to provider.ca | elijah | |
2012-11-14 | added provider_base (latest leap_cli required) | elijah | |