Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+3 |
| | |||||
* | Run black on the rest of the storage module (#4996) | Amber Brown | 2019-04-03 | 1 | -28/+17 |
| | |||||
* | Fix UPSERTs on SQLite 3.24+ (#4477) | Amber Brown | 2019-01-28 | 1 | -3/+9 |
| | |||||
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -2/+28 |
| | | | | | | Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits. | ||||
* | Neilj/fix mau initial reserved users (#4211) | Neil Johnson | 2018-11-28 | 1 | -2/+3 |
| | | | | | | | | * fix transaction wrapping bug that caused get_user_id_by_threepid_txn to fail * towncrier * white space | ||||
* | Add option to track MAU stats (but not limit people) (#3830) | Travis Ralston | 2018-11-15 | 1 | -34/+40 |
| | |||||
* | add new line | Neil Johnson | 2018-10-25 | 1 | -0/+1 |
| | |||||
* | improve comments | Neil Johnson | 2018-10-25 | 1 | -6/+6 |
| | |||||
* | fix style inconsistencies | Neil Johnson | 2018-10-24 | 1 | -15/+28 |
| | |||||
* | remove white space | Neil Johnson | 2018-10-23 | 1 | -2/+1 |
| | |||||
* | fix race condiftion in calling initialise_reserved_users | Neil Johnson | 2018-10-23 | 1 | -13/+33 |
| | |||||
* | fix #3854 | Neil Johnson | 2018-09-26 | 1 | -1/+4 |
| | |||||
* | improve naming | Neil Johnson | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | expose number of real reserved users | Neil Johnson | 2018-09-12 | 1 | -0/+17 |
| | |||||
* | ensure guests never enter mau list | Neil Johnson | 2018-09-06 | 1 | -4/+3 |
| | |||||
* | guest users should not be part of mau total | Neil Johnson | 2018-09-05 | 1 | -1/+6 |
| | |||||
* | move threepid checker to config, add missing yields | Neil Johnson | 2018-08-31 | 1 | -14/+0 |
| | |||||
* | ensure post registration auth checks do not fail erroneously | Neil Johnson | 2018-08-31 | 1 | -1/+14 |
| | |||||
* | Implement trail users | Erik Johnston | 2018-08-23 | 1 | -0/+5 |
| | |||||
* | Add missing yield | Erik Johnston | 2018-08-23 | 1 | -1/+2 |
| | |||||
* | call reap on start up and fix under reaping bug | Neil Johnson | 2018-08-16 | 1 | -1/+4 |
| | |||||
* | adding missing yield | Neil Johnson | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3670 from matrix-org/neilj/mau_sync_block | Neil Johnson | 2018-08-14 | 1 | -5/+5 |
|\ | | | | | Block ability to read via sync if mau limit exceeded | ||||
| * | rename _user_last_seen_monthly_active | Neil Johnson | 2018-08-09 | 1 | -5/+5 |
| | | |||||
* | | fix sqlite/postgres incompatibility in reap_monthly_active_users | Neil Johnson | 2018-08-11 | 1 | -16/+28 |
|/ | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-08 | 1 | -1/+1 |
|\ | | | | | | | neilj/reserved_users | ||||
| * | typos | Neil Johnson | 2018-08-08 | 1 | -2/+2 |
| | | |||||
* | | prevent total number of reserved users being too large | Neil Johnson | 2018-08-07 | 1 | -1/+3 |
| | | |||||
* | | implement reserved users for mau limits | Neil Johnson | 2018-08-07 | 1 | -11/+34 |
| | | |||||
* | | WIP building out mau reserved users | Neil Johnson | 2018-08-06 | 1 | -1/+15 |
|/ | |||||
* | Fix postgres compatibility bug | Neil Johnson | 2018-08-06 | 1 | -4/+15 |
| | |||||
* | make use of _simple_select_one_onecol, improved comments | Neil Johnson | 2018-08-06 | 1 | -8/+11 |
| | |||||
* | bug fixes | Neil Johnson | 2018-08-03 | 1 | -2/+1 |
| | |||||
* | wip commit - tests failing | Neil Johnson | 2018-08-03 | 1 | -18/+48 |
| | |||||
* | fix caching and tests | Neil Johnson | 2018-08-03 | 1 | -48/+43 |
| | |||||
* | typo | Neil Johnson | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | wip attempt at caching | Neil Johnson | 2018-08-02 | 1 | -9/+47 |
| | |||||
* | insertion into monthly_active_users | Neil Johnson | 2018-08-02 | 1 | -6/+12 |
| | |||||
* | Merge branch 'neilj/mau_tracker' of github.com:matrix-org/synapse into ↵ | Neil Johnson | 2018-08-02 | 1 | -0/+3 |
|\ | | | | | | | neilj/mau_tracker | ||||
| * | normalise reaping query | Neil Johnson | 2018-08-01 | 1 | -3/+38 |
| | | |||||
* | | Revert "change monthly_active_users table to be a single column" | Neil Johnson | 2018-08-02 | 1 | -3/+7 |
|/ | | | | This reverts commit ec716a35b219d147dee51733b55573952799a549. | ||||
* | change monthly_active_users table to be a single column | Neil Johnson | 2018-08-01 | 1 | -7/+3 |
| | |||||
* | clean up | Neil Johnson | 2018-08-01 | 1 | -15/+3 |
| | |||||
* | api into monthly_active_users table | Neil Johnson | 2018-07-31 | 1 | -0/+89 |