Commit Graph

1041 Commits

Author SHA1 Message Date
ljm42
4c33c6562a Include links in email and Discord agent notifications
Users with the Discord agent currently installed will need to go to the Notification Agents page, make a small change to the Discord agent, and hit Apply to regenerate the script.

Note: When clicking links from web-based email clients you will likely be redirected to the login screen due to SameSite cookie restrictions. Links can be copy/pasted to the address bar instead.
2021-04-16 11:21:56 -07:00
bergware
7b5c722b57 Do not flag mover messages 2021-03-31 17:55:26 +02:00
bergware
d7eac1d746 Do not flag mover messages 2021-03-30 22:14:43 +02:00
tom mortensen
c032a599da Merge pull request #813 from bergware/master
Make diagnostics messages left aligned
2021-03-25 09:32:25 -07:00
Squidly271
e429064d28 Docker: Don't allow CPU pinning if no template present
Pinning via CPU pinning settings does not work if there is not a template present  (ie: the user installed manually via command prompt)
2021-03-20 16:52:45 -04:00
bergware
aea53886da Minor code optimization 2021-03-19 19:18:24 +01:00
bergware
25b5421bf6 Minor corrections 2021-03-14 12:43:48 +01:00
tom mortensen
f544d37f2e Merge pull request #804 from bergware/master
Copyright 2021 (footer)
2021-03-13 11:11:40 -08:00
bergware
a2925bfa9e Copyright 2021 (footer) 2021-03-12 23:18:02 +01:00
Squidly271
19086224eb Fix links on notifications not being present if in summary display 2021-03-09 13:17:10 -05:00
Tom Mortensen
013e75095f Merge branch 'master' of github.com:limetech/webgui 2021-03-08 13:53:33 -08:00
Squidly271
24dc6dafef Dashboard: Fix color for utilization of disks 2021-03-08 16:46:09 -05:00
Tom Mortensen
1a0d0fbe7d Merge branch 'master' of github.com:limetech/webgui 2021-03-08 10:10:41 -08:00
tom mortensen
fd43022197 Merge pull request #798 from Squidly271/patch-4
Protect GUI from invalid .page files
2021-03-08 09:56:04 -08:00
bergware
fdb4818005 Suppress ipv6 multicast entries in route table display 2021-03-08 09:06:27 +01:00
Tom Mortensen
9f1dfe8465 Merge branch 'master' of github.com:limetech/webgui 2021-03-07 13:42:33 -08:00
Squidly271
b64cdd68a3 Protect GUI from invalid .page files
If the format of the .page is completely wrong, then every page gets corrupted, and the system becomes unusable.  Personally, I hate it that every .page file can potentially take down the entire GUI in case of an error.  Blocking the output of the parse_ini_file protects the GUI, and the file gets logged to inform the user / forum.
2021-03-07 15:48:01 -05:00
Squidly271
0bb4fa8140 SysDevs fix display aberration
https://forums.unraid.net/bug-reports/stable-releases/690-parsing-error-in-system-devices-vfio-pci-config-r1298/?tab=comments#comment-13324
2021-03-05 14:04:37 -05:00
Tom Mortensen
47baa254ef Increase syslog buffer from 1000 to 3000 lines 2021-03-04 16:09:59 -08:00
Tom Mortensen
056ded8902 Support SMART for unassigned devices.
SMART config via smart-one.cfg is per-ID instead of per-slot (follows drive)
Volume storage warning/critical thresholds now in disk.cfg and pools/<pool>.cfg files instead of in smart-one.cfg
2021-03-01 16:32:36 -08:00
tom mortensen
43badc2f19 Merge pull request #790 from limetech/fix-samesite-cookie
Fix: properly set samesite cookie
2021-02-19 17:00:10 -08:00
Eric Schultz
994a60a7d3 Fix: properly set samesite cookie
Logging in with Safari works again 🥞
2021-02-17 02:03:24 -06:00
Squidly271
d818028195 Fix spurious email 2021-02-16 14:27:24 -05:00
Andrew Z
a8be22064d Update Copyright 2021-02-16 13:48:33 -05:00
Andrew Z
29cbd5c42e Diagnostics Improvements 2021-02-16 13:29:01 -05:00
Eric Schultz
d8f6dead2b fix: login prompt when switching between servers 2021-01-21 11:28:57 -07:00
tom mortensen
50f16abc1c Merge pull request #779 from ljm42/master
Add notification agent for Discord
2020-12-30 14:39:24 -08:00
ljm42
b51f0bb888 discord agent - limit field lengths 2020-12-22 20:06:02 -08:00
ljm42
19938cfb3c Update help text 2020-12-21 08:54:23 -08:00
ljm42
e0331ded29 Update help text 2020-12-20 08:24:27 -08:00
ljm42
a6296d088a Add notification agent for Discord 2020-12-19 12:25:29 -08:00
Tom Mortensen
60a960e051 avoid php syntax error if autov() source file does not exist 2020-12-18 17:22:32 -08:00
Tom Mortensen
913e0980e0 do not try to display SMART info that causes spin-up for devices that are spun-down 2020-12-18 17:22:12 -08:00
Zack Spear
70db0366f8 improve: helper autov(), fail stynax error prevent 2020-12-16 19:40:37 -08:00
Tom Mortensen
529c6542d1 support unassigned devices temperature/spinning 2020-12-10 17:00:43 -08:00
tom mortensen
f55788e87b Merge pull request #772 from Squidly271/patch-6
Fix Started VMs not appearing in dashboard
2020-11-22 09:39:19 -08:00
tom mortensen
e44dc9d706 Merge pull request #771 from Squidly271/Notify
Fix unable to dismiss all notifications when on bottom
2020-11-22 09:38:24 -08:00
Squidly271
17c4ec967c Fix Started VMs not appearing in dashboard
https://forums.unraid.net/bug-reports/prereleases/690-beta-35-dashboard-ui-broken-for-docker-vms-r1126/
2020-11-20 18:09:40 -07:00
Squidly271
06f18c3997 Fix dismiss all notification 2020-11-19 13:08:23 -05:00
mgutt
7e43d4a63b Update Syslog.php
Memory friendly log file reading and limiting output to 1000 lines. Solves this bug https://forums.unraid.net/bug-reports/stable-releases/66-cant-view-system-log-fatal-memory-error-r210/
2020-11-18 11:15:59 +01:00
Tom Mortensen
8c9d08f9a6 correct login from wrong default case icon displayed 2020-11-04 13:49:59 -08:00
Eric Schultz
e9a5302a72 Improve cache busting for vnc 2020-10-10 12:22:06 -07:00
Squidly271
adabd067ad Allow return values on autov() 2020-10-10 08:23:41 -04:00
Eric Schultz
071246c846 Add cache busting to vnc 2020-10-09 22:46:26 -07:00
Tom Mortensen
ca2be4a53f use 'fsUsed' instead of calculating 2020-10-05 15:42:22 -07:00
Squidly271
bc74c92e4d Fix &apos; appearing in swal alerts 2020-09-20 10:58:39 -04:00
Squidly271
146f6b2afe Make you a deal. Just use tabs instead of spaces. Makes my life easier 2020-09-19 14:03:01 -04:00
Squidly271
5254db0fc6 Support links on notifications 2020-09-19 14:01:21 -04:00
Squidly271
f00402b947 Fix notifications continually reappearing 2020-09-19 13:09:21 -04:00
tom mortensen
bec655b945 Merge pull request #744 from ljm42/patch-3
Detect invalid session and logout current tab
2020-09-07 09:04:56 -07:00