summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure `session_expire_delay` field exists before accessing itrs-issue-1798Robert Speicher2015-06-131-4/+4
* session_expire_seconds => session_expire_delaythemaze752015-06-101-2/+6
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+2
* Allow to configure a URL to show after sign outAlex Lossent2015-05-291-0/+5
* Add option to disallow users from registering any application to use GitLab a...user-oauth-applicationsDouwe Maan2015-05-291-0/+1
* Re-annotate modelsStan Hu2015-05-031-4/+3
* Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-021-2/+22
* Add new admin settingsVinnie Okada2015-04-261-1/+5
* Don't use URI.regexp to validate since it doens't have start/end anchors.Douwe Maan2015-04-111-1/+1
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-1/+3
* Fix restricted visibility bugsVinnie Okada2015-03-161-3/+5
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-11/+25
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-11/+11
* Add link to share via twitter to "created project" event.Douwe Maan2015-02-131-0/+2
* Merge branch 'master' into mwessel/gitlab-ce-configure-protectionDmitriy Zaporozhets2015-02-031-1/+2
|\
| * Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-1/+2
* | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-0/+2
|/
* Annotate modelsDmitriy Zaporozhets2015-01-221-0/+15
* Validate application settings only if column existsDmitriy Zaporozhets2015-01-161-1/+6
* Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-0/+3
* Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-0/+10
* Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-0/+5