aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [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
|\ \ \ \ \
| * | | | | [ticket/11849] Add service definitionJoas Schilling2013-12-181-0/+6
| |/ / / /
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-233-3/+64
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-0/+1
| * | | | Merge pull request #1871 from nickvergessen/ticket/12016Nils Adermann2013-11-131-1/+8
| |\ \ \ \
| | * | | | [ticket/12016] Use a service provider for event listenersJoas Schilling2013-11-131-1/+8
| * | | | | [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-051-0/+28
| * | | | | [ticket/11998] Add console command for recalculating email hash.Andreas Fischer2013-11-031-0/+7
| * | | | | [ticket/11998] Use container to get all commands using 'console.command' tag.Andreas Fischer2013-11-031-0/+1
| |/ / / /
| * | | | Merge pull request #1812 from prototech/ticket/11746Nathan Guse2013-11-021-0/+18
| |\ \ \ \
| | * | | | [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-241-0/+18
| * | | | | [ticket/11991] Fix incorrect class name for report_post_closed notification.Cesar G2013-10-301-1/+1
| * | | | | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-1/+0
| |/ / / /
* | | | | [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-111-0/+11
* | | | | [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-111-0/+5
* | | | | [ticket/11912] Use lowercase names for guesser servicesMarc Alexander2013-10-241-2/+2
* | | | | [ŧicket/11912] Get rid of obsolete variables in content_guesserMarc Alexander2013-10-241-3/+0
* | | | | [ticket/11912] Add content_guesserMarc Alexander2013-10-231-0/+8
* | | | | [ticket/11912] Integrate mimetype guesser with pluploadMarc Alexander2013-10-232-0/+24
|/ / / /
* | | | [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-4/+4
* | | | [ticket/11930] Use \phpbb\path_helper for avatar URLsMarc Alexander2013-10-171-0/+4
* | | | Merge pull request #1772 from bantu/feature/plupload/integrationNils Adermann2013-10-131-0/+9
|\ \ \ \
| * | | | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+9
* | | | | [feature/plupload/cron] NamespacificationAndreas Fischer2013-10-111-1/+1
* | | | | [feature/plupload/cron] Add cronjob for cleaning plupload temporary directory.Andreas Fischer2013-10-111-0/+10
|/ / / /
* | | | [ticket/11906] Add notification purge cron to cron tasksJoas Schilling2013-10-111-0/+10
| |_|/ |/| |
* | | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-6/+10
| |/ |/|
* | [ticket/11700] Get functional tests running after develop mergeNils Adermann2013-09-171-1/+1
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-3/+11
|\ \
| * | [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-3/+3
| * | [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_requestNathan Guse2013-09-131-0/+6
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-131-0/+36
| |\ \
| * \ \ Merge remote-tracking branch 'remotes/imkingdavid/ticket/11824' into ticket/1...Nathan Guse2013-09-121-1/+1
| |\ \ \
| * \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-122-0/+44
| |\ \ \ \
| * | | | | [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-091-0/+2
* | | | | | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+1
* | | | | | [ticket/11700] Correct service definitions with namespacesNils Adermann2013-09-161-4/+4