| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11610
|
|
|
|
| |
PHPBB3-11610
|
|
|
|
|
|
|
|
|
| |
The default hashing algorithm type is defined as a parameter in the service
definition file for the password hashing system. This will allow us to change
this in the future but it will also prevent unexperienced admins from changing
the hashing algorithm.
PHPBB3-11610
|
|
|
|
|
|
|
| |
This will allow us to actually properly differentiate between the available
drivers.
PHPBB3-11610
|
|
|
|
|
|
|
| |
This will contain definitions of the services and the service collection
that will be passed to the passwords manager.
PHPBB3-11610
|
|
|
|
|
|
|
| |
The passwords manager is capable of checking and hashing passwords.
It will support different hashing algorithms.
PHPBB3-11610
|
|\
| |
| | |
Ticket/11582 Split permission logic from translations
|
| |
| |
| |
| | |
PHPBB3-11582
|
| |
| |
| |
| |
| |
| | |
Replace calls to the language-array type with a call to get_types()
PHPBB3-11582
|
|/
|
|
| |
PHPBB3-10931
|
|
|
|
| |
PHPBB3-11696
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* phpbb/develop: (216 commits)
[ticket/11626] Remove last reference to template in ldap
[ticket/11626] Remove LDAP dependency on template
[develop-olympus] Increment version number to 3.0.13-dev.
[develop-olympus] Add changelog for 3.0.12 release.
[develop-olympus] Bump version numbers for 3.0.12-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.12 releases.
[ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)
[ticket/11668] Run lint test at the end of the test suite
[ticket/11548] Fix test errors in groups test on develop
[ticket/11548] Check upload avatar URL the same way as in phpBB 3.0
[ticket/11548] Fix incorrect usage of array_map on acp groups page
[ticket/11665] Fix test class name
[ticket/11664] Stop creating php.html file in root path in tests
[ticket/11665] Can't change file names already sent to set_filenames
[ticket/11662] Typos: occured -> occurred
[ticket/11662] Typos: occured -> occurred
[ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect)
[feature/auth-refactor] Add parent::setUp() in setUp()
[feature/auth-refactor] Changes
[feature/auth-refactor] DataProvider for acp_board test
...
|
| |
| |
| |
| |
| |
| | |
If a controller wants to use set_style, it can just use phpbb_style
PHPBB3-11598
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Joseph Warner (44) and others
# Via Joas Schilling (4) and others
* 'develop' of https://github.com/phpbb/phpbb3: (63 commits)
[ticket/11617] Remove spaces and tabs from empty lines
[ticket/11617] Missing U_ACTION in acp_captcha.php
[feature/auth-refactor] Fix code style issue
[feature/auth-refactor] Fix comment grammar
[feature/auth-refactor] Fix the actual cause of test failures
[feature/auth-refactor] A possible fix for the functional test failures
[ticket/11566] Subsilver template error displayed after table headers
[ticket/11566] Remove extra pair of brackets from conditional statement
[ticket/11566] Check that guest doesn't have reporting permission by default
[ticket/11566] Add captcha to report post template in subsilver
[ticket/11566] Use the new constant CONFIRM_REPORT for captcha init
[ticket/11566] Rename var to $visual_confirmation_response
[ticket/11566] Revert forum permission changes
[ticket/11566] Use language variable instead of hardcode
[ticket/11566] add tests for reporting post
[ticket/11566] add captcha reset and hidden fields
[ticket/11566] display error instead of trigger_error
[ticket/11566] add error in template
[ticket/11566] add error functionality
[ticket/11566] add interface for captcha
...
|
| | |
| | |
| | |
| | |
| | |
| | | |
Extension authors can change it themselves if necessary
PHPBB3-11598
|
| | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | |
| | |
| | |
| | | |
PHPBB3-11598
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move phpbb_template class to phpbb_template_phpbb
Changed phpbb_template class to an interface
Switch services.yml to load phpbb_template_twig instead of phpbb_template
PHPBB3-11598
|
| | |
| | |
| | |
| | | |
PHPBB3-9657
|
| |/
|/|
| |
| | |
PHPBB3-9657
|
| |
| |
| |
| |
| |
| | |
Creates an auth.provider_collector service for all auth providers.
PHPBB3-9734
|
| |
| |
| |
| |
| |
| | |
Removes globals from provider_apache and turns it into a service.
PHPBB3-9734
|
| |
| |
| |
| |
| |
| | |
Removes globals from provider_ldap and converts it into a service.
PHPBB3-9734
|
| |
| |
| |
| |
| |
| | |
Removes globals from provider_db and turns it into a service.
PHPBB3-9734
|
|/
|
|
|
|
|
| |
Creates auth_provider.yml and includes auth_providers.yml in
services.yml.
PHPBB3-9734
|
|
|
|
| |
PHPBB3-11481
|
|
|
|
| |
PHPBB3-11481
|
|
|
|
| |
PHPBB3-11481
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* EXreaction/ticket/11413: (23 commits)
[ticket/11413] Revert some cache service related changes from earlier
[ticket/11413] Use phpbb_user in test
[ticket/11413] $user should have been $this->user
[ticket/11413] Fix unit tests
[ticket/11413] Translate the error
[ticket/11413] Rename file to something more helpful
[ticket/11413] Remove remaining irrelevant code to this PR
[ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)
[ticket/11413] Remove conversion of user_notifications
[ticket/11413] Correct copyright year
[ticket/11413] Remove changes for ticket 11420 from this branch
[ticket/11413] Include mock class
[ticket/11413] Don't use the database for the convert test
[ticket/11413] Test get_notification_type_id and _ids functions
[ticket/11413] Use sql_insert_buffer
[ticket/11413] Create test for notification conversion
[ticket/11413] Fix test fixtures and tests
[ticket/11413] Fix some more tests
[ticket/11413] Fix notification tests
[ticket/11413] Prevent recursive function calls
...
|
| |
| |
| |
| | |
PHPBB3-11413
|
| |
| |
| |
| |
| |
| |
| | |
Send types/methods the cache service, not the driver (not sure why the
driver was sent before)
PHPBB3-11413
|
| |
| |
| |
| | |
PHPBB3-11413
|
|/
|
|
| |
PHPBB3-11415
|
|
|
|
| |
PHPBB3-11335
|
|
|
|
| |
PHPBB3-11335
|
|
|
|
| |
PHPBB3-11335
|
|
|
|
| |
PHPBB3-11335
|
|
|
|
| |
PHPBB3-11335
|
|
|
|
| |
PHPBB3-11335
|
|\
| |
| | |
Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
|
| |
| |
| |
| |
| |
| |
| |
| | |
The phpbb_root_path needs to be removed from the style path, before giving
the path to the finder, because the finder prepends it later again and is
therefor unable to find style files when the root path is not ./
PHPBB3-10844
|
|\ \
| |/
|/| |
Correctly sanitise the directory path in finder
|
| |
| |
| |
| | |
PHPBB3-11362
|
| |
| |
| |
| | |
PHPBB3-11362
|
| |
| |
| |
| | |
PHPBB3-11362
|
|/
|
|
| |
PHPBB3-11455
|
|
|
|
| |
PHPBB3-10202
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/10714: (56 commits)
[ticket/10714] Get log from container in install, update and download/file
[ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/
[ticket/10714] Logs are disabled for this page call only
[ticket/10714] Update add_log docs block with @param and @deprecated
[ticket/10714] Remove fallback code from previous commits and move global
[ticket/10714] Fix missing parameter and global phpbb_log in unit tests
[ticket/10714] Add getter for is_in_admin and use it
[ticket/10714] Fix more comments
[ticket/10714] Cast values to integer before using them in the query
[ticket/10714] Fix several doc blocks and comments
[ticket/10714] Fix missing 8th argument in unit tests
[ticket/10714] Use new core.adm_relative_path to create the object.
[ticket/10714] Fix several comments and variable names
[ticket/10714] Fix database driver class name
[ticket/10714] Forgot most important, use container to create $phpbb_log
[ticket/10714] Remove type hinting to allow the usage of mocks in tests
[ticket/10714] Fix dependency injections in unit tests with mocks
[ticket/10714] Use dependencies instead of globals
[ticket/10714] Compare log_type to false, rather then null
[ticket/10714] Add global variables for the unit tests
...
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 'develop' of https://github.com/phpbb/phpbb3: (255 commits)
[ticket/6723] Show info that message has been deleted before delivery
[ticket/11385] Fix issue with migration module tool not getting extension module info
[ticket/11386] Fix failing tests from constructor changes
[ticket/11386] Fix circular reference error & serialize error
[ticket/11386] Remove tests that check if finder cache is working
[ticket/11386] Forgot to get the migration classes
[ticket/11386] Update tests with new constructors for ext.manager/migrator
[ticket/11386] Use finder to find migration files
[ticket/11363] Fix to make get_module_infos get from all extensions
[ticket/11381] Make finder able to search in all available extensions
[ticket/11103] Revert whitespace changes
[ticket/11103] Few more minor language things
[ticket/11103] Don't call generate_board_url many times
[ticket/11103] Case time in queries as an int
[ticket/11103] Fix effectively installed check
[ticket/11103] Remove padding from notifications for now.
[ticket/11363] Fix a couple bugs and throw errors if the file not found
[ticket/11372] Migrator should only check if effectively installed if not
[ticket/11363] Load module info files for extensions too
[ticket/11103] Notifications Migration file
...
Conflicts:
phpBB/config/services.yml
phpBB/config/tables.yml
|