Adapt AuthenticationManager.js to work with sharelatex versions > 2.3.1

This commit is contained in:
Simon M. Haller-Seeber
2021-03-11 08:48:34 +01:00
parent ca58b4852a
commit 8f0b270faf
2 changed files with 200 additions and 207 deletions

View File

@@ -1,4 +1,7 @@
FROM sharelatex/sharelatex:2.3.1
FROM sharelatex/sharelatex:2.5.2
# FROM sharelatex/sharelatex:latest
# latest might not be tested
# e.g. the AuthenticationManager.js script had to be adapted between versions after 2.3.1
LABEL maintainer="Simon Haller-Seeber"
LABEL version="0.1"