-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update adminer #3888 - update adminer to version 4.7.6 - use design "rmsoft_blue" due design "nette" is outdated - use design (adminer.css) from source package instead of download from git - add ui wizards to allow configuration of allowed networks in .htaccess - replace target dir 'share/adminer' by 'web' - use source package containing externals folder * incorporate code review
- Loading branch information
Showing
9 changed files
with
116 additions
and
50 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
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 +1 @@ | ||
rsc:share/adminer | ||
rsc:web |
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,3 +1,3 @@ | ||
adminer-4.2.5.tar.gz SHA1 d84d3d52da80982cde5bfb984670d1b026393e9f | ||
adminer-4.2.5.tar.gz SHA256 aacc85398ffc4a666d80311ffb2a2e01cbb12e8d672f495383766725becd8283 | ||
adminer-4.2.5.tar.gz MD5 73fc007ee4e773ef5eed862e690626c0 | ||
adminer-4.7.6.tar.gz SHA1 9fa32f6170934ed1759be4dba7fb2d1ea3831656 | ||
adminer-4.7.6.tar.gz SHA256 f1766dd7e41c42253025d093bf0bd8e2f803137a4d5c88d4c3624c793ed3fbfd | ||
adminer-4.7.6.tar.gz MD5 32bfd7303b395af5bd68039771f9e2c8 |
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
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 @@ | ||
|
||
Order Deny,Allow | ||
Deny from all | ||
Allow from @@_wizard_htaccess_allowed_from_@@ |
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,19 @@ | ||
[{ | ||
"step_title": "Configure network(s) to access Adminer", | ||
"items": [{ | ||
"type": "textfield", | ||
"desc": "Configure networks for clients that are allowed to access Adminer on this DiskStation. Choose one ore multiple networks of the format <strong>[ip_addr][ip_mask]</strong> separated by space.", | ||
"subitems": [{ | ||
"key": "wizard_htaccess_allowed_from", | ||
"desc": "Allowed networks", | ||
"defaultValue": "192.168.0.0/16 172.16.0.0/12 10.0.0.0/8", | ||
"validator": { | ||
"allowBlank": false, | ||
"regex": { | ||
"expr": "/^[0-9 \\.\\\/]*$/", | ||
"errorText": "invalid network definition" | ||
} | ||
} | ||
}] | ||
}] | ||
}] |
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,19 @@ | ||
[{ | ||
"step_title": "Configure network(s) to access Adminer", | ||
"items": [{ | ||
"type": "textfield", | ||
"desc": "Configure networks for clients that are allowed to access Adminer on this DiskStation. Choose one ore multiple networks of the format <strong>[ip_addr][ip_mask]</strong> separated by space.", | ||
"subitems": [{ | ||
"key": "wizard_htaccess_allowed_from", | ||
"desc": "Allowed networks", | ||
"defaultValue": "192.168.0.0/16 172.16.0.0/12 10.0.0.0/8", | ||
"validator": { | ||
"allowBlank": false, | ||
"regex": { | ||
"expr": "/^[0-9 \\.\\\/]*$/", | ||
"errorText": "invalid network definition" | ||
} | ||
} | ||
}] | ||
}] | ||
}] |