Commit graph

1 commit

Author SHA1 Message Date
nikolai@vontainment.com
7d1c4a4288 modified: .gitignore
modified:   README.md
	modified:   mu-plugin/v-sys-plugin-updater-mu.php
	modified:   mu-plugin/v-sys-plugin-updater.php
	modified:   mu-plugin/v-sys-theme-updater.php
	deleted:    update-api/app/forms/home-forms.php
	deleted:    update-api/app/forms/plupdate-forms.php
	deleted:    update-api/app/forms/thupdate-forms.php
	deleted:    update-api/app/helpers/home-helper.php
	deleted:    update-api/app/helpers/logs-helper.php
	deleted:    update-api/app/helpers/plupdate-helper.php
	deleted:    update-api/app/helpers/thupdate-helper.php
	new file:   update-api/classes/forms/HomeFormHandler.php
	new file:   update-api/classes/forms/PlFormHandler.php
	new file:   update-api/classes/forms/ThFormHandler.php
	new file:   update-api/classes/helpers/HomeHelper.php
	new file:   update-api/classes/helpers/LogsHelper.php
	new file:   update-api/classes/helpers/PlHelper.php
	new file:   update-api/classes/helpers/ThHelper.php
	new file:   update-api/classes/util/security.php
	modified:   update-api/lib/auth-lib.php
	new file:   update-api/lib/class-lib.php
	modified:   update-api/lib/load-lib.php
	deleted:    update-api/lib/waf-lib.php
	modified:   update-api/public/.htaccess
	new file:   update-api/public/api.php
	modified:   update-api/public/assets/css/login.css
	modified:   update-api/public/assets/css/mobile.css
	deleted:    update-api/public/assets/css/pages.css
	modified:   update-api/public/assets/css/styles.css
	modified:   update-api/public/index.php
	modified:   update-api/public/login.php
	deleted:    update-api/public/plugins/api.php
	deleted:    update-api/public/plugins/download.php
	deleted:    update-api/public/themes/api.php
	deleted:    update-api/public/themes/download.php
	renamed:    update-api/app/pages/home.php -> update-api/views/home.php
	renamed:    update-api/app/pages/logs.php -> update-api/views/logs.php
	renamed:    update-api/app/pages/plupdate.php -> update-api/views/plupdate.php
	renamed:    update-api/app/pages/thupdate.php -> update-api/views/thupdate.php
2025-06-29 14:59:47 -04:00