- 09 Feb, 2019 1 commit
-
-
Administrator authored
The user authentication was currently done using a cookie and following the same style of token as the HTTP Basic authentication (i.e. a concatenation of user and password joined with a ':' encoded with base64). This authentication has been replaced by a standard HTTP Basic authentication.
-
- 08 Feb, 2017 1 commit
-
-
Administrator authored
The frontend has been refactorized to use classes in the JavaScript files.
-
- 10 Feb, 2014 2 commits