Skip to content
Snippets Groups Projects

F11980: check protected folder for access from outside after new qfq...

Merged Enis Nuredini requested to merge F11980_check_directory_protected into develop
9 files
+ 92
16
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -520,14 +520,6 @@ Extension Manager: QFQ Configuration
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| editInlineReports | checked/unchecked | Shows an edit symbol in the frontend to directly edit a QFQ Report record. |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| forceSmtpSender | <empty> | Set this ONLY if your SMTP needs a static 'from' address (weired setup). |
| | | 'reply-to' will be used to offer simple 'Reply' functionality to user. |
| | | To hide static 'from' address to the reciever, a realname is set for the |
| | | 'from' address. Take realname from 'Reply-To', 'From', 'forceSmtpSender' or|
| | | misuse the 'From' email as realname (take first in the named priority). |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| sendEMailOptions | -o tls=yes | General options. Check: http://caspian.dotconf.net/menu/Software/SendEmail |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| reportAsFileAutoExport | no | Auto export of qfq reports to files. See :ref:`reportAsFile` |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| **Graphics** |
@@ -772,6 +764,18 @@ Extension Manager: QFQ Configuration
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| sqlDirectdownloadphperror/dl...3 | no default | Message shown to the user if record isn't found. |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| **Tools** |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| forceSmtpSender | <empty> | Set this ONLY if your SMTP needs a static 'from' address (weired setup). |
| | | 'reply-to' will be used to offer simple 'Reply' functionality to user. |
| | | To hide static 'from' address to the reciever, a realname is set for the |
| | | 'from' address. Take realname from 'Reply-To', 'From', 'forceSmtpSender' or|
| | | misuse the 'From' email as realname (take first in the named priority). |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| sendEMailOptions | -o tls=yes | General options. Check: http://caspian.dotconf.net/menu/Software/SendEmail |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| cmdWget | wget | Command is used for trying to download content from protected folder. |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
After parsing the configuration, the following variables will be set automatically in STORE_SYSTEM:
Loading