|
|
b84bb2eefa
|
Singbox setup modules, which includes installation, download, move to sudo folder, and sudo setup scripts. Added a model, endpoint, and the ability to sync that model. (Related note: Server-side prepared the endpoint, and stocked with real data.) And also the sync service modules were adjusted to handle new data types more smoothly, before they had errors. As part of that sync flow change, the CachedSync metadata model was transitioned to ints instead of strings, with default 0 values. This should in theory migrate all clients without further changes needed.
|
2026-08-12 13:11:12 -04:00 |
|
|
|
1b609a9e5e
|
Fixed application_versions insert on sync
|
2026-08-06 10:58:44 -04:00 |
|
|
|
8da4978498
|
Linter bug fixes. Mostly undeclared, unused, or missing imports. One or two outright typos. There's still issues with undeclared types that need to be fixed after api connection refactor is fully implemented.
|
2026-08-05 12:03:11 -04:00 |
|
|
|
b70818f774
|
Added a forced sync at startup if there's no DB pre-existing, to handle a bug in GUI with no application versions. Isolated application_version database calls to their own module. And fixed a bug in SyncController to catch if application_version updates and split them into the different tables.
|
2026-08-05 02:45:52 -04:00 |
|
|
|
46c8721a1a
|
Sync from the main app streamlines into the Connect module, to do async bulk sync. Additionally ApplicationVersion was transitioned from manual SQL to the ORM, for easier compatibility with the newer sync system. The side effect functions of this have been tested to be stable.
|
2026-08-04 20:17:45 -04:00 |
|