Commit graph

8 commits

Author SHA1 Message Date
nikolai@vontainment.com
2de33ff63d new file: .github/copilot-instructions.md
modified:   .gitignore
2025-07-09 09:45:51 -04:00
nikolai@vontainment.com
dd6fae6622 modified: .gitignore 2025-07-09 03:04:59 -04:00
nikolai@vontainment.com
5d49827d16 modified: .gitignore 2025-07-09 03:01:47 -04:00
nikolai@vontainment.com
c24a4cb820 modified: .gitignore
new file:   composer.lock
2025-07-09 02:53:59 -04:00
Vontainment
96fb672d99 Refactor to basic MVC structure 2025-07-06 23:40:01 -04:00
nikolai@vontainment.com
2620afcead modified: .gitattributes
modified:   .gitignore
	modified:   LICENSE
	modified:   README.md
	modified:   update-api/classes/HomeHelper.php
	modified:   update-api/classes/LogsHelper.php
	modified:   update-api/classes/PlHelper.php
	modified:   update-api/classes/ThHelper.php
	renamed:    update-api/classes/SecurityHandler.php -> update-api/classes/UtilityHandler.php
	modified:   update-api/config.php
	modified:   update-api/lib/auth-lib.php
	modified:   update-api/lib/load-lib.php
	modified:   update-api/public/.htaccess
	modified:   update-api/public/api.php
	modified:   update-api/public/assets/css/styles.css
	modified:   update-api/public/assets/js/header-scripts.js
	modified:   update-api/public/index.php
	modified:   update-api/public/login.php
	modified:   update-api/public/robots.txt
2025-07-05 04:30:19 -04:00
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
Nikolai
e5b88b6d5f new file: .gitattributes
new file:   .gitignore
	modified:   README.md
	deleted:    png_20230308_211110_0000.png
	deleted:    screenshot.jpg
	new file:   v-wordpress-plugin-updater.png
2024-06-24 19:04:38 -04:00