1. 11 Jul, 2017 1 commit
  2. 06 Jul, 2017 1 commit
    • Robert Knight's avatar
      Use OAuth for first party login if enabled. · b14047de
      Robert Knight authored
      If the service provides an OAuth client ID and sets the "oauthEnabled"
      flag in the app configuration, use OAuth for first party login.
      
      This initial implementation does not persist the token for future use,
      so the user has to login every time they use the app.
      b14047de
  3. 05 Jul, 2017 9 commits
  4. 04 Jul, 2017 3 commits
  5. 03 Jul, 2017 1 commit
    • Sean Hammond's avatar
      Fix view switcher flash on iOS · 450beedd
      Sean Hammond authored
      The view switcher tabs at the top of the sidebar would flash grey for a
      moment after you clicked one. This removes the flash.
      
      This webkit "tap highlight" is actually an iOS Safari usability feature,
      it indicates to the user that their tap is being successfully recognized, and
      indicates which element they're tapping on. But I don't think it looks
      good with these tabs of ours, and it seems to interact badly with the
      background colour animated transition we're using (it seems to do the
      animated transition first and _then_ flash the tap highlight colour for
      a second).
      
      We're providing this indication by changing the colour of the tab
      anyway, so disable it.
      450beedd
  6. 30 Jun, 2017 2 commits
  7. 29 Jun, 2017 7 commits
  8. 28 Jun, 2017 3 commits
  9. 27 Jun, 2017 13 commits