-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[4.0] [New feature] Add tls transfer encryption for database connections #26375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wilsonge
merged 53 commits into
joomla:4.0-dev
from
richard67:4.0-dev-tls-encryption-for-db-connections
Oct 19, 2019
Merged
Changes from 7 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
1eda812
Add tls transfer encryption for database connections
richard67 a1b8f29
Update composer.lock
richard67 fb41bcc
Better language strings 1
richard67 dcfc98b
Update administrator/language/en-GB/en-GB.com_config.ini
richard67 9fc96d5
Update administrator/language/en-GB/en-GB.com_config.ini
richard67 0905bb7
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 8d1372e
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 9cfa672
Remove unused key from foreach
richard67 4f9d7fe
Need to check database connection on global configuration save
andrepereiradasilva 5e2a153
Add new global variables to installation config file
andrepereiradasilva a2b9ff1
more usable error message
andrepereiradasilva c1b916c
Update en-GB.com_config.ini
andrepereiradasilva 155fcbf
Merge pull request #7 from andrepereiradasilva/patch-33
richard67 69f5bab
Merge pull request #6 from andrepereiradasilva/patch-31
richard67 827388b
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 7ad2ff5
Get databaseConnectionEncryption value in module start
andrepereiradasilva 7d3992e
Add a new line showing the database connection encryption status
andrepereiradasilva af31ed7
Add the language variables
andrepereiradasilva b99730a
Merge pull request #9 from andrepereiradasilva/patch-33
richard67 a70adf7
CS
richard67 212c2a6
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
infograf768 9b21dad
language clarifications
andrepereiradasilva df00277
hints and allow more characters
andrepereiradasilva be6c19b
Need to save in install configuation.php (on install) the new default…
andrepereiradasilva 8c6ded9
corrections
andrepereiradasilva 11c42e2
correct minor bug and put more friendly client certificates example p…
andrepereiradasilva fea7da4
Update en-GB.com_config.ini
andrepereiradasilva 65d2cc4
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 767b58e
Merge remote-tracking branch 'upstream/4.0-dev' into 4.0-dev-tls-encr…
richard67 91bd9ad
Merge pull request #10 from andrepereiradasilva/patch-33
richard67 a1687f3
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 254d6c9
Update administrator/language/en-GB/en-GB.com_config.ini
richard67 3a499e9
Update administrator/language/en-GB/en-GB.com_config.ini
richard67 bdab81f
Merge pull request #11 from andrepereiradasilva/patch-34
richard67 16854d9
One CA key file only.
richard67 3e3765b
Remove hints and move into to descriptions + correct some texts
richard67 045c933
Update ConfigurationModel.php
richard67 e37b45b
Grr
richard67 454ec71
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 80a9876
Simplify language strings and remove some obsolete ones
richard67 a3d0d69
Simplify another one
richard67 67fadb0
Remove another not needed description
richard67 4352ff2
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 68c573f
Display CA path only if MySQL
richard67 594bcf6
Correct showon and text for MySQL only fields
richard67 80a78c4
Update administrator/language/en-GB/en-GB.com_config.ini
richard67 197f06d
Drop useless descriptions and shorten label texts
richard67 230a795
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 dc32440
Fix language text for HTML5
richard67 98cee42
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 89dbfbb
Merge remote-tracking branch 'upstream/4.0-dev' into 4.0-dev-tls-encr…
richard67 798199c
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 568774e
Merge branch '4.0-dev' into 4.0-dev-tls-encryption-for-db-connections
richard67 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.