Age | Commit message (Expand) | Author | Files | Lines |
2020-03-02 | fix primary identity assignment for new accounts | gumi | 1 | -1/+1 |
2020-03-02 | hotfix | gumi | 2 | -6/+26 |
2020-03-02 | add support for Vault + major refactor | gumi | 35 | -113/+3084 |
2019-07-14 | add web page | gumi | 2 | -0/+12 |
2019-07-14 | remove unused stuff | gumi | 2 | -3/+0 |
2019-05-26 | fix a typo in the outbound email | gumi | 1 | -2/+3 |
2019-05-26 | list all account names in the outbound reset email | gumi | 1 | -1/+5 |
2019-05-26 | tell players to contact staff if they believe they've been hacked | gumi | 1 | -3/+3 |
2019-05-26 | prevent from doing many resets at the same time | gumi | 1 | -2/+18 |
2019-05-26 | add uuid-based password reset | gumi | 3 | -6/+119 |
2019-05-25 | use template literals instead of relying on console printf | gumi | 1 | -2/+2 |
2019-05-25 | unfortunately we're using an older node binary on dezilaromed | gumi | 2 | -2/+3 |
2019-05-25 | send to webhook on successful account creationv2.1.0 | gumi | 3 | -4/+31 |
2019-05-25 | use integrated nodemailer and connect to tmwa-admin directly | gumi | 4 | -150/+172 |
2018-04-11 | EXPERIMENTAL: automated password resets for tmwa | gumi | 3 | -4/+130 |
2018-04-11 | make the console less verbose | gumi | 3 | -18/+16 |
2018-04-10 | remove a testing leftover | gumi | 1 | -1/+0 |
2018-04-10 | ...it turns out tokens can be quite long | gumi | 1 | -1/+1 |
2018-04-10 | new major version: v1.0.0v1.0.0 | gumi | 6 | -212/+267 |
2018-04-10 | only call the captcha check when we actually need it | gumi | 1 | -6/+7 |
2018-04-10 | don't accept "undefined" as token | gumi | 1 | -1/+1 |
2018-04-10 | cap the captcha token length | gumi | 1 | -1/+1 |
2018-04-09 | bump version to 0.1.2v0.1.2 | gumi | 1 | -1/+1 |
2018-04-09 | reduce the number of dependencies | gumi | 2 | -5/+2 |
2018-04-09 | limit the total number of sql connections | gumi | 1 | -2/+10 |
2018-04-09 | let node_mysql handle the escaping | gumi | 1 | -9/+10 |
2018-04-09 | fix the email regex | gumi | 1 | -1/+1 |
2018-04-09 | add rate limiting | gumi | 2 | -6/+33 |
2018-04-03 | fix a crash when no user is online on tmwav0.1.1 | gumi | 1 | -1/+2 |
2018-04-02 | gracefully handle read errors when fetching the online list | gumi | 1 | -2/+9 |
2018-04-02 | add a TMWA endpoint to get misc server info | gumi | 3 | -1/+42 |
2018-04-01 | make debug messages more useful | gumi | 1 | -8/+8 |
2018-04-01 | use the built-in npm-config system instead of a custom one | gumi | 3 | -23/+27 |
2018-04-01 | fix a few issues with sql | gumi | 4 | -52/+174 |
2018-03-29 | version v0.1.0v0.1.0 | gumi | 6 | -0/+166 |