03 Oct, 2012
4 commits
-
Reject ssh keys that break gitolite
02 Oct, 2012
3 commits
-
Also, just for extra paranoia, only call safe_message once in the decorator methods Adds specs to make sure it still works
01 Oct, 2012
1 commit
27 Sep, 2012
5 commits
-
http://guides.rubyonrails.org/security.html#regular-expressions
26 Sep, 2012
4 commits
24 Sep, 2012
2 commits
-
Failing test. Working check.
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
2 commits
06 Sep, 2012
3 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
1 commit