Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |