| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15142
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/14806] Fix ACP test emails authentication failure
* github.com:phpbb/phpbb:
[ticket/14806] Fix ACP test emails authentication failure
|
| |
| |
| |
| | |
PHPBB3-14806
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13558] Add smtp SSL context configuration options
* rxu/ticket/13558:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
|
| | |
| | |
| | |
| | | |
PHPBB3-13558
|
| |/
| |
| |
| | |
PHPBB3-13558
|
|\ \
| | |
| | |
| | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| | |
| | |
| | |
| | |
| | |
| | | |
Rename event to core.acp_extensions_run_action_before
PHPBB-14849
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moved the event to a slightly modified position.
Added an extra variable to the event.
Additional event to be run after the execution of the action in ACP.
Added a new action to allow for extension execution control.
PHPBB-14849
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Additional event to be run after the execution of the action in ACP.
Adding missing var as input to event.
PHPBB-14849
|
| | |
| | |
| | |
| | |
| | |
| | | |
Additional event to be run after the execution of the action in ACP
PHPBB-14849
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moved the event to a slightly modified position to perform common
checks before calling the event, added an extra variable to allow
execution control, honor the extension modified value of u_action
(if any)
PHPBB-14849
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15011] All errors on metadata throw exceptions
|
| |\ \ \ |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/14820] Add style version in ACP
|
| | |/
| |/|
| | |
| | | |
PHPBB3-14820
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/13344] Add core event to acp/info/acp_logs.php
|
| |/
| |
| |
| | |
PHPBB3-13344
|
| |
| |
| |
| | |
PHPBB3-14998
|
| |
| |
| |
| | |
PHPBB3-14968
|
|/
|
|
| |
PHPBB3-11076
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/14888] Missing check for disabled profile field types
* javiexin/ticket/14888:
[ticket/14888] Missing check for disabled profile field types
|
| |
| |
| |
| |
| |
| | |
Checks if a profile field type is enabled before using it.
PHPBB3-14888
|
| |
| |
| |
| |
| |
| |
| | |
This will add an AJAX call that will submit the permissions form in chunks
of 5 fieldsets when clicking on "Apply all permissions".
PHPBB3-9590
|
|\ \
| | |
| | |
| | | |
[ticket/14842] Don't display filesize limit if there is none
|
| | |
| | |
| | |
| | | |
PHPBB3-14842
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14849
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14864] Set maxlength=64 to dateformat in ACP
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14864
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14847] Add core.acp_attachments_config_edit_add
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14847
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
[ticket/11483] Generate user act key if database entry is empty
* github.com:phpbb/phpbb:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
The force reactivation action in the ACP will no longer overwrite the
generated activation key in case the key stored in the database is empty.
It will also save the generated key back to the database to actually allow
the activation by the user.
PHPBB3-11483
|
| |
| |
| |
| | |
PHPBB3-14823
|
| |
| |
| |
| | |
PHPBB3-14830
|
| |
| |
| |
| | |
PHPBB3-14830
|
| |
| |
| |
| | |
PHPBB3-14830
|
| |
| |
| |
| | |
PHPBB3-14830
|
|/
|
|
| |
PHPBB3-14830
|
|
|
|
| |
PHPBB3-14789
|
|
|
|
| |
PHPBB3-14789
|
|
|
|
| |
PHPBB3-14789
|
|
|
|
|
|
|
|
|
|
|
| |
This will further harden the ACP security by adding link hashes to links and
form tokens to forms that did not have these yet and result in modified
settings or write action on the filesystem or database. These few links and
forms were still relying on the global ACP protection, mainly due to them
not posing further risks of compromising data. After this change these will
now also be properly protected against tampering.
PHPBB3-14789
|
|
|
|
| |
PHPBB3-14738
|
|\
| |
| |
| | |
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
|
| |
| |
| |
| |
| |
| |
| | |
This should help users trying to figure out why their
mail config is not working when they forgot to use a protocol prefix.
PHPBB3-14184
|
| |
| |
| |
| | |
PHPBB3-13716
|
| |
| |
| |
| | |
PHPBB3-13716
|