- 16 Jun, 2019 2 commits
-
-
AtjonTV authored
* Fixed * Hopefully finally fixed Proxy Mode (Seems fine locally!) * Account List issues Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Fixed bug in JSON for sync by going back to the Fuel Gson Integration (Closes #5 ) * Changed * Smart Sync is now permanently enabled (The command line argument can be removed if used) * SoftwareRepo is no longer available as Update Engine * ClientCheck: Require Proxy v3.18.0+ by default (Old requirement was v3.15.0+) * Make 127.0.0.1 default for Database Host * Upgrade kLib to 3.1.0 and move to some of its features Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
- 15 Jun, 2019 4 commits
- 10 Jun, 2019 3 commits
-
-
AtjonTV authored
* Added * Endpoint /a/list for a representation of all profiles in the database (One list holds 100 accounts) * Changed * Redesigned /tracking for a more visual representation (Records in Red show outdated clients; Record in Green show your own) * Fixed * Bug in Tracking Record save process that caused a load error Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * `firstRequestTime` and `lastRequestTime` to Tracking Records (Records from prior versions are automatically migrated) * Print out of date response in ClientCheck * Fixed * Headers for Proxy Sync Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Wrong response when UUID lookup fails * Correct Plugin version on homepage Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
- 09 Jun, 2019 14 commits
-
-
AtjonTV authored
* Fixed * Now fixing a parsing issue between Profile and JProfile Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Actually fixing the StackOverflow issue Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Minimum versions for Plugin and Proxy * Changed * Moved away from Gson for AccountHandle to fix a StackOverflow issue Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Actually fixing that bug with UUID lookups (Removed caching from 3.15.0) Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Fixing wrong data type on JSON parse for UUID lookups Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Adding in a caching system for profiles that failed in UUID lookups to not loose data Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Fixed stack overflow on /a due to JodaTime Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Fixed issues with empty results from database Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed * Try to fix async config loading and database connection issue Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Added `--updates.engine` command line argument * Added `--updates.engine_jar` command line argument * Added GitlabArtifacts update engine * Added dynamic engine loading (for custom engines; see `/samples/engine` folder) * Changed * Using Gitlab Artifacts and Tags for updates by default Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
-
AtjonTV authored
-
AtjonTV authored
* Changed * Move to Kotlin Exposed for Database handling * Code cleanup and reformat Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
-
- 08 Jun, 2019 1 commit
-
-
AtjonTV authored
* Updating kLib to 3.0.0 * Using MutableMap.smartMerge in Config Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
- 04 Jun, 2019 3 commits
-
-
AtjonTV authored
* Fixed * Reworked config loading mechanism to fix a loading bug Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Implemented argument '--tracking.token' which allows to set a permanent password for tracking. * Printing out config when loading from file Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Implemented argument '--tracking.enable' which disables the tracking's write-to-disc functionality. Tracking will still be done and available via /tracking (enforces tracking.public to be false) * Implemented argument '--config' which allows to use a configuration file on Konfig formatting for all settings (klib Konfig Format) * Implemented argument '--create-config' which allows to create a configuration file based on all other arguments given (Closes #3 ) Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
- 03 Jun, 2019 3 commits
-
-
AtjonTV authored
Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
Mr. Rider authored
-
- 02 Jun, 2019 4 commits
-
-
AtjonTV authored
* Refactored tracking code * Fixed issue when running behind reverse-proxy Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Changed * Changed tracking data to 'Request IP', 'X-Client-Type', 'X-Client-Version' and/or 'X-Proxy-For' * Proxy mode is now sending X-Proxy-For header Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added * Tracking Plugin Versions, Server IPs, Server Names, Request Counts and last Request * Added argument --host to set the binding IP * Added argument --tracking.public to enable/disable public viewing * Added argument --tracking.file for the file to store tracking data in * Added /tracking endpoint which currently returns the tracking data; Requires login if public is false * Changed * Forwarding Host of Proxy to remote when proxying tokens Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Adding total alt count on front page * Updated dependencies * Updated plugin version Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
- 27 May, 2019 6 commits
-
-
AtjonTV authored
-
AtjonTV authored
* Missed to add /update endpoint Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Ability to change install dir --updates.location Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added Update manager for updates from our Update-Server * Added version to /s * Fixed bug in Sync * Added hidden /update-:token endpoint for updates Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Added Smart Sync to reduce network traffic * Fixed Any.ofType JVM Version Errors Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-
AtjonTV authored
* Fixed bug with /a/:id not giving last profile * Fixed bug with /s crashing in Proxy mode Signed-off-by:
AtjonTV <thomas.obernosterer@atvg-studios.com>
-