summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.constants.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-09lintAndrew Morgan1-15/+10
2019-09-09address review commentsAndrew Morgan1-24/+37
2019-09-05liiiiiiiiiiiintAndrew Morgan1-3/+7
2019-09-05Address review commentsAndrew Morgan1-37/+39
2019-09-05Apply suggestions from code reviewAndrew Morgan1-3/+3
2019-09-04Change lookup_3pid back to a private methodAndrew Morgan1-2/+2
2019-09-04whoopsAndrew Morgan1-1/+1
2019-09-04lintAndrew Morgan1-5/+2
2019-09-04Factor our v2 invite thingsAndrew Morgan1-79/+19
2019-09-04Fix issues with moving stuff back to RoomMemberHandlerAndrew Morgan1-5/+5
2019-09-04Revert moving lookup stuff to IdentityHandlerAndrew Morgan2-194/+194
2019-09-04Address review commentsAndrew Morgan2-15/+26
2019-09-04Apply suggestions from code reviewAndrew Morgan1-3/+3
2019-09-03id_access_token supportAndrew Morgan4-17/+102
2019-09-03code cleanupsAndrew Morgan1-7/+2
2019-09-03use v2 identity service api endpoints for 3pid invites and lookupAndrew Morgan2-175/+176
2019-09-03Ensure the list media admin API is always available (#5966)Travis Ralston2-2/+6
2019-09-03Fix docstringAndrew Morgan1-2/+1
2019-09-03Remove unnecessary variable declarationAndrew Morgan1-1/+0
2019-09-03Docker packaging should not su-exec or chmod if already running as UID/GID (#...Michael Kaye2-35/+50
2019-09-03Ensure an auth instance is available to ListMediaInRoom (#5967)Travis Ralston2-0/+2
2019-09-03fix typoMatthew Hodgson1-1/+1
2019-09-03Remove double return statements (#5962)Andrew Morgan15-20/+1
2019-09-03Opentrace device lists (#5853)Jorik Schellekens8-58/+118
2019-09-02Remove unused methods from c/s api v1 in register.py (#5963)Andrew Morgan3-137/+2
2019-09-02fix thumbnail storage location (#5915)L0ric02-1/+2
2019-09-02Update INSTALL.md to say that Python 2 is no longer supported (#5953)Aaron Raimist2-2/+3
2019-08-30Revert "Add m.id_access_token flag (#5930)" (#5945)Andrew Morgan2-7/+1
2019-08-30 Remove unnecessary parentheses around return statements (#5931)Andrew Morgan81-286/+287
2019-08-31Move buildkite config to the pipelines repo (#5943)Amber Brown3-310/+16
2019-08-30Add m.id_access_token flag (#5930)Andrew Morgan2-1/+7
2019-08-30Removed unused jenkins/ folder and script (#5938)Amber Brown2-16/+1
2019-08-30Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937)Andrew Morgan4-166/+9
2019-08-30Fix buildkite pipeline plugin matrix-org/annotate using the wrong variable co...Amber Brown1-3/+3
2019-08-29Fix coverage in sytest and use plugins for buildkite (#5922)Amber Brown8-32/+92
2019-08-28Add a link to python's logging config schema (#5926)Jorik Schellekens3-2/+5
2019-08-28Let synctl use a config directory. (#5904)Jorik Schellekens3-6/+15
2019-08-28Removing entry for 5903Will Hunt1-1/+0
2019-08-28Use the v2 lookup API for 3PID invites (#5897)Andrew Morgan4-9/+166
2019-08-28lintAndrew Morgan1-2/+5
2019-08-28Apply suggestions from code reviewAndrew Morgan1-2/+2
2019-08-28Warn user when the id_server they chose does not support any of the hs' desir...Andrew Morgan1-3/+4
2019-08-28Config templating (#5900)Jorik Schellekens9-46/+366
2019-08-28Implement a structured logging output system. (#5680)Amber Brown31-82/+1328
2019-08-28small fixes and remove unnecessary EnumAndrew Morgan2-23/+18
2019-08-28Fix a cache-invalidation bug for worker-based deployments (#5920)Richard van der Hoff2-8/+17
2019-08-28Typographical corrections in docker/README (#5921)Victor Goff1-5/+5
2019-08-27Fix off by one error in SRV result shufflingErik Johnston1-8/+13
2019-08-27Document GET method for retrieving admin bit of user in admin APIOlivier Wilkinson (reivilibre)1-0/+19
2019-08-27Add GET method to admin API /users/@user:dom/adminOlivier Wilkinson (reivilibre)4-9/+43
2019-08-27lintAndrew Morgan1-2/+6
2019-08-27Address review commentsAndrew Morgan1-14/+17
2019-08-27Update 5909.miscRichard van der Hoff1-1/+1
2019-08-27Add Admin API capability to set adminship of a user (#5878)reivilibre6-0/+132
2019-08-27