forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 1
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
PSR-12 conversion #26
Merged
laoneo
merged 42 commits into
Digital-Peak:j4/wrokflow/db-cleanup
from
joomla-bot:psr12/merge/37628
Jun 28, 2022
Merged
PSR-12 conversion #26
laoneo
merged 42 commits into
Digital-Peak:j4/wrokflow/db-cleanup
from
joomla-bot:psr12/merge/37628
Jun 28, 2022
Conversation
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
* Add deleted file from PR joomla#37954 * Add deleted files from PR's joomla#37928 , joomla#37929 and joomla#37947 * Add deleted files and folders from PR joomla#38065 * Fix forgotten section header for folders * Add deleted file from PR joomla#38097
This reverts commit 3383efa.
* Keboard Shortcuts Plugin Co-authored-by: Krshivam25 <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Quy <[email protected]>
…oomla#38095) Co-authored-by: Franciska Perisa <[email protected]>
…la#38133) * Skip Session Manager tests on PHP 8.1 as old version of PHPUnit * Ensure various tests are no longer allowed to fail * Update signature * Update tests/Unit/Libraries/Cms/Session/SessionManagerTest.php Co-authored-by: Harald Leithner <[email protected]>
Prepare to remove JCOMPAT_UNICODE_PROPERTIES constants from global namespace and replace it with a static variable within the test function. This is a preparation for PSR12 transformation to satisfy PSR1.Files.SideEffects.FoundWithSymbols rule. Beside that it doesn't make sense to declare a global constant which is only used in the local class.
The handler auto register should have been removed in Joomla! 4.0.
Pull Request for Issue joomla#38127 Add options with better check
Co-authored-by: Richard Fath <[email protected]>
* Move demo tasks to service provider * Update plugins/task/demotasks/services/provider.php Co-authored-by: heelc29 <[email protected]> Co-authored-by: heelc29 <[email protected]>
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathannaveen <[email protected]>
…controllers (joomla#38103) * Replace Factory::getApplication() by $this->app in component's controllers * Remove un-used import. Thanks @Quy Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Quy <[email protected]> Co-authored-by: Franciska Perisa <[email protected]>
* <supported_databases> in updates XML always resulted in an error * Use uppercase for array key and language string key Co-authored-by: Richard Fath <[email protected]>
* Remove the item vue and merge it into the tree vue for ease * Add accessible keyboard support for the media manager disk view
* Refactored WebAuthn plugin * Fix the WebAuthn management page which was broken in joomla#37464 * Fix wrong `@since` doc tag * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix broken management interface * Make unnecessarily static method back into non-static * Replace static helper with injected object * Come on, commit the ENTIRE file! * Use the user factory * Fix error when going through the user factory * Fix: cannot add WebAuthn authenticator right back after deleting it * Remove useless switch branch * Remove useless exception * Display make and model of the authenticator, if possible * Add missing JWT signature algorithms * Fix copyright date * Fix for PHP 8 using FIDO keys and Android phones * Reactivate the tooltips after adding an authenticator * Option to disable the attestation support * The Windows Hello icon was invisible on white background * Attempt to fix Appveyor not having Sodium in the Windows build * Work around third party library bug... * Create events in a forwards-compatible manner * Concrete events * Fix event woes * Update plugins/system/webauthn/webauthn.xml Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_system_webauthn.ini Co-authored-by: Brian Teeman <[email protected]> * Improve the layout for editing an authenticator It now follows the Bootstrap 5 form aesthetic. Moreover, there are gaps between the text input and the Save and Cancel buttons. * Confirm deletion of authenticators * Make the bots happy again * Code polishing * Marking classes final * Use setApplication / getApplication in the plugin class * Remove unused `$db` from the plugin class * Blind fix Currently joomla#38060 has broken everything it seems? * Bring application injection in sync with core * Remove whitespace * Add use statement * Fix wrong event creation in AjaxHandlerLogin * License change Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: Roland Dalmulder <[email protected]> Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: George Wilson <[email protected]>
Thanks to @brianteeman
PSR12 transformation preparation
[4.2] Change Codestyle to PSR-12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull requests converts the branch to the PSR-12 coding standard.