| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
[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
|
|/
|
|
|
|
|
|
| |
Display a warning in the ACP if the version constant (files)
does not match the phpbb_config version
(often indicating that the database updates hasn't been run)
PHPBB3-13716
|
|
|
|
|
|
|
| |
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
|
| |
| |
| |
| |
| |
| |
| | |
This might be needed while switching the default input from KiB to MiB or
similar changes to settings.
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14439
|
| |
| |
| |
| | |
PHPBB3-14412
|
|\ \
| | |
| | |
| | | |
[ticket/12618] Allow extension author to use SSL for version-check.
|
| | |
| | |
| | |
| | | |
PHPBB3-12618
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/security-188] Check form key in acp_bbcodes
|
| | | | |
| | | | |
| | | | |
| | | | | |
SECURITY-188
|
| | | | |
| | | | |
| | | | |
| | | | | |
SECURITY-188
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/11971] Validate "Spambot countermeasures" settings before saving
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11971
|