summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Instrument Project.visible_to_userYorick Peterse2016-08-121-0/+3
* Merge branch 'remove-grack-lfs' into 'master' Rémy Coutable2016-08-112-3/+7
|\
| * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-...Jacob Vosmaer2016-08-097-6/+37
| |\
| * | Handle custom Git LFS content typeJacob Vosmaer2016-07-221-0/+7
| * | Remove obsolete codeJacob Vosmaer2016-07-221-3/+0
* | | Merge branch 'decouple-secret-keys' into 'master' Douwe Maan2016-08-101-33/+70
|\ \ \
| * | | Ignore Rails/Exit cop in initializerSean McGivern2016-08-041-1/+1
| * | | Clarify intentions of secret token initializerSean McGivern2016-08-031-35/+55
| * | | Give priority to environment variablesSean McGivern2016-08-031-4/+20
| * | | Store all secret keys in secrets.ymlSean McGivern2016-08-031-24/+16
| * | | Store OTP secret key in secrets.ymlSean McGivern2016-08-031-36/+45
* | | | Merge branch 'brodock/gitlab-ce-feature/redis-sentinel'Douwe Maan2016-08-092-10/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make sidekiq get config settings from Gitlab::RedisConfigGabriel Mazetto2016-08-041-8/+6
| * | | Deduplicated resque.yml loading from several placesGabriel Mazetto2016-08-041-2/+2
* | | | Update to send changed password notification emailsTom Bell2016-08-051-0/+3
|/ / /
* | | Merge branch 'fix/ha-mode-import-issue' into 'master' Rémy Coutable2016-08-041-3/+3
|\ \ \
| * | | using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-3/+3
* | | | Instrument Gitlab::Highlightinstrument-gitlab-highlightYorick Peterse2016-08-031-0/+3
| |/ / |/| |
* | | Instrument the Repository classinstrument-repository-classYorick Peterse2016-08-021-0/+1
|/ /
* | Fix RequestProfiler::Middleware error when code is reloaded in developmentfix/request-profiler-middleware-error-on-reloadAhmad Sherif2016-08-011-0/+2
* | Ignore invalid IPs in X-Forwarded-For when trusted proxies are configured.lookatmike2016-07-311-0/+2
* | Merge branch '20124-disable-repository-validation-during-precompile-step' int...Stan Hu2016-07-271-1/+1
|\ \
| * | Add ENV variable to skip repository storages validations20124-disable-repository-validation-during-precompile-stepAlejandro Rodríguez2016-07-251-1/+1
* | | Profile requests when a header is passedfeature/profile-requests-conditionallyAhmad Sherif2016-07-262-0/+6
* | | Enable SIDEKIQ_REQUEST_STORE by defaultadd-sidekiq-request-storeStan Hu2016-07-251-1/+1
* | | Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_S...Stan Hu2016-07-251-0/+1
|/ /
* | Instrument Nokogiri parsing methodsYorick Peterse2016-07-251-0/+7
* | Ignore invalid trusted proxies in X-Forwarded-For headerreject-invalid-trusted-proxiesStan Hu2016-07-231-2/+8
|/
* Skip repository storage path valitaions on test environmentAlejandro Rodríguez2016-07-211-6/+10
* Use Pathname to make the repository storage path validations more robustAlejandro Rodríguez2016-07-211-5/+6
* Avoid data-integrity issue when repository_downloads_path is incorrectlyDouglas Barbosa Alexandre2016-07-211-1/+15
* Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-2/+6
|\
| * Don't allow `.ogg` as a valid video extension4142-show-inline-videoRémy Coutable2016-07-211-1/+1
| * Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable2016-07-191-4/+2
| * First support of videos in issues, MRs and notesEric Hayes2016-07-191-2/+8
* | Revert "Merge branch 'csp-basics' into 'master' "Robert Speicher2016-07-201-109/+0
* | Revert "Merge branch 'remove-csp-sentry-reporting' into 'master' "Robert Speicher2016-07-201-2/+12
* | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-1/+1
|\ \
| * | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
* | | Log cron_jobs configuration instead of raising exceptionGabriel Mazetto2016-07-201-1/+2
* | | Fix the Sentry spam from CSP violations by disabling it.Connor Shea2016-07-191-12/+2
| |/ |/|
* | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-191-0/+16
|\ \ | |/ |/|
| * Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-0/+16
* | Improve cron_jobs loading error messagesGabriel Mazetto2016-07-181-1/+8
* | Minor policy refinements.csp-basicsConnor Shea2016-07-181-8/+12
* | Document the CSP file.Connor Shea2016-07-181-11/+38
* | Only enable CSP policies when relevant features are enabled.Connor Shea2016-07-181-1/+27
* | Remove background_jobs-specific headers.Connor Shea2016-07-181-5/+0
* | Only report to Sentry when it's enabled.Connor Shea2016-07-181-2/+6
* | Add Sidekiq-specific headers.Connor Shea2016-07-181-2/+10