summary refs log tree commit diff
path: root/synapse/rest/admin/server_notice_servlet.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-3/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to purge room and server notice admin API. (#9520)Dirk Klimpel2021-03-081-9/+14
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-5/+4
* Port synaps/rest/client/server_notice_servlet.py to async/awaitErik Johnston2019-10-111-6/+3
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Merge tag 'v1.2.0rc2' into developAndrew Morgan2019-07-241-2/+7
|\
| * Fix servlet metric names (#5734)Jorik Schellekens2019-07-241-2/+7
* | Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
|/
* Run Black. (#5482)Amber Brown2019-06-201-9/+4
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-0/+100