| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore invalid trusted proxies in X-Forwarded-For headerreject-invalid-trusted-proxies | Stan Hu | 2016-07-23 | 1 | -2/+8 |
* | Skip repository storage path valitaions on test environment | Alejandro Rodríguez | 2016-07-21 | 1 | -6/+10 |
* | Use Pathname to make the repository storage path validations more robust | Alejandro Rodríguez | 2016-07-21 | 1 | -5/+6 |
* | Avoid data-integrity issue when repository_downloads_path is incorrectly | Douglas Barbosa Alexandre | 2016-07-21 | 1 | -1/+15 |
* | Merge branch '4142-show-inline-video' into 'master'
| Rémy Coutable | 2016-07-21 | 1 | -2/+6 |
|\ |
|
| * | Don't allow `.ogg` as a valid video extension4142-show-inline-video | Rémy Coutable | 2016-07-21 | 1 | -1/+1 |
| * | Remove duplication, useless rescue, and avoid using ActionView | Rémy Coutable | 2016-07-19 | 1 | -4/+2 |
| * | First support of videos in issues, MRs and notes | Eric Hayes | 2016-07-19 | 1 | -2/+8 |
* | | Revert "Merge branch 'csp-basics' into 'master'
" | Robert Speicher | 2016-07-20 | 1 | -109/+0 |
* | | Revert "Merge branch 'remove-csp-sentry-reporting' into 'master'
" | Robert Speicher | 2016-07-20 | 1 | -2/+12 |
* | | Merge branch 'email-domain-blacklist' into 'master'
| Robert Speicher | 2016-07-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett... | Patricio Cano | 2016-07-18 | 1 | -1/+1 |
* | | | Log cron_jobs configuration instead of raising exception | Gabriel Mazetto | 2016-07-20 | 1 | -1/+2 |
* | | | Fix the Sentry spam from CSP violations by disabling it. | Connor Shea | 2016-07-19 | 1 | -12/+2 |
| |/
|/| |
|
* | | Merge branch 'manual-actions' into 'master'
| Rémy Coutable | 2016-07-19 | 1 | -0/+16 |
|\ \
| |/
|/| |
|
| * | Improve manual actions code and add model, service and feature tests | Kamil Trzcinski | 2016-07-18 | 1 | -0/+16 |
* | | Improve cron_jobs loading error messages | Gabriel Mazetto | 2016-07-18 | 1 | -1/+8 |
* | | Minor policy refinements.csp-basics | Connor Shea | 2016-07-18 | 1 | -8/+12 |
* | | Document the CSP file. | Connor Shea | 2016-07-18 | 1 | -11/+38 |
* | | Only enable CSP policies when relevant features are enabled. | Connor Shea | 2016-07-18 | 1 | -1/+27 |
* | | Remove background_jobs-specific headers. | Connor Shea | 2016-07-18 | 1 | -5/+0 |
* | | Only report to Sentry when it's enabled. | Connor Shea | 2016-07-18 | 1 | -2/+6 |
* | | Add Sidekiq-specific headers. | Connor Shea | 2016-07-18 | 1 | -2/+10 |
* | | Add the CSP reporting URI of Sentry. | Connor Shea | 2016-07-18 | 1 | -1/+8 |
* | | Update image policy to allow external images over HTTPS. | Connor Shea | 2016-07-18 | 1 | -1/+1 |
* | | Remove unsafe eval directive from scripts. | Connor Shea | 2016-07-18 | 1 | -1/+1 |
* | | Fix that which hath been broken. Except the sidekiq admin iframe. | Connor Shea | 2016-07-18 | 1 | -0/+38 |
|/ |
|
* | Update the health_check gem to the latest releaseupdate-health-check-gem | DJ Mountney | 2016-07-11 | 1 | -13/+0 |
* | Instrument Rinku usage18593-autofilter-rinku-instrumentation | Paco Guzman | 2016-07-04 | 1 | -0/+2 |
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -4/+0 |
* | Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab18592-syntaxhighlighter-slow | Paco Guzman | 2016-07-01 | 1 | -0/+3 |
* | Import from Github using Personal Access Tokens. | Eric K Idema | 2016-06-30 | 1 | -1/+2 |
* | Merge branch 'rack-request-trusted-proxies' into 'master'
| Douwe Maan | 2016-06-30 | 1 | -0/+13 |
|\ |
|
| * | Make Rack::Request use our trusted proxies when filtering IP addressesrack-request-trusted-proxies | DJ Mountney | 2016-06-29 | 1 | -0/+13 |
* | | Create (if necessary) and link the gitlab-shell secret file on the rake insta...shards | Alejandro Rodríguez | 2016-06-29 | 1 | -19/+1 |
* | | Refactor repository paths handling to allow multiple git mount points | Alejandro Rodríguez | 2016-06-29 | 2 | -1/+32 |
|/ |
|
* | Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-cops | Grzegorz Bizon | 2016-06-29 | 2 | -2/+2 |
* | Merge branch 'add-smtp-setting' into 'master'
| Stan Hu | 2016-06-24 | 1 | -0/+1 |
|\ |
|
| * | Add SMTP as default delivery method to match gitlab-org/omnibus-gitlab!826 | Stan Hu | 2016-06-24 | 1 | -0/+1 |
* | | Merge branch 'health-check-disable-email' into 'master'
| Rémy Coutable | 2016-06-24 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | Set the health_check mailer full checks to be the same as the standard checks | DJ Mountney | 2016-06-24 | 1 | -0/+1 |
| * | Disable the email checking part of the standard Health Checkhealth-check-disable-email | DJ Mountney | 2016-06-24 | 1 | -0/+13 |
* | | Support for rendering/redacting multiple documents | Yorick Peterse | 2016-06-24 | 1 | -0/+4 |
* | | Restrict hamlit version, remove coffeescript filters. | Connor Shea | 2016-06-23 | 1 | -0/+3 |
* | | Replace Haml with Hamlit. | connorshea | 2016-06-22 | 2 | -7/+15 |
|/ |
|
* | add missing import sourcefix/import-sources | James Lopez | 2016-06-21 | 1 | -1/+1 |
* | Avoid autoload issue such as 'Mail::Parsers::AddressStruct'18810-nameerror-uninitialized-constant-mail-parsers-addressstruct | Rémy Coutable | 2016-06-20 | 1 | -0/+4 |
* | Merge branch 'feature/project-export' into 'master'
| Douwe Maan | 2016-06-17 | 1 | -0/+3 |
|\ |
|
| * | fixed merge conflicts on UI branch | James Lopez | 2016-06-16 | 4 | -12/+32 |
| |\ |
|
| * | | some refactoring - renaming things, etc.. | James Lopez | 2016-06-15 | 1 | -3/+3 |