82 次程式碼提交 (develop)

作者 SHA1 備註 提交日期
  Mathieu Velten e108c31fc0
Add avatar and topic settings for server notice room (#16679) 5 月之前
  Mathieu Velten 9e7f80037d
Server notices: add an autojoin setting for the notices room (#16699) 5 月之前
  Mathieu Velten b0ed14d815
Ignore `encryption_enabled_by_default_for_room_type` for notices room (#16677) 5 月之前
  Mathieu Velten c432d8f18f
Admin API for server notice: consistently bypass rate limits (#16670) 5 月之前
  Erik Johnston 954921736b
Refactor `get_user_by_id` (#16316) 8 月之前
  David Robertson 647ff3ef65
Remove unused `room_alias` field from `/createRoom` response (#15093) 1 年之前
  Patrick Cloke d8cc86eff4
Remove redundant types from comments. (#14412) 1 年之前
  Eric Eastwood d58615c82c
Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 1 年之前
  Quentin Gliech 3dd175b628
`synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 年之前
  Quentin Gliech 92103cb2c8
Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 1 年之前
  Erik Johnston e3163e2e11
Reduce the amount of state we pull from the DB (#12811) 1 年之前
  Andrew Morgan 83be72d76c
Add `StreamKeyType` class and replace string literals with constants (#12567) 2 年之前
  Brendan Abolivier 9013104429
Don't create an empty room when checking for MAU limits (#12713) 2 年之前
  Jorge Florian 2e2d8cc2f9
Update the server notices user profile in room if changed. (#12115) 2 年之前
  Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 2 年之前
  David Robertson e79ee48313
disallow-untyped-defs for synapse.server_notices (#11021) 2 年之前
  Patrick Cloke 94b620a5ed
Use direct references for configuration variables (part 6). (#10916) 2 年之前
  Patrick Cloke bb7fdd821b
Use direct references for configuration variables (part 5). (#10897) 2 年之前
  Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885) 2 年之前
  Dirk Klimpel e62cdbef1a
Improve ServerNoticeServlet to avoid duplicate requests (#10679) 2 年之前
  Jonathan de Jong bf72d10dbf
Use inline type hints in various other places (in `synapse/`) (#10380) 2 年之前
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 年之前
  Patrick Cloke 7e8dc9934e
Add a type hints for service notices to the HomeServer object. (#9675) 3 年之前
  Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 3 年之前
  Patrick Cloke fa842a9866
Use the account handler in additional places. (#9166) 3 年之前
  Erik Johnston f737368a26
Add admin API for logging in as a user (#8617) 3 年之前
  Will Hunt 89700dfb8c
Check support room has only two users before sending a notice (#8728) 3 年之前
  Patrick Cloke 34a5696f93
Fix typos and spelling errors. (#8639) 3 年之前
  Patrick Cloke c619253db8
Stop sub-classing object (#8249) 3 年之前
  Patrick Cloke d1008fe949
Fix some comments and types in service notices (#7996) 3 年之前
  Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 3 年之前
  Patrick Cloke bd6dc17221
Replace iteritems/itervalues/iterkeys with native versions. (#7692) 3 年之前
  Richard van der Hoff f4269694ce
Optimise some references to hs.config (#7546) 4 年之前
  Erik Johnston 1531b214fc
Add ability to wait for replication streams (#7542) 4 年之前
  Patrick Cloke 032e5a2aca
Convert synapse.server_notices to async/await. (#7394) 4 年之前
  Andrew Morgan 6b22921b19
async/await is_server_admin (#7363) 4 年之前
  Brendan Abolivier d73bf18d13
Server notices: Dissociate room creation/lookup from invite (#7199) 4 年之前
  Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655) 4 年之前
  Andrew Morgan 3916e1b97a
Clean up newline quote marks around the codebase (#6362) 4 年之前
  Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 4 年之前
  Neil Johnson 2794b79052 Option to suppress resource exceeded alerting (#6173) 4 年之前
  Andrew Morgan 4548d1f87e
Remove unnecessary parentheses around return statements (#5931) 4 年之前
  Brendan Abolivier dbd46decad Revert "Do not send consent notices if "no-consent-required" is set" 4 年之前
  Half-Shot 27a686e53b Do not send consent notices if "no-consent-required" is set 4 年之前
  Amber Brown 4806651744
Replace returnValue with return (#5736) 4 年之前
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 4 年之前
  Erik Johnston 05077e06fa Change admin_uri to admin_contact in config and errors 5 年之前
  Erik Johnston 01a5a8b9e3 Fix checking if service notice room is already tagged 5 年之前
  Erik Johnston cdd24449ee Ensure we wake up /sync when we add tag to notice room 5 年之前
  Erik Johnston 14d49c51db Make content of tag an empty object rather than null 5 年之前