Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 1 | -3/+3 | |
| | | | | PHPBB3-12610 | |||||
* | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 2 | -1/+10 | |
| | | | | PHPBB3-12610 | |||||
* | Merge pull request #4405 from marc1706/ticket/14733 | Tristan Darricau | 2016-12-03 | 1 | -0/+5 | |
|\ | | | | | | | | | | | | | | | | | | | | | [ticket/14733] Support increasing hashing cost factor * marc1706/ticket/14733: [ticket/14733] Make sure detect_algorithm() works correctly and add tests [ticket/14733] Extend passwords driver_interface in rehashable_driver_interface [ticket/14733] Use new interface to preserve backwards compatibility [ticket/14733] Use default cost factor in bcrypt constructor [ticket/14733] Support increasing hashing cost factor | |||||
| * | [ticket/14733] Support increasing hashing cost factor | Marc Alexander | 2016-10-03 | 1 | -0/+5 | |
| | | | | | | | | PHPBB3-14733 | |||||
* | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.x | Marc Alexander | 2016-11-17 | 1 | -8/+0 | |
|\ \ | ||||||
| * | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -8/+0 | |
| |/ | | | | | | | PHPBB3-14739 | |||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-13 | 1 | -0/+1 | |
|/ | ||||||
* | [ticket/14763] Specify correct class for local files class type | Marc Alexander | 2016-09-02 | 1 | -1/+1 | |
| | | | | PHPBB3-14763 | |||||
* | [ticket/14717] Quote strings beginning with @ or % in yaml definitions | Marc Alexander | 2016-07-23 | 1 | -2/+2 | |
| | | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717 | |||||
* | Merge pull request #4344 from Senky/ticket2/14586 | Marc Alexander | 2016-07-20 | 1 | -0/+8 | |
|\ | | | | | | | [ticket/14586] Add OAuth1 support | |||||
| * | [ticket/14586] Add OAuth1 support | Jakub Senko | 2016-05-30 | 1 | -0/+8 | |
| | | | | | | | | PHPBB3-14586 | |||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 1 | -0/+8 | |
|/ | | | | | | | Conflicts: phpBB/config/feed.yml phpBB/feed.php phpBB/phpbb/feed/base.php | |||||
* | Merge pull request #4236 from Nicofuma/ticket/13616 | Máté Bartus | 2016-04-13 | 1 | -1/+3 | |
|\ | | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer | |||||
| * | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer | Tristan Darricau | 2016-04-03 | 1 | -1/+3 | |
| | | | | | | | | PHPBB3-13616 | |||||
* | | [ticket/14561] Use the user loader where appropriate | Matt Friedman | 2016-03-31 | 1 | -0/+2 | |
| | | | | | | | | PHPBB3-14561 | |||||
* | | [ticket/14561] Reclean usernames command | Matt Friedman | 2016-03-31 | 1 | -0/+9 | |
| | | | | | | | | PHPBB3-14561 | |||||
* | | [ticket/14561] User activate command | Matt Friedman | 2016-03-31 | 1 | -0/+14 | |
| | | | | | | | | PHPBB3-14561 | |||||
* | | [ticket/14561] User delete command | Matt Friedman | 2016-03-31 | 1 | -0/+12 | |
|/ | | | | PHPBB3-14561 | |||||
* | Merge pull request #4199 from VSEphpbb/ticket/12684 | Tristan Darricau | 2016-03-26 | 1 | -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 methods | Matt Friedman | 2016-02-29 | 1 | -12/+13 | |
| | | | | | | | | PHPBB3-12684 | |||||
| * | [ticket/12684] Updates for 3.2 API | Matt Friedman | 2016-02-29 | 1 | -0/+2 | |
| | | | | | | | | PHPBB3-12684 | |||||
| * | [ticket/12684] Fix merge errors | Matt Friedman | 2016-02-29 | 1 | -0/+10 | |
| | | | | | | | | PHPBB3-12684 | |||||
* | | [ticket/14555] Uniformize cache directory usages | Tristan Darricau | 2016-03-24 | 4 | -4/+4 | |
| | | | | | | | | PHPBB3-14555 | |||||
* | | [ticket/14523] Replace prototype definition with shared services | Marc Alexander | 2016-03-10 | 8 | -56/+56 | |
|/ | | | | PHPBB3-14523 | |||||
* | [ticket/14448] Let user decide if remote upload certs should be checked | Marc Alexander | 2016-02-04 | 1 | -0/+1 | |
| | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448 | |||||
* | [ticket/14402] Get rid of globals in tidy_plupload cron | Marc Alexander | 2016-01-15 | 1 | -0/+2 | |
| | | | | PHPBB3-14402 | |||||
* | Merge pull request #4059 from JoshyPHP/ticket/14323 | Marc Alexander | 2016-01-13 | 1 | -0/+4 | |
|\ | | | | | | | [ticket/14323] Added support for truncating long URLs | |||||
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXT | JoshyPHP | 2015-12-27 | 1 | -4/+4 | |
| | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323 | |||||
| * | [ticket/14323] Moved autolink-related functions to a separate helper | JoshyPHP | 2015-12-26 | 1 | -0/+4 | |
| | | | | | | | | PHPBB3-14323 | |||||
* | | [ticket/14250] Change token_storage class to fit changed interface | Oliver Schramm | 2016-01-04 | 2 | -0/+2 | |
|/ | | | | PHPBB3-14250 | |||||
* | [ticket/14359] Fix console.command.reparser.reparse service definition | Tristan Darricau | 2015-12-14 | 1 | -1/+1 | |
| | | | | PHPBB3-14359 | |||||
* | [ticket/14247] Use quotes around @ and % strings in YAML | Matt Friedman | 2015-12-07 | 31 | -863/+863 | |
| | | | | PHPBB3-14247 | |||||
* | Merge pull request #4005 from Elsensee/ticket/14257 | Tristan Darricau | 2015-12-05 | 3 | -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 manager | Oliver Schramm | 2015-10-26 | 3 | -2/+14 | |
| | | | | | | | | PHPBB3-14257 | |||||
| * | [ticket/14257] Use migrations instead of cron job for some reparsers | Oliver Schramm | 2015-10-25 | 1 | -52/+0 | |
| | | | | | | | | PHPBB3-14257 | |||||
| * | [ticket/14257] Add reparse_lock to CLI command | Oliver Schramm | 2015-10-24 | 1 | -0/+1 | |
| | | | | | | | | PHPBB3-14257 | |||||
| * | [ticket/14257] Add cron tasks for reparsing text | Oliver Schramm | 2015-10-24 | 2 | -0/+124 | |
| | | | | | | | | PHPBB3-14257 | |||||
* | | [ticket/14273] Remove unused core.root_path dependency in files.upload service | Cesar G | 2015-11-05 | 1 | -1/+0 | |
| | | | | | | | | PHPBB3-14273 | |||||
* | | [ticket/14264] Don't use constants as return values | Oliver Schramm | 2015-11-03 | 1 | -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 container | Oliver Schramm | 2015-11-01 | 1 | -1/+50 | |
| | | | | | | | | PHPBB3-14265 | |||||
* | | Merge pull request #3971 from VSEphpbb/ticket/14237 | Oliver Schramm | 2015-10-29 | 1 | -0/+2 | |
|\ \ | |/ |/| | | | [ticket/14237] Use $language class for notifications | |||||
| * | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 1 | -0/+2 | |
| | | | | | | | | PHPBB3-14237 | |||||
* | | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 7 | -12/+16 | |
| | | | | | | | | PHPBB3-14039 | |||||
* | | [ticket/14240] Fix packaging script for 3.2 | Mate Bartus | 2015-10-15 | 1 | -0/+1 | |
| | | | | | | | | PHPBB3-14240 | |||||
* | | [ticket/14168] Add attachment manager service | Marc Alexander | 2015-10-09 | 1 | -0/+8 | |
| | | | | | | | | PHPBB3-14168 | |||||
* | | [ticket/14168] Add services_attachment.yml to services.yml | Marc Alexander | 2015-10-09 | 1 | -0/+1 | |
| | | | | | | | | PHPBB3-14168 | |||||
* | | [ticket/14168] Move attachment service definitions to services_attachment | Marc Alexander | 2015-10-09 | 2 | -32/+32 | |
| | | | | | | | | PHPBB3-14168 | |||||
* | | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 1 | -0/+2 | |
| | | | | | | | | PHPBB3-14168 | |||||
* | | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 1 | -8/+15 | |
| | | | | | | | | PHPBB3-14168 | |||||
* | | [ticket/14168] Move function for attachment deletion into class | Marc Alexander | 2015-10-09 | 1 | -0/+8 | |
| | | | | | | | | PHPBB3-14168 |