aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* [feature/passwords] Do not pass phpbb_container to passwords managerMarc Alexander2013-09-201-1/+0
| | | | PHPBB3-11610
* [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-143-55/+55
| | | | PHPBB3-11610
* [feature/passwords] Define default hashing algorithm in container fileMarc Alexander2013-09-142-7/+11
| | | | | | | | | 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
* [feature/passwords] Add get_name() method to driversMarc Alexander2013-09-141-0/+8
| | | | | | | This will allow us to actually properly differentiate between the available drivers. PHPBB3-11610
* [feature/passwords] Add service collection file crypto.ymlMarc Alexander2013-09-142-0/+36
| | | | | | | This will contain definitions of the services and the service collection that will be passed to the passwords manager. PHPBB3-11610
* [feature/passwords] Add basic implementation of passwords managerMarc Alexander2013-09-141-0/+7
| | | | | | | The passwords manager is capable of checking and hashing passwords. It will support different hashing algorithms. PHPBB3-11610
* Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-221-0/+6
|\ | | | | Ticket/11582 Split permission logic from translations
| * [ticket/11582] Add event in constructor and add docsJoas Schilling2013-07-141-0/+1
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Add new service for permissionsJoas Schilling2013-07-141-0/+5
| | | | | | | | | | | | Replace calls to the language-array type with a call to get_types() PHPBB3-11582
* | [ticket/10931] Add phpbb_php_ini as a service.Andreas Fischer2013-07-161-0/+3
|/ | | | PHPBB3-10931
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
| | | | PHPBB3-11696
* Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-131-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * [feature/twig] Remove style dependency for controller helperNathan Guse2013-07-051-1/+0
| | | | | | | | | | | | If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-042-0/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 ...
| * | [feature/twig] Attempt to automatically set style dir for ext controllersNathaniel Guse2013-07-041-1/+1
| | | | | | | | | | | | | | | | | | Extension authors can change it themselves if necessary PHPBB3-11598
| * | [feature/twig] Add set_style function to controller helperNathaniel Guse2013-07-041-0/+1
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Use adm_relative_path to build admin namespaceNathaniel Guse2013-07-011-0/+1
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+0
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Replace phpBB template with TwigNathan Guse2013-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-0/+7
| | | | | | | | | | | | PHPBB3-9657
* | | [ticket/9657] Make content visibility a service and inject everythingJoas Schilling2013-07-112-0/+16
| |/ |/| | | | | PHPBB3-9657
* | [feature/auth-refactor] Create an auth.provider_collector serviceJoseph Warner2013-06-201-0/+12
| | | | | | | | | | | | Creates an auth.provider_collector service for all auth providers. PHPBB3-9734
* | [feature/auth-refactor] Convert provider_apache to a serviceJoseph Warner2013-06-201-1/+6
| | | | | | | | | | | | Removes globals from provider_apache and turns it into a service. PHPBB3-9734
* | [feature/auth-refactor] Convert provider_ldap to a serviceJoseph Warner2013-06-201-1/+3
| | | | | | | | | | | | Removes globals from provider_ldap and converts it into a service. PHPBB3-9734
* | [feature/auth-refactor] Turn provider_db into a serviceJoseph Warner2013-06-201-0/+17
| | | | | | | | | | | | Removes globals from provider_db and turns it into a service. PHPBB3-9734
* | [feature/auth-refactor] Start turning auth providers into servicesJoseph Warner2013-06-202-0/+2
|/ | | | | | | Creates auth_provider.yml and includes auth_providers.yml in services.yml. PHPBB3-9734
* [ticket/11481] Remove globals and use dependency injection insteadJoas Schilling2013-06-061-0/+42
| | | | PHPBB3-11481
* [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-061-0/+56
| | | | PHPBB3-11481
* [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-061-0/+1
| | | | PHPBB3-11481
* Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-031-17/+17
| | | | | | | | PHPBB3-11413
| * [ticket/11413] Fix notification testsNathaniel Guse2013-04-291-17/+17
| | | | | | | | | | | | | | Send types/methods the cache service, not the driver (not sure why the driver was sent before) PHPBB3-11413
| * [ticket/11413] Rename columns in notification/manager.phpNathaniel Guse2013-04-281-0/+1
| | | | | | | | PHPBB3-11413
* | [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+0
|/ | | | PHPBB3-11415
* [ticket/11335] (avatars) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-4/+4
| | | | PHPBB3-11335
* [ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11335] (hook finder) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-2/+2
| | | | PHPBB3-11335
* [ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11335] (class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-2/+2
| | | | PHPBB3-11335
* Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-241-0/+1
|\ | | | | Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
| * [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_providerJoas Schilling2013-04-121-0/+1
| | | | | | | | | | | | | | | | 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
* | Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-241-0/+5
|\ \ | |/ |/| Correctly sanitise the directory path in finder
| * [ticket/11362] Fix service description of finderJoas Schilling2013-04-171-1/+1
| | | | | | | | PHPBB3-11362
| * [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
| | | | | | | | PHPBB3-11362
| * [ticket/11362] Move phpbb_clean_path into a simple filesystem serviceJoas Schilling2013-04-171-0/+4
| | | | | | | | PHPBB3-11362
* | [ticket/11455] Restore alphabetic order (underscore first) in config/tables.ymlAndreas Fischer2013-03-171-2/+2
|/ | | | PHPBB3-11455
* [ticket/10202] Define phpbb_config_db_text as a service.Andreas Fischer2013-03-052-0/+7
| | | | PHPBB3-10202
* Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-042-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 ...
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-03-044-1/+346
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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