gitlab-org--gitlab-foss/spec
Dmitry Medvinsky fefab47456 Fix `/:username.keys` response content type
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
2014-03-20 19:09:14 +04:00
..
controllers Fix `/:username.keys` response content type 2014-03-20 19:09:14 +04:00
factories
features Merge pull request #6557 from tsigo/faster-merge-request-features 2014-03-19 14:45:15 +02:00
finders Merge pull request #6557 from tsigo/faster-merge-request-features 2014-03-19 14:45:15 +02:00
fixtures
helpers Update markdown documentation, fix wiki spec. 2014-03-17 13:23:04 +01:00
javascripts
lib Fix ldap_user_auth_spec 2014-03-10 19:16:43 +02:00
mailers Remove the author name from issue notes emails 2014-03-03 16:58:44 +01:00
models Added Slack service integration. 2014-03-18 18:54:30 +01:00
observers Fix specs 2014-03-14 12:53:05 +02:00
requests/api Make use of project factory traits 2014-03-19 05:15:24 -04:00
routing Add email aliases for users 2014-02-13 22:59:39 -06:00
services Make use of project factory traits 2014-03-19 05:15:24 -04:00
support TestEnv.reset_satellite_dir should run 'git clean' quietly 2014-03-13 17:25:55 -04:00
tasks/gitlab Make backup version blocker test more robust 2014-02-28 12:11:43 +01:00
workers Merge branch 'improve/mr_diff' 2014-01-23 14:38:23 +02:00
factories.rb Merge pull request #6557 from tsigo/faster-merge-request-features 2014-03-19 14:45:15 +02:00
factories_spec.rb
seed_project.tar.gz Speed up features/notes_on_merge_requests_spec 2014-03-19 03:57:37 -04:00
spec_helper.rb