gitlab-org--gitlab-foss/config/initializers
Douwe Maan c7d9e7806a Merge branch 'fix/reference_filter_uri_decode_error_for_master' into 'master'
Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some complex URL;

https://github.com/gitlabhq/gitlabhq/pull/9964

@DouweM

See merge request !2383
2016-01-13 14:21:32 +00:00
..
1_settings.rb Use CGI.escape instead of URI.escape, because URI is obsoleted. 2016-01-12 18:20:03 +08:00
2_app.rb Replace all usages of `git` command with configurable binary path 2015-11-03 17:11:09 -05:00
4_ci_app.rb Use new runners registration token to register CI runners 2015-12-11 10:39:39 +01:00
5_backend.rb Warn when gitlab-shell version doesn't match requirement. 2015-04-06 14:02:49 +02:00
active_record_query_trace.rb Added active_record_query_trace 2015-10-15 12:05:01 +02:00
attr_encrypted_no_db_connection.rb Fix. 2015-05-15 15:32:49 +02:00
backtrace_silencers.rb
bullet.rb Added Bullet to the Gemfile 2015-10-15 12:05:01 +02:00
carrierwave.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
connection_fix.rb Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
cookies_serializer.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
date_time_formats.rb Add two custom Date/Time conversion formats 2016-01-07 20:01:08 -05:00
default_url_options.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
devise.rb Merge branch 'add_email_unlock' into 'master' 2015-12-21 17:53:20 +00:00
devise_async.rb Send devise emails async 2013-10-09 15:25:31 +03:00
devise_password_length.rb.example Add instructions for custom password length limits 2014-01-13 10:41:10 +01:00
disable_email_interceptor.rb Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
doorkeeper.rb retrieving oauth token with LDAP credentials 2015-08-31 15:10:01 +03:00
gitlab_shell_secret_token.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
haml.rb Revert "Remove the `:coffee` and `:coffeescript` Haml filters" 2016-01-12 16:30:38 -05:00
inflections.rb Remove inflector rule that makes commits uncountable 2015-11-03 11:36:20 +01:00
kaminari_config.rb add kaminari config with default and max per_page values 2012-09-03 04:22:49 -07:00
metrics.rb Track total query/view timings in transactions 2016-01-04 12:14:36 +01:00
mime_types.rb Add Markdown to Mime types 2015-04-15 12:25:24 -04:00
omniauth.rb Fix signin with OmniAuth providers 2015-12-08 14:58:15 +01:00
postgresql_limit_fix.rb patch rails to ignore text limit 2012-10-10 13:17:48 +04:00
public_key.rb Fix typo. 2015-03-20 16:13:03 -07:00
rack_attack.rb.example Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
rack_attack_git_basic_auth.rb Add more comments explaining how we block IPs 2014-12-18 11:08:11 +01:00
rack_lineprof.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
secret_token.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
session_store.rb Merge branch 'master' into reference-pipeline-and-caching 2015-12-02 11:20:51 +01:00
sherlock.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
sidekiq.rb Hotfix for sidekiq-cron being loaded from Settingslogic with defaults 2015-12-22 13:02:42 -02:00
smtp_settings.rb.sample Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
static_files.rb Migrate mailers to ActiveJob 2015-11-26 17:03:43 +02:00
time_zone.rb Add timezone configuration to gitlab.yml 2014-10-21 11:27:16 +02:00
wrap_parameters.rb