summary refs log tree commit diff
path: root/synapse/api/constants.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't expose default_room_version as config optRichard van der Hoff2018-08-071-0/+3
* Basic support for room versioningRichard van der Hoff2018-08-031-0/+6
* Implementation of server_aclsRichard van der Hoff2018-07-041-0/+2
* Apply some limits to depth to counter abuseRichard van der Hoff2018-05-011-0/+3
* Support registration / login with phone numberDavid Baker2017-03-131-0/+2
* Revert "Support registration & login with phone number"Erik Johnston2017-03-131-2/+0
* WIP support for msisdn 3pid proxy methodsDavid Baker2017-02-141-0/+2
* Remove a few aspirational but unused constantsDavid Baker2017-02-081-3/+0
* Move ThirdPartyEntityKind into api.constants so the expectation becomes that ...Paul "LeoNerd" Evans2016-08-251-0/+5
* Check presence state is a valid oneErik Johnston2016-02-181-1/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Allow guest users to join and message roomsDaniel Wagner-Hall2015-11-101-0/+1
* Merge branch 'develop' into daniel/3pidinvitesDaniel Wagner-Hall2015-10-051-0/+1
|\
| * Add 'trusted_private_chat' to room creation presetsErik Johnston2015-10-021-0/+1
* | Implement third party identifier invitesDaniel Wagner-Hall2015-10-011-0/+1
|/
* Remove undocumented and unimplemented 'feedback' parameter from the Client-Se...Mark Haines2015-09-091-11/+0
* Add m.room.avatar to default power levels. Change default required power leve...Erik Johnston2015-08-201-0/+1
* Add canonical alias to the default power levelsErik Johnston2015-08-191-0/+1
* Capitalize contantsErik Johnston2015-07-141-2/+2
* Implement presets at room creationErik Johnston2015-07-131-0/+5
* Add basic impl for room history ACL on GET /messages client APIErik Johnston2015-07-021-0/+2
* Dummy login so we can do the first POST request to get login flows without it...David Baker2015-04-151-0/+1
* Add app service auth back in to v2 registerDavid Baker2015-04-021-3/+1
* Add shared secret auth into register v2 and switch the script over.David Baker2015-04-021-1/+3
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-0/+2
* Implement registering with shared secret.Erik Johnston2015-03-131-0/+1
* Add m.login.application_service registration procedure.Kegan Dougal2015-02-051-0/+1
* Start implementing auth conflict resErik Johnston2015-01-281-0/+6
* Update copyright noticesMark Haines2015-01-061-1/+1
* Kill off synapse.api.events.*Erik Johnston2014-12-161-0/+1
* Validate message, topic and name event contentsErik Johnston2014-12-121-0/+5
* PEP8Erik Johnston2014-12-091-1/+1
* WIP for new way of managing events.Erik Johnston2014-12-031-0/+9
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* Added LoginType constants. Created general structure for processing registrat...Kegan Dougal2014-09-151-0/+9
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add beginnings of ban support.Erik Johnston2014-09-011-1/+2
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-281-0/+7
* Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. Expand...Kegan Dougal2014-08-261-2/+2
* Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-0/+1
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-4/+4
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+42