27 Sep, 2012
4 commits
-
http://guides.rubyonrails.org/security.html#regular-expressions
26 Sep, 2012
4 commits
24 Sep, 2012
1 commit
21 Sep, 2012
1 commit
15 Sep, 2012
2 commits
14 Sep, 2012
3 commits
12 Sep, 2012
2 commits
-
Conflicts: Gemfile.lock app/helpers/application_helper.rb app/views/devise/sessions/new.html.erb db/schema.rb
11 Sep, 2012
2 commits
-
Update votes for issues and merge requests
10 Sep, 2012
1 commit
09 Sep, 2012
1 commit
08 Sep, 2012
3 commits
06 Sep, 2012
4 commits
-
Emoji!
-
Was "User has already been taken", is now "User already exists in project".
05 Sep, 2012
2 commits
-
default_branch now defaults to nil, not 'master'. It will be set after the first push by discover_default_branch.
02 Sep, 2012
1 commit
-
Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...)
31 Aug, 2012
3 commits
30 Aug, 2012
2 commits
29 Aug, 2012
4 commits
-
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role