| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2d68bd1ef98849da54c869b103e93719d1accb5e (index 8110ac85..0f6163c4 100644). (#3267)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add an option to allow redirect of http port 80 to https.
This is an "opt in" option (default is to not redirect). It will only redirect
if protocol is https and the new REDIRECT_PORT_80 option is set to true.
The Port to redirect in previous commit was hardcoded to 80, now it can be
specified in the app.ini, defaulting to 80. The boolean option to turn
redirection on has been changed to REDIRECT_OTHER_PORT to be logically
consistent with the new port option.
Signed-off-by: Mike Fellows <mike.fellows@shaw.ca>
|
|
|
|
|
|
|
|
|
|
| |
* support default private when creating or migrating repository
* fix fmt
* use string constants on repository default private in app.ini
* fix fmt
|
|
|
| |
Include defaults in cheat sheet, for that section
|
|
|
|
|
| |
This makes the spacing consistent across all options.
Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
|
|
|