mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
updates
This commit is contained in:
parent
2ebb2ea6e2
commit
cb6d32f461
BIN
archive/community.applications-2022.07.10-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.10-x86_64-1.txz
Normal file
Binary file not shown.
BIN
archive/community.applications-2022.07.11-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.11-x86_64-1.txz
Normal file
Binary file not shown.
BIN
archive/community.applications-2022.07.12-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.12-x86_64-1.txz
Normal file
Binary file not shown.
BIN
archive/community.applications-2022.07.13-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.13-x86_64-1.txz
Normal file
Binary file not shown.
BIN
archive/community.applications-2022.07.16-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.16-x86_64-1.txz
Normal file
Binary file not shown.
@ -2010,6 +2010,7 @@ echo ""
|
|||||||
echo "Adjusting icon for unRaid version"
|
echo "Adjusting icon for unRaid version"
|
||||||
if [[ -e /usr/local/emhttp/plugins/dynamix/styles/font-cases.ttf ]]; then sed -i 's/f0db/e942/g' /usr/local/emhttp/plugins/community.applications/Apps.page; fi
|
if [[ -e /usr/local/emhttp/plugins/dynamix/styles/font-cases.ttf ]]; then sed -i 's/f0db/e942/g' /usr/local/emhttp/plugins/community.applications/Apps.page; fi
|
||||||
if [[ ! -e /usr/local/emhttp/plugins/dynamix/styles/font-cases.ttf ]]; then sed -i 's/e942/f0db/g' /usr/local/emhttp/plugins/community.applications/Apps.page; fi
|
if [[ ! -e /usr/local/emhttp/plugins/dynamix/styles/font-cases.ttf ]]; then sed -i 's/e942/f0db/g' /usr/local/emhttp/plugins/community.applications/Apps.page; fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "----------------------------------------------------"
|
echo "----------------------------------------------------"
|
||||||
echo " &name; has been installed."
|
echo " &name; has been installed."
|
||||||
|
@ -784,7 +784,7 @@ function showSortIcons() {
|
|||||||
}
|
}
|
||||||
<?if ($nchanCom):?>
|
<?if ($nchanCom):?>
|
||||||
function ca_openPlugin(cmd,title,plg,func) {
|
function ca_openPlugin(cmd,title,plg,func) {
|
||||||
setTimeout(function(){openPlugin(cmd,title,plg,func);},250);
|
setTimeout(function(){openPlugin(cmd,title,plg,func,"");},250);
|
||||||
}
|
}
|
||||||
<?endif;?>
|
<?endif;?>
|
||||||
|
|
||||||
@ -822,7 +822,9 @@ function updateContent(button) {
|
|||||||
$.removeCookie("ca_plugininstallpending");
|
$.removeCookie("ca_plugininstallpending");
|
||||||
myCloseAlert();
|
myCloseAlert();
|
||||||
<?if ($nchanCom):?>
|
<?if ($nchanCom):?>
|
||||||
|
post({action:'saveMultiPluginPending',plugin:plugins},function(data) {
|
||||||
ca_openPlugin('multiplugin install '+plugins,"<?tr('Install Plugin Applications')?>",'','refresh');
|
ca_openPlugin('multiplugin install '+plugins,"<?tr('Install Plugin Applications')?>",'','refresh');
|
||||||
|
});
|
||||||
<?else:?>
|
<?else:?>
|
||||||
openBox('/plugins/<?=$plugin?>/scripts/installMultiPlugin.php&arg1='+plugins,"<?tr('Install Plugin Applications')?>",600,900,true);
|
openBox('/plugins/<?=$plugin?>/scripts/installMultiPlugin.php&arg1='+plugins,"<?tr('Install Plugin Applications')?>",600,900,true);
|
||||||
<?endif;?>
|
<?endif;?>
|
||||||
@ -1197,7 +1199,9 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") {
|
|||||||
pluginURL.replace("&deprecated","");
|
pluginURL.replace("&deprecated","");
|
||||||
}
|
}
|
||||||
<?if ($nchanCom):?>
|
<?if ($nchanCom):?>
|
||||||
|
post({action:'saveMultiPluginPending',plugin:pluginURL},function(data) {
|
||||||
ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction);
|
ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction);
|
||||||
|
});
|
||||||
<?else:?>
|
<?else:?>
|
||||||
openBox('/plugins/community.applications/scripts/pluginInstall.php&arg1='+type+'&arg2='+pluginURL,title,600,900,true,postFunction);
|
openBox('/plugins/community.applications/scripts/pluginInstall.php&arg1='+type+'&arg2='+pluginURL,title,600,900,true,postFunction);
|
||||||
<?endif;?>
|
<?endif;?>
|
||||||
@ -1220,6 +1224,7 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") {
|
|||||||
}
|
}
|
||||||
<?if ($nchanCom):?>
|
<?if ($nchanCom):?>
|
||||||
ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction);
|
ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction);
|
||||||
|
|
||||||
<?else:?>
|
<?else:?>
|
||||||
openBox('/plugins/community.applications/scripts/pluginInstall.php&arg1='+type+'&arg2='+pluginURL,title,600,900,true,postFunction);
|
openBox('/plugins/community.applications/scripts/pluginInstall.php&arg1='+type+'&arg2='+pluginURL,title,600,900,true,postFunction);
|
||||||
<?endif;?>
|
<?endif;?>
|
||||||
@ -1928,7 +1933,6 @@ function installMulti() {
|
|||||||
});
|
});
|
||||||
<?if ($nchanCom):?>
|
<?if ($nchanCom):?>
|
||||||
post({action:'saveMultiPluginPending',plugin:plugin},function(data) {
|
post({action:'saveMultiPluginPending',plugin:plugin},function(data) {
|
||||||
alert(plugin);
|
|
||||||
ca_openPlugin('multiplugin install '+plugin,tr('Install '+makePlural("Application",pluginCount)),'','refresh');
|
ca_openPlugin('multiplugin install '+plugin,tr('Install '+makePlural("Application",pluginCount)),'','refresh');
|
||||||
});
|
});
|
||||||
<?else:?>
|
<?else:?>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
dbc557b8f37a8fda04fd617c0fd5c503 ./Apps.page
|
85b981e211b30b027549c3d9494e1618 ./Apps.page
|
||||||
4e55f7483b661af21a25b677179baffe ./CA_notices.page
|
4e55f7483b661af21a25b677179baffe ./CA_notices.page
|
||||||
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
||||||
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
||||||
07a72859c0c26030943adf8d379d4074 ./include/exec.php
|
07a72859c0c26030943adf8d379d4074 ./include/exec.php
|
||||||
e564b860fa0d5022df83c103922665d7 ./include/helpers.php
|
e564b860fa0d5022df83c103922665d7 ./include/helpers.php
|
||||||
d9bce32c48b39966cf5e5b6fdf6946ee ./include/paths.php
|
116042a918060278e77379b0dd73482c ./include/paths.php
|
||||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||||
71f911a818d88d3d567f8a2898094ee2 ./README.md
|
71f911a818d88d3d567f8a2898094ee2 ./README.md
|
||||||
aa1520f5576149b5f7734d4f280ba4ee ./scripts/caPostHook.php
|
ff1fa32f5bc288631673066da4a36ebe ./scripts/caPostHook.php
|
||||||
b45c0067b64f05c3dafc202e423a3151 ./scripts/caPreHook.php
|
981bc776ea83d2f15387e29870554e3f ./scripts/caPreHook.php
|
||||||
d3d8286046cc7d6edf8f596067c163a2 ./scripts/checkForUpdates.php
|
d3d8286046cc7d6edf8f596067c163a2 ./scripts/checkForUpdates.php
|
||||||
99a9d58a49a7f6812f18bd4be2b563b9 ./scripts/checkForUpdates.sh
|
99a9d58a49a7f6812f18bd4be2b563b9 ./scripts/checkForUpdates.sh
|
||||||
677ac9a29993ec57e09ec6a1856f1a11 ./scripts/dockerConvert.php
|
677ac9a29993ec57e09ec6a1856f1a11 ./scripts/dockerConvert.php
|
||||||
|
@ -72,5 +72,5 @@ $caPaths['dockerSearchInstall'] = $caPaths['tempFiles']."/docker
|
|||||||
$caPaths['dockerSearchActive'] = $caPaths['tempFiles']."/dockerSearchActive";
|
$caPaths['dockerSearchActive'] = $caPaths['tempFiles']."/dockerSearchActive";
|
||||||
$caPaths['SpotlightIcon'] = "https://raw.githubusercontent.com/Squidly271/community.applications/master/webImages/Unraid.svg";
|
$caPaths['SpotlightIcon'] = "https://raw.githubusercontent.com/Squidly271/community.applications/master/webImages/Unraid.svg";
|
||||||
$caPaths['dockerConvertFlash'] = $dockerManPaths['templates-user']."/my-CA_TEST_CONTAINER_DOCKERHUB.xml";
|
$caPaths['dockerConvertFlash'] = $dockerManPaths['templates-user']."/my-CA_TEST_CONTAINER_DOCKERHUB.xml";
|
||||||
$caPaths['pluginPending'] = "/tmp/community.applications/pluginPending/";
|
$caPaths['pluginPending'] = "/tmp/plugins/pluginPending/";
|
||||||
?>
|
?>
|
@ -1,8 +1,13 @@
|
|||||||
#!/usr/bin/php
|
#!/usr/bin/php
|
||||||
<?
|
<?
|
||||||
|
###############################################################
|
||||||
|
# #
|
||||||
|
# Community Applications copyright 2015-2022, Andrew Zawadzki #
|
||||||
|
# Licenced under GPLv2 #
|
||||||
|
# #
|
||||||
|
###############################################################
|
||||||
if ( $argv[1] == "check" || $argv[1] == "checkall" )
|
if ( $argv[1] == "check" || $argv[1] == "checkall" )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
echo "Executing Community Applications Post-Plugin Settings\n";
|
echo "Executing Community Applications Post-Plugin Settings\n";
|
||||||
@unlink("/tmp/community.applications/pluginPending/{$argv[2]}");
|
@unlink("/tmp/community.applications/pluginPending/{$argv[2]}");
|
||||||
echo "Finished";
|
echo "Finished";
|
||||||
|
@ -1,9 +1,21 @@
|
|||||||
#!/usr/bin/php
|
#!/usr/bin/php
|
||||||
<?
|
<?
|
||||||
|
###############################################################
|
||||||
|
# #
|
||||||
|
# Community Applications copyright 2015-2022, Andrew Zawadzki #
|
||||||
|
# Licenced under GPLv2 #
|
||||||
|
# #
|
||||||
|
###############################################################
|
||||||
if ( $argv[1] == "check" || $argv[1] == "checkall" )
|
if ( $argv[1] == "check" || $argv[1] == "checkall" )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
echo "Executing Community Applications Pre-Plugin Settings\n";
|
echo "Executing Community Applications Pre-Plugin Settings\n";
|
||||||
@mkdir("/tmp/community.applications/pluginPending",0777,true);
|
@mkdir("/tmp/community.applications/pluginPending",0777,true);
|
||||||
touch("/tmp/community.applications/pluginPending/{$argv[2]}");
|
touch("/tmp/community.applications/pluginPending/{$argv[2]}");
|
||||||
|
if ( $argv[1] == "update" ) {
|
||||||
|
if ( is_file("/var/log/plugins/{$argv[2]}") )
|
||||||
|
passthru("/usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin check ".escapeshellarg($argv[2]));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user