41 Commits

Author SHA1 Message Date
Dmitry Popov 8f671a359b fix(core): fixed permissions update after character corp updates 2025-12-19 10:37:59 +01:00
Dmitry Popov cba050a9e7 fix(core): fixed scopes 2025-12-15 01:35:41 +01:00
Dmitry Popov 9f6849209b fix(core): fixed map scopes 2025-12-12 19:35:26 +01:00
Dmitry Popov 3877e121c3 fix(core): fixed map scopes & signatures clean up behaviour 2025-12-12 18:07:18 +01:00
Guarzo 20a50e8db0 fix: apiV1 default fields updates 2025-12-02 17:55:05 +00:00
Dmitry Popov 4585c3a94b feat(core): Added several map scopes support (Wh, Hi, Low, Null, Pochven) 2025-11-29 14:36:45 +01:00
Dmitry Popov 5766fcf4d8 fix(core): fixed tracking issues 2025-11-28 23:49:48 +01:00
Dmitry Popov 7eb6d093cf fix(core): invalidate map characters every 1 hour for any missing/revoked permissions 2025-11-22 12:25:24 +01:00
Dmitry Popov 46df025200 fix(core): fixed character tracking issues 2025-11-18 12:46:42 +01:00
Dmitry Popov f761ba9746 fix(core): fixed character tracking issues 2025-11-18 11:04:32 +01:00
Dmitry Popov 46eef60d86 chore: fixed warnings 2025-11-17 10:15:57 +01:00
Dmitry Popov 9514806dbb fix(core): improved character tracking 2025-11-16 23:45:39 +01:00
Dmitry Popov 4e6423ebc8 fix(core): improved character tracking 2025-11-16 18:28:58 +01:00
Dmitry Popov a97e598299 fix(core): improved character location tracking 2025-11-16 16:39:39 +01:00
Dmitry Popov 182d5ec9fb fix(core): used upsert for adding map systems 2025-11-16 02:00:59 +01:00
Dmitry Popov 8056972a27 fix(core): Fixed adding system on character dock 2025-11-12 18:28:16 +01:00
Dmitry Popov 8b42908a5c chore: refactored map server processes 2025-11-06 00:01:04 +01:00
Dmitry Popov 614d06be66 feat(Core): Added an ability to copy/paste selected map area between maps 2025-10-15 21:55:56 +02:00
Dmitry Popov 81055b4fbd fix(Core): Fixed cancel ping errors 2025-10-07 22:59:01 +02:00
Dmitry Popov 8dd564dbd0 fix: Updated character tracking, added an extra check for offline characters to reduce errors 2025-09-08 00:26:40 +02:00
Dmitry Popov c433205e89 fix: Updated character tracking 2025-09-03 15:02:53 +02:00
Dmitry Popov d5c18b5de3 fix: Updated character tracking, added grace period to reduce false-positive cases 2025-09-02 19:33:57 +02:00
Dmitry Popov c3bb23a6ee fix: Fixed character tracking settings 2025-08-29 01:41:08 +02:00
Dmitry Popov 3ff388a16d fix(Core): fixed tracking paused issues, fixed user activity data 2025-08-15 12:28:36 +02:00
guarzo 4764c25eb1 fmt 2025-07-09 01:49:14 -04:00
guarzo d261c6186b feat: add websocket and webhooks for events 2025-06-21 14:47:05 -04:00
Dmitry Popov 9d899243d1 fix(Core): Fixed issue with system splash updates 2025-06-08 20:54:59 +02:00
Dmitry Popov 42cd1ba976 feat(Core): Added support for WANDERER_CHARACTER_TRACKING_PAUSE_DISABLED env variable to pause inactive character trackers 2025-06-08 16:24:29 +02:00
Dmitry Popov 4093f28cee chore: release version v1.66.15 2025-06-08 10:45:41 +02:00
Dmitry Popov df955ff8b0 chore: release version v1.66.15 2025-06-07 13:57:25 +02:00
Dmitry Popov 2814b46941 fix(Core): Fix character tracking issues 2025-06-04 17:43:53 +02:00
Dmitry Popov bbe7fda4e0 fix(Core): Fixed map character tracking issues 2025-05-26 15:56:46 +02:00
Dmitry Popov a298152bc8 fix(Core): Fixed map character tracking issues 2025-05-26 12:09:09 +02:00
Dmitry Popov 3e9241892e fix(Core): Fixed map character tracking issues 2025-05-26 01:41:21 +02:00
Dmitry Popov ecb3ca2b4e fix(Core): Fixed issues with main character & tracking
Build / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build / Manual Approval (push) Has been cancelled
Build / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
Build / 🛠 Build Docker Images (linux/amd64) (push) Has been cancelled
Build / 🛠 Build Docker Images (linux/arm64) (push) Has been cancelled
Build / merge (push) Has been cancelled
Build / 🏷 Create Release (push) Has been cancelled
2025-04-15 12:15:08 +02:00
Dmitry Popov 602a61b08d chore: release version v1.59.4
Build / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build / Manual Approval (push) Has been cancelled
Build / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
Build / 🛠 Build Docker Images (linux/amd64) (push) Has been cancelled
Build / 🛠 Build Docker Images (linux/arm64) (push) Has been cancelled
Build / merge (push) Has been cancelled
Build / 🏷 Create Release (push) Has been cancelled
2025-04-12 02:14:17 +02:00
Aleksei Chichenkov d8222d83f0 Refactoring and fixing problems (#317)
* fix(Map): fix design of kills widget, fix design of signatures widget - refactor a lot of code, fixed problem with tooltip blinking

* fix(Map): refactor Tracking dialog, refactor Activity tracker, refactor codebase and some styles

* fix(Core): don't count character passage on manual add connection

* refactor(Core): improved characters tracking API

* fix(Core): fixed link signature to system on 'leads to' set

* fix(Map): Refactor map settings and prepared it to easier using

* fix(Map): Add support new command for following update

* fix(Map): Add support new command for main update

* refactor(Core): Reduce map init data by using cached system static data

* refactor(Core): Reduce map init data by extract signatures loading to a separate event

* fix(Core): adjusted IP rate limits

* fix(Map): Update design of tracking characters. Added icons for following and main. Added ability to see that character on the station or structure

---------

Co-authored-by: achichenkov <aleksei.chichenkov@telleqt.ai>
Co-authored-by: Dmitry Popov <dmitriypopovsamara@gmail.com>
2025-04-11 23:17:53 +04:00
Dmitry Popov 1e5e73c4ae feat(Core): added handling cases when wrong connections created 2025-03-23 11:06:20 +01:00
guarzo 908d249eb9 Allow user to follow a specific tracked character (#87)
* add follow character functionality
2025-01-02 14:09:10 +04:00
Dmitry Popov 3d3b152758 fix(Core): Fix character trackers cleanup 2024-12-14 23:31:42 +01:00
Dmitry Popov 663fee6699 feat(Map): Lock systems available to manager/admin roles only (#75)
* feat(Map): Lock systems available to manager/admin roles only

* feat(Map): Fix add system & add acl member select behaviour
2024-11-27 01:05:26 +04:00