Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14492] Redirect to help phpBB page after installation | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Properly retrieve version updating from | Marc Alexander | 2016-12-03 | 2 | -52/+62 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Rework logic for selecting which extensions to update | Marc Alexander | 2016-12-03 | 1 | -27/+54 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Check if composer.json exists in viglink folder on file_check | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Define extensions to install in config not via cli argument | Marc Alexander | 2016-12-03 | 7 | -18/+16 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Removed unused use statement | Marc Alexander | 2016-12-03 | 1 | -2/+0 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Only show fail of extension install if it's available | Marc Alexander | 2016-12-03 | 1 | -4/+4 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Remove incorrect changes to module order | Marc Alexander | 2016-12-03 | 2 | -2/+2 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Allow specifying extensions to update & install | Marc Alexander | 2016-12-03 | 4 | -1/+34 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Set install extensions to synthetic and fix step count | Marc Alexander | 2016-12-03 | 2 | -7/+2 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Send statistics via ajax request | Marc Alexander | 2016-12-03 | 5 | -23/+136 |
| | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492 | ||||
* | [ticket/14492] Add missing input name | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Remove not needed language entry | Marc Alexander | 2016-12-03 | 1 | -1/+0 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Use new guzzlehttp client | Marc Alexander | 2016-12-03 | 1 | -9/+8 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Apply fixes to update extensions task | Marc Alexander | 2016-12-03 | 2 | -4/+38 |
| | | | | | | The regex was also simplified. PHPBB3-14492 | ||||
* | [ticket/14492] Pass u_action to acp form and add stats config | Marc Alexander | 2016-12-03 | 2 | -0/+2 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Correctly check if extension was enabled during install | Marc Alexander | 2016-12-03 | 1 | -4/+38 |
| | | | | | | | Also fixed some incorrectly generated log messages and improved the regex. PHPBB3-14492 | ||||
* | [ticket/14492] Add events for modifying help phpBB page | Marc Alexander | 2016-12-03 | 4 | -39/+52 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Use guzzle for submitting data to stats service | Marc Alexander | 2016-12-03 | 3 | -1/+51 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Update language variables and trigger details text | Marc Alexander | 2016-12-03 | 4 | -9/+11 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Rename files to help_phpbb and fix css tabbing | Marc Alexander | 2016-12-03 | 5 | -56/+87 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Improve look and display data again | Marc Alexander | 2016-12-03 | 3 | -73/+121 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Do not install extensions in installer if in test env | Marc Alexander | 2016-12-03 | 1 | -0/+5 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Add basic layout for enabling viglink | Marc Alexander | 2016-12-03 | 5 | -2/+80 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Re-enable extensions if updated during update | Marc Alexander | 2016-12-03 | 5 | -5/+179 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Install all packaged extensions by default | Marc Alexander | 2016-12-03 | 3 | -25/+42 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Do not copy viglink on update if it was deleted | Marc Alexander | 2016-12-03 | 1 | -0/+9 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Add basic task for installing viglink extension | Marc Alexander | 2016-12-03 | 3 | -0/+129 |
| | | | | PHPBB3-14492 | ||||
* | Merge pull request #4405 from marc1706/ticket/14733 | Tristan Darricau | 2016-12-03 | 5 | -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 tests | Marc Alexander | 2016-10-03 | 1 | -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_interface | Marc Alexander | 2016-10-03 | 2 | -54/+9 |
| | | | | | | | | PHPBB3-14733 | ||||
| * | [ticket/14733] Use new interface to preserve backwards compatibility | Marc Alexander | 2016-10-03 | 3 | -10/+79 |
| | | | | | | | | PHPBB3-14733 | ||||
| * | [ticket/14733] Use default cost factor in bcrypt constructor | Marc Alexander | 2016-10-03 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-14733 | ||||
| * | [ticket/14733] Support increasing hashing cost factor | Marc Alexander | 2016-10-03 | 5 | -2/+52 |
| | | | | | | | | PHPBB3-14733 | ||||
* | | Merge pull request #4543 from marc1706/ticket/9590-rhea | Tristan Darricau | 2016-12-03 | 2 | -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 role | Marc Alexander | 2016-11-27 | 1 | -2/+14 |
| | | | | | | | | | | | | PHPBB3-9590 | ||||
| * | | Merge branch 'ticket/9590' into ticket/9590-rhea | Marc Alexander | 2016-11-27 | 2 | -0/+135 |
| |\ \ | |||||
| | * | | [ticket/9590] Correctly update submit size and replace all forum_id[] | Marc Alexander | 2016-11-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-9590 | ||||
| | * | | [ticket/9590] Further deduplicate code for form data | Marc Alexander | 2016-11-26 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-9590 | ||||
| | * | | [ticket/9590] Preserve selected forums after previous page redirect | Marc Alexander | 2016-11-26 | 1 | -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 forums | Marc Alexander | 2016-11-26 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | PHPBB3-9590 | ||||
| | * | | [ticket/9590] Correctly set roles and refresh page using POST | Marc Alexander | 2016-11-26 | 1 | -3/+29 |
| | | | | | | | | | | | | | | | | PHPBB3-9590 | ||||
| | * | | [ticket/9590] Submit permissions form in chunks when using "Apply all" | Marc Alexander | 2016-11-26 | 2 | -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/14736 | Tristan Darricau | 2016-12-03 | 1 | -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 permissions | Marc Alexander | 2016-12-01 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14736 | ||||
* | | | | | Merge pull request #4551 from marc1706/ticket/14884 | Tristan Darricau | 2016-12-03 | 1 | -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_header | Marc Alexander | 2016-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14884 | ||||
* | | | | | | Merge pull request #4553 from DavidIQ/ticket/14885 | Tristan Darricau | 2016-12-03 | 1 | -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 messages | David Colón | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | [ticket/14885] Add a line break when writing to the migrator output file | David Colón | 2016-12-02 | 1 | -1/+1 |
| | | | | | | |