1. 07 Aug, 2019 7 commits
  2. 06 Aug, 2019 5 commits
  3. 05 Aug, 2019 7 commits
  4. 03 Aug, 2019 5 commits
  5. 02 Aug, 2019 8 commits
  6. 01 Aug, 2019 4 commits
  7. 31 Jul, 2019 2 commits
  8. 30 Jul, 2019 1 commit
  9. 29 Jul, 2019 1 commit
    • JC Brand's avatar
      Honour the `auto_login` flag · afa25434
      JC Brand authored
      by not logging in automatically when `auto_login` is `false` and we're
      using anonymous, external or prebind authentication.
      
      For `authentication` set to `login` the situation is much more
      ambiguous, since we don't have a clear distinction between wether we're
      restoring a previous session (`keepalive`) or whether we're
      automatically setting up a new session (`auto_login`).
      
      So currently if *either* `keepalive` or `auto_login` is `true` and
      `authentication` is set to `login`, then Converse will try to log the
      user in.
      afa25434