1. 20 Apr, 2016 1 commit
  2. 19 Apr, 2016 6 commits
  3. 15 Apr, 2016 2 commits
  4. 13 Apr, 2016 2 commits
  5. 12 Apr, 2016 1 commit
  6. 11 Apr, 2016 2 commits
    • Eric Chiang's avatar
      db: print better error messages for invalid input · 5c5df23a
      Eric Chiang authored
      When client secrets are not base64 encoded, print an error message
      that's not a generic base64 decode error:
      
         client secrets must be base64 decodable. See issue #337.
         Please consider replaceing "secret" with "c2VjcmV0"
      
      When a user file is missing a mandatory field print an error message.
      
      	Unable to build Server: user elroy-foo is missing email field
      
      For #400
      5c5df23a
    • Eric Chiang's avatar
      server: add more validation to --no-db static file parsing · 7858da56
      Eric Chiang authored
      In #393 the format of the static user file in --no-db mode changed.
      However, the old format loads without error, which has caused
      issues for developers with existing user files.
      
      Add an explicit check to ensure the file is not using the old
      format. If they are, print a better error message.
      7858da56
  7. 08 Apr, 2016 4 commits
  8. 06 Apr, 2016 9 commits
  9. 05 Apr, 2016 5 commits
  10. 17 Mar, 2016 3 commits
  11. 14 Mar, 2016 3 commits
  12. 10 Mar, 2016 1 commit
  13. 09 Mar, 2016 1 commit