index
:
legacy/api
github/fork/pazkero/jesusalva/compat
github/fork/pazkero/totp
master
TMW RESTful API
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-03-06
only give 30 minutes to click a login link
gumi
1
-3
/
+7
2020-03-06
prevent uuid bruteforcing
gumi
7
-8
/
+140
2020-03-06
expose the vault account id
gumi
2
-0
/
+6
2020-03-05
oh how I wish this was typescript
gumi
2
-1
/
+3
2020-03-04
this is for you, Jesusalva
gumi
7
-24
/
+24
2020-03-04
pre-cache the game accounts on login
gumi
12
-189
/
+397
2020-03-03
add rudimentary anti-bruteforcing
gumi
6
-11
/
+79
2020-03-03
tmwa accounts can have 4-character passwords (yes, it's dumb)
gumi
1
-1
/
+1
2020-03-03
improve rate limiter logging
gumi
1
-9
/
+19
2020-03-03
reduce the cooldown on legitimate tmwa operations to avoid bans
gumi
1
-2
/
+2
2020-03-03
simplify some sequelize operations
gumi
2
-11
/
+6
2020-03-03
auto-fix accounts with no primary identity
gumi
1
-1
/
+6
2020-03-02
more bugs, yay
gumi
2
-2
/
+2
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
30
-89
/
+3027
2019-07-14
remove unused stuff
gumi
1
-1
/
+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
2
-4
/
+116
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
1
-2
/
+2
2019-05-25
send to webhook on successful account creation
v2.1.0
gumi
2
-3
/
+27
2019-05-25
use integrated nodemailer and connect to tmwa-admin directly
gumi
2
-135
/
+157
2018-04-11
EXPERIMENTAL: automated password resets for tmwa
gumi
2
-2
/
+127
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.0
v1.0.0
gumi
4
-0
/
+264
this will make it easier to switch to typescript