summaryrefslogtreecommitdiff
path: root/config/initializers/1_settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation for using reCAPTCHAadd-recaptcha-supportStan Hu2015-12-271-1/+1
|
* Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu2015-12-271-0/+7
|
* Hotfix for sidekiq-cron being loaded from Settingslogic with defaultsGabriel Mazetto2015-12-221-1/+1
|
* Merge branch 'feature/sidekiq-cron-config' into 'master' Dmitriy Zaporozhets2015-12-221-0/+9
|\ | | | | | | | | | | | | | | | | | | | | Sidekiq-cron configuration moved to gitlab.yml When `sidekiq-cron` was introduced, jobs configuration where placed in `schedule.yml` file. As discussed in #3928, this is not desirable. We moved it to `gitlab.yml`, exposing only the "cron" part of the configuration. See merge request !2087
| * Sidekiq-cron configuration moved to gitlab.ymlfeature/sidekiq-cron-configGabriel Mazetto2015-12-141-0/+9
| |
* | Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan2015-12-211-0/+4
|\ \
| * | add CAS authentication supporttduehr2015-12-141-0/+4
| |/
* | Backport JIRA serviceDrew Blessing2015-12-181-1/+1
|/
* Have ClosingIssueExtractor recognize all referenced issuesDouwe Maan2015-11-301-1/+1
|
* Merge branch 'rs-build-ssh-path-prefix' into 'master' Douwe Maan2015-11-301-3/+5
|\ | | | | | | | | | | | | Simplify `build_gitlab_shell_ssh_path_prefix` See merge request !1928
| * Simplify `build_gitlab_shell_ssh_path_prefix`rs-build-ssh-path-prefixRobert Speicher2015-11-291-3/+5
| |
* | Gracefully handle when Redis is not availableStan Hu2015-11-261-2/+7
| |
* | Expire application settings from cache at startupStan Hu2015-11-251-0/+4
|/ | | | | | | | 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
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-1/+8
|
* Lfs on by default.Marin Jankovski2015-11-191-1/+1
|
* Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+7
|
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+1
| | | | - Enable CI by default for all new projects
* Final fixesKamil Trzcinski2015-11-101-1/+1
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+1
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Fix incoming email config defaultsfix-incoming-email-defaultDouwe Maan2015-11-091-2/+2
|
* Enable shared runners for all new projectsKamil Trzcinski2015-11-051-4/+5
|
* Merge branch 'shared-file-access' into 'master' Dmitriy Zaporozhets2015-10-291-1/+5
|\ | | | | | | | | | | | | Start putting shared files in "shared" See merge request !1691
| * Start putting shared files in "shared"Jacob Vosmaer2015-10-261-1/+5
| |
* | Remove the contents of the satellites dirremove-satellitesJacob Vosmaer2015-10-231-1/+3
|/
* Shut up, RubocopRobert Speicher2015-10-141-1/+1
| | | | [ci skip]
* Add defaults for incoming_email ssl and start_tls.incoming-email-configDouwe Maan2015-10-141-4/+6
|
* Make Reply by email easier to configureDouwe Maan2015-10-131-1/+3
|
* Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-1/+0
| | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* Add support for AWS S3 Server-Side Encryption supportPaul Beattie2015-09-251-0/+1
| | | | | | | This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. This is optional and not required to make S3 uploads work.
* Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-2/+2
|
* Merge branch 'pg_dump_schema' into 'master' Dmitriy Zaporozhets2015-09-181-0/+1
|\ | | | | | | | | | | | | Add pg_schema to backup config https://dev.gitlab.org/gitlab/gitlabhq/issues/2489 See merge request !1345
| * add pg_schema to backup configpg_dump_schemaValery Sizov2015-09-181-0/+1
| |
* | Allow to disable GitLab CIKamil Trzcinski2015-09-181-0/+1
|/
* Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-161-0/+1
|\ | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| * Add attributes to LDAP::Config.Douwe Maan2015-09-081-0/+1
| |
* | fix of APIValery Sizov2015-09-141-1/+1
| |
* | remove gitlab_ci configValery Sizov2015-09-101-1/+23
| |
* | FogBugz project importJared Szechy2015-09-081-1/+1
|/
* Only include base URL in OmniAuth full_host parameterStan Hu2015-08-231-8/+18
| | | | Closes #2335
* Merge branch 'master' into reply-by-emailDouwe Maan2015-08-201-0/+1
|\
| * Import sources: settings in the admin interfaceArtem Sidorenko2015-08-201-0/+1
| |
* | Changes and stuff.Douwe Maan2015-08-181-1/+1
| |
* | Reply by email POCDouwe Maan2015-08-181-0/+6
|/
* ink to configured gravatar host on profile pageBen Bodenmiller2015-08-051-0/+10
|
* Allow custom backup archive permissionsJacob Vosmaer2015-07-061-0/+1
| | | | | This change helps system administrators who want to replicate GitLab backup files without needing root permissions.
* Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-1/+1
| | | | | | | Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
* Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan2015-06-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Add session expiration delay configuration through UI application Setting is accessible by the administrator through the UI and defaults to 1 week (the current setting) Answers the following suggestions: * http://feedback.gitlab.com/forums/176466-general/suggestions/6210719-make-session-length-configurable * http://feedback.gitlab.com/forums/176466-general/suggestions/6730512-automatic-logout-after-a-time-being-idle See merge request !774
| * session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
| | | | | | | | | | delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
| * Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+1
| | | | | | settings
* | update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-0/+1
| |