Commit Graph

16 Commits

Author SHA1 Message Date
Nikita Petko 23f608e173 Everything IP!
Updated IpRange to fix an undefined index (where it tried to convert an
IP to a ip/bits format but some didn't contain that, so absolute ip
addresses will just have /32 appended)

Implemented the logic into WebContextManager.php
2021-12-31 06:12:38 +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
Astrologies a671625523 User dep impl update 2021-12-19 00:20:44 -05: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
Astrologies 5a982e292d staff bypass maintenance 2021-12-06 02:08:09 -05:00
Astrologies e3333082e8 webcontextmanager force types 2021-12-01 23:15:17 -05:00
Astrologies 9a68dbf7ba webcontextmanager IsIPRegistered 2021-12-01 21:12:30 -05:00
Astrologies 372d802ada webcontextmanager and system 2021-12-01 09:51:27 -05:00
Astrologies f4ca2531ae implement some webcontextmanager 2021-12-01 04:17:47 -05: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
Nikita Petko cce95c2c42 Update IpRange.php
~ Fix up some naming issues

~ Add a netmask check

~ Add an example
2021-11-25 15:00:19 +00:00
Nikita Petko 9d4c038f0b Ad Ip helper, stripped big time 2021-11-25 00:09:29 +00:00
Nikita Petko 3457dd5cb7 Fix 2 issues on my part
~ Update User.php to fix the PDO accessor thingy

~ Update WebContextManager.php to fix another PDO thingy
2021-11-24 19:32:00 +00:00
Austin 45cc3a1626 initialize 2021-10-29 21:50:08 -04:00