Commit Graph

2881 Commits

Author SHA1 Message Date
tom mortensen d4cd9ef425 Merge pull request #525 from Squidly271/patch-1
Allow outside click to close popups
2019-10-06 13:10:41 -07:00
tom mortensen fa456b59ec Merge pull request #526 from bergware/master
Added 'F1' key to toggle help text
2019-10-06 13:09:45 -07:00
tom mortensen 28daa551da Merge pull request #523 from ljm42/master
CSP: block-all-mixed-content
2019-10-06 13:08:24 -07:00
bergware aaaa3c20d0 Revert key shortcuts to array operation page 2019-10-06 19:21:17 +02:00
tom mortensen 9ff83703ff Merge pull request #524 from Squidly271/spinner
Ensure spinner always on top
2019-10-06 09:28:35 -07:00
bergware 0efca040c7 Main page: style alignment 2019-10-06 09:14:23 +02:00
bergware 05cfbfb3c5 Main page: style alignment 2019-10-06 09:10:32 +02:00
bergware 1bb8c4e8bf Main page: style alignment 2019-10-06 09:00:44 +02:00
bergware c92c0f4c36 Main page: disk log titles the same layout as other titles 2019-10-06 08:48:13 +02:00
bergware e5ad3b0605 Dashboard: fixed regression error in user write/read values 2019-10-05 11:52:25 +02:00
bergware a431cd853c Main page: consolidate spin up/down action and device status into one 2019-10-04 11:35:17 +02:00
bergware 40f97f3ac2 Main page: consolidate spin up/down action and device status into one 2019-10-04 11:30:34 +02:00
bergware 347c9962b8 Added key shortcuts to array operation page 2019-10-02 15:47:53 +02:00
bergware 6f9228352f Added key shortcuts to array operation page 2019-10-02 15:43:56 +02:00
bergware 86dfc250ff Added 'F1' key to toggle help text 2019-10-02 09:52:55 +02:00
Larry Meaney a4b3da30df Add robots metatag and CSP to login page too 2019-09-28 17:48:18 -07:00
Larry Meaney deeebdd7ad Standardize on lang="en" 2019-09-28 17:26:54 -07:00
Larry Meaney ff713722e4 Use complete HTML documents in popups 2019-09-28 17:19:53 -07:00
Squidly271 2e0697d3f1 Allow outside click to close popups
Drives me nuts having to click the "x".  Only allows an outside click if when closing the window nothing happens
2019-09-28 12:17:56 -04:00
Andrew Z 63926bb528 Ensure spinner always ontop 2019-09-28 11:49:22 -04:00
Squidly271 c3eeea932c Merge pull request #7 from limetech/master
LT Catchup
2019-09-28 11:37:42 -04:00
Larry Meaney 1fd376e365 CSP: block-all-mixed-content
If a page is loaded via https, prevent it from loading resources via http
2019-09-27 21:30:50 -07:00
tom mortensen e2edbb8048 Merge pull request #520 from Squidly271/dockerIcon
dockerMan: Redownload Icon if URL changes
2019-09-27 09:46:41 -07:00
tom mortensen 71d5c49caa Merge pull request #517 from Squidly271/patch-4
Plugin Helpers: Follow redirects on downloads
2019-09-26 11:21:05 -07:00
tom mortensen 9b21eb102f Merge pull request #519 from Squidly271/patch-6
dockerMan - Deprecate TemplateURL
2019-09-26 11:20:46 -07:00
tom mortensen ff2d92ad5e Merge pull request #522 from bergware/master
Fixed: footer always on foreground
2019-09-26 11:06:27 -07:00
bergware 4502477a5d Fixed: footer always on foreground 2019-09-22 21:24:55 +02:00
Andrew Z 4c4ab3717d Avoid unnecessary download if docker.img recreated 2019-09-22 10:16:35 -04:00
Andrew Z 41bd904d89 Avoid double slashes 2019-09-22 09:47:17 -04:00
Andrew Z 64dc296cce Remove duplicated code 2019-09-21 21:09:12 -04:00
Andrew Z 9abe0b66c8 Do not cache docker icon on dashboard 2019-09-21 21:00:56 -04:00
Andrew Z 6effa94fac dockerMan: Redownload icon if url changesa 2019-09-21 20:54:49 -04:00
Squidly271 69e463e2d2 Merge pull request #6 from limetech/master
LT Catchup
2019-09-21 20:50:09 -04:00
Eric Schultz 0f03ad6f98 remove csrf token from login page 2019-09-20 14:57:36 -05:00
Eric Schultz 655b3ed883 Use samesite=strict for the login session cookie 2019-09-16 03:00:34 -05:00
Squidly271 2fad4eec4a Remove extraneous quote 2019-09-15 17:34:46 -04:00
Squidly271 2e45bde644 dockerMan - Deprecate TemplateURL
See here: https://forums.unraid.net/topic/38619-docker-template-xml-schema/page/2/?tab=comments#comment-773589

Code though has to stay (albeit hidden) so that what CA does enter in for it is saved in the template.
2019-09-15 17:33:29 -04:00
Squidly271 a62e63f74d Plugin Helpers: Follow redirects on downloads
Some authors have listed a plugin URL that is subject to redirection
2019-09-14 19:30:06 -04:00
tom mortensen dda07223a1 Merge pull request #516 from Squidly271/patch-3
Change PluginHelpers download to be PHP Curl
2019-09-12 09:49:51 -07:00
Squidly271 7c7ab40789 Switch download routine to be PHP Curl 2019-09-11 21:36:16 -04:00
Squidly271 87732ab99e Merge pull request #5 from limetech/master
LT Catchup
2019-09-11 21:13:16 -04:00
tom mortensen 732eb160fe Merge pull request #515 from bergware/master
Dashboard: fixed VPN tunnels up/down count
2019-09-10 10:47:06 -07:00
bergware 10f9a8773e New passphrase operation combined with existing keyfile operation 2019-09-10 06:44:14 +02:00
bergware 8804a05f88 Merge remote-tracking branch 'upstream/master' 2019-09-09 09:24:00 +02:00
Eric Schultz 01bd18b46f remove leading dot in login cookie domain 2019-09-08 16:45:57 -05:00
bergware 7314f784f8 Dashboard: widen Docker/VM column 2019-09-08 10:07:18 +02:00
bergware 633330a03e Dashboard: fixed VPN tunnels up/down count 2019-09-08 07:14:48 +02:00
Squidly271 2e26002d3b Merge pull request #4 from limetech/master
LT Catchup
2019-09-07 12:26:53 -04:00
Eric Schultz 0b765531fe logon session uses a unique name now 2019-09-07 01:42:06 -05:00
Eric Schultz facb1fbe86 only secure cookies when using https 2019-09-06 13:37:03 -05:00