Commit Graph

10 Commits

Author SHA1 Message Date
Graphictoria 6bffdc4bfa Finobe! 2022-06-22 20:32:35 -04:00
Astrologies eb417b791d Revert "Everything WebsiteSettings!"
This reverts commit b08cc53828.
2021-12-31 14:30:53 -05:00
Nikita Petko fd199dc08a Fix a bug with WebsiteSettings.php 2021-12-31 09:54:42 +00:00
Nikita Petko 0857fccd14 Astrologies owns this file 2021-12-31 09:33:07 +00:00
Nikita Petko 0c81f6dff2 Update copyright.
Expect me remove WebsiteSettings.php these @ 10:30AM GMT
2021-12-31 09:28:16 +00:00
Nikita Petko b08cc53828 Everything WebsiteSettings!
A lot has been changed, everything has been updated to use
WebsiteSettingsV2.

modified:   IsAliveCheck.php
modified:   globals/Dependencies/Games/Game.php
modified:   globals/Dependencies/Web/WebContextManager.php
modified:   globals/Dependencies/Web/WebsiteSettings.php
modified:   globals/config.php
modified:   globals/functions.php
modified:   html/asset/index.php
modified:   html/download.php
modified:   html/maintenance.php
modified:   html_admin/announcements.php
modified:   html_admin/client-deployer-upload.php
modified:   html_admin/client-deployer.php
modified:   html_admin/configuration.php
modified:
html_clientsettings/Setting/QuietGet/WindowsBootstrapperSettings.php
modified:   html_setup/BootstrapperSettings.php
modified:   html_setup/version.php
modified:   html_setup/versionQTStudio.php
modified:   html_versioncompatibility/GetAllowedMD5Hashes.php
modified:   html_versioncompatibility/GetAllowedSecurityKeys.php

There's gonna be massive changes with VersionCompatability also,
this involves new database tables, and new helpers, that will help
support:
- More client versions, security versions and client MD5 hashes at once
- Better management of versioning, it will automatically update the
  respected ClientSettingsApplicationBucket with the new version etc.
2021-12-31 06:08:06 +00:00
Nikita Petko 678a5e6e8a Update ClientSettings.php and WebsiteSettings.php
~ Add extra checks to Alphaland\Client\ClientSettingsApplications::FetchCombinedApplicationDependencies() to:
  1. Determine if the application dependency actually exists
  2. Determine if the application dependency has a dependency to it's
     super dependant

~ Make the Alphaland\Client\ClientSettingsKind an abstract class

~ Add Alphaland\Web\WebsiteSettings::GetOrCreateSetting() to website
settings in case we want to write a setting if it truly doesn't exist

Co-Authored-by: Jacob Valara <valara2@mfdlabs.com>
2021-12-11 16:43:49 +00:00
Nikita Petko c040db0c1f Update WebsiteSettings.php, create ClientSettings.php
Pretty self explainitory
2021-12-10 22:14:23 +00:00
Nikita Petko c42c2dd12e Update DOC 2021-12-06 18:09:27 +00:00
Nikita Petko 4b666200c1 Update IpHelper.php, config.php. Add WebsiteSettings.php
~ Please adapt!!!!

~ Added new methods to IpHelper

~ Added include for iphelper in config.php
2021-11-25 20:28:41 +00:00