28 Feb, 2013
3 commits
26 Feb, 2013
4 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
25 Feb, 2013
2 commits
-
System hooks code & logic refactoring
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
1 commit
20 Feb, 2013
6 commits
-
API: creating last project before limit returns 404
19 Feb, 2013
3 commits
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
18 Feb, 2013
14 commits
-
Add option to disable username changing
-
Ssh fingerprint fix
15 Feb, 2013
4 commits
14 Feb, 2013
2 commits
-
This option allows to disable users from changing their username. This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth. You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.