15 Dec, 2012
2 commits
-
Removed delete section in issues API documentation
14 Dec, 2012
13 commits
-
fix gfm autocomplete for usernames
13 Dec, 2012
14 commits
-
Update README.md
-
Add dependencies status badge
-
Improve status checks
-
Closes #2080 Fixes #2264
12 Dec, 2012
9 commits
-
Validates presence of User#name
-
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a>
-
Minor: Change html input type to "email" on sign-in view
-
Support read-only access for git over HTTP
11 Dec, 2012
2 commits