aboutsummaryrefslogtreecommitdiff
path: root/pkg/setting
Commit message (Collapse)AuthorAge
* MISC: fix typo and grammarUnknwon2018-03-30
| | | | Reference: https://github.com/gogits/gogs/commit/932490d7f137a2adf896e4e9326f4e8f2b9a2b54#commitcomment-28344918
* pkg/mailer: support custom mail subject prefix (#4524)Unknwon2018-03-30
|
* conf: add option to rewrite authorized_keys file at start (#4435)Unknwon2018-03-30
| | | | Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
* hook: fix email not sent after push (#4430)Unknwon2017-07-27
| | | | | Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits.
* setting: disable SSH minimum key size check when not eligible (#4507)Unknwon2017-06-11
|
* conf: rename attachment toggle from ENABLE to ENABLED (#4474)Peter Mescalchin2017-06-03
|
* Allow configurable HTTPS SSL/TLS version(#4451)spacetourist2017-05-20
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory