Commit Graph

13 Commits

Author SHA1 Message Date
Artemy 6d1c53beeb Refactor: migrate Core -> Domain and reorganize projects
Large refactor that renames/moves core types into a new Govor.Domain surface and reorganizes the Application layer. Models, configurations, migrations and many files moved from Govor.Core/Govor.Data to Govor.Domain; numerous Application services, interfaces and implementations were relocated or added (authentication, friends, messages, medias, push notifications, user sessions, storage, synching, private chats, etc.). Tests updated to use Govor.Domain namespaces and adjusted project references (removed Govor.Data reference from API tests). Also updated API, Hub and mapping code and project files to reflect the new structure and naming. This is primarily a codebase-wide namespace and module reorganization to establish a Domain project and restructure application services.
2026-07-16 19:27:45 +07:00
Artemy aa4c4a0685 fixed tests and adding new sessions when it not needed 2026-02-22 19:34:43 +07:00
Artemy b1eff9c696 remove ip 2026-02-09 00:16:32 +07:00
Artemy 0a3d80ea27 new ip 2026-02-09 00:08:55 +07:00
Artemy a8e31116b2 with out app.UseHttpsRedirection 2026-02-09 00:01:29 +07:00
Artemy f85e251277 with out https 2026-02-08 23:50:37 +07:00
Artemy 37d986bdbf applicationUrl 2026-02-08 23:43:17 +07:00
Artemy 0a43e35797 test to make server 2026-02-08 22:30:29 +07:00
Artemy 7e6f914878 technical edits 2025-12-12 17:23:01 +07:00
Artemy bf2aca40d3 added https 2025-11-04 13:40:03 +07:00
Artemy ed03d6cbf7 part 2 to update applicationUrl 2025-11-04 13:03:07 +07:00
Artemy 595253d7c3 add 8080 to applicationUrl 2025-11-04 13:00:32 +07:00
Artemy c7c778ceb1 created git 2025-06-16 16:52:58 +07:00