summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Fix two places where we should be using `Rails.env.development?`rs-rails-env-predicatesRobert Speicher2015-04-201-1/+1
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski2015-04-201-2/+2
|\
| * Fix Resource Owner Password Authentication FlowRoshan Gautam2015-04-171-2/+2
| |
* | Add Markdown to Mime typesRobert Speicher2015-04-151-0/+2
| |
* | Revert "Fix and improve help rendering"Robert Speicher2015-04-151-1/+0
|/ | | | This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8.
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-141-0/+1
|
* Merge branch 'ldap_migration'Dmitriy Zaporozhets2015-04-131-2/+4
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: db/schema.rb
| * Call your existing LDAP server 'main'Jacob Vosmaer2015-04-131-4/+0
| | | | | | | | | | By imposing this rule we avoid having to demand that 'ldapmain' exists in the settings initializer.
| * Simplify legacy LDAP config interpretationJacob Vosmaer2015-04-131-2/+3
| |
| * fix ldap identitiesValery Sizov2015-04-111-1/+6
| |
* | Merge branch 'shell-version-warning' into 'master'Dmitriy Zaporozhets2015-04-131-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | Warn when gitlab-shell version doesn't match requirement. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/1791. See merge request !495
| * | Warn when gitlab-shell version doesn't match requirement.shell-version-warningDouwe Maan2015-04-061-0/+7
| | |
* | | Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-1/+1
| |/ |/|
* | Add lib/gitlab.rb to autoload non-conventional pathsRobert Speicher2015-04-091-0/+2
| |
* | Revert "Preload lib/"Robert Speicher2015-04-091-5/+0
|/ | | | This reverts commit 5511a731bcc05034abacd4ec01ff7d5a2a3b89d3.
* Merge remote-tracking branch 'github.com/master'Douwe Maan2015-04-041-0/+1
|\
| * Fix and improve help renderingSullivan SENECHAL2015-04-031-0/+1
| |
* | Remove sidekiq-limit_fetch because it require Redis 2.6.no-limit-fetchDouwe Maan2015-04-031-2/+0
| |
* | Merge branch 'custom-email-reply-to' into 'master'Douwe Maan2015-04-031-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to configure Reply-To address ### What does this MR do? This MR adds configuration variable `email_reply_to` to make it possible to configure a custom Reply-To address other than the default `noreply@mydomain.com`. ### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)? #1305 See merge request !455
| * | Add ability to configure Reply-To address in gitlab.ymlStan Hu2015-04-031-0/+1
| | | | | | | | | | | | Closes #1305
* | | Merge branch 'configurable-attachment-size' into 'master'Douwe Maan2015-04-031-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support configurable attachment size in Application Settings page ### What does this MR do? This MR provides the ability to configure the maximum size of an attachment inside a note. A parameter has been added to the Application Settings page. ### Are there points in the code the reviewer needs to double check? What should be done with the legacy note attachment validation? I added code to make the validation work with the configurable setting. I could see an issue where an admin lowers the limit from 10 megabytes to 5 megabytes, which could cause an existing model to be invalid. ### Why was this MR needed? We often have attachments that exceed 10 MB, and it would be nice to be able to override the defaults. ### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)? See Issue #1258 ### Screenshots Before: ![Screen_Shot_2015-03-29_at_3.06.53_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/6013a1dbc8cf61a63e93744149937fa0/Screen_Shot_2015-03-29_at_3.06.53_PM.png) After: ![Screen_Shot_2015-03-29_at_3.12.34_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/f3518af7e8653ba40f0a3579456da6ad/Screen_Shot_2015-03-29_at_3.12.34_PM.png) See merge request !407
| * | Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+1
| |/ | | | | | | | | | | Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
* | Limit number of concurrent archive_repo jobs to 2.Douwe Maan2015-03-311-0/+2
|/
* update acts-as-taggable-onNihad Abbasov2015-03-291-131/+0
|
* Reduce Rack Attack false positives by clearing out auth failure count uponStan Hu2015-03-241-0/+1
| | | | | | | | successful Git over HTTP authentication. Add logging when a ban goes into effect for debugging. Issue #1171
* Fix typo.Marin Jankovski2015-03-201-1/+1
|
* Change the name of the key used for bitbucket importer.Marin Jankovski2015-03-201-1/+1
|
* Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-8/+0
| | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* Make email display name configurableVyacheslav Slinko2015-03-111-0/+1
|
* Merge branch 'smtp_example_update' into 'master'Marin Jankovski2015-03-091-1/+4
|\ | | | | | | | | | | | | | | Add link to smtp documentation. Closes #2070 See merge request !1627
| * Add link to smtp documentation.Marin Jankovski2015-03-041-1/+4
| |
* | Increase timeout for Git-over-HTTP requests.Douwe Maan2015-03-041-0/+8
|/
* Fix specs.Douwe Maan2015-02-241-1/+1
|
* Load public key in initializer.Douwe Maan2015-02-241-0/+2
|
* Change check to only swap static middleware when it's enabled.Douwe Maan2015-02-211-5/+2
|
* Explain `Gitlab::Middleware::Static`.Douwe Maan2015-02-201-0/+5
|
* Satisfy Rubocop.Douwe Maan2015-02-201-1/+1
|
* Use modified ActionDispatch::Static to let uploads go through to routes.Douwe Maan2015-02-201-0/+13
|
* Add link to share via twitter to "created project" event.Douwe Maan2015-02-131-0/+1
|
* Extend issue closing pattern.Douwe Maan2015-02-081-1/+1
|
* Add openssl_verify_mode option to the smtp configuration example.Marin Jankovski2015-02-051-2/+3
|
* GitLab integration. ImporterValery Sizov2015-02-051-1/+1
|
* Merge pull request #8449 from choppsv1/ipv6_addr_fixDmitriy Zaporozhets2015-02-041-1/+5
|\ | | | | Add []s around user@ipv6addr (e.g., "[git@::1]/repo.git")
| * Add []s around user@ipv6addr (e.g., "[git@::1]/repo.git")Christian E. Hopps2014-12-151-1/+5
| |
* | Merge branch 'master' into mwessel/gitlab-ce-configure-protectionDmitriy Zaporozhets2015-02-036-32/+41
|\ \
| * | Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-12/+12
| | |
| * | Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-022-2/+2
| | |
| * | Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-5/+6
| | |
| * | Rubocop: comment indentationDmitriy Zaporozhets2015-02-021-5/+13
| | |
| * | Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-022-2/+2
| | |