Commit Graph

2008 Commits

Author SHA1 Message Date
Tom Mortensen fcbfe7e57a docker: fix connect container console to new window 2018-07-31 11:44:09 -07:00
tom mortensen 3aafc50700 Merge pull request #357 from Squidly271/master
Plugins: Preserve support link when updating plugin
2018-07-25 10:54:56 -07:00
tom mortensen 81bdf557f3 Merge pull request #356 from bergware/master
diagnostics: Replace consecutive repeated lines in syslog
2018-07-25 10:54:38 -07:00
bergware 0258bbcbe3 Remove empty entries when storing individual disk settings 2018-07-24 13:28:50 +02:00
Squidly271 8e9f9482ba Plugins: Preserve preserve support link when updating 2018-07-22 15:52:54 -04:00
Squidly271 52e33dbe12 Merge pull request #4 from limetech/master
LT Catchup
2018-07-22 08:07:00 -04:00
bergware cecd8bd914 Merge remote-tracking branch 'upstream/master' 2018-07-22 13:07:58 +02:00
bergware 692c30f458 diagnostics: Replace consecutive repeated lines in syslog 2018-07-22 12:56:32 +02:00
tom mortensen c7bdb313be Merge pull request #350 from Squidly271/master
Prevent arbitrary bash execution or redirection on docker create/run commands
2018-07-20 10:55:59 -07:00
Eric Schultz d2113984e1 fix regex matching for unraid.net domain name validation when using new openssl1.1 2018-07-17 12:08:38 -05:00
Eric Schultz c2a57ed235 Merge pull request #351 from Squidly271/patch-3
Remove control codes, and extended ascii characters from plugin urls …
2018-07-14 12:42:18 -05:00
Eric Schultz 39ac304e67 Merge pull request #352 from Squidly271/patch-4
Update link for privileged help text
2018-07-14 12:41:13 -05:00
Eric Schultz 42c36fc151 Merge pull request #353 from Squidly271/patch-5
Change capitalization
2018-07-14 12:23:51 -05:00
Squidly271 5bdb5f714a Change capitalization
Closes #348
2018-07-14 11:49:00 -04:00
Squidly271 d32b443110 Update link for privileged help text 2018-07-14 09:47:22 -04:00
Squidly271 ca06bd9546 Remove control codes, and extended ascii characters from plugin urls on install
Every once in a while, a copy / paste from a browser of CA's URL posted on the forum winds up with unicode and/or control characters in the middle of the URL, which prevents installation.  (https://lime-technology.com/forums/topic/38582-plug-in-community-applications/?page=85&tab=comments#comment-669454  and  https://lime-technology.com/forums/topic/38582-plug-in-community-applications/?page=84&tab=comments#comment-664991 )


Just replace them with a null character.

Probably geographically related.
2018-07-14 09:36:32 -04:00
Squidly271 5f73c64819 More tabs to spaces 2018-06-30 22:11:05 -04:00
Squidly271 8b489e708f Handle escaped single quotes 2018-06-30 22:02:05 -04:00
Squidly271 501d4eaf0c Leading spaces instead of tabs 2018-06-30 21:24:55 -04:00
Squidly271 3f5da6ca9e Prevent docker run command from including arbitrary bash commands or redirection 2018-06-30 21:20:10 -04:00
Squidly271 ed8722c47c Merge pull request #3 from limetech/master
Merge pull request #347 from Squidly271/master
2018-06-30 17:56:27 -04:00
Eric Schultz 6a2c463b67 Merge pull request #347 from Squidly271/master
Plugin List: Show support thread if attribute exists
2018-06-23 16:46:41 -05:00
Squidly271 2abb945dc4 Spaces instead of tabs
grr 😠
2018-06-23 13:53:50 -04:00
Squidly271 4095975f91 Plugins: Show support thread if present 2018-06-23 13:50:41 -04:00
Squidly271 9bc57e69d1 Merge pull request #2 from limetech/master
LT Catchup
2018-06-23 13:45:20 -04:00
Eric Schultz e6ea50aa9a Merge pull request #344 from bergware/master
Docker enhancements
2018-06-17 14:16:26 -05:00
bergware ee032dc29b Merge remote-tracking branch 'upstream/master' 2018-06-08 07:57:22 +02:00
Eric Schultz 58751dc56c Merge pull request #346 from roninkenji/fix_dockerman_icon_extraction
Correct docker container icon name generation
2018-06-07 21:34:07 -05:00
Kenneth Tan 0c508f7890 Correct docker container icon name generation 2018-06-08 08:35:24 +08:00
bergware b3791ccbd1 Merge remote-tracking branch 'upstream/master' 2018-06-05 08:33:52 +02:00
bergware 594f6682e0 Docker: added cpu load and memory load display 2018-06-03 11:01:33 +02:00
bergware e90ba2d00f Docker: added cpu load and memory load display 2018-06-03 09:12:22 +02:00
Eric Schultz 08fe01332a make entire menu items clickable for gray and azure themes 6.5.3 2018-06-02 11:50:36 -05:00
bergware b98935813a Show accumulated encryption status 2018-06-02 09:30:55 +02:00
bergware cfcd6bcf6e Docker: added shell/bash selection for console 2018-06-02 09:30:31 +02:00
bergware 40b0c4ea6e Prevent openbox from clipping 2018-06-02 08:03:57 +02:00
Eric Schultz 4353f0bbfb Merge pull request #345 from realies/patch-5
Strip HTML from back-end
2018-06-01 02:02:43 -05:00
realies 0b0d69d0aa Strip HTML from back-end
HTML tags are converted to HTML entities somewhere along the chain and `CreateDocker.php` generates:

`addLog('<b>Error: Image can not be deleted&lt;br&gt;&lt;i&gt;In use by other container(s)&lt;/i&gt;</b>');` 

![screen shot 2018-06-01 at 02 27 32](https://user-images.githubusercontent.com/5107843/40816307-277e4bc6-6544-11e8-95ac-f207b5c61076.png)
2018-06-01 02:45:09 +01:00
bergware 16330a358e Minor code adjustment 2018-05-30 07:12:22 +02:00
bergware f751950e1c Make cpu-load and mem-load only visible in advanced mode 2018-05-29 22:20:06 +02:00
bergware ddc8e59d23 Change file permission 2018-05-29 15:13:33 +02:00
bergware 6377e8bf86 Change file permission 2018-05-29 15:11:54 +02:00
bergware 7ac37e493f Make docker_load script start/stop event driven 2018-05-29 14:49:47 +02:00
bergware 14e69b877e Docker: added shell/bash selection for console 2018-05-29 14:03:27 +02:00
bergware 17088573e7 Docker: added cpu load and memory load display 2018-05-29 14:02:30 +02:00
Eric Schultz a81508cffe bug fix: prevent deleting user template when (letter case) renaming a docker container 2018-05-26 12:15:36 -05:00
Eric Schultz 46cfa87791 apcups: ensure numeric fields are 0 if the values are empty 2018-05-26 10:35:16 -05:00
Eric Schultz 902fcd4dcf Merge pull request #343 from Squidly271/master
Remove unused tags from docker templates
2018-05-24 13:34:00 -05:00
Squidly271 789470f0e5 Remove MinVer & DonateImg from templates
MinVer I though would be far more used, but thus far it doesn't appear to be used at all, and the donation image has been deprecated from the next release of CA
2018-05-18 16:15:24 -04:00
Squidly271 e2f9cb956e Merge pull request #1 from limetech/master
LT catchup
2018-05-18 15:58:55 -04:00