aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-311-0/+2
| | | | PHPBB3-14561
* [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+9
| | | | PHPBB3-14561
* [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+14
| | | | PHPBB3-14561
* [ticket/14561] User delete commandMatt Friedman2016-03-311-0/+12
| | | | PHPBB3-14561
* Merge pull request #4199 from VSEphpbb/ticket/12684Tristan Darricau2016-03-261-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12684] Add console command user:add * VSEphpbb/ticket/12684: (26 commits) [ticket/12684] Use a switch statement for readability [ticket/12684] Refactor a test [ticket/12684] Use interactive method correctly [ticket/12684] Extract interactivity to a method [ticket/12684] Update option help [ticket/12684] Add extended help for the user:add command [ticket/12684] Add shorthand alternates to the options [ticket/12684] Remove whitespace [ticket/12684] Add an error on user creation failure [ticket/12684] Remove unnecessary null arguments [ticket/12684] Additional clean up [ticket/12684] Allowed to use $this in enclosure [ticket/12684] Move all lang keys to cli [ticket/12684] Fix a few mistakes and clean it up [ticket/12684] Some code clean up [ticket/12684] Another little fix [ticket/12684] Fix tests [ticket/12684] Update to use non-deprecated methods [ticket/12684] Add send email option [ticket/12684] Add input validation ...
| * [ticket/12684] Update to use non-deprecated methodsMatt Friedman2016-02-291-12/+13
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-0/+2
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Fix merge errorsMatt Friedman2016-02-291-0/+10
| | | | | | | | PHPBB3-12684
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-244-4/+4
| | | | | | | | PHPBB3-14555
* | [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-108-56/+56
|/ | | | PHPBB3-14523
* [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-0/+1
| | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* [ticket/14402] Get rid of globals in tidy_plupload cronMarc Alexander2016-01-151-0/+2
| | | | PHPBB3-14402
* Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-131-0/+4
|\ | | | | | | [ticket/14323] Added support for truncating long URLs
| * [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-4/+4
| | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-0/+4
| | | | | | | | PHPBB3-14323
* | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-042-0/+2
|/ | | | PHPBB3-14250
* [ticket/14359] Fix console.command.reparser.reparse service definitionTristan Darricau2015-12-141-1/+1
| | | | PHPBB3-14359
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-0729-857/+857
| | | | PHPBB3-14247
* Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-053-1/+86
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * [ticket/14257] Add text_reparser managerOliver Schramm2015-10-263-2/+14
| | | | | | | | PHPBB3-14257
| * [ticket/14257] Use migrations instead of cron job for some reparsersOliver Schramm2015-10-251-52/+0
| | | | | | | | PHPBB3-14257
| * [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-241-0/+1
| | | | | | | | PHPBB3-14257
| * [ticket/14257] Add cron tasks for reparsing textOliver Schramm2015-10-242-0/+124
| | | | | | | | PHPBB3-14257
* | [ticket/14273] Remove unused core.root_path dependency in files.upload serviceCesar G2015-11-051-1/+0
| | | | | | | | PHPBB3-14273
* | [ticket/14264] Don't use constants as return valuesOliver Schramm2015-11-031-0/+7
| | | | | | | | | | | | | | This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264
* | [ticket/14265] Make all tables available in containerOliver Schramm2015-11-011-1/+50
| | | | | | | | PHPBB3-14265
* | Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-291-0/+2
|\ \ | |/ |/| | | [ticket/14237] Use $language class for notifications
| * [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-0/+2
| | | | | | | | PHPBB3-14237
* | [ticket/14039] Revamp updaterMate Bartus2015-10-177-12/+16
| | | | | | | | PHPBB3-14039
* | [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+8
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Add services_attachment.yml to services.ymlMarc Alexander2015-10-091-0/+1
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Move attachment service definitions to services_attachmentMarc Alexander2015-10-092-32/+32
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-0/+2
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Add attachment resync classMarc Alexander2015-10-091-8/+15
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-0/+8
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-0/+15
|/ | | | PHPBB3-14168
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-082-2/+57
| | | | PHPBB3-14220
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-0/+8
|\ | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-251-0/+8
| | | | | | | | PHPBB3-14124
* | Merge pull request #3904 from Zoddo/ticket/14162Marc Alexander2015-10-071-0/+24
|\ \ | | | | | | | | | [ticket/14162] Add CLI commands to manage migrations
| * | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162
| * | [ticket/14162] Add CLI command db:revertZoddo2015-09-201-0/+13
| | | | | | | | | | | | | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-163-2/+59
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ...
| * | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-091-0/+3
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-091-0/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-091-0/+8
| | | | | | | | | | | | | | | | PHPBB3-13904