741 Commits

Author SHA1 Message Date
27dc0ee67c 更新 src/routes/api.ts
Some checks failed
Build / build (20) (pull_request) Has been cancelled
Build / build (18) (pull_request) Has been cancelled
Build / build (22) (pull_request) Has been cancelled
2025-03-11 20:41:54 -07:00
4a80d37b09 添加 src/controllers/api/createGuildDojoController.ts 2025-03-11 20:41:18 -07:00
4ea2f59947 更新 src/controllers/api/getGuildLogController.ts 2025-03-11 20:37:30 -07:00
e600cb17e3 更新 src/controllers/api/startDojoRecipeController.ts 2025-03-11 20:36:50 -07:00
ee9bf5b1a9 更新 src/models/guildModel.ts 2025-03-11 20:19:18 -07:00
cdb4032ba3 更新 src/services/guildService.ts 2025-03-11 20:18:12 -07:00
97f249ae8c 更新 src/types/guildTypes.ts 2025-03-11 20:14:18 -07:00
7acb54922f fix: occupy a sentinel slot for sentinel weapons (#1156)
All checks were successful
Build / build (22) (push) Successful in 37s
Build / build (20) (push) Successful in 1m1s
Build Docker image / docker (push) Successful in 33s
Build / build (18) (push) Successful in 1m13s
Fixes #1155

Reviewed-on: #1156
2025-03-11 13:00:12 -07:00
4e0494f15d fix: ignore purchaseQuantity when getting slots via a bundle (#1151)
All checks were successful
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 1m6s
Build / build (20) (push) Successful in 1m4s
Build Docker image / docker (push) Successful in 34s
Fixes #1149

Reviewed-on: #1151
2025-03-11 10:32:44 -07:00
d24aac2ab2 feat: clan name discriminators (#1147)
Some checks failed
Build / build (22) (push) Successful in 41s
Build / build (20) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Closes #1145

Reviewed-on: #1147
2025-03-11 10:31:56 -07:00
1b54bcd1e0 feat(webui): Chinese translation (#1154)
All checks were successful
Build / build (18) (push) Successful in 44s
Build / build (20) (push) Successful in 1m4s
Build / build (22) (push) Successful in 1m10s
Build Docker image / docker (push) Successful in 36s
Co-authored-by: Belenus <hello.belenus@proton.me>
Reviewed-on: #1154
2025-03-11 17:14:33 +01:00
38dfe14776 feat: fabricate research (#1150)
All checks were successful
Build / build (22) (push) Successful in 42s
Build / build (20) (push) Successful in 1m2s
Build / build (18) (push) Successful in 1m11s
Build Docker image / docker (push) Successful in 36s
Closes #910

Reviewed-on: #1150
2025-03-11 07:56:18 -07:00
ead7b67efc chore: remove ts-node dependency (#1148)
All checks were successful
Build / build (22) (push) Successful in 54s
Build / build (20) (push) Successful in 42s
Build / build (18) (push) Successful in 1m4s
Build Docker image / docker (push) Successful in 41s
We either use ts-node-dev or compile to JS and then run that so this isn't needed.

Reviewed-on: #1148
2025-03-11 02:04:25 -07:00
fae6615df4 feat: clan members (#1143)
All checks were successful
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Successful in 58s
Build / build (18) (push) Successful in 58s
Build Docker image / docker (push) Successful in 33s
Now you can add/remove members and accept/decline invites.

Closes #1110

Reviewed-on: #1143
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-10 16:40:40 -07:00
00f6a8bd6d chore: disable cheats by default (#1139)
All checks were successful
Build / build (18) (push) Successful in 38s
Build / build (20) (push) Successful in 58s
Build / build (22) (push) Successful in 48s
Build Docker image / docker (push) Successful in 31s
The config.json.example is now has all cheats/time-savers disabled so it's as faithful as possible.

Reviewed-on: #1139
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-10 16:22:38 -07:00
b553097fe4 fix: handle quest completion via missionInventoryUpdate (#1140)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Partial fix for #1126

Reviewed-on: #1140
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-10 16:22:02 -07:00
29275fcfdd feat(WebUI): German translation (#1142)
All checks were successful
Build / build (20) (push) Successful in 40s
Build / build (18) (push) Successful in 1m1s
Build / build (22) (push) Successful in 57s
Build Docker image / docker (push) Successful in 37s
2025-03-10 20:03:05 +01:00
b0b52ccabe chore: update package-lock.json
All checks were successful
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 1m0s
Build / build (20) (push) Successful in 1m2s
Build Docker image / docker (push) Successful in 31s
2025-03-10 10:28:52 +01:00
cadb6bc97b fix: logic error
All checks were successful
Build / build (18) (push) Successful in 41s
Build / build (20) (push) Successful in 1m0s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 33s
2025-03-10 09:15:11 +01:00
4937cf7f59 fix: handle refresh request for a single dojo component (#1136)
All checks were successful
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 1m1s
Build / build (22) (push) Successful in 1m1s
Build Docker image / docker (push) Successful in 32s
Reviewed-on: #1136
2025-03-09 11:16:17 -07:00
758135d19b feat(webui): add resource drones & their blueprints via "add items" (#1137)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Closes #1133

Reviewed-on: #1137
2025-03-09 11:15:45 -07:00
1ae1cf5170 fix: can't rush dojo components with infinitePlatinum (#1138)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1138
2025-03-09 11:15:33 -07:00
0ffa9c6bc4 feat: clan motd (#1134)
All checks were successful
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 1m0s
Build / build (20) (push) Successful in 1m3s
Build Docker image / docker (push) Successful in 34s
Reviewed-on: #1134
2025-03-09 07:47:32 -07:00
814f4cfdad fix: consume resources & standing required for gilding (#1132)
Some checks failed
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Fixes #1122

Reviewed-on: #1132
2025-03-09 07:47:24 -07:00
d5feec2c37 chore: track inventory changes when cracking relic via addMissionRewards (#1131)
All checks were successful
Build / build (18) (push) Successful in 42s
Build / build (20) (push) Successful in 59s
Build / build (22) (push) Successful in 40s
Build Docker image / docker (push) Successful in 41s
Closes #1120

Reviewed-on: #1131
2025-03-09 07:43:30 -07:00
1c276ce133 feat: stripped rewards (#1123)
Some checks are pending
Build / build (18) (push) Waiting to run
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Waiting to run
Closes #683

Reviewed-on: #1123
2025-03-09 07:42:55 -07:00
6b35408144 chore: don't install dev dependencies for basic usage (#1135)
All checks were successful
Build / build (22) (push) Successful in 38s
Build / build (18) (push) Successful in 1m3s
Build / build (20) (push) Successful in 1m8s
Build Docker image / docker (push) Successful in 33s
Reviewed-on: #1135
2025-03-09 07:41:24 -07:00
f6513420be feat: login conflict (#1127)
Some checks failed
Build / build (20) (push) Successful in 40s
Build / build (22) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Closes #1076

Reviewed-on: #1127
2025-03-09 07:40:37 -07:00
3da02385f9 chore: auto-detect 'my address', only use config as fallback (#1125)
All checks were successful
Build / build (18) (push) Successful in 43s
Build / build (20) (push) Successful in 59s
Build / build (22) (push) Successful in 1m7s
Build Docker image / docker (push) Successful in 33s
This is useful for LAN usage where we can use localhost on our own machine but have to use 192.168.x.y on other devices.

Reviewed-on: #1125
2025-03-09 05:45:11 -07:00
3af15881f5 fix: failure to remove shard installed via webui (#1129)
All checks were successful
Build / build (18) (push) Successful in 43s
Build / build (22) (push) Successful in 37s
Build / build (20) (push) Successful in 1m0s
Build Docker image / docker (push) Successful in 48s
Fixes #1128

Reviewed-on: #1129
2025-03-09 03:41:12 -07:00
92d53e1c00 chore: improve addMissionInventoryUpdates (#1121)
All checks were successful
Build / build (20) (push) Successful in 40s
Build / build (22) (push) Successful in 58s
Build Docker image / docker (push) Successful in 34s
Build / build (18) (push) Successful in 58s
Closes #1119

Reviewed-on: #1121
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 06:29:05 -08:00
3853fda60d feat: track NemesisAbandonedRewards (#1118)
All checks were successful
Build / build (18) (push) Successful in 41s
Build / build (20) (push) Successful in 1m0s
Build / build (22) (push) Successful in 1m3s
Build Docker image / docker (push) Successful in 31s
Re #446

Reviewed-on: #1118
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 05:36:06 -08:00
901263ada3 feat: transmutation (#1112)
All checks were successful
Build / build (20) (push) Successful in 59s
Build / build (22) (push) Successful in 1m4s
Build Docker image / docker (push) Successful in 33s
Build / build (18) (push) Successful in 40s
Closes #1098

Reviewed-on: #1112
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:34:41 -08:00
d7e3f33ecf feat: add custom getName endpoint (#1108)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
This can be useful for an IRC server to validate the accountId & nonce given and ensure the nickname matches.

Reviewed-on: #1108
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:34:14 -08:00
7fdb37f2e8 fix: donate platinum from clan vault (#1107)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1107
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:34:00 -08:00
457663f14a fix: claim recipe response (#1106)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Fixes #1105

The client already 'knows' the ItemCount was decremented so when we also say it in the response, it actually ends up causing the client to think the recipe was used twice.

Reviewed-on: #1106
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:33:45 -08:00
ec1f504bae chore(webui): allow negative quantity for "add items" & "add mods" (#1113)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Closes #1111

Reviewed-on: #1113
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:33:33 -08:00
6142b8d2dc feat: config option for star days event (#1104)
All checks were successful
Build / build (20) (push) Successful in 39s
Build Docker image / docker (push) Successful in 32s
Build / build (18) (push) Successful in 1m2s
Build / build (22) (push) Successful in 54s
Reviewed-on: #1104
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:28:05 -08:00
537fe5dcd1 fix: ensure exalted weapons are given from giveStartingGear (#1092)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Fixes #1020

Reviewed-on: #1092
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:27:11 -08:00
5a843dfe53 fix: icon for welcome message (#1115)
Some checks failed
Build / build (20) (push) Successful in 38s
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Closes #1114

Reviewed-on: #1115
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 04:26:24 -08:00
6c7e8e908e fix: set ArchwingEnabled to true when obtaining an archwing (#1091)
All checks were successful
Build / build (20) (push) Successful in 38s
Build / build (18) (push) Successful in 1m1s
Build / build (22) (push) Successful in 1m3s
Build Docker image / docker (push) Successful in 33s
Closes #984

Reviewed-on: #1091
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-08 03:36:52 -08:00
9acad90b12 chore: add Invasions to worldState (#1102)
All checks were successful
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 58s
Build / build (20) (push) Successful in 57s
Build Docker image / docker (push) Successful in 33s
Re #1097

Reviewed-on: #1102
2025-03-08 01:44:54 -08:00
f7c2c74437 feat: clan xp (#1100)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Closes #690

Reviewed-on: #1100
2025-03-08 01:44:30 -08:00
137213520e chore: npm run prettier
All checks were successful
Build / build (20) (push) Successful in 39s
Build / build (18) (push) Successful in 59s
Build / build (22) (push) Successful in 1m3s
Build Docker image / docker (push) Successful in 34s
2025-03-07 20:16:15 +01:00
1ad26db331 fix(webui): show message when max rank all warframes has nothing to do
All checks were successful
Build / build (22) (push) Successful in 40s
Build / build (18) (push) Successful in 1m0s
Build / build (20) (push) Successful in 1m6s
Build Docker image / docker (push) Successful in 34s
2025-03-07 15:19:39 +01:00
e4a3b13160 chore: simplify config (#1090)
All checks were successful
Build / build (20) (push) Successful in 40s
Build / build (18) (push) Successful in 1m1s
Build Docker image / docker (push) Successful in 33s
Build / build (22) (push) Successful in 53s
Reviewed-on: #1090
2025-03-07 00:41:36 -08:00
59fd816b0c feat: handle EmailItems received during mission (#1088)
Some checks failed
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Closes #1087

Reviewed-on: #1088
2025-03-07 00:41:18 -08:00
530713ce5c chore: enable "incremental" in tsconfig (#1082)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
This should make subsequent runs of `npm run build` a bit faster.

Reviewed-on: #1082
2025-03-07 00:40:52 -08:00
b8b1c5e008 feat: library personal target progress (#1083)
Some checks failed
Build / build (20) (push) Waiting to run
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Closes #1081

Reviewed-on: #1083
2025-03-07 00:40:22 -08:00
57b3a5b9b3 feat: clan vault (#1093)
All checks were successful
Build / build (22) (push) Successful in 37s
Build / build (18) (push) Successful in 56s
Build / build (20) (push) Successful in 51s
Build Docker image / docker (push) Successful in 32s
Closes #1080

Reviewed-on: #1093
2025-03-06 21:24:25 -08:00