aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12156] Add missing passwords manager to oauthMarc Alexander2014-02-031-0/+1
| | | | PHPBB3-12156
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-023-0/+87
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * [ticket/11201] Remove empty calls section from .ymlJoas Schilling2014-02-021-1/+0
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-12/+9
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-5/+5
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-182-0/+8
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-0/+2
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Use a service collection for the types instead of the containerJoas Schilling2014-01-151-2/+2
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-2/+15
| | | | | | | | | | | | Otherwise we run into a circular dependency PHPBB3-11201
| * [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-0/+6
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-0/+7
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-11/+41
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-0/+1
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-102-0/+24
| | | | | | | | PHPBB3-11201
* | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-023-0/+66
|\ \ | | | | | | [feature/passwords] Add password hashing manager with support for newer hashing algorithms
| * | [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-8/+0
| | | | | | | | | | | | PHPBB3-11610
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-296-3/+148
| |\ \ | | |/ | | | | | | | | | Conflicts: phpBB/config/services.yml
| * | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+6
| | | | | | | | | | | | | | | | | | | | | This list is in the order of how the driver types would be used. If a driver is not supported we will try the subsequent one. PHPBB3-11610
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-031-6/+10
| |\ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/functions.php
| * | | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
| * | | [feature/passwords] Pass config via service container to driver helperMarc Alexander2013-09-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This will get rid of the global $config in the driver helper PHPBB3-11610
| * | | [feature/passwords] More changes due to namespacingMarc Alexander2013-09-271-8/+8
| | | | | | | | | | | | | | | | PHPBB3-11610
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-09-278-113/+178
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/develop/create_schema_files.php
| * | | | [feature/passwords] Use dependency injection for passwords driver helperMarc Alexander2013-09-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The passwords driver helper is now injected into the driver base instead of being manually loaded. PHPBB3-11610
| * | | | [feature/passwords] Use dependency injection for helperMarc Alexander2013-09-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will now be used instead of manually loading the passwords helper instance in the passwords manager. PHPBB3-11610
| * | | | [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 #1893 from nickvergessen/ticket/12039Andreas Fischer2014-01-121-0/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12039] Add config:* to the command line interface tool * nickvergessen/ticket/12039: [ticket/12039] Allow getting the value without a new line at the end [ticket/12039] Do not print success message when config did not exist [ticket/12039] Do not colour returned value in get command [ticket/12039] Update command descriptions [ticket/12039] Remove debug code [ticket/12039] Fix option descriptions [ticket/12039] Use an abstract class and some more minor adjustments [ticket/12039] Add config:* to the command line interface tool
| * | | | [ticket/12039] Use an abstract class and some more minor adjustmentsJoas Schilling2013-11-271-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12039
| * | | | [ticket/12039] Add config:* to the command line interface toolJoas Schilling2013-11-261-0/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-12039
* | | | | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into ↵Dhruv2013-12-251-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop # By Joas Schilling # Via Joas Schilling * nickvergessen/feature/pagination-class: [ticket/11849] Fix more function calls [ticket/11849] Update more MCP calls to pagination class [ticket/11849] Update some ACP modules with new pagination [ticket/11849] Update rest of the UCP modules [ticket/11849] Update UCP notifications and pm folder [ticket/11849] Update search and memberlist [ticket/11849] Update pagination in viewonline.php [ticket/11849] Remove old pagination test [ticket/11849] Update pagination code in viewtopic.php [ticket/11849] Replace pagination in viewforum.php with class [ticket/11849] Add service definition [ticket/11849] Remove pagination functions [ticket/11849] Test validate_start and on_page [ticket/11849] Move pagination code to class
| * | | | | [ticket/11849] Add service definitionJoas Schilling2013-12-181-0/+6
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-11849
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-233-3/+64
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/config/services.yml
| * | | | [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12008
| * | | | Merge pull request #1871 from nickvergessen/ticket/12016Nils Adermann2013-11-131-1/+8
| |\ \ \ \ | | | | | | | | | | | | Ticket/12016 Event listeners should be services
| | * | | | [ticket/12016] Use a service provider for event listenersJoas Schilling2013-11-131-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows them to use dependency injection PHPBB3-12016
| * | | | | [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-051-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11998
| * | | | | [ticket/11998] Add console command for recalculating email hash.Andreas Fischer2013-11-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11998
| * | | | | [ticket/11998] Use container to get all commands using 'console.command' tag.Andreas Fischer2013-11-031-0/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-11998
| * | | | Merge pull request #1812 from prototech/ticket/11746Nathan Guse2013-11-021-0/+18
| |\ \ \ \ | | | | | | | | | | | | [ticket/11746] Add "admin activation required" notification.
| | * | | | [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11746
| * | | | | [ticket/11991] Fix incorrect class name for report_post_closed notification.Cesar G2013-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11991
| * | | | | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-1/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857
* | | | | [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mimetype guesser priority can now be set through the service definition. Mimetypes will be guessed from the guesser with the highest priority to the one with the lowest priority. Standard priority types have been added to the service definition file. Any integer value can be used though. Standard mimetype guessers that do not have the methods get_priority and set_priority implemented, like the standard MimeTypeGuessers of symfony, will have the default priority with the value of 0. Lower priority guessers have values lower than 0 while high priority ones can be added with values higher than 0. PHPBB3-11912
* | | | | [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content_guesser now only guesses the mimetype with the function mime_content_type() while the guessing by extension is done using the extension_guesser. PHPBB3-11912
* | | | | [ticket/11912] Use lowercase names for guesser servicesMarc Alexander2013-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11912