An error occurred fetching the project authors.
- 23 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
`runners_registration_token` now creates a new token if it is blank.
-
- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 11 Dec, 2015 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This adds a ability to use multiple different authentication token fields in other models. From now on it is necessary to add authentication token field manually in each class that implements this mixin.
-
Grzegorz Bizon authored
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 04 Dec, 2015 1 commit
-
-
Stan Hu authored
cache_key is an instance method that relies on updated_at. When changes were made, the time-dependent key was being used instead of X.application_setting.last. Closes #3609
-
- 25 Nov, 2015 1 commit
-
-
Stan Hu authored
If a DB migration occurs, there's a chance that the application settings are loaded from the cache and provide stale values, causing Error 500s. This ensures that at startup the settings are always refreshed. Closes #3643
-
- 23 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
ApplicationSetting.current was called in every pages, cache it and expires it after it updated. This changes will avoid a SQL query in every pages (~0.3 - 0.5ms). ```SQL SELECT "application_settings".* FROM "application_settings" ORDER BY "application_settings"."id" DESC LIMIT 1 ```
-
- 10 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 05 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 18 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 05 Oct, 2015 1 commit
-
-
Robert Speicher authored
This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe8
-
- 18 Sep, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 09 Sep, 2015 1 commit
-
-
Jared Szechy authored
-
- 20 Aug, 2015 1 commit
-
-
Artem Sidorenko authored
-
- 02 Aug, 2015 1 commit
-
-
Atsushi Ishida authored
-
- 13 Jun, 2015 1 commit
-
-
Robert Speicher authored
Closes #1798
-
- 11 Jun, 2015 1 commit
-
-
themaze75 authored
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
-
- 05 Jun, 2015 1 commit
-
-
Eric Maziade authored
settings
-
- 29 May, 2015 2 commits
-
-
Alex Lossent authored
-
Douwe Maan authored
-
- 03 May, 2015 1 commit
-
-
Stan Hu authored
-
- 02 May, 2015 1 commit
-
-
Stan Hu authored
This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
-
- 26 Apr, 2015 1 commit
-
-
Vinnie Okada authored
Add new global application settings for default project and snippet visibility levels.
-
- 11 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Apr, 2015 1 commit
-
-
Stan Hu authored
Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
-
- 16 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Check for nil values in the restricted_visibility_level validation method, and set the restricted visibility request parameter to `[]` when it's missing from the request.
-
- 07 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
-
- 04 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 25 Jan, 2015 1 commit
-
-
Marco Wessel authored
-
- 22 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 17 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 08 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-