-
- Downloads
Prototype key verification
Showing
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/models/commit.rb 12 additions, 0 deletionsapp/models/commit.rb
- app/views/projects/commit/_commit_box.html.haml 1 addition, 0 deletionsapp/views/projects/commit/_commit_box.html.haml
- app/views/projects/commit/_signature.html.haml 4 additions, 0 deletionsapp/views/projects/commit/_signature.html.haml
- app/views/projects/commits/_commit.html.haml 1 addition, 0 deletionsapp/views/projects/commits/_commit.html.haml
- lib/gitlab/git/commit.rb 4 additions, 0 deletionslib/gitlab/git/commit.rb
Loading
| Loading
| @@ -58,6 +58,9 @@ gem 'validates_hostname', '~> 1.0.6' |
# Browser detection | ||
gem 'browser', '~> 2.2' | ||
# GPG | ||
gem 'gpgme' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
Loading
| Loading
|
Please register or sign in to comment