26 Feb, 2013
12 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
-
Show only ≤16 lines of codes in a discussion in a MR (issue #2860).
25 Feb, 2013
14 commits
-
…itized to prevent XSS
-
System hooks code & logic refactoring
-
Remove function 'check_issue_1059_shell_profile_error' from check.rake as it is not needed anymore
24 Feb, 2013
3 commits
-
Fix WebHook and special symbols in credentials
-
Add title for "Remove from team" button
-
Add transition on search box
22 Feb, 2013
3 commits
-
It's kind of cool trend to use animated-expanding search box nowadays. E.g. see Github.
-
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.
21 Feb, 2013
8 commits