| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| |
| |
| |
| | |
https://bugs.php.net/bug.php?id=66834
https://bugs.php.net/bug.php?id=67067
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| | |
PHPBB3-12575
|
| | |
| |
| |
| |
| |
| |
| | |
Load the services referenced in a service_collection only when
they are used to avoid to load some unsuded services.
PHPBB3-12575
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/11445] optimize no of queries in get_global_subscriptions( )
* dhruvgoel92/ticket/11445:
[ticket/11445] Move get user's notification code into its own method
[ticket/11445] Remove unused foreach key $group_name
[ticket/11445] Improve unit tests for get_global_subscriptions
[ticket/11445] Optimize no of queries in get_global_subscriptions
|
| | | |
| | |
| | |
| | | |
PHPBB3-11445
|
| | | |
| | |
| | |
| | | |
PHPBB3-11445
|
| | | |
| | |
| | |
| | | |
PHPBB3-11445
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-ascraeus
* github-marc1706/ticket/12352: (33 commits)
[ticket/12352] Do not check hashes that don't have the necessary length
[ticket/12352] Update file headers to fit new format
[ticket/12352] Use custom provider collection for auth providers
[ticket/12352] Add checks for existing user_pass_convert to migrations
[ticket/12352] Remove usages of user_pass_convert column
[ticket/12352] Update schema json file
[ticket/12352] Remove user_pass_convert column from database
[ticket/12352] Check each newly added passwords driver in manager_test
[ticket/12352] Add get_settings_only method to passwords driver base
[ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords
[ticket/12352] Add tests for wcf1 and wcf2 drivers
[ticket/12352] Add driver for woltlab community framework 1 passwords
[ticket/12352] Add driver for woltlab community framework 2 passwords
[ticket/12352] Add missing $ to md5_mybb and md5_vb driver
[ticket/12352] Fix spacing in passwords tests
[ticket/12352] Add passwords driver for vB passwords
[ticket/12352] Use correct hashing method in md5_mybb driver
[ticket/12352] Add driver for myBB md5 passwords
[ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers
[ticket/12352] Add passwords driver for sha1 password hashes
...
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This should significantly reduce the time spent on checking hashes of
passwords that should be converted.
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using this custom provider collection, we can properly check whether the
configured auth provider does exist. The method get_provider() has been added
for returning the default auth provider or the standard db auth provider if
the specified one does not exist.
Additionally, the method get_provider() will throw an RuntimeException if
none of the above exist.
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also set user_pass_convert to 0 in the process of doing so.
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This driver will only be used for getting the new $CP$ prefix that will signal
that the hash is a legacy hash that needs to be converted.
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will make sure that we will not encounter a non-existing auth provider.
We will revert to the default db auth provider if the one set in the config
does not exist in our auth provider collection.
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12352
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will ensure that legacy hash types that might need the user row can
properly check if the supplied password is correct.
PHPBB3-12352
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-12352
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12508
|
| | | |
| | |
| | |
| | | |
PHPBB3-12664
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-ascraeus
* github-nickvergessen/ticket/10073: (36 commits)
[ticket/10073] Fix button descriptions
[ticket/10073] Do not check disable boxes by default
[ticket/10073] Store values with config_text in the ACP
[ticket/10073] Move config values to config_text
[ticket/10073] Fix request usage
[ticket/10073] Deduplicate template variable names
[ticket/10073] Get service from container
[ticket/10073] Fix more "Contact Us" strings
[ticket/10073] Move template code into the template
[ticket/10073] Make contact page available when board is disabled
[ticket/10073] Change name of the ACP module
[ticket/10073] Deduplicate posting buttons code in ACP
[ticket/10073] Use phpbb_validate_email to verify email address
[ticket/10073] Add tests for new validate_email()
[ticket/10073] Split email validation from email ban and taken checks
[ticket/10073] Deduplicate the if statement
[ticket/10073] Fallback to board_contact when contact page is disabled
[ticket/10073] Remove language string from rebase conflict
[ticket/10073] Add ACP module to add bbcode text for contact admin info
[ticket/10073] Add new configs to the schema
...
|