aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/service.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-241-0/+2
| | | | | | | | | | | | * Add support for DEFAULT_ORG_MEMBER_VISIBLE * Correct formatting * Improved description in cheat sheet. * Add test for DefaultOrgMemberVisible * Remove dead code
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-0/+4
|
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-021-0/+2
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-1/+9
|
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-101-0/+89
* split setting.go as multiple files * fix comments