Zack Spear
fbbda5926b
refactor: update my servers include file to handle CSS values
...
This commit updates the `myservers1.php` file in the `dynamix.my.servers` plugin. It adds functionality to handle CSS values in addition to the existing file handling logic. The code now checks for CSS values in the local manifest and includes them in the rendered HTML if found.
2024-09-30 11:56:37 -07:00
ljm42
5ee7cb2647
feat: reduce how often rc.flashbackup checks for changes
...
Instead of checking once per minute, check once every 30 minutes
2024-09-10 12:48:40 -04:00
ljm42
911a3f8f1a
feat: send api_version to flash/activate endpoint
...
also use _var() function in a few more places for consistency
2024-09-10 09:30:17 -07:00
ljm42
fd4605b956
chore: prevent corner case issue and fix php warning
...
* Update remoteerror in flashback.ini if it gets out of sync with gitratelimit (can happen during testing if you delete flashbackup.ini)
* Fix php warning for retry_after
2024-09-06 11:27:17 -07:00
ljm42
8a3265d7b1
Feat: flash backup supports keyserver rate limits
2024-09-03 11:14:56 -07:00
ljm42
979e41fe41
fix: remove hard-coded entry for keyserver from hosts file
2024-08-30 10:52:50 -04:00
ljm42
03dc404aa7
Use "go links" when linking to Docs
2024-08-29 16:35:02 -07:00
Eli Bosley
4423829911
feat: add global agent ( #897 )
...
* feat: add global agent
* feat: add proxy setup to rc.unraid-api
* feat: update myservers.cfg to latest version
2024-08-14 14:52:36 -04:00
ljm42
e6bd7a54be
feat: always force push
2024-08-13 10:30:49 -07:00
ljm42
572a1310e0
Use "go links" when linking to Docs ( #891 )
2024-08-07 10:41:57 -04:00
ljm42
c1403d3826
feat: don't allow flash backup repos larger than 500MB ( #890 )
...
* feat: don't allow flash backup repos larger than 500MB
* fix: don't backup dynamix.file.integrity/logs
* feat: max file size for backup limited to 10mb
* feat: limit max repo size to 100MB
* feat: delete large repo again after 90 days
2024-08-07 10:41:36 -04:00
Zack Spear
7f512e47e9
fix: reboot required and available edge case ( #885 )
...
* fix: reboot required and available edge case
* chore: add missing web component translations
* chore: translations sort unique ascending, case insensitive
* fix: translation json
2024-05-15 12:24:06 -04:00
Zack Spear
9e9e385bef
chore: UnraidUpdateCancel reorganize
2024-05-13 10:52:30 -07:00
Zack Spear
6fed39e05b
chore: update cancel comment
2024-05-13 10:52:30 -07:00
Zack Spear
05c7c481a9
chore: update cancel script
2024-05-13 10:52:30 -07:00
Zack Spear
adcc1543f0
feat: UnraidUpdateCancel script
2024-05-13 10:52:30 -07:00
Zack Spear
95f873c752
refactor: UnraidCheck use current unRAIDServer.plg
2024-05-13 10:52:30 -07:00
Zack Spear
14951d3004
refactor: reboot details added to server payload to account
2024-05-13 10:52:30 -07:00
ljm42
c995a4c5c8
Fix: rc.flashbackup needs to check both signed in and connected ( #882 )
...
because /var/local/emhttp/myservers.cfg does not clear the connected status when the user signs out
2024-05-10 10:44:21 -07:00
Zack Spear
8d1e0f67d1
refactor: simplify version_compare in reboot-details
2024-05-08 12:47:29 -07:00
Zack Spear
7877a5dca2
refactor: reboot type detection for downgrade via callback
2024-05-08 12:47:29 -07:00
ljm42
521b4381f2
Fix bug in flash backup rate limiter ( #880 )
...
Don't try to read from an empty file
2024-05-07 17:11:36 -07:00
ljm42
9ae9d40f94
fix: keep minor enhancements from #872 ( #878 )
2024-05-07 08:39:46 -07:00
Zack Spear
4833e9dccf
chore: translations
2024-05-06 10:44:16 -07:00
Zack Spear
f8b143904b
fix: prevent corrupt case model in state.php ( #874 )
...
fix: prevent corruprt case model in state.php
2024-05-02 14:00:29 -07:00
Zack Spear
3eba95b8cc
feat: array state on registration page
2024-05-01 12:21:24 -07:00
ljm42
cc69213beb
Feat: Flash Backup requires connection to mothership ( #868 )
...
* fix: branding
* feat: flash backup requires connection to mothership
* feat: flash backup requires connection to mothership
2024-04-26 12:01:42 -04:00
ljm42
460e557dd8
Flash Backup: exclude large files from repo ( #866 )
2024-04-23 21:21:01 -04:00
Zack Spear
05e29468d2
refactor: trial messaging replace pro with unleashed ( #865 )
...
* refactor: trial messaging replace pro with unleashed
* fix: trial messaging grammar
* refactor: web component translations trial messaging
2024-04-03 13:46:25 -04:00
ljm42
4d3a311fb4
Feat: add support for outgoing proxies ( #863 )
2024-03-27 15:14:18 -07:00
Zack Spear
882e3e1ef4
feat: server config enum message w/ ineligible support ( #861 )
...
* test: serverState local components data tweaks
* feat: server config enum message w/ ineligible support
* refactor: config error messages
* chore: lint
2024-03-26 09:57:04 -04:00
Zack Spear
ecb3ed5003
fix: regDevs usage to allow more flexibility for STARTER ( #860 )
...
* fix: regDevs usage to allow more flexibility for STARTER
* fix: lint and type-check
2024-03-20 08:50:02 -04:00
ljm42
3e9faead43
Replace UpdateDNS.php with a stub ( #857 )
...
* This new stub file makes no network calls and always returns success
* It is meant to be backwards compatible with older releases of Unraid that expect the script to exist
2024-03-12 15:57:17 -04:00
Zack Spear
621a06cafa
fix: unraid-api.php $param1 fallback
2024-02-28 21:11:21 -08:00
Zack Spear
f890b05151
fix: unraid-api missing start command + var defaults
2024-02-28 21:11:21 -08:00
Zack Spear
567d8fdd6d
fix: state php special chars for html attributes ( #853 )
...
* fix: state php special chars for html attributes
* refactor: upc description as v-html to latest state php change
2024-02-28 13:42:11 -05:00
ljm42
7d996906ad
fix: date format in UnraidCheck.php ( #852 )
2024-02-27 13:43:01 -05:00
Zack Spear
de8dfe3dba
fix: state php breaking with double quotes in server description
2024-02-23 13:46:09 -08:00
Zack Spear
7249956d40
fix: state connect values without connect installed
2024-02-23 13:46:09 -08:00
Eli Bosley
9a1a0a54e6
feat: ship production to different bucket ( #846 )
2024-02-07 12:47:35 -05:00
Zack Spear
134396b602
refactor: state class webgui global fallback
2024-02-05 12:58:15 -08:00
Zack Spear
2aa65fdb68
fix: state php usage from cli
2024-02-05 12:58:15 -08:00
Zack Spear
c84c55761c
fix: State Class usage in other files
2024-02-05 12:58:15 -08:00
Eli Bosley
5c2d84d8b4
feat: ship preview to different bucket ( #845 )
2024-02-02 12:01:18 -05:00
Zack Spear
bf99eb25c8
feat: update os notifications enabled usage + link to enable & more options to account app
2024-01-31 12:39:14 -08:00
Zack Spear
e18a8d670e
refactor: UnraidCheck writeJsonFile JSON_UNESCAPED_SLASHES
2024-01-31 11:02:37 -08:00
Zack Spear
49d077db97
refactor: UnraidCheck removeAllIgnored fail silently
2024-01-31 11:02:37 -08:00
Zack Spear
9dafe165b0
chore: UnraidCheck.checkForUpdate todo comment
2024-01-31 11:02:37 -08:00
Zack Spear
195a178d15
refactor: unraidcheck to use UnraidCheck class
2024-01-31 11:02:37 -08:00
Zack Spear
b9257fce28
refactor: state php to use UnraidCheck class
2024-01-31 11:02:37 -08:00