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
15 commits
20 Feb, 2013
10 commits
-
Fix RESTfulness of project hook deletions by API
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
-
Add commit full time tooltip to `commited_ago`
-
Update doc/install/installation.md
-
Update seeds for state columns
-
changed installation overview list step #4 Gitolite -> GitLab shell
19 Feb, 2013
14 commits
-
Event already has author relation
-
Fix development fixture for gitlab_shell
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
-
Sort groups alphabetically on dashboard page