Commit Graph

1218 Commits

Author SHA1 Message Date
Squidly271 b85cd55423 Update CreateDocker.php 2024-02-19 21:00:27 -05:00
Zack Spear c9cbed9fe5 fix: os updates rc to stable 2024-02-15 14:19:29 -08:00
tom mortensen 3210b1bd39 Merge pull request #1563 from Leseratte10/fix-syslog
Add syslog filename support
2024-02-15 09:38:23 -08:00
tom mortensen 3b60e15ef0 Merge pull request #1582 from mtongnz/manager-fixes
Remove update buttons for non-dockerman containers
2024-02-15 09:37:53 -08:00
tom mortensen 3c6180f114 Merge pull request #1617 from dlandon/master
Fix php warning when saving text to a file.
2024-02-15 09:37:10 -08:00
dlandon fd5d7e122e Change requested by Ronald. 2024-02-14 17:28:29 -06:00
dlandon ee90e2b997 Add #raw_file so a raw file can be modified and suppress any php warnings:
This is the hidden input value:
<input type="hidden" name="#raw_file" value="true">

The value="true" could be programmatically changed so a file can be parsed or not parsed in the same page code.
2024-02-14 16:15:43 -06:00
tom mortensen cc2aa8acc9 Merge pull request #1623 from bergware/master
Management access: fix incorrect ip address display
2024-02-14 08:42:45 -08:00
tom mortensen d6fa9420f3 Merge pull request #1621 from zackspear/fix/upc-dropdown-reboot-link-text
fix: dropdown reboot link text [6.13]
2024-02-14 08:40:47 -08:00
tom mortensen 249785377f Merge pull request #1613 from SimonFair/VM-Metrics
Add  VM usage data
2024-02-14 08:40:25 -08:00
bergware 21f1ec278e Management access: fix incorrect ip address display 2024-02-14 17:02:43 +01:00
Zack Spear 6db0bba9fa fix: dropdown reboot link text 2024-02-13 17:55:21 -08:00
dlandon 1fbd1b0a98 Update update.php 2024-02-13 11:39:33 -06:00
tom mortensen 2b58784feb Merge pull request #1618 from Squidly271/patch-19
PHP8 Fix
2024-02-13 07:21:12 -08:00
SimonFair 9f3047d2ff Add options to settings to disable/enable + refresh rate 2024-02-12 22:04:37 +00:00
bergware c7fcc66ec2 File manager: updated file type icons 2024-02-12 14:45:00 +01:00
bergware 8c3b5a8554 File manager: updated file type icons 2024-02-12 14:41:56 +01:00
bergware 97560c51d4 File manager: updated file type icons 2024-02-12 14:41:10 +01:00
bergware 2ae9728e94 File manager: updated file type icons 2024-02-12 14:39:31 +01:00
bergware 5c91a93a2c File manager: updated file type icons 2024-02-12 14:37:33 +01:00
SimonFair 034b41726e Update vm_usage 2024-02-11 18:42:11 +00:00
SimonFair eef77dc64d Fix graphs 2024-02-11 18:34:13 +00:00
SimonFair 954969c2e4 Make script executable 2024-02-11 15:25:18 +00:00
SimonFair 71f655cd05 Add Stats page 2024-02-11 15:22:22 +00:00
Squidly271 df4c1d72bd PHP8 Fix 2024-02-10 15:30:41 -05:00
dlandon 39e2381b8f Fix php warning when saving text that contains a reserved php character to a file.
A php warning occurs when a text area is to be saved to a file and it contains a reserved php character.  Update.php tries to parse the file and extract a specific section even if the file is only to be saved.  It is also trying to extract a section when the $section is not defined i.e. $section is set to false.
2024-02-10 07:39:23 -06:00
tom mortensen 69e2e773a7 Merge pull request #1615 from bergware/master
Fix error in helptext
2024-02-09 12:26:50 -08:00
tom mortensen e24ffa4185 Merge pull request #1614 from SimonFair/User-VM-templates
VM templates Create missing directory.
2024-02-09 12:26:25 -08:00
bergware a5b41381af Revert "File manager: replace image icons by font-awesome icons"
This reverts commit e6a70d829e.
2024-02-09 17:52:41 +01:00
bergware e6a70d829e File manager: replace image icons by font-awesome icons 2024-02-09 17:47:09 +01:00
bergware 863a3ee231 File manager: replace image icons by font-awesome icons 2024-02-09 17:44:04 +01:00
bergware f999e6f692 File manager: replace image icons by font-awesome icons 2024-02-09 13:06:21 +01:00
bergware 1e38871d1f Merge remote-tracking branch 'upstream/master' 2024-02-09 11:17:16 +01:00
SimonFair 7dda0f48d0 Create missing directory. 2024-02-09 08:52:45 +00:00
SimonFair bb6598d2f9 Add initial functions to collect VM usage data 2024-02-09 07:09:47 +00:00
Zack Spear 1655a361eb fix: Install Key class self instantiate with GET request 2024-02-08 13:29:50 -08:00
Zack Spear 9797c34305 fix: pro key check for update via dropdown 2024-02-08 13:28:40 -08:00
bergware ba9f1c474f Fix error in helptext 2024-02-08 12:03:25 +01:00
tom mortensen 006c59dbf1 Merge pull request #1608 from zackspear/master
replace key improvements
2024-02-05 14:26:28 -08:00
Zack Spear 92555090d9 refactor: state class webgui global fallback 2024-02-05 12:53:38 -08:00
Zack Spear d81e24e827 refactor: replace_key_job cron to run on a randomized minute value 2024-02-05 11:38:01 -08:00
Zack Spear 0f31f97d88 refactor(wc): replace key checker automatic on registration page 2024-02-05 11:38:01 -08:00
Zack Spear d27a796160 fix: ReplaceKey to not reference server state and improve timing check 2024-02-05 11:38:01 -08:00
Zack Spear 7ca74f9862 chore: replace_key_job formatting 2024-02-05 11:38:01 -08:00
Zack Spear 61b17ed7df refactor: InstallKey returns 2024-02-05 11:38:01 -08:00
Zack Spear 9cf3a59c8a feat: replace_key_job script to create cron & to execute the replace key job 2024-02-05 11:38:01 -08:00
Zack Spear 4622450b45 refactor: replace key don't auto check on class instantiation 2024-02-05 11:38:01 -08:00
Zack Spear 7f92fff58c fix: state php call from cli 2024-02-05 11:38:01 -08:00
Zack Spear 4d54ab8660 chore: formatting ReplaceKey 2024-02-05 11:38:01 -08:00
Zack Spear a6c9b73e6f chore: ReplaceKey formatting 2024-02-05 11:38:01 -08:00