Merge branch 'master' into fix/visibility-level-setting-in-forked-projects
* master: (23 commits)
Use single spaces
Improvements to profile page UI
Replace all usages of `git` command with configurable binary path
Update Shell Commands doc for configurable git binary path
Minor reformatting for Facebook integration doc
Use proper labels for OAuth providers
Add Facebook authentication
Bump stamp to ~> 0.6.0
Add extra padding between user description and links on profile page
Fix tests
Fix clipboard button overflow
Apply new design for user profile page
Improve profile page UI
Better name for up-level links
Fixed User sorting specs
Only sort by IDs by default
Added benchmark for User.all
Add changelog entry for contacted_at
Spread out runner contacted_at updates
Only redirect to homepage url when its not the root url
...
Showing
... | ... | @@ -19,6 +19,7 @@ gem 'devise-async', '~> 0.9.0' |
gem 'doorkeeper', '~> 2.1.3' | ||
gem 'omniauth', '~> 1.2.2' | ||
gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-facebook', '~> 3.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
gem 'omniauth-gitlab', '~> 1.0.0' | ||
gem 'omniauth-google-oauth2', '~> 0.2.0' | ||
... | ... | @@ -63,7 +64,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |
# Format dates and times | ||
# based on human-friendly examples | ||
gem "stamp", '~> 0.5.0' | ||
gem "stamp", '~> 0.6.0' | ||
# Enumeration fields | ||
gem 'enumerize', '~> 0.7.0' | ||
... | ... |
2.9 KB
app/views/users/_projects.html.haml
deleted
100644 → 0
doc/integration/facebook.md
0 → 100644
doc/integration/facebook_api_keys.png
0 → 100644
123 KB
doc/integration/facebook_app_settings.png
0 → 100644
131 KB
doc/integration/facebook_website_url.png
0 → 100644
41.3 KB