-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes into the search model. New filter inside list. New dato for relations. New locator for components_relation. New table inside PostgreSQL: relations. Lot of fixes and updates.
- Loading branch information
renderpci
committed
Mar 3, 2018
1 parent
ade64d0
commit 13c997c
Showing
547 changed files
with
31,121 additions
and
12,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
#/dedalo4/.htaccess | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteRule ^$ lib/dedalo/ [L] | ||
# RewriteRule ((?s).*) lib/dedalo/$1 [L] | ||
#</IfModule> | ||
php_value max_input_vars 5000 | ||
php_value suhosin.get.max_vars 5000 | ||
php_value suhosin.post.max_vars 5000 | ||
php_value suhosin.request.max_vars 5000 | ||
# Protect files and directories from prying eyes. | ||
<FilesMatch "\.(inc|test|temp|sh|backup|.*backup|TXT|txt|tpl|config|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$"> | ||
<IfModule mod_authz_core.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule !mod_authz_core.c> | ||
Order allow,deny | ||
</IfModule> | ||
</FilesMatch> | ||
|
||
<FilesMatch ".(eot|ttf|otf|woff|woff2)"> | ||
Header set Access-Control-Allow-Origin "*" | ||
</FilesMatch> | ||
|
||
# Don't show directory listings for URLs which map to a directory. | ||
Options -Indexes | ||
|
||
# Set the default handler. | ||
DirectoryIndex index.php index.html index.htm | ||
|
||
# Various header fixes. | ||
<IfModule mod_headers.c> | ||
# Disable content sniffing, since it's an attack vector. | ||
Header always set X-Content-Type-Options nosniff | ||
# Disable Proxy header, since it's an attack vector. | ||
RequestHeader unset Proxy | ||
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"data_version":"4.8.3", | ||
"build_date":"2018-01-21 20:20:31" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ | |
?>\n" . $contents | ||
); | ||
|
||
#exit(); | ||
|
||
} #if($mode=='set_psw') | ||
?> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.