summary refs log tree commit diff
path: root/docs/postgres.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-20Clean up gitignores (#4688)Richard van der Hoff3-58/+38
I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
2019-02-20Fix registration on workers (#4682)Erik Johnston14-151/+277
* Move RegistrationHandler init to HomeServer * Move post registration actions to RegistrationHandler * Add post regisration replication endpoint * Newsfile