| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | [ticket/13432] Make sure to add language file when including acp_modules | Marc Alexander | 2015-01-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13432 | |||||
| * | | | | | | | | | Merge pull request #3221 from MasterShredder/ticket/13422 | Joas Schilling | 2015-01-06 | 1 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13422] New events for save custom cookies and set custom ban type | |||||
| | * | | | | | | | | | [ticket/13422] Changed variable descriptions | MasterShredder | 2014-12-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13422 | |||||
| | * | | | | | | | | | [ticket/13422] Deleted event core.session_check_user_session | MasterShredder | 2014-12-08 | 1 | -9/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | [ticket/13422] Add new event core.session_set_custom_ban | MasterShredder | 2014-12-07 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13422 | |||||
| | * | | | | | | | | | [ticket/13422] Add new event core.session_check_user_session | MasterShredder | 2014-12-07 | 1 | -1/+9 | |
| | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | PHPBB3-13422 | |||||
| * | | | | | | | | | Merge pull request #3211 from brunoais/ticket/13148 | Joas Schilling | 2015-01-06 | 1 | -0/+44 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | [ticket/13148] Creating a final way to modify edit logs output | |||||
| | * | | | | | | | | [ticket/13148] Wrong version num; copy & paste fail | brunoais | 2014-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | |||||
| | * | | | | | | | | [ticket/13148] Fixed my error | brunoais | 2014-12-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | |||||
| | * | | | | | | | | [ticket/13148] Fixed syntax error | brunoais | 2014-12-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | |||||
| | * | | | | | | | | [ticket/13148] Added more variables as requested | brunoais | 2014-12-28 | 1 | -2/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added more variables as requested and some extra that may be of use. PHPBB3-13148 | |||||
| | * | | | | | | | | [ticket/13148] Creating a final way to modify edit logs output | brunoais | 2014-12-03 | 1 | -0/+14 | |
| | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | |||||
| * | | | | | | | | Merge pull request #3229 from n-aleha/ticket/13098 | Joas Schilling | 2014-12-27 | 1 | -0/+38 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13098] Repair Yahoo contact field | |||||
| | * | | | | | | | | [ticket/13098] Repair Yahoo contact field | n-aleha | 2014-12-12 | 1 | -0/+38 | |
| | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098 | |||||
| * | | | | | | | | Merge pull request #3205 from rxu/ticket/13406 | Joas Schilling | 2014-12-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13406] Add a space between the index name and columns list | |||||
| | * | | | | | | | | [ticket/13406] Add a space between the index name and columns list | rxu | 2014-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there's no space between the index name and columns list when generating ADD INDEX sql query for MySQL DBMSes. This may cause errors on earlier MySQL versions like 3.23. PHPBB3-13406 | |||||
| * | | | | | | | | | Merge pull request #3099 from Senky/ticket/13266 | Joas Schilling | 2014-12-27 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | [ticket/13266] Enabling twig dump function if DEBUG is defined | |||||
| | * | | | | | | | | [ticket/13266] Enable twig dump function | Jakub Senko | 2014-11-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13266 | |||||
| * | | | | | | | | | [ticket/13396] Normalize multibyte characters in attachment file names. | Cesar G | 2014-12-02 | 1 | -1/+1 | |
| | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13396 | |||||
| * | | | | | | | | [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php | rxu | 2014-11-30 | 1 | -1/+1 | |
| | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | PHPBB3-13405 | |||||
| * | | | | | | | [ticket/13393] Call user->lang function directly | Oliver Schramm | 2014-11-27 | 1 | -1/+1 | |
| | |_|/ / / / |/| | | | | | | | | | | | | | | | | | PHPBB3-13393 | |||||
| * | | | | | | Merge pull request #3075 from Senky/ticket/11613 | Marc Alexander | 2014-11-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/11613] Cookies do not work for netbios domain | |||||
| | * | | | | | | [ticket/11613] Allow cookies to work on netbios domains | Jakub Senko | 2014-11-22 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | PHPBB3-11613 | |||||
| * | | | | | | [ticket/13381] Fix header intendation of v312.php | Joas Schilling | 2014-11-25 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13381 | |||||
| * | | | | | | [prep-release-3.1.2] Add migration to update version to 3.1.2 | Joas Schilling | 2014-11-24 | 1 | -0/+31 | |
| | | | | | | | ||||||
| * | | | | | | [prep-release-3.1.2] Add migration for 3.1.2-RC1 | Joas Schilling | 2014-11-22 | 1 | -0/+32 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #10 from phpbb/ticket/security-171 | Joas Schilling | 2014-11-22 | 2 | -20/+33 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security-171] Use type cast helper for json data | |||||
| | * \ \ \ \ \ | Merge branch 'ticket/13358' into ticket/security-171 | Marc Alexander | 2014-11-22 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'ticket/13358' into ticket/security-171 | Marc Alexander | 2014-11-21 | 2 | -5/+136 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [ticket/security-171] Add tests for retrieved remote data in version_helper | Marc Alexander | 2014-11-21 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-171 | |||||
| | * | | | | | | | | [ticket/security-171] Sanitize data from composer.json | Marc Alexander | 2014-11-21 | 1 | -11/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-171 | |||||
| | * | | | | | | | | [ticket/security-171] Use type cast helper for json data | Marc Alexander | 2014-11-21 | 1 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-171 | |||||
| * | | | | | | | | | Merge pull request #8 from phpbb/ticket/security-169 | Joas Schilling | 2014-11-22 | 1 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security-169] Stop loop through referer dir in top directory | |||||
| | * | | | | | | | | | [ticket/security-169] Stop loop through referer dir in top directory | Marc Alexander | 2014-11-09 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-169 | |||||
| * | | | | | | | | | | Merge pull request #3157 from marc1706/ticket/13358 | Joas Schilling | 2014-11-22 | 2 | -5/+136 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | | [ticket/13358] Add class for retrieving remote file data | |||||
| | * | | | | | | | | [ticket/13358] Correctly create version_helper in acp_extensions | Marc Alexander | 2014-11-22 | 1 | -1/+1 | |
| | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The full namespace for the file_downloader is now also being used in version_helper. PHPBB3-13358 | |||||
| | * | | | | | | | [ticket/13358] Use protected and public keywords where applicable | Marc Alexander | 2014-11-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13358 | |||||
| | * | | | | | | | [ticket/13358] Do not pass variables by reference | Marc Alexander | 2014-11-21 | 2 | -21/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13358 | |||||
| | * | | | | | | | [ticket/13358] Fix tests and use exceptions instead of user object | Marc Alexander | 2014-11-21 | 2 | -20/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13358 | |||||
| | * | | | | | | | [ticket/13358] Add file_downloader to version_helper | Marc Alexander | 2014-11-21 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13358 | |||||
| | * | | | | | | | [ticket/13358] Add file_downloader as replacement for get_remote_file | Marc Alexander | 2014-11-21 | 1 | -0/+137 | |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-13358 | |||||
| * | | | | | | | Merge pull request #3108 from Elsensee/ticket/13284 | Joas Schilling | 2014-11-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13284] Message body not included in email | |||||
| | * | | | | | | | [ticket/13284] Set message body in topic form too, so it will be sent | Oliver Schramm | 2014-11-04 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-13284 | |||||
| * | | | | | | | Merge pull request #3068 from marc1706/ticket/13204 | Joas Schilling | 2014-11-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13204] Tell user that password was incorrect when exceeding attempts | |||||
| | * | | | | | | | [ticket/13204] Tell user that password was incorrect when exceeding attempts | Marc Alexander | 2014-11-02 | 1 | -1/+1 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the end of the login method, the captcha was entered correctly and only the password was incorrect. Therefore, just tell the user that the password was incorrect. He will see that he still needs to enter a captcha. PHPBB3-13204 | |||||
| * | | | | | | | Merge pull request #3064 from marc1706/ticket/13197 | Joas Schilling | 2014-11-21 | 1 | -8/+32 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13197] Also delete group avatar from users that have it set | |||||
| | * | | | | | | | [ticket/13197] Fix tabbing | Marc Alexander | 2014-11-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13197 | |||||
| | * | | | | | | | [ticket/13197] Correctly format sql query | Marc Alexander | 2014-11-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13197 | |||||
| | * | | | | | | | [ticket/13197] Also delete group avatar from users that have it set | Marc Alexander | 2014-10-25 | 1 | -7/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13197 | |||||
| | * | | | | | | | Merge pull request #3060 from marc1706/ticket/13211 | Nils Adermann | 2014-10-25 | 7 | -33/+325 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13211] Add log wrapper for writing database updater to log file | |||||
