1. 16 Oct, 2015 4 commits
  2. 13 Oct, 2015 5 commits
  3. 12 Oct, 2015 1 commit
  4. 06 Oct, 2015 2 commits
  5. 01 Oct, 2015 5 commits
  6. 30 Sep, 2015 3 commits
  7. 29 Sep, 2015 7 commits
  8. 28 Sep, 2015 4 commits
  9. 26 Sep, 2015 2 commits
  10. 25 Sep, 2015 6 commits
  11. 24 Sep, 2015 1 commit
    • Joe Bowers's avatar
      server: user management endpoints strictly conform to schema · 4c9bab08
      Joe Bowers authored
      This change disables the URL fixing behavior or the router associated
      with the user management schema. After this commit, URLS routing
      to /api/$VERSION/users must target exactly the specified paths. In
      addition, `/api/$VERSION/users/` will serve a 404
      
      This change allows users to hit the user create endpoint, which
      would previously serve a redirect rather than actually making the
      associated change.
      4c9bab08