Commit Graph

  • e6adfcd537 improve(webui): handle ItemType not being in itemMap Sainan 2024-05-06 23:25:02 +02:00
  • c7703aad59 fix(webui): incorrect datalist for weapon-to-acquire Sainan 2024-05-06 23:24:22 +02:00
  • 37ecf29c4d
    feat: unlock Steel Path with unlockAllMissions (#188) Sainan 2024-05-07 23:50:38 +02:00
  • a9973ec362
    chore: update 35.5.11 (#196) Sainan 2024-05-07 23:50:14 +02:00
  • 4b82a1c409 chore: update 35.5.11 Sainan 2024-05-07 22:21:33 +02:00
  • 7b3f9b3015
    fix: using ILoadoutConfigClient to write to database (#190) Sainan 2024-05-07 20:38:44 +02:00
  • 40a4846859 fix: using ILoadoutConfigClient to write to database This was causing unequipping weapons to fail again due to newer mongoose version. Sainan 2024-05-07 17:47:09 +02:00
  • f7e493f821 feat: unlock Steel Path with unlockAllMissions This will also allow arcane adapters to be purchased in the market Sainan 2024-05-07 13:38:05 +02:00
  • 1bdcf4fd4a feat: implement arcane adapters Closes #184 Sainan 2024-05-07 13:24:37 +02:00
  • c86d080c20 Apply prettier changes Sainan 2024-05-07 09:50:04 +00:00
  • a80aa0d0a0 feat: handle MiscItem purchase with quantity > 1 Sainan 2024-05-07 11:49:42 +02:00
  • 19ba136c08 feat: implement purchasing of formas, potatoes, etc. Sainan 2024-05-05 13:52:14 +02:00
  • 6798e09b50 improve: don't update currency when infiniteResources is enabled Sainan 2024-05-05 12:09:09 +02:00
  • 392f63115e fix: PremiumCreditsFree possibly going negative Sainan 2024-05-04 22:23:38 +02:00
  • 32160dfede fix: purchases adding currency instead of subtracting Sainan 2024-05-04 22:17:41 +02:00
  • 6eaa1d8959 feat: purchasing glyphs & UI customisations Sainan 2024-05-04 22:20:00 +02:00
  • a8ea8d1364
    feat(webui): add "Remove" option for owned warframes & weapons (#172) Sainan 2024-05-06 21:49:49 +02:00
  • abe139151a
    build(deps): bump express from 5.0.0-beta.1 to 5.0.0-beta.3 (#175) dependabot[bot] 2024-05-06 21:06:20 +02:00
  • 54ce665010
    build(deps): bump express from 5.0.0-beta.1 to 5.0.0-beta.3 dependabot[bot] 2024-05-06 16:39:23 +00:00
  • 1c69714ca2
    build(deps): bump mongoose from 8.1.1 to 8.3.3 dependabot[bot] 2024-05-06 16:39:15 +00:00
  • f02949cfac feat(webui): add "Remove" option for owned warframes & weapons Sainan 2024-05-06 17:53:49 +02:00
  • 984c4ee43e
    feat: persist boot location (#159) Sainan 2024-05-06 15:39:27 +02:00
  • fd56203f35
    feat: implement pledging to syndicate (#162) Sainan 2024-05-06 15:38:10 +02:00
  • 36ebc52696
    fix: IGenericItemDatabase (#171) Sainan 2024-05-06 15:30:48 +02:00
  • 823871307c fix: IGenericItemDatabase Sainan 2024-05-06 15:29:39 +02:00
  • 9f98a68630
    chore: update dependencies (#166) Sainan 2024-05-06 15:22:40 +02:00
  • 2328529348
    feat: Update allQuestKeys.json (#164) Sainan 2024-05-06 15:21:46 +02:00
  • 9f0317fed2
    chore: resolve various eslint complaints (#169) Sainan 2024-05-06 15:19:42 +02:00
  • 70c9a5013d
    feat(webui): add list of owned warframes & weapons with "Make Rank 30" option (#170) Sainan 2024-05-06 15:14:09 +02:00
  • 10e67356f6 feat: implement pledging to syndicate Sainan 2024-05-05 10:26:30 +02:00
  • 676c3b1616
    feat: potatoes & exilus adapters (#163) Sainan 2024-05-06 15:08:56 +02:00
  • 6ce0c223fd feat: implement Exilus Adapters Sainan 2024-05-05 19:49:27 +02:00
  • cdcf3f83d1 feat: implement Orokin Catalyst Sainan 2024-05-05 15:41:39 +02:00
  • c0592672eb feat: implement Orokin Reactor Sainan 2024-05-05 15:31:22 +02:00
  • 91abd419f7
    fix: error when using consumable item in mission (#165) Sainan 2024-05-06 15:07:36 +02:00
  • 1dd9f4ca4f
    feat: selling of warframes & weapons (#157) Sainan 2024-05-06 15:06:30 +02:00
  • be5ff6ba9f feat(webui): add list of owned warframes & weapons with "Make Rank 30" option Sainan 2024-05-06 13:23:01 +02:00
  • 2acfb6177b improve(webui): focus invalid input Sainan 2024-05-06 12:29:46 +02:00
  • 985e71951c improve(webui): clear acquire input on success Sainan 2024-05-06 09:28:49 +02:00
  • bcbd2c7f0d improve: never automatically create an account for webui client Sainan 2024-05-06 09:28:26 +02:00
  • f7e725d0ad feat: selling of warframes & weapons Sainan 2024-05-04 18:34:34 +02:00
  • aede6c909f feat: persist boot location Sainan 2024-05-04 19:06:51 +02:00
  • 20c4779267 revert disabling no-misused-promises Sainan 2024-05-06 00:03:03 +02:00
  • 2c440bde65 chore: resolve various eslint complaints Some warnings remain, none of them particularly useful, but I've decided not to disable them. However, I did decide to disable @typescript-eslint/no-misused-promises due to basically only being noise, and removed the respective comments made because of it. Sainan 2024-05-05 23:35:45 +02:00
  • fe1b4bf5df Apply prettier changes Sainan 2024-05-05 19:59:37 +00:00
  • cd9b2a5d1c chore: update dependencies Sainan 2024-05-05 21:56:38 +02:00
  • 608e78c7a5 feat: build workflow, ensures code (still) compiles Sainan 2024-05-05 21:47:35 +02:00
  • 744c4d7f5e fix: error when using consumable item in mission Sainan 2024-05-05 20:21:42 +02:00
  • 01b3cb483b feat: Update allQuestKeys.json For "Whispers In The Walls" and whatever else was missing. Just copied every quest from the inventory on my personal account which has every quest completed. Sainan 2024-05-05 20:04:01 +02:00
  • 9bded04dfd
    feat: unequipping weapons & deleting loadout configs (#160) Sainan 2024-05-04 23:11:55 +02:00
  • 1bf017f7b0 feat: implement deleting of loadout configs Sainan 2024-05-04 20:56:01 +02:00
  • d65480a0bb slight clarification Sainan 2024-05-04 20:43:48 +02:00
  • da272735cf fix: unequipping weapons doesn't save also improved the types and models Sainan 2024-05-04 20:37:58 +02:00
  • 477f678244
    cleanup: remove unused guild stuff (#156) Sainan 2024-05-04 16:12:00 +02:00
  • c3156a0abf cleanup: remove unused guild stuff Sainan 2024-05-04 15:49:20 +02:00
  • d07e99f0c9
    feat: Clan creation & persistence (#146) Sainan 2024-05-04 15:42:25 +02:00
  • 8bf2551565 improve: Replace guildDbToResponse with Sainan 2024-05-04 15:33:16 +02:00
  • 6c5020ac1b Add ICreateGuildRequest, assume the client formats it correctly Sainan 2024-05-03 14:56:51 +02:00
  • 029fcb7540 fix: Transform inventory's GuildId to IOid Sainan 2024-05-03 14:36:15 +02:00
  • 2c0f69abbb feat: Give user a clan key when creating a clan Sainan 2024-05-03 14:32:25 +02:00
  • e2c378b6a9 feat: Clan creation & persistence Sainan 2024-05-03 10:37:24 +02:00
  • 3acd8e9f74
    improve: IShip (#154) Sainan 2024-05-04 14:46:36 +02:00
  • c31d82b61e
    feat: WebUI (#155) Sainan 2024-05-04 14:44:23 +02:00
  • ce321e2eb4 feat: WebUI This is an initial version of a web interface, allowing the user to visit http://localhost, log in with the same credentials as in the game, and make use of the /custom/addItem endpoint. Sainan 2024-05-04 13:46:54 +02:00
  • 643ddabc15 Improve IShip Sainan 2024-05-04 12:03:10 +02:00
  • 1e66468543 Add CORS headers This allows the server to be addressed from the browser, which is needed for web-based management interfaces. Sainan 2024-05-03 13:38:07 +02:00
  • 675e6c4583
    feat: persist user's choice of glyph (#152) Sainan 2024-05-03 22:12:51 +02:00
  • 8e671c9661 feat: persist user's choice of glyph Sainan 2024-05-03 22:05:58 +02:00
  • f019d36209
    feat: unlockAllFlavourItems (#149) Sainan 2024-05-03 21:10:05 +02:00
  • a894ca77e4 feat: unlockAllFlavourItems Credits to Furina/@0kolya0 for the list of FlavourItems Sainan 2024-05-03 18:35:37 +02:00
  • eb1f472d4c
    feat: unlockAllScans (#151) Sainan 2024-05-03 21:04:01 +02:00
  • 19d4b4e265
    feat: Update shipDecorations.json (#150) Sainan 2024-05-03 21:03:11 +02:00
  • a9c4828c4a feat: Update shipDecorations.json Sainan 2024-05-03 18:47:43 +02:00
  • 59372fa664 feat: unlockAllScans Sainan 2024-05-03 19:43:55 +02:00
  • d402cd8ceb
    Fix prettier workflow (#145) Sainan 2024-05-03 20:59:32 +02:00
  • 1d0c3ee173 Apply prettier changes Sainan 2024-05-03 16:24:49 +00:00
  • dd6db869cd Fix prettier workflow Sainan 2024-05-02 23:06:53 +02:00
  • 0abd531b79
    feat: Process generic updates (#148) Sainan 2024-05-03 15:37:43 +02:00
  • 03326754dc feat: Process generic updates Sainan 2024-05-03 14:54:15 +02:00
  • 3363762487
    chore: aggregateSessions return an empty result (#142) Sainan 2024-05-02 23:41:45 +02:00
  • 2c909dcbb8
    feat: getGuild.php (#143) Sainan 2024-05-02 23:38:32 +02:00
  • e561df1af3
    Also apply infiniteResources on inventoryController response (#144) Sainan 2024-05-02 23:37:51 +02:00
  • 534e7f7fac Also apply infiniteResources on inventoryController response This makes these values consistent with the values in getCreditsController, so they appear "correctly" right upon login. Sainan 2024-05-02 19:00:25 +02:00
  • d8095215ef Implement /api/getGuild.php This is needed for login to succeed with certain inventories. Sainan 2024-05-02 18:48:37 +02:00
  • 484d9f67f0 Make aggregateSessions return an empty result This makes it say "open squads: 0" for every node, which is less confusing. Sainan 2024-05-02 18:46:37 +02:00
  • 4665bfc9fe
    version update 35.5.10 (#141) OrdisPrime 2024-05-02 17:56:35 +02:00
  • 17ea8fe522 version update 35.5.10 Ordis 2024-05-02 17:23:17 +02:00
  • 2d49006b5f
    feat: dynamic time for worldState (#138) Jānis 2024-04-06 19:30:04 +03:00
  • 3225b71a41
    version update 35.5.5 (#140) OrdisPrime 2024-04-06 17:04:26 +02:00
  • baafc13113 version update 35.5.5 Ordis 2024-04-06 17:03:50 +02:00
  • a3dd1f2ebc
    fix: github actions packages version (#139) AMelonInsideLemon 2024-04-06 00:09:27 +02:00
  • 3cded1b046 Apply prettier changes AMelonInsideLemon 2024-04-05 21:50:33 +00:00
  • 225c435ad9
    Update prettier.yml AMelonInsideLemon 2024-04-05 23:47:42 +02:00
  • c833d69e37 feat: dynamic time for worldState Jānis 2024-04-05 01:33:17 +03:00
  • 1c28a40258
    feat: theme saving (#137) Jānis 2024-04-04 01:55:51 +03:00
  • 9b2054f7d0 feat: theme saving Jānis 2024-04-03 23:36:49 +03:00
  • 6a6d2cb41b
    fix: personalRoomsTypes.ts missing import (#136) lonewolf0708 2024-03-03 19:01:23 -05:00
  • 48d7f4edba
    Update personalRoomsTypes.ts lonewolf0708 2024-03-03 18:54:58 -05:00
  • b2dcee09b0
    version update 35.1.2 (#135) OrdisPrime 2024-03-01 14:37:25 +01:00
  • 84cddaa925 update 35.1.2 Ordis 2024-03-01 14:36:40 +01:00