gitlab-org--gitlab-foss/app
Dmitry Medvinsky dbd9d8d4c3 Fix WebHook and special symbols in credentials
When using web hook with credentials secured web resource, one needs to
put the credentials in the hook URL.

If the credentials contain special symbols (e.g. @ or #), it should be
URL-quoted (e.g. %40 instead of @).

But when Gitlab is making a request, it should unquote the symbols
before base64-encoding them.
2013-02-22 20:10:25 +04:00
..
assets Fix merge state detection 2013-02-21 09:25:07 +02:00
contexts Restore old order for MR lists. Fix failing tests 2013-02-21 16:26:09 +02:00
controllers Monkeypatch satellite call for merge request in tests 2013-02-21 11:44:33 +02:00
decorators add into user decorator (presenter) to full user name 2013-01-24 22:31:24 +02:00
helpers Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-state-machine 2013-02-19 11:01:19 +02:00
mailers Add a delay for sending emails 2013-02-01 17:04:41 +02:00
models Fix WebHook and special symbols in credentials 2013-02-22 20:10:25 +04:00
observers Observer refactored to use StateMachine events 2013-02-18 16:49:17 +04:00
uploaders skip protection to aws3 2013-02-15 09:49:35 +02:00
views Fixing rspec after upgrade to capybara pt1 2013-02-21 13:09:47 +02:00
workers Update post-receive worker to use correct identifier 2013-02-14 14:00:02 +02:00