Skip to content

Commit

Permalink
Merge pull request #6099 from avalonmediasystem/sharepoint_sites
Browse files Browse the repository at this point in the history
Update browseeverything to pull in Sharepoint Sites
  • Loading branch information
masaball authored Nov 5, 2024
2 parents 681e2ee + 5ec6720 commit b208d4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GIT

GIT
remote: https://github.com/avalonmediasystem/browse-everything.git
revision: be4bbdf47df0090a40bbce7bf5678e7c8fe68130
revision: eefa721865f392cd3b58f679a9761cbb3e4b5cc9
branch: sharepoint_integration
specs:
browse-everything (1.4.0)
Expand Down Expand Up @@ -476,11 +476,11 @@ GEM
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
google-apis-drive_v3 (0.57.0)
google-apis-drive_v3 (0.59.0)
google-apis-core (>= 0.15.0, < 2.a)
google-cloud-env (2.2.1)
faraday (>= 1.0, < 3.a)
googleauth (1.11.1)
googleauth (1.11.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
Expand Down
3 changes: 2 additions & 1 deletion config/initializers/browse_everything.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
tenant_id: Settings.dropbox.sharepoint.tenant_id,
grant_type: Settings.dropbox.sharepoint.grant_type,
scope: Settings.dropbox.sharepoint.scope,
redirect_uri: Settings.dropbox.sharepoint.redirect_uri
redirect_uri: Settings.dropbox.sharepoint.redirect_uri,
filter_terms: Settings.dropbox.sharepoint.filter_terms
}
end
BrowseEverything.configure(settings)
Expand Down

0 comments on commit b208d4e

Please sign in to comment.