gitlabhq/app/models
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
..
concerns Issuable consern uses StateMachine now 2013-02-18 14:43:49 +04:00
.gitkeep init commit 2011-10-09 00:36:38 +03:00
ability.rb Add user to team he creates 2013-02-18 14:35:38 +02:00
commit.rb Remove unused methods 2013-01-05 13:11:15 +02:00
event.rb Event already has author relation 2013-02-19 15:22:29 +04:00
gitlab_ci_service.rb REpostiry, Team models 2013-01-03 21:09:18 +02:00
group.rb Improve perfomance of removeing group 2012-12-30 14:26:19 +02:00
issue.rb Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-state-machine 2013-02-19 11:01:19 +02:00
key.rb Merge pull request #2996 from raphendyr/ssh_fingerprint_fix 2013-02-18 09:56:35 -08:00
merge_request.rb Fix merge request closed filter. Fixed one more test 2013-02-21 14:11:24 +02:00
milestone.rb Hash syntax improved 2013-02-18 17:22:18 +04:00
namespace.rb Prevent xss attack over group name. Added regex validation for group and team name 2013-02-18 09:28:18 +02:00
note.rb All scopes must be in lambdas 2013-02-12 11:16:45 +04:00
project.rb Merge pull request #2988 from Asquera/error_project_limit 2013-02-20 02:47:30 -08:00
project_hook.rb Reannotated 2012-11-20 14:19:55 +02:00
project_team.rb remove update_repository calls 2013-02-04 15:24:16 +02:00
protected_branch.rb remove update_repository calls 2013-02-04 15:24:16 +02:00
repository.rb Fix file_path to correspond with the name 2013-02-15 05:50:42 -08:00
service.rb move activated? method to service 2013-01-03 09:52:14 +02:00
service_hook.rb Reannotated 2012-11-20 14:19:55 +02:00
snippet.rb All scopes must be in lambdas 2013-02-12 11:16:45 +04:00
system_hook.rb sidekiq 2013-01-09 08:14:05 +03:00
tree.rb REpostiry, Team models 2013-01-03 21:09:18 +02:00
user.rb Fix project filter for MR on dashboard 2013-02-19 09:43:41 +02:00
user_team.rb Prevent xss attack over group name. Added regex validation for group and team name 2013-02-18 09:28:18 +02:00
user_team_project_relationship.rb Refactor and restyle team page for project 2013-02-18 21:10:49 +02:00
user_team_user_relationship.rb add path and path_with_namespace to api project entity 2013-01-31 09:11:35 +02:00
users_project.rb All scopes must be in lambdas 2013-02-12 11:16:45 +04:00
web_hook.rb Fix WebHook and special symbols in credentials 2013-02-22 20:10:25 +04:00
wiki.rb Add an ordering scope to Wiki 2013-01-11 20:04:14 +01:00