Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-04 | Minor fixes | TheArcaneBrony | 3 | -5/+9 | |
2022-09-04 | New db migration script - multiplatform, fix mariadb migrations | TheArcaneBrony | 2 | -269/+0 | |
2022-09-04 | Add mostly-functional initial setup script | TheArcaneBrony | 3 | -4/+12 | |
2022-09-04 | Add fallback to bcryptjs, make canvas optional | TheArcaneBrony | 5 | -6/+3 | |
2022-09-04 | Cleanup, reformat, fix some todos, git hook | TheArcaneBrony | 114 | -689/+750 | |
fixup! Cleanup, reformat, fix some todos, git hook | |||||
2022-09-04 | Add sqlite migration for plugin settings | TheArcaneBrony | 3 | -1/+20 | |
2022-09-04 | Fix config table, add plugin events, implement onPreMessageEvent, add | TheArcaneBrony | 47 | -133/+1746 | |
http error data field, migrations | |||||
2022-09-04 | Plugins finally load! | TheArcaneBrony | 23 | -28/+249 | |
2022-09-04 | Git workflow - partial list of Ubuntu dependencies | TheArcaneBrony | 1 | -1/+4 | |
2022-09-04 | Update plugin loading, update example plugin, add ci task for testing if ↵ | TheArcaneBrony | 10 | -13/+66 | |
builds work | |||||
2022-09-04 | feat(plugins): event system | Flam3rboy | 4 | -28/+85 | |
2022-09-04 | feat(plugins): loader | Flam3rboy | 4 | -0/+49 | |
2022-09-04 | Basic client patching system | TheArcaneBrony | 1 | -0/+1 | |
2022-09-04 | Basic client patching system | TheArcaneBrony | 15 | -167/+304 | |
2022-09-04 | Prettier | TheArcaneBrony | 24 | -1645/+1447 | |
2022-09-04 | Move component starts to before sentry enabling | Madeline | 1 | -2/+4 | |
2022-09-04 | Fix migration | TheArcaneBrony | 1 | -1/+1 | |
Migration threw a "bio contains null value" error in my testing environment. | |||||
2022-09-04 | flags related rights and stats api | Erkin Alp Güney | 9 | -114/+137 | |
2022-09-04 | Various fixes for current web client (#875) | Madeline | 17 | -1241/+1565 | |
* Placeholder member verification endpoint * Welcome screen * Fix types for welcome screen * Try to allow role icons to be removed * Fix typo in genschemas script * Remove left over welcome-screen endpoint * Embedded activities | |||||
2022-09-03 | Update README.md | DragonFire | 1 | -1/+0 | |
2022-09-01 | fix user profile not displaying correctly | Puyodead1 | 1 | -2/+9 | |
2022-09-01 | Update README.md | DragonFire | 1 | -6/+4 | |
2022-08-30 | regenerate migrations | Puyodead1 | 3 | -49/+6 | |
2022-08-29 | Delete profile.ts | Puyodead1 | 1 | -34/+0 | |
2022-08-29 | implement guild profiles and fix user profiles | Puyodead1 | 15 | -91/+540 | |
2022-08-27 | Oop, deprecated typeorm call | TheArcaneBrony | 1 | -1/+1 | |
2022-08-27 | Configurable backup code length | TheArcaneBrony | 2 | -1/+2 | |
2022-08-27 | Add missing SKU | TheArcaneBrony | 1 | -8/+168 | |
2022-08-27 | Dont even bother loading mappings for assets. | TheArcaneBrony | 1 | -0/+3 | |
2022-08-27 | Configurable MFA backup token length | TheArcaneBrony | 2 | -1/+3 | |
2022-08-24 | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 4 | -4/+9 | |
Also disabled rate limit bypass right as it doesn't work... | |||||
2022-08-24 | Added Env and Software Vars. | Catalan Lover | 1 | -1/+9 | |
2022-08-24 | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 4 | -4/+9 | |
Also disabled rate limit bypass right as it doesn't work... | |||||
2022-08-23 | Fix typo and add not applicable instructions for Version. | Catalan Lover | 1 | -2/+2 | |
2022-08-23 | Update feature_request.md | Catalan Lover | 1 | -1/+1 | |
2022-08-23 | Update issue templates | Catalan Lover | 2 | -0/+53 | |
2022-08-23 | Check Captcha | Scott Gould | 2 | -5/+37 | |
2022-08-23 | New db migration script - multiplatform, fix mariadb migrations | TheArcaneBrony | 10 | -153/+195 | |
2022-08-20 | Improve first setup, make server load initial configuraiton | TheArcaneBrony | 9 | -40/+875 | |
2022-08-20 | Disable yarn PnP | TheArcaneBrony | 2 | -2/+2 | |
2022-08-20 | prettier | TheArcaneBrony | 339 | -4235/+3835 | |
2022-08-20 | Fix merge conflicts | TheArcaneBrony | 8 | -8231/+7 | |
2022-08-20 | Make canvas optional | TheArcaneBrony | 2 | -1092/+323 | |
2022-08-20 | Add fallback to bcryptjs | TheArcaneBrony | 7 | -20/+77 | |
2022-08-20 | Drop ajv patch, update setup script | TheArcaneBrony | 11 | -30130/+9041 | |
2022-08-19 | Updates scripts and tests from dev/plugins | TheArcaneBrony | 40 |