summary refs log tree commit diff
path: root/tests/storage/test_client_ips.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix userconsent on Python 3 (#3938)Amber Brown2018-10-021-46/+2
|
* Fix client IPs being broken on Python 3 (#3908)Amber Brown2018-09-201-35/+167
|
* ensure guests never enter mau listNeil Johnson2018-09-061-3/+1
|
* Merge pull request #3670 from matrix-org/neilj/mau_sync_blockNeil Johnson2018-08-141-6/+6
|\ | | | | Block ability to read via sync if mau limit exceeded
| * rename _user_last_seen_monthly_activeNeil Johnson2018-08-091-6/+6
| |
* | Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
| |
* | Run black.black2018-08-101-8/+7
|/
* wip commit - tests failingNeil Johnson2018-08-031-6/+6
|
* fix (lots of) py3 test failuresNeil Johnson2018-08-031-1/+0
|
* fix py3 test failureNeil Johnson2018-08-031-0/+1
|
* insertion into monthly_active_usersNeil Johnson2018-08-021-3/+63
|
* Fix upErik Johnston2017-06-271-4/+1
|
* Fix up client ips to read from pending dataErik Johnston2017-06-271-4/+1
|
* GET /devices endpointRichard van der Hoff2016-07-201-0/+62
implement a GET /devices endpoint which lists all of the user's devices. It also returns the last IP where we saw that device, so there is some dancing to fish that out of the user_ips table.