Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-01 | BREAKING: Allow !include in config file | Igor Pashev | 1 | -15/+6 | |
This changes semantics of these options: - key - oauth2.<provider>.client_secret They are no longer files, but strings. To read content from files, use !include. The point of being files or read from files is to segregate secrets from non-sensitive easily discoverable settings. With !include it is much more simple and flexible. | |||||
2016-11-28 | Allow running in plain HTTP mode (no SSL) | Igor Pashev | 1 | -15/+34 | |
This can be useful when Sproxy is behind some other proxy or load-balancer. | |||||
2016-11-28 | Apply same settings to redirect server | Igor Pashev | 1 | -7/+7 | |
2016-11-26 | Populate permission database from a file | Igor Pashev | 1 | -11/+18 | |
2016-11-24 | Disable printing exceptions | Igor Pashev | 1 | -2/+4 | |
We have our own traps and logging. | |||||
2016-11-19 | Initial release (1.90.0)1.90.0 | Igor Pashev | 1 | -0/+190 | |