Skip to content
Snippets Groups Projects
  1. Apr 30, 2018
    • Adrian Tschira's avatar
      Burminate v1auth · 6495dbb3
      Adrian Tschira authored
      
      This closes #2602
      
      v1auth was created to account for the differences in status code between
      the v1 and v2_alpha revisions of the protocol (401 vs 403 for invalid
      tokens). However since those protocols were merged, this makes the r0
      version/endpoint internally inconsistent, and violates the
      specification for the r0 endpoint.
      
      This might break clients that rely on this inconsistency with the
      specification. This is said to affect the legacy angular reference
      client. However, I feel that restoring parity with the spec is more
      important. Either way, it is critical to inform developers about this
      change, in case they rely on the illegal behaviour.
      
      Signed-off-by: default avatarAdrian Tschira <nota@notafile.com>
      6495dbb3
  2. Mar 13, 2018
  3. Aug 25, 2017
  4. Jul 26, 2016
  5. Mar 11, 2016
  6. Mar 03, 2016
  7. Feb 19, 2016
  8. Jan 11, 2016
    • Daniel Wagner-Hall's avatar
      Introduce a Requester object · 2110e35f
      Daniel Wagner-Hall authored
      This tracks data about the entity which made the request. This is
      instead of passing around a tuple, which requires call-site
      modifications every time a new piece of optional context is passed
      around.
      
      I tried to introduce a User object. I gave up.
      2110e35f
  9. Jan 07, 2016
  10. Nov 04, 2015
    • Daniel Wagner-Hall's avatar
      Allow guests to register and call /events?room_id= · f522f50a
      Daniel Wagner-Hall authored
      This follows the same flows-based flow as regular registration, but as
      the only implemented flow has no requirements, it auto-succeeds. In the
      future, other flows (e.g. captcha) may be required, so clients should
      treat this like the regular registration flow choices.
      f522f50a
  11. Mar 24, 2015
  12. Feb 11, 2015
  13. Jan 28, 2015
  14. Jan 23, 2015
  15. Jan 22, 2015
  16. Oct 15, 2014
  17. Sep 26, 2014
  18. Sep 12, 2014
  19. Sep 03, 2014
  20. Aug 31, 2014
    • Matthew Hodgson's avatar
      change the world: make the default matrix API URL prefix /_matrix rather than... · 8fe912d9
      Matthew Hodgson authored
      change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions.
      
      perl -pi -e 's#/matrix#/_matrix#g' ./cmdclient/console.py ./docs/client-server/howto.rst ./docs/client-server/specification.rst ./docs/client-server/swagger_matrix/directory ./docs/client-server/swagger_matrix/events ./docs/client-server/swagger_matrix/login ./docs/client-server/swagger_matrix/presence ./docs/client-server/swagger_matrix/profile ./docs/client-server/swagger_matrix/registration ./docs/client-server/swagger_matrix/rooms ./docs/server-server/specification.rst ./graph/graph.py ./jsfiddles/create_room_send_msg/demo.js ./jsfiddles/event_stream/demo.js ./jsfiddles/example_app/demo.js ./jsfiddles/register_login/demo.js ./jsfiddles/room_memberships/demo.js ./synapse/api/urls.py ./tests/federation/test_federation.py ./tests/handlers/test_presence.py ./tests/handlers/test_typing.py ./tests/rest/test_events.py ./tests/rest/test_presence.py ./tests/rest/test_profile.py ./tests/rest/test_rooms.py ./webclient/components/fileUpload/file-upload-service.js ./webclient/components/matrix/matrix-service.js
      8fe912d9
  21. Aug 19, 2014
  22. Aug 18, 2014
  23. Aug 14, 2014
  24. Aug 13, 2014
  25. Aug 12, 2014
Loading