Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. Feb 08, 2016
  3. Feb 05, 2016
    • Mark Haines's avatar
      Report the v1 and v2 patterns separately · 77c7ed0e
      Mark Haines authored
      77c7ed0e
    • Mark Haines's avatar
      List the URL patterns in synapse · b052621f
      Mark Haines authored
      b052621f
    • Daniel Wagner-Hall's avatar
      Merge pull request #550 from matrix-org/daniel/guestnames · 8f103158
      Daniel Wagner-Hall authored
      Allocate guest user IDs numericcally
      
      The current random IDs are ugly and confusing when presented in UIs.
      This makes them prettier and easier to read.
      
      Also, disable non-automated registration of numeric IDs so that we don't
      need to worry so much about people carving out our automated address
      space and us needing to keep retrying ID registration.
      8f103158
    • Daniel Wagner-Hall's avatar
      Allocate guest user IDs numericcally · 79a1c057
      Daniel Wagner-Hall authored
      The current random IDs are ugly and confusing when presented in UIs.
      This makes them prettier and easier to read.
      
      Also, disable non-automated registration of numeric IDs so that we don't
      need to worry so much about people carving out our automated address
      space and us needing to keep retrying ID registration.
      79a1c057
    • Daniel Wagner-Hall's avatar
      Merge pull request #559 from matrix-org/daniel/media · 489f92e0
      Daniel Wagner-Hall authored
      Host /media/r0 as well as /media/v1
      489f92e0
    • Daniel Wagner-Hall's avatar
      Host /media/r0 as well as /media/v1 · 737c4223
      Daniel Wagner-Hall authored
      737c4223
    • Daniel Wagner-Hall's avatar
      Merge pull request #558 from matrix-org/daniel/config · db0da033
      Daniel Wagner-Hall authored
      Error if macaroon key is missing from config
      
      Currently we store all access tokens in the DB, and fall back to that
      check if we can't validate the macaroon, so our fallback works here, but
      for guests, their macaroons don't get persisted, so we don't get to
      find them in the database. Each restart, we generate a new ephemeral
      key, so guests lose access after each server restart.
      
      I tried to fix up the config stuff to be less insane, but gave up, so
      instead I bolt on yet another piece of custom one-off insanity.
      
      Also, add some basic tests for config generation and loading.
      db0da033
    • Daniel Wagner-Hall's avatar
      Error if macaroon key is missing from config · 6a9f1209
      Daniel Wagner-Hall authored
      Currently we store all access tokens in the DB, and fall back to that
      check if we can't validate the macaroon, so our fallback works here, but
      for guests, their macaroons don't get persisted, so we don't get to
      find them in the database. Each restart, we generate a new ephemeral
      key, so guests lose access after each server restart.
      
      I tried to fix up the config stuff to be less insane, but gave up, so
      instead I bolt on yet another piece of custom one-off insanity.
      
      Also, add some basic tests for config generation and loading.
      6a9f1209
  4. Feb 04, 2016
  5. Feb 03, 2016
Loading