1. 08 Feb, 2020 1 commit
    • Administrator's avatar
      Fixes acceptance tests · 86dcfc66
      Administrator authored
      Acceptance tests were not working as they wasn't adapted to the Angular
      framework after the migration. This commit fixes these test that now
      work again.
      86dcfc66
  2. 09 Feb, 2019 1 commit
    • Administrator's avatar
      Changes authentication to HTTP Basic · 6fd8f7ef
      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.
      6fd8f7ef