This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
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
$im is a leftover variable when this line was removed: `$im = $user->authorise('core.manage', 'com_installer');` See SHA: 44f6d87
Undefined variable $im when editing plugin
Merged events dispatching inconsistencies fixes
If auto_start is disabled a session will only start when a session cookie is found.
Backport JSession::fork() from Joomla 1.5 to make sure the session ID gets regenerated and the data is copied over into the new session
…er actions" This reverts commit 74d6afb. The JSession::checkToken() method will return true if the session is not active. Conflicts: app/administrator/components/com_users/controllers/session.php
Backport security fixes from Joomla v3.4.5
Disable anonymous sessions
This reverts commit 3f24f5b.
Fix session fixation vulnerability
- Remove 'manager' from the menu items and pluralise the menu items. - Rename 'access levels' to 'presets' - Re-arrange the menu order, move system last and add settings to system - Rename 'global configuration' to 'system settings'. - Rename 'Configuration' and 'Options' to 'Settings' - Move 'disabled' and 'enabled' templates into single template to ease overrides - Remove the 'permission settings note' ` - Basic language file cleanup
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Resolves #248