summary refs log tree commit diff
path: root/synapse/app/homeserver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented GETs for the ContentRepoResource. It all actually appears to be w...Kegan Dougal2014-08-181-2/+2
* Auth content uploads. Added a mapping function from request > filename. Added...Kegan Dougal2014-08-181-1/+1
* Added /matrix/content path, HS resource_for_content_repo attribute and FileUp...Kegan Dougal2014-08-181-3/+9
* Change relative db paths to absolute paths in case we daemonize.Erik Johnston2014-08-141-2/+9
* chmod +x homeserver.pyPaul "LeoNerd" Evans2014-08-141-0/+0
* Added web client prefixKegan Dougal2014-08-141-3/+3
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-3/+2
* If the web client is enabled, automatically redirect root '/' to the web clie...Kegan Dougal2014-08-141-4/+13
* Fixed dynamic resource mapping to clobber dummy Resources with the actual des...Kegan Dougal2014-08-141-5/+27
* Honour the -w flag to enable the web client at /matrix/clientKegan Dougal2014-08-141-5/+8
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-3/+1
* Make federation use resource_for_federation as well.Kegan Dougal2014-08-141-1/+3
* Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2014-08-141-2/+75
* Don't pass host_web_client flag to register_servlets, it needs to be a Resour...Kegan Dougal2014-08-131-1/+1
* Merge branch 'master' of github.com:matrix-org/synapseKegan Dougal2014-08-131-3/+2
|\
| * Fix logging verbosity parsing codePaul "LeoNerd" Evans2014-08-131-3/+2
* | Merge branch 'master' of github.com:matrix-org/synapseKegan Dougal2014-08-131-3/+3
|\|
| * verbose by default pleaseMatthew Hodgson2014-08-131-3/+3
* | Added a -w flag which will host the web client if specified. Currently this j...Kegan Dougal2014-08-131-1/+3
|/
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-1/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+172