aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-0/+1
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+12
* [ticket/12150] Use log service instead of add_log() functionMarc Alexander2014-03-291-0/+1
* [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+12
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-141-0/+8
|\
| * [ticket/9871] Allow setting the host/file to load for the version classNathan Guse2014-03-101-0/+1
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+7
* | Merge remote-tracking branch 'dhruvgoel92/ticket/11271-develop' into developJoas Schilling2014-03-111-0/+1
|\ \
| * | Merge branch 'ticket/11271' into ticket/11271-developDhruv2013-12-271-0/+1
* | | [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-091-0/+2
* | | [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-1/+6
* | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-0/+1
* | | [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-071-0/+1
* | | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-031-0/+9
| |/ |/|
* | [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-0/+4
* | [ticket/12156] Add missing passwords manager to oauthMarc Alexander2014-02-031-0/+1
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-023-0/+87
|\ \
| * | [ticket/11201] Remove empty calls section from .ymlJoas Schilling2014-02-021-1/+0
| * | [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-12/+9
| * | [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-5/+5
| * | [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-182-0/+8
| * | [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-0/+2
| * | [ticket/11201] Use a service collection for the types instead of the containerJoas Schilling2014-01-151-2/+2
| * | [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-2/+15
| * | [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-0/+6
| * | [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-0/+7
| * | [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-11/+41
| * | [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-0/+1
| * | [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-102-0/+24
| |/
* | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-023-0/+66
|\ \
| * | [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-8/+0
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-296-3/+148
| |\ \ | | |/
| * | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+6
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-031-6/+10
| |\ \
| * | | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-0/+3
| * | | [feature/passwords] Pass config via service container to driver helperMarc Alexander2013-09-281-0/+2
| * | | [feature/passwords] More changes due to namespacingMarc Alexander2013-09-271-8/+8
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-09-278-113/+178
| |\ \ \
| * | | | [feature/passwords] Use dependency injection for passwords driver helperMarc Alexander2013-09-221-0/+7
| * | | | [feature/passwords] Use dependency injection for helperMarc Alexander2013-09-221-0/+4
| * | | | [feature/passwords] Do not pass phpbb_container to passwords managerMarc Alexander2013-09-201-1/+0
| * | | | [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-143-55/+55
| * | | | [feature/passwords] Define default hashing algorithm in container fileMarc Alexander2013-09-142-7/+11
| * | | | [feature/passwords] Add get_name() method to driversMarc Alexander2013-09-141-0/+8
| * | | | [feature/passwords] Add service collection file crypto.ymlMarc Alexander2013-09-142-0/+36
| * | | | [feature/passwords] Add basic implementation of passwords managerMarc Alexander2013-09-141-0/+7
* | | | | Merge pull request #1893 from nickvergessen/ticket/12039Andreas Fischer2014-01-121-0/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/12039] Use an abstract class and some more minor adjustmentsJoas Schilling2013-11-271-0/+7
| * | | | [ticket/12039] Add config:* to the command line interface toolJoas Schilling2013-11-261-0/+28
* | | | | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-251-0/+6
|\ \ \ \ \