summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-29Add auth check to test if a user is an admin or not.Erik Johnston1-0/+3
2014-09-29SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston4-5/+20
2014-09-26