Commit Graph

43 Commits

Author SHA1 Message Date
Jonathan Barrow
cc62c8dad3
Removed unused PNIDgetServerMode method 2023-04-29 15:30:12 -04:00
Jonathan Barrow
d821802088
Add types to PNID.updateMii params 2023-04-29 15:27:41 -04:00
Jonathan Barrow
91e1537b10
Call PNID.updateMii when scrubbing to generate default Mii images 2023-04-29 15:25:18 -04:00
Jonathan Barrow
65f057c47a
Added deleted flag to PNIDs 2023-04-29 14:52:18 -04:00
Jonathan Barrow
8b7296543d
Cancel Stripe subscription during PNID scrubbing 2023-04-29 14:48:19 -04:00
Jonathan Barrow
50089e0435
Added PNID.scrub method to remove personal information 2023-04-29 14:32:04 -04:00
Jonathan Barrow
b67b266b8d
Added missing Stripe connection on PNIDs 2023-04-27 23:34:49 -04:00
Jonathan Barrow
d6d92ca27c
Added types to modules without types 2023-04-27 15:05:22 -04:00
Jonathan Barrow
55ee3ce18b
Changed token format to be much smaller (thanks 3DS) 2023-04-01 11:15:59 -04:00
Jonathan Barrow
741e82daaf
Removed all .set calls from documents 2023-03-19 13:36:01 -04:00
Jonathan Barrow
b309eecff9
Finish strict mode errors 2023-03-18 16:58:20 -04:00
Jonathan Barrow
0d3d6fcce7
Stubbed missing types from 3rd party modules 2023-03-18 10:12:37 -04:00
Jonathan Barrow
dd952954fd
Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00
Jonathan Barrow
9f3d5c4a35
Removed default exports in favor of named exports 2023-03-17 16:16:10 -04:00
Jonathan Barrow
c7626de1f1
Revert "revert me"
This reverts commit 928e6f6701.
2023-03-08 17:11:26 -05:00
Jonathan Barrow
928e6f6701
revert me 2023-03-08 17:11:17 -05:00
Jonathan Barrow
b01ef39fb2
Added missing types 2023-03-06 21:16:44 -05:00
Jonathan Barrow
19a695af3f
DeviceAttribute was defined but not used 2023-03-06 21:08:32 -05:00
Jonathan Barrow
7660b9134c
Removed unused exports 2023-03-06 21:07:35 -05:00
Jonathan Barrow
e438253d3b
Moved types folder into src and changed alias root to @/ 2023-03-04 20:25:01 -05:00
Jonathan Barrow
6f570f6c2b
Disable id virtual getter on mongoose documents 2023-03-04 11:29:48 -05:00
Jonathan Barrow
45a5fd9862
Add import aliases 2023-03-04 09:45:12 -05:00
Jonathan Barrow
d05a1eed91
Better typed Mongoose models 2023-03-03 20:59:05 -05:00
Jonathan Barrow
a75769a326
First steps to TypeScript 2023-03-03 12:38:36 -05:00
Jonathan Barrow
0649ad46e3
Implement mii-js lib and fix default Mii on website register 2022-10-01 13:01:11 -04:00
Jonathan Barrow
99b8032d98
Made 3DS and Wii U use the same NEX PID pool again 2022-10-01 01:36:42 -04:00
Jonathan Barrow
48bc34a78b
Added email confirmation code support 2022-09-30 23:22:43 -04:00
Jonathan Barrow
5ffd6c5a9d
Made NEX accounts unique per-device type 2022-09-28 18:28:02 -04:00
Jonathan Barrow
27a78270cc
Removed pre-save from PNID 2022-09-28 13:01:57 -04:00
Jonathan Barrow
0caa1b9b66 Only store Discord user ID 2022-07-15 20:47:56 -04:00
Jonathan Barrow
6421593505 Improved NASC (3DS) support 2022-01-28 08:55:53 -05:00
Jonathan Barrow
ff68648f5a Started adding a user API 2021-11-20 17:40:15 -05:00
Jonathan Barrow
05ce273004 servers now stored in the database 2021-10-07 21:35:26 -04:00
Jonathan Barrow
9e8a39967f Quick PNID fixes for new NEX account backend 2021-09-13 22:15:54 -04:00
Jonathan Barrow
e1559f55a5 NASC support 2021-09-11 23:58:39 -04:00
Jonathan Barrow
d9f7aa5a75 updated util.uploadCDNAsset 2021-08-28 16:30:50 -04:00
Jonathan Barrow
cd26860c46 moved to DigitalOcean Spaces CDN for Miis 2021-08-28 10:46:22 -04:00
Jonathan Barrow
2dc63b26c7 added Mii image generation to account creation 2021-08-28 09:43:21 -04:00
Jonathan Barrow
351f3494e8 moved Mii rendering to own function 2021-08-28 09:42:45 -04:00
Jonathan Barrow
d888ac80a7 Updated Mii data in account creation 2021-08-22 17:19:01 -04:00
Jonathan Barrow
bf2a4eba12 Added Mii renderer 2021-08-22 11:22:17 -04:00
Jonathan Barrow
18b96b06c5 Large restructure
Restructured the codebase a bit. No big changes really. Need to handle registration sessions better
2021-03-28 20:31:57 -04:00
Jonathan Barrow
f447d44921 Total rewrite
Rewrote the whole server because the old version was a broken, spaghetti filled monster of a mess
2020-02-16 20:33:53 -05:00