Commit a40aec76 authored by yzx9's avatar yzx9
Browse files

Add OAuth2 Support (WIP)

parent c5e8e6f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,10 +15,13 @@ WORKDIR /overleaf/services/web

# overwrite some files
COPY sharelatex/AuthenticationManager.js    /overleaf/services/web/app/src/Features/Authentication/
COPY sharelatex/AuthenticationController.js /overleaf/services/web/app/src/Features/Authentication/
COPY sharelatex/ContactController.js        /overleaf/services/web/app/src/Features/Contacts/
COPY sharelatex/router.js                   /overleaf/services/web/app/src/router.js

# Too much changes to do inline (>10 Lines).
COPY sharelatex/settings.pug    /overleaf/services/web/app/views/user/
COPY sharelatex/login.pug       /overleaf/services/web/app/views/user/
COPY sharelatex/navbar.pug      /overleaf/services/web/app/views/layout/

# Non LDAP User Registration for Admins
+733 −0

File added.

Preview size limit exceeded, changes collapsed.

+45 −0

File added.

Preview size limit exceeded, changes collapsed.

+1361 −0

File added.

Preview size limit exceeded, changes collapsed.