Commit Graph

132 Commits

Author SHA1 Message Date
bergware c9eb2593cf Updated copyright year to 2023 2023-11-03 12:36:03 +01:00
bergware 58ad4a8c87 Fixes for ZFS subpools 2023-11-02 13:51:41 +01:00
bergware 76757b5cf0 Fixes for ZFS subpools 2023-11-02 13:07:48 +01:00
bergware 1132e39eeb Fixes for ZFS subpools 2023-11-02 11:47:55 +01:00
bergware 44e2a8ca6e Fixes for ZFS subpools 2023-11-02 05:04:55 +01:00
bergware 0e8bb053f9 Update ToggleState.php 2023-11-02 04:56:13 +01:00
bergware 46ad2a266d Fixes for ZFS subpools 2023-11-02 04:55:10 +01:00
bergware af3a468654 Fixes for ZFS subpools 2023-11-02 04:31:07 +01:00
bergware 7154cc48fe Fixes for ZFS subpools 2023-11-02 01:56:26 +01:00
bergware f03d8a0090 Fixes for ZFS subpools
ZFS subpools have a tilde in their name, which is an illegal character in PHP keys and HTML ids. A tilde is automatically replaced to avoid conflicts.

The MAIN page shows the total of a ZFS pool at end, also when subpools are part of it.
2023-11-01 18:18:22 +01:00
bergware 030127933e DefaultPageLayout: move styling from inline to file 2023-10-28 11:02:49 +02:00
bergware 7042fbc3ce Revert "Update Wrappers.php"
This reverts commit 0b70d9800d.
2023-10-27 23:06:08 +02:00
bergware 0b70d9800d Update Wrappers.php 2023-10-27 22:56:17 +02:00
bergware 41d5c0d536 Update Wrappers.php 2023-10-27 22:36:44 +02:00
bergware e9af9d2dba Update Wrappers.php 2023-10-27 22:34:44 +02:00
bergware 0607942243 Update Dispatcher.php 2023-10-27 19:11:16 +02:00
bergware eb0efc0d5c Update SysDriversHelpers.php 2023-10-27 15:13:38 +02:00
bergware adef4eb786 SysDevs: fix regression error 2023-10-27 15:09:15 +02:00
bergware a29d3220f0 SysDrivers: improved styling 2023-10-27 14:09:02 +02:00
bergware d006f3da4d SysDrivers: improved styling 2023-10-27 10:29:28 +02:00
tom mortensen 5df3dbf911 Merge pull request #1477 from unraid/remove-legacy-certs
remove support for legacy unraid.net certs
2023-10-26 12:41:02 -07:00
bergware 43402f3eba SysDrivers: place edit icon at bottom 2023-10-26 21:23:21 +02:00
bergware 52a42ce3dc SysDrivers: place edit icon at bottom 2023-10-26 21:17:24 +02:00
bergware f92ec16f8e SysDrivers: fix regression errors 2023-10-26 20:08:55 +02:00
bergware d4e8617eef Use "null coalescing assignment" operator for $docroot 2023-10-26 18:17:44 +02:00
bergware 33a64665ea Use "null coalescing assignment" operator for $docroot 2023-10-26 18:10:11 +02:00
bergware af3eee47ae Dashboard: update time when timezone is changed 2023-10-26 17:32:25 +02:00
bergware ceeb125ba9 Use "null coalescing assignment" operator for $docroot 2023-10-26 14:00:15 +02:00
bergware d1d0880ceb SysDrivers: fix PHP8 errors 2023-10-26 02:43:31 +02:00
bergware c3826a5416 Dashboard: update time when timezone is changed 2023-10-26 02:06:06 +02:00
bergware 65b73b3c40 Fix PHP8 errors 2023-10-26 00:46:12 +02:00
bergware 2adac042ae SysDrivers: fix PHP8 errors 2023-10-25 21:07:03 +02:00
bergware 0b5a3990ad SysDrivers: fix PHP8 errors 2023-10-25 21:01:02 +02:00
ljm42 42e2ee6e39 remove support for legacy unraid.net certs 2023-10-24 17:17:10 -07:00
Christoph Hummer d008f5a5f0 Just for the looks
- only add space if version number from module is found
2023-10-24 11:54:52 +02:00
tom mortensen cc6c997e58 Merge pull request #1469 from ich777/master
Add ntfy.sh to notification agents
2023-10-17 10:16:37 -07:00
tom mortensen 2f8b0f4ce3 Merge pull request #1464 from SimonFair/Vm-Multifunction-support
VM multifunction support
2023-10-17 10:14:00 -07:00
SimonFair e33ec1466e SystemDrivers add version
Add version to module

Module (Version)
2023-10-17 17:16:20 +01:00
Christoph Hummer 72f977f19b Add ntfy.sh to notification agents 2023-10-17 11:23:28 +02:00
bergware 1d031aa262 wireguard update: add explanation about parsing 2023-10-16 17:53:51 +02:00
bergware 4581506883 wireguard update: add explanation about parsing 2023-10-16 12:30:24 +02:00
bergware 855da15b23 Fix typos 2023-10-16 12:15:16 +02:00
bergware 416f8c4ceb Fix PHP8 errors 2023-10-14 23:37:53 +02:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware 287468005a Prepare for automatic style sheet loading per page 2023-10-14 15:49:06 +02:00
bergware b8d932d050 Prepare for automatic style sheet loading per page 2023-10-14 15:46:38 +02:00
bergware 21189acdb0 Prepare for automatic style sheet loading per page 2023-10-14 01:42:46 +02:00
bergware 2ddceae4a3 Prepare for automatic style sheet loading per page 2023-10-13 18:08:58 +02:00
bergware 48e8c5bb73 Prepare for automatic style sheet loading per page 2023-10-13 17:59:06 +02:00
bergware 5bd4280e83 Prepare for automatic style sheet loading per page
This feature will be used in future development of the GUI
It allows pages to have their own style sheet settings stored in a related .css file
2023-10-13 17:49:13 +02:00