summary refs log tree commit diff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expand architecture section to introduce room IDs, room aliases, user IDs, ↵Kegan Dougal2014-08-291-33/+68
| | | | events and federation.
* Redo architecture diagram. Reword parts of federation. Formatting fixes and ↵Kegan Dougal2014-08-291-81/+97
| | | | tweaks.
* Start fleshing out architecture section. Moar .rst formatting! Reword some ↵Kegan Dougal2014-08-281-106/+146
| | | | copypastaed sections to be terser.
* Flesh out m.room.message msgtypesKegan Dougal2014-08-281-10/+102
|
* Support multiple login flows when deciding how to login. Updated cmdclient ↵Kegan Dougal2014-08-281-13/+15
| | | | and spec. Webclient doesn't need updating for this.
* Fleshed out login spec.Kegan Dougal2014-08-281-158/+164
|
* Added skeleton specification for a general feel of the layout.Kegan Dougal2014-08-281-0/+648
|
* Shuffle files around in /docsKegan Dougal2014-08-286-0/+0
|
* Added /rooms/$roomid/state and /rooms/$roomid/initialSync to API docs.Kegan Dougal2014-08-271-0/+73
|
* Added generic state/non-state event sending to the API docs.Kegan Dougal2014-08-271-8/+123
|
* api docs: Finished adding all C-S APIs. Added initialSync, publicRooms, ↵Kegan Dougal2014-08-274-53/+331
| | | | membership changes (generic and RPCy) and directory paths.
* Updated swagger JSON: cleaned up unused entries. Converted most paths to the ↵Kegan Dougal2014-08-274-477/+105
| | | | new format.
* Removed urls.rst - The API docs / swagger JSON should be used as the ↵Kegan Dougal2014-08-271-92/+0
| | | | canonical source for the REST API. Keeping urls.rst around is just an extra maintenance burden.
* Added initial swagger REST API spec.Kegan Dougal2014-08-227-0/+1607
|
* Added final jsfiddle: an example app demonstrating most of the c2s api.Kegan Dougal2014-08-201-0/+13
|
* Add some static fiddles for now (will migrate to github paths eventually)Kegan Dougal2014-08-191-1/+5
|
* Added registration/login jsfiddle, formatted so it can be loaded directly ↵Kegan Dougal2014-08-191-1/+2
| | | | from jsfiddle. Requires jQuery 1.8.3
* ProofingKegan Dougal2014-08-191-19/+20
|
* More formatting, more clarity.Kegan Dougal2014-08-191-23/+38
|
* rst formatting, section heading intro blurbs.Kegan Dougal2014-08-191-18/+35
|
* Added top level TODO and a bit more info on storing the 'end' token.Kegan Dougal2014-08-191-1/+9
|
* Added a first cut for a 'how to' on the client-server API.Kegan Dougal2014-08-191-0/+244
|
* Document that /rooms/:room_id/members/list yields profile and presence ↵Paul "LeoNerd" Evans2014-08-151-0/+10
| | | | information about room members
* s/Synapse/Matrix/Matthew Hodgson2014-08-141-3/+3
|
* It's called Matrix :)Matthew Hodgson2014-08-141-11/+11
|
* Add documentation about Federation Queries and EDUsPaul "LeoNerd" Evans2014-08-141-9/+59
|
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a ↵Kegan Dougal2014-08-141-0/+3
| | | | button to get more (needs to be hooked into infini-scrolling).
* Added M_UNKNOWN_TOKEN error code and send it when there is an unrecognised ↵Kegan Dougal2014-08-141-1/+4
| | | | access_token
* when we're talking about backfilling data in federation, call it backfilling ↵Matthew Hodgson2014-08-133-7/+7
| | | | - not pagination.
* pagination was a terrible nameMatthew Hodgson2014-08-131-5/+5
|
* Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans2014-08-131-5/+9
|
* Add .rst suffix to documentation files so that github auto-formats themMark Haines2014-08-1216-0/+0
|
* Reference Matrix Home Servermatrix.org2014-08-1272-0/+3801