31 Commits

Author SHA1 Message Date
987b05a334
chore: update express to v5 (#599) 2024-12-22 15:42:24 +01:00
07c2fbcadf
feat: implement socketing of ayatan sculptures (#542) 2024-10-12 23:51:45 +02:00
26a5f31ee9
feat: add tunables endpoint (#530) 2024-10-12 00:26:19 +02:00
921e4acf52
fix: being unable to add (the real) Melee Afflictions via WebUI (#479) 2024-07-14 23:52:42 +02:00
543d94e88e
fix: possible denial of service via a single (authenticated) request (#442) 2024-07-01 12:26:38 +02:00
afbc1801f6
feat(webui): add options to add and remove archon shard upgrades (#437) 2024-06-30 13:13:26 +02:00
81cc773faa
feat: moa pet assembly (#423) 2024-06-29 15:11:12 +02:00
ac6eaa2f4e
fix: Convert all Body to String Before Use (#382) 2024-06-24 12:37:28 +02:00
93dce67037
cleanup: fully switch to Public-Export+(#354)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-06-22 23:25:17 +02:00
16b5b62518
cleanup: remove exclude-mods.json (#351) 2024-06-22 03:01:37 +02:00
c415fdd9ff
feat(webui): acquiring gear items via "Add Items" (#340) 2024-06-20 21:22:01 +02:00
722a9aba5b
improve: suppress no-misued-promises when declaring RequestHandler (#332) 2024-06-20 11:47:21 +02:00
03ac8ab010
chore: update data for 36.0.0 (Jade Shadows) (#324) 2024-06-18 23:10:26 +02:00
aec6a96495
feat: modular weapon crafting (#317) 2024-06-18 02:03:07 +02:00
e5451d5227
fix: config change on WebUI causing hot reload in dev mode (#297) 2024-06-15 02:52:45 +02:00
ba8a3afce5 Apply prettier changes 2024-06-14 22:38:33 +00:00
Vampire Kitten
1c6412a6a4
feat(webui): change server config through UI (#294) 2024-06-15 00:38:12 +02:00
e660e20c87
fix: being unable to add Grimoire (#285)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-06-10 14:03:03 +02:00
7d169b7c56
fix: considering Zaw parts to be weapons instead of miscitems (#280) 2024-06-06 14:23:46 +02:00
fd79450957
fix(webui): not listing melee arcanes (#265) 2024-06-02 17:37:09 +02:00
f83f80c991
feat(webui): add Mods card (#252) 2024-06-01 12:57:27 +02:00
bc21a4d282
improve: authenticate addItem requests (#242) 2024-05-30 13:32:28 +02:00
61450b04bb
feat(webui): add "Add Items" to acquire various items (#209)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-05-09 22:34:47 +02:00
c3938169fa
improve(webui): fix add weapon, improve handling of unknown items, maintain scroll position (#181)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-05-08 22:40:21 +02:00
c31d82b61e
feat: WebUI (#155) 2024-05-04 14:44:23 +02:00
8b50189fcf
Foundry 1 - Preliminary (#127) 2024-01-25 14:49:45 +01:00
d091af4778
Basic purchasing + custom purchasing API (#20)
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 02:26:19 +02:00
Ângelo Tadeucci
108d2c621d
Use non-relative imports (#8) 2023-06-02 00:20:49 -03:00
Alan Morel
f253a0b58f refactor: reorganize imports 2023-05-23 20:53:26 -04:00
Alan Morel
5b029cfb3b refactor: run prettier cli to format all files 2023-05-23 20:42:06 -04:00
Ângelo Tadeucci
84c825e8a7 Initial commit 2023-05-19 15:26:36 -03:00