-
- Downloads
Omniauth Support
parent
4ce034ca
No related branches found
No related tags found
Showing
- Gemfile 4 additions, 0 deletionsGemfile
- Gemfile.lock 32 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/auth_methods.scss 10 additions, 0 deletionsapp/assets/stylesheets/auth_methods.scss
- app/assets/stylesheets/main.scss 13 additions, 13 deletionsapp/assets/stylesheets/main.scss
- app/controllers/omniauth_callbacks_controller.rb 31 additions, 1 deletionapp/controllers/omniauth_callbacks_controller.rb
- app/helpers/application_helper.rb 8 additions, 3 deletionsapp/helpers/application_helper.rb
- app/views/devise/sessions/new.html.erb 9 additions, 4 deletionsapp/views/devise/sessions/new.html.erb
- app/views/layouts/profile.html.haml 1 addition, 1 deletionapp/views/layouts/profile.html.haml
- app/views/profile/password.html.haml 25 additions, 13 deletionsapp/views/profile/password.html.haml
- app/views/profile/show.html.haml 7 additions, 0 deletionsapp/views/profile/show.html.haml
- config/gitlab.yml.example 17 additions, 5 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 14 additions, 5 deletionsconfig/initializers/1_settings.rb
- db/migrate/20120803152018_add_provider_and_uid_to_users.rb 6 additions, 0 deletionsdb/migrate/20120803152018_add_provider_and_uid_to_users.rb
- db/schema.rb 17 additions, 15 deletionsdb/schema.rb
- vendor/assets/images/authbuttons/github_32.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/github_32.png
- vendor/assets/images/authbuttons/github_64.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/github_64.png
- vendor/assets/images/authbuttons/google_32.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/google_32.png
- vendor/assets/images/authbuttons/google_64.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/google_64.png
- vendor/assets/images/authbuttons/twitter_32.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/twitter_32.png
- vendor/assets/images/authbuttons/twitter_64.png 0 additions, 0 deletionsvendor/assets/images/authbuttons/twitter_64.png
Loading
| Loading
| @@ -8,6 +8,10 @@ gem "mysql2" |
# Auth | ||
gem "devise", "~> 2.1.0" | ||
gem 'omniauth' | ||
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
# GITLAB patched libs | ||
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | ||
Loading
| Loading
|
app/assets/stylesheets/auth_methods.scss
0 → 100644
1.89 KiB
4.34 KiB
1.58 KiB
3.37 KiB
1.41 KiB
3.3 KiB