summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03Move securitY threat model docs into specificationMark Haines2-141/+124
2014-09-03Limit the size of uploadsMark Haines3-1/+55
2014-09-03Bubble up SynapseErrors so expected failures aren't masked.Kegan Dougal1-0/+2
2014-09-03Add exception handling to directory servlet, so we don't 500. Mark directory ...Kegan Dougal2-2/+18
2014-09-03Fix up directory server to not require uploading room hosts. Update the room ...Erik Johnston3-2/+16
2014-09-03List commands and their usage in the settings pageEmmanuel ROHEE1-0/+15
2014-09-03Added /kick $user_idEmmanuel ROHEE1-4/+14
2014-09-03Handle new state events which don't have a common ancestorErik Johnston1-0/+12
2014-09-03Snapshot prev_state for generic eventsErik Johnston1-1/+6
2014-09-03Kill the statePaul "LeoNerd" Evans5-94/+60
2014-09-03Bugfix for back-pagination of presencePaul "LeoNerd" Evans1-0/+2
2014-09-03Added /unban $user_idEmmanuel ROHEE1-0/+10
2014-09-03Add support for room namesErik Johnston2-2/+20
2014-09-03Make retrying requests on DNS failures configurable, and turn off retrying on...Kegan Dougal3-8/+29
2014-09-03Send unrecognized commands as text message (as before)Emmanuel ROHEE1-1/+2
2014-09-03Do not define power level limits in setUserPowerLevel. Update the function to...Emmanuel ROHEE2-35/+3
2014-09-03Added /deop $user_idEmmanuel ROHEE2-3/+36
2014-09-03Store SQL DDL deltas as well; attempt to upgrade the database on startup if i...Paul "LeoNerd" Evans4-22/+183
2014-09-03BF: Do not be polluted by ops events that come when paginating backEmmanuel ROHEE1-2/+5
2014-09-03hs: Updated synapse.http.client to handle DNSLookupErrors and bail immediately.Kegan Dougal1-1/+6
2014-09-03Implement presence state visibilty limiting when polling eventsource for streamPaul "LeoNerd" Evans3-15/+147
2014-09-03Don't eat federation transmit errors during unit tests; fix remote presence E...Paul "LeoNerd" Evans2-1/+16
2014-09-03Make sure to print exceptions properly from notifier failuresPaul "LeoNerd" Evans1-1/+6
2014-09-03apidocs: Added m.room.nameKegan Dougal1-0/+62
2014-09-03apidocs: Tweak join response format. Explicitly state empty JSON objects wher...Kegan Dougal1-5/+35
2014-09-03Added /op $user_id $powerLevelEmmanuel ROHEE3-7/+59
2014-09-03Updated feedback api docs and fixed feedback content template bugKegan Dougal2-2/+11
2014-09-03apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in i...Kegan Dougal2-2/+10
2014-09-03Add option to change content repo locationErik Johnston3-4/+20
2014-09-03Edited /presence REST servlet to raise SynapseErrors to return a standard err...Kegan Dougal1-7/+12
2014-09-03Update API docs to use 'presence' key not 'state'. Fixed error messages when ...Kegan Dougal2-2/+2
2014-09-03Fixed /presence APIs to urldecode user IDs.Kegan Dougal1-1/+5
2014-09-03Fixed GET /events/$id to be not broken.Kegan Dougal1-1/+3
2014-09-03move contentrepo class to it's own fileMark Haines3-163/+194
2014-09-03URL decode user IDs for /profile REST path segments.Kegan Dougal1-0/+6
2014-09-03Make API docs not lie on registration/login.Kegan Dougal2-2/+24
2014-09-03Update port numbers.Kegan Dougal7-7/+7
2014-09-03Better indicate in the page feedback section that a user can't join a room (b...Emmanuel ROHEE1-1/+2
2014-09-03Fill out power level bits in the specErik Johnston1-42/+63
2014-09-03Rename the 'do_users_share_a_room' to something slightly less verb-soundingPaul "LeoNerd" Evans4-6/+6
2014-09-03Allow optional non-suppression of exceptions through the DistributorPaul "LeoNerd" Evans2-7/+34
2014-09-03Neater is_presence_visible() codePaul "LeoNerd" Evans1-9/+8
2014-09-03Do not show banned people in member list. Format ban events strings in room a...Emmanuel ROHEE3-4/+10
2014-09-03Prefix API links with /docs/api/client-server so they should link through cor...Kegan Dougal1-15/+15
2014-09-03cmdclient: Fixed /join to work with the updated c-s API.Kegan Dougal1-1/+1
2014-09-03Added /ban commandEmmanuel ROHEE2-1/+29
2014-09-03Made IRC style command easier to handle specifically for possible argumentsEmmanuel ROHEE1-10/+22
2014-09-03cmdclient: Now works correctly with user localpart login. Default to 8008 not...Kegan Dougal1-3/+7
2014-09-03Add ban support: /rooms/$roomid/ban with { user_id : foo }Kegan Dougal1-2/+2
2014-09-03Add copyright notices and fix pyflakes errorsMark Haines7-7/+59
2014-09-03Set status message for ratelimit error responsesMark Haines3-6/+12
2014-09-03Fix tests to support ratelimitingMark Haines3-2/+64
2014-09-03howto: Link jsfiddles correctly. Hide ugly TODOs.Kegan Dougal1-10/+22
2014-09-03Raise LimitExceedError when the ratelimiting is throttling requestsMark Haines2-11/+29
2014-09-03doc generatorMatthew Hodgson3-0/+792
2014-09-03fix rstMatthew Hodgson1-16/+26
2014-09-03don't echo password to stdout...Matthew Hodgson1-1/+1
2014-09-02more critiqueMatthew Hodgson1-1/+2
2014-09-02Edited room creation section to mention all the events created when the room is.Kegan Dougal1-1/+16
2014-09-02Added Qs which should be answered in the marked TODOsKegan Dougal1-7/+7
2014-09-02only need one voip section :)Matthew Hodgson1-5/+0
2014-09-02general documentation review and editingMatthew Hodgson2-52/+156
2014-09-02fix quickstart slightlyMatthew Hodgson1-6/+6
2014-09-02Added the new power level related events which were recently introduced.Kegan Dougal1-0/+60