summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-31Consistently use six's iteritems and wrap lazy keys/values in list() if they'...Amber Brown1-1/+3
2018-05-29Update some comments and docstrings in SyncHandlerRichard van der Hoff1-1/+11
2018-05-29fix testsRichard van der Hoff1-0/+1
2018-05-29Exempt AS-registered users from doing gdprRichard van der Hoff2-0/+4
2018-05-29add remaining memoryview changesAdrian Tschira2-4/+12
2018-05-29pep8Adrian Tschira1-0/+1
2018-05-29use memoryview in py3Adrian Tschira2-2/+18
2018-05-29extend tox testing for py3 to avoid regressionsKrombel1-1/+28
2018-05-29pep8Matthew Hodgson1-0/+1
2018-05-29fix another dumb typoMatthew Hodgson1-2/+2
2018-05-29disable CPUMetrics if no /proc/self/statMatthew Hodgson1-0/+3
2018-05-29fix dumb typoMatthew Hodgson1-4/+4
2018-05-28fix up testsAmber Brown1-3/+3
2018-05-28update to more consistently use seconds in any metrics or loggingAmber Brown4-38/+38
2018-05-28invalid syntax :(Amber Brown1-2/+1
2018-05-28add comment about why unregAmber Brown1-0/+2
2018-05-28update metrics to be in secondsAmber Brown4-37/+38
2018-05-25Fix default for send_server_notice_to_guestsRichard van der Hoff1-1/+1
2018-05-25Avoid sending consent notice to guest usersRichard van der Hoff2-1/+12
2018-05-25Let users leave the server notice room after joiningRichard van der Hoff2-12/+19
2018-05-24fix recursion errorAdrian Tschira1-7/+5
2018-05-24py3-ize state.pyAdrian Tschira1-23/+25
2018-05-24remaining isintance fixesAdrian Tschira3-8/+14
2018-05-24Misc. py3 fixesAdrian Tschira5-11/+13
2018-05-24more iteritemsAdrian Tschira1-4/+6
2018-05-24Py3 storage/_base.pyAdrian Tschira1-17/+22
2018-05-24Remove users from user directory on deactivateDavid Baker2-0/+11
2018-05-24Update CHANGES.rst v0.30.0 release-v0.30.0Neil Johnson1-5/+5
2018-05-24Update CHANGES.rstNeil Johnson1-1/+1
2018-05-24update for v0.30.0Neil Johnson1-4/+23
2018-05-24bump versionNeil Johnson1-1/+1
2018-05-23pepeighttttAmber Brown1-0/+1
2018-05-23add back CPU metricsAmber Brown1-1/+35
2018-05-23fixesAmber Brown3-13/+13
2018-05-23