[Scummvm-cvs-logs] scummvm-web master -> 72c49a19549851383af181813f136c921f6441b7

sev- sev at scummvm.org
Sat Jun 11 11:58:59 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
72c49a1954 WEB: Fix OneDrive links


Commit: 72c49a19549851383af181813f136c921f6441b7
    https://github.com/scummvm/scummvm-web/commit/72c49a19549851383af181813f136c921f6441b7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-06-11T11:58:41+02:00

Commit Message:
WEB: Fix OneDrive links

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index f3457c8..f442a38 100644
--- a/.htaccess
+++ b/.htaccess
@@ -17,8 +17,8 @@ RewriteRule		^c/db$			https://www.dropbox.com/1/oauth2/authorize?response_type=c
 RewriteRule		^c/dbs$			https://www.dropbox.com/1/oauth2/authorize?response_type=code&redirect_uri=http://localhost:12345/&client_id=dlm3nadaa4t3nsk				[NE]
 
 # OneDrive
-RewriteRule		^c/od$			https://login.live.com/oauth20_authorize.srf?response_type=code&redirect_uri=https://www.scummvm.org/c/code&client_id=c9582384-aa02-4054-bc40-56692270cb02&scope=onedrive.appfolder%20offline_access
-RewriteRule		^c/ods$			https://login.live.com/oauth20_authorize.srf?response_type=code&redirect_uri=http://localhost:12345/&client_id=c9582384-aa02-4054-bc40-56692270cb02&scope=onedrive.appfolder%20offline_access
+RewriteRule		^c/od$			https://login.live.com/oauth20_authorize.srf?response_type=code&redirect_uri=https://www.scummvm.org/c/code&client_id=c9582384-aa02-4054-bc40-56692270cb02&scope=onedrive.appfolder+offline_access
+RewriteRule		^c/ods$			https://login.live.com/oauth20_authorize.srf?response_type=code&redirect_uri=http://localhost:12345/&client_id=c9582384-aa02-4054-bc40-56692270cb02&scope=onedrive.appfolder+offline_access
 
 # Google Drive
 RewriteRule		^c/gd$			https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=https://www.scummvm.org/c/code&client_id=372269489234-cc487pr03275ua50b6sr7tulq3d6dfbi.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/drive






More information about the Scummvm-git-logs mailing list