22 Feb, 2013
1 commit
-
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
6 commits
20 Feb, 2013
1 commit
-
API: creating last project before limit returns 404
19 Feb, 2013
7 commits
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
-
Sort groups alphabetically on dashboard page
18 Feb, 2013
21 commits
-
Add option to disable username changing
-
Ssh fingerprint fix
17 Feb, 2013
4 commits
-
Fix link to owner of group and team in admin interface