aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-035-5/+179
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
* | | | | [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-033-25/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
* | | | | [ticket/14492] Do not copy viglink on update if it was deletedMarc Alexander2016-12-031-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
* | | | | [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-033-0/+129
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
* | | | | Merge pull request #4405 from marc1706/ticket/14733Tristan Darricau2016-12-035-5/+80
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Make sure detect_algorithm() works correctly and add testsMarc Alexander2016-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detect_algorithm() returned array() if an algorithm prefix was more than 2 characters long. This might have been invalid for other prefixes. In order to correctly cope with other prefixes, another check for a backslash in the prefix definitino has been added. This was discovered while writing the tests for the newly added interface. PHPBB3-14733
| * | | | | [ticket/14733] Extend passwords driver_interface in rehashable_driver_interfaceMarc Alexander2016-10-032-54/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14733
| * | | | | [ticket/14733] Use new interface to preserve backwards compatibilityMarc Alexander2016-10-033-10/+79
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14733
| * | | | | [ticket/14733] Use default cost factor in bcrypt constructorMarc Alexander2016-10-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14733
| * | | | | [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-035-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14733
* | | | | | Merge pull request #4543 from marc1706/ticket/9590-rheaTristan Darricau2016-12-032-0/+147
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9590] Submit permissions form in chunks -- Rhea version * marc1706/ticket/9590-rhea: [ticket/9590] Update permissions with correct permission role [ticket/9590] Correctly update submit size and replace all forum_id[] [ticket/9590] Further deduplicate code for form data [ticket/9590] Preserve selected forums after previous page redirect [ticket/9590] Support ajax submit of permissions for specific forums [ticket/9590] Correctly set roles and refresh page using POST [ticket/9590] Submit permissions form in chunks when using "Apply all"
| * | | | | | [ticket/9590] Update permissions with correct permission roleMarc Alexander2016-11-271-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9590
| * | | | | | Merge branch 'ticket/9590' into ticket/9590-rheaMarc Alexander2016-11-272-0/+135
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | [ticket/9590] Correctly update submit size and replace all forum_id[]Marc Alexander2016-11-271-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9590
| | * | | | | [ticket/9590] Further deduplicate code for form dataMarc Alexander2016-11-261-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9590
| | * | | | | [ticket/9590] Preserve selected forums after previous page redirectMarc Alexander2016-11-261-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also improved the way the forum ID list is generated when clicking on "Apply all permissions". PHPBB3-9590
| | * | | | | [ticket/9590] Support ajax submit of permissions for specific forumsMarc Alexander2016-11-261-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9590
| | * | | | | [ticket/9590] Correctly set roles and refresh page using POSTMarc Alexander2016-11-261-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9590
| | * | | | | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-262-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590
* | | | | | | Merge pull request #4549 from marc1706/ticket/14736Tristan Darricau2016-12-031-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14736] Reset role dropdown when modifying permissions * marc1706/ticket/14736: [ticket/14736] Reset role dropdown when modifying permissions
| * | | | | | | [ticket/14736] Reset role dropdown when modifying permissionsMarc Alexander2016-12-011-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14736
* | | | | | | | Merge pull request #4551 from marc1706/ticket/14884Tristan Darricau2016-12-031-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14884] Remove duplicate span from navbar_header * marc1706/ticket/14884: [ticket/14884] Remove duplicate span from navbar_header
| * | | | | | | | [ticket/14884] Remove duplicate span from navbar_headerMarc Alexander2016-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14884
* | | | | | | | | Merge pull request #4553 from DavidIQ/ticket/14885Tristan Darricau2016-12-031-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14885] Add a line break when writing to the migrator output file * DavidIQ/ticket/14885: [ticket/14885] Use \n instead of \r for output_handler messages [ticket/14885] Add a line break when writing to the migrator output file
| * | | | | | | | | [ticket/14885] Use \n instead of \r for output_handler messagesDavid Colón2016-12-021-1/+1
| | | | | | | | | |
| * | | | | | | | | [ticket/14885] Add a line break when writing to the migrator output fileDavid Colón2016-12-021-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4539 from marc1706/ticket/14875Tristan Darricau2016-12-036-36/+109
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14875] Add method for untrimmed input to ajax iohandler * marc1706/ticket/14875: [ticket/14875] Add raw_variable() to request mock [ticket/14875] Move raw_variable() method to request_interface [ticket/14875] Use raw_variable() method in _variable() to get raw data [ticket/14875] Add method for raw input to request and add to installer [ticket/14875] Add method for untrimmed input to ajax iohandler
| * | | | | | | | | | [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-024-23/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14875
| * | | | | | | | | | [ticket/14875] Use raw_variable() method in _variable() to get raw dataMarc Alexander2016-11-251-33/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The raw_variable() method uses the same exact code the _variable method has been using until now. PHPBB3-14875
| * | | | | | | | | | [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-255-24/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A method for retrieving raw input has been added to the request class. This will be used in the installer to retrieve the datatabase password while also allowing utf8 characters. Not escaping the input is ok in this case as it won't be put anywhere in this raw form and only be used to populate the entry for the password field in config.php. PHPBB3-14875
| * | | | | | | | | | [ticket/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-242-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875
* | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-021-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #4552 from nicebb/ticket/13757Marc Alexander2016-12-021-1/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13757] Properly fix bug with negative PM count
| | * | | | | | | | | [ticket/13757] Properly fix bug with negative PM countVictor A. Safronov2016-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix from PR #4548 doesn't work as expected because in phpBB the sql_affectedrows() method always returns a count of matched rows instead of affected rows. This commit fixes bug properly. PHPBB3-13757
* | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-022-18/+21
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge pull request #4550 from hanakin/ticket/14881Marc Alexander2016-12-022-28/+32
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | [Ticket/14881] Add wrapper to jump actions to clear floats
| | * | | | | | | | [ticket/14881] Fix jumpbox-return link layouthanakin2016-12-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14881
| | * | | | | | | | [ticket/14881] Add action-bar wrap to jump actionshanakin2016-12-011-27/+29
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14881
* | | | | | | | | Merge pull request #4547 from VSEphpbb/ticket/14883Marc Alexander2016-12-021-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14883] Do not display empty forum rules (after they've been re-parsed)
| * | | | | | | | | [ticket/14883] Remove extra tabbageMatt Friedman2016-12-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14883
| * | | | | | | | | [ticket/14883] Refactor forum rules logicMatt Friedman2016-12-011-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14883
| * | | | | | | | | [ticket/14883] Do not display empty forum rules (after reparsing)Matt Friedman2016-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14883
* | | | | | | | | | Merge pull request #4542 from JoshyPHP/ticket/14873Marc Alexander2016-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14873] Added width/height attributes to smilies
| * | | | | | | | | | [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14873
* | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-011-0/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | [ticket/13757] Prevents the count of unread PMs from being negativeVictor A. Safronov2016-11-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the user_unread_privmsg flag in users table can become negative. It happens when the unread message is requested by simultaneous concurrent requests. Both requests will decrement the value of the flag. This commit prevents updating the flag if the message already marked as read. PHPBB3-13757
* | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-0/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #4503 from rxu/ticket/14853Marc Alexander2016-11-271-0/+14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14853] Add core event to allow modifying PM attachments download auth
| | * | | | | | | | [ticket/14853] Add core event to allow modifying PM attachments download authrxu2016-11-041-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14853
* | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | |