Unverified Commit fc6893d4 authored by Benjamin Neff's avatar Benjamin Neff Committed by Dennis Schubert
Browse files

Remove facebook integration

Facebook removed the API and facebook integration is broken now, so lets
remove it.

closes #7874
parent d0c6495b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
## Refactor
* Remove mention of deprecated `statistic.json` [#7867](https://github.com/diaspora/diaspora/pull/7867)
* Add quotes in `database.yml.example` to fields that may contain special characters [#7875](https://github.com/diaspora/diaspora/pull/7875)
* Removed broken, and thus deprecated, Facebook integration [#7874](https://github.com/diaspora/diaspora/pull/7874)

## Bug fixes
* Add compatibility with macOS to `script/configure_bundler` [#7830](https://github.com/diaspora/diaspora/pull/7830)
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@ gem "secure_headers", "5.0.5"
# Services

gem "omniauth",           "1.8.1"
gem "omniauth-facebook",  "4.0.0"
gem "omniauth-tumblr",    "1.2"
gem "omniauth-twitter",   "1.4.0"
gem "omniauth-wordpress", "0.2.2"
+0 −3
Original line number Diff line number Diff line
@@ -408,8 +408,6 @@ GEM
    omniauth (1.8.1)
      hashie (>= 3.4.6, < 3.6.0)
      rack (>= 1.6.2, < 3)
    omniauth-facebook (4.0.0)
      omniauth-oauth2 (~> 1.2)
    omniauth-oauth (1.1.0)
      oauth
      omniauth (~> 1.0)
@@ -820,7 +818,6 @@ DEPENDENCIES
  mysql2 (= 0.5.0)
  nokogiri (= 1.8.2)
  omniauth (= 1.8.1)
  omniauth-facebook (= 4.0.0)
  omniauth-tumblr (= 1.2)
  omniauth-twitter (= 1.4.0)
  omniauth-wordpress (= 0.2.2)
−307 B
Loading image diff...
−814 B
Loading image diff...
Loading