summaryrefslogtreecommitdiff
path: root/provider_base/provider.json
AgeCommit message (Collapse)Author
2014-10-21update platform to take advantage of new platform.rb. requires leap_cli 1.6elijah
2014-10-20bumped default server certificate bit size to 4096elijah
2014-05-20changed the default service levels to be more minimal, because it is ↵elijah
currently impossible to entirely overwrite the service.levels hash.
2014-05-14use hash for provider service levelsAzul
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-14added support for environment specific providers (e.g. ↵elijah
provider.production.json). requires latest leap_cli.
2014-01-02added support for minimum client version checkingelijah
2013-09-21ensure that contacts.default is an array, and is required (requires latest ↵elijah
leap_cli).
2013-07-26fix cert generation bug: was creating 2024 bit keys instead of 2048 bit keys ↵elijah
by default.
2013-07-04remove stupid bandwidth limit from default provider.jsonelijah
2013-04-03added contacts.english for when you need a descriptive contact rather than ↵elijah
an email address contact.
2013-03-17added support for "limited" service levels (although vpn is not yet actually ↵elijah
rate limited).
2013-02-27openvpn -- added support for optional "free" rate-limited service via ↵elijah
special client certificates with the FREE prefix in the common name.
2013-02-10vagrant configuration move to Leapfileelijah
2013-02-08minor changes to default json: give common a name, add contacts.defaultelijah
2013-01-13added ability to customize the webapp appearanceelijah
2012-11-16added digest to provider.caelijah
2012-11-14added provider_base (latest leap_cli required)elijah