summary refs log tree commit diff
path: root/synapse/storage/monthly_active_users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* move threepid checker to config, add missing yieldsNeil Johnson2018-08-311-14/+0
* ensure post registration auth checks do not fail erroneouslyNeil Johnson2018-08-311-1/+14
* Implement trail usersErik Johnston2018-08-231-0/+5
* Add missing yieldErik Johnston2018-08-231-1/+2
* call reap on start up and fix under reaping bugNeil Johnson2018-08-161-1/+4
* adding missing yieldNeil Johnson2018-08-141-1/+1
* Merge pull request #3670 from matrix-org/neilj/mau_sync_blockNeil Johnson2018-08-141-5/+5
|\
| * rename _user_last_seen_monthly_activeNeil Johnson2018-08-091-5/+5
* | fix sqlite/postgres incompatibility in reap_monthly_active_usersNeil Johnson2018-08-111-16/+28
|/
* Merge branch 'develop' of github.com:matrix-org/synapse into neilj/reserved_u...Neil Johnson2018-08-081-1/+1
|\
| * typosNeil Johnson2018-08-081-2/+2
* | prevent total number of reserved users being too largeNeil Johnson2018-08-071-1/+3
* | implement reserved users for mau limitsNeil Johnson2018-08-071-11/+34
* | WIP building out mau reserved usersNeil Johnson2018-08-061-1/+15
|/
* Fix postgres compatibility bugNeil Johnson2018-08-061-4/+15
* make use of _simple_select_one_onecol, improved commentsNeil Johnson2018-08-061-8/+11
* bug fixesNeil Johnson2018-08-031-2/+1
* wip commit - tests failingNeil Johnson2018-08-031-18/+48
* fix caching and testsNeil Johnson2018-08-031-48/+43
* typoNeil Johnson2018-08-021-1/+1
* wip attempt at cachingNeil Johnson2018-08-021-9/+47
* insertion into monthly_active_usersNeil Johnson2018-08-021-6/+12
* Merge branch 'neilj/mau_tracker' of github.com:matrix-org/synapse into neilj/...Neil Johnson2018-08-021-0/+3
|\
| * normalise reaping queryNeil Johnson2018-08-011-3/+38
* | Revert "change monthly_active_users table to be a single column"Neil Johnson2018-08-021-3/+7
|/
* change monthly_active_users table to be a single columnNeil Johnson2018-08-011-7/+3
* clean upNeil Johnson2018-08-011-15/+3
* api into monthly_active_users tableNeil Johnson2018-07-311-0/+89