Commit Graph

768 Commits (f93aba1d66689efa89f11c5230b31b7d04220af2)
 

Author SHA1 Message Date
Mark Haines f93aba1d66 Fix formating for threat model 10 years ago
Mark Haines e3b261b0b7 Move securitY threat model docs into specification 10 years ago
Mark Haines ee2bcdec65 Limit the size of uploads 10 years ago
Kegan Dougal beaf50f5c6 Bubble up SynapseErrors so expected failures aren't masked. 10 years ago
Kegan Dougal 581c54bebe Add exception handling to directory servlet, so we don't 500. Mark directory API as volatile in the api docs. 10 years ago
Erik Johnston 30bcbc433a Fix up directory server to not require uploading room hosts. Update the room hosts table with the current room hosts (if we have them) on GET. 10 years ago
Emmanuel ROHEE 5f7cdbe0b8 List commands and their usage in the settings page 10 years ago
Emmanuel ROHEE ede161d296 Added /kick $user_id 10 years ago
Erik Johnston b5f9d47c89 Handle new state events which don't have a common ancestor 10 years ago
Erik Johnston e4c40158c5 Snapshot prev_state for generic events 10 years ago
Paul "LeoNerd" Evans cda31fb755 Kill the state 10 years ago
Paul "LeoNerd" Evans dada11dc5f Bugfix for back-pagination of presence 10 years ago
Emmanuel ROHEE 277fd2250a Added /unban $user_id 10 years ago
Erik Johnston 073a42cc95 Add support for room names 10 years ago
Kegan Dougal 7fc84c7019 Make retrying requests on DNS failures configurable, and turn off retrying only in directory.get_association 10 years ago
Emmanuel ROHEE c06d07a276 Send unrecognized commands as text message (as before) 10 years ago
Emmanuel ROHEE 4c7da89219 Do not define power level limits in setUserPowerLevel. Update the function to be used as a resetUserPowerLevel 10 years ago
Emmanuel ROHEE 932f35a7f0 Added /deop $user_id 10 years ago
Paul "LeoNerd" Evans 756e171ad0 Store SQL DDL deltas as well; attempt to upgrade the database on startup if it's too old 10 years ago
Emmanuel ROHEE 4777c1cd5b BF: Do not be polluted by ops events that come when paginating back 10 years ago
Kegan Dougal b1195c125f hs: Updated synapse.http.client to handle DNSLookupErrors and bail immediately. 10 years ago
Paul "LeoNerd" Evans da31b96b55 Implement presence state visibilty limiting when polling eventsource for stream 10 years ago
Paul "LeoNerd" Evans 86d6232236 Don't eat federation transmit errors during unit tests; fix remote presence EDU-sending test because of this 10 years ago
Paul "LeoNerd" Evans 061e814195 Make sure to print exceptions properly from notifier failures 10 years ago
Kegan Dougal 56bc57cf50 apidocs: Added m.room.name 10 years ago
Kegan Dougal 27cdbf7b94 apidocs: Tweak join response format. Explicitly state empty JSON objects where they are required by the spec. Mark unimplemented room GET APIs clearly. 10 years ago
Emmanuel ROHEE 4b85c5f52c Added /op $user_id $powerLevel 10 years ago
Kegan Dougal cd0afb85c4 Updated feedback api docs and fixed feedback content template bug 10 years ago
Kegan Dougal dfea1730dc apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in invite/drop arrays. 10 years ago
Erik Johnston b50ea730b1 Merge branch 'develop' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston bc21350298 Add option to change content repo location 10 years ago
Kegan Dougal 10afd895c4 Edited /presence REST servlet to raise SynapseErrors to return a standard error response, rather than a string. 10 years ago
Kegan Dougal c54d8df504 Update API docs to use 'presence' key not 'state'. Fixed error messages when setting presence. 10 years ago
Kegan Dougal acfabfff9c Fixed /presence APIs to urldecode user IDs. 10 years ago
Kegan Dougal 65693e9e15 Fixed GET /events/$id to be not broken. 10 years ago
Mark Haines bf10cf5f1a move contentrepo class to it's own file 10 years ago
Kegan Dougal 2385d396c3 URL decode user IDs for /profile REST path segments. 10 years ago
Kegan Dougal 3a3fadcece Make API docs not lie on registration/login. 10 years ago
Kegan Dougal ce5c88006e Update port numbers. 10 years ago
Emmanuel ROHEE d29d41322a Better indicate in the page feedback section that a user can't join a room (because he has been banned for ex). May be worth to be put in the middle of screen 10 years ago
Erik Johnston 46ac4a2f85 Fill out power level bits in the spec 10 years ago
Paul "LeoNerd" Evans da3e04df8b Rename the 'do_users_share_a_room' to something slightly less verb-sounding 10 years ago
Paul "LeoNerd" Evans 967b45bc1a Allow optional non-suppression of exceptions through the Distributor 10 years ago
Paul "LeoNerd" Evans ddf3ca7ab3 Neater is_presence_visible() code 10 years ago
Emmanuel ROHEE 4ba5b4b55d Do not show banned people in member list. Format ban events strings in room and recent flows 10 years ago
Kegan Dougal 8ad056b207 Prefix API links with /docs/api/client-server so they should link through correctly on matrix.org 10 years ago
Kegan Dougal e4eb5cb443 cmdclient: Fixed /join to work with the updated c-s API. 10 years ago
Emmanuel ROHEE 56427b8057 Added /ban command 10 years ago
Emmanuel ROHEE 65c7f78e9f Made IRC style command easier to handle specifically for possible arguments 10 years ago
Kegan Dougal 8166ebd91a cmdclient: Now works correctly with user localpart login. Default to 8008 not 8080. 10 years ago