aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-081-0/+1
| | | | PHPBB3-15671
* [prep-release-3.2.6] Update Changelog and add missing preg_matchMarc Alexander2019-04-281-1/+2
|
* [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-1/+1
| | | | SECURITY-231
* [ticket/15833] Add core.avatar_manager_avatar_delete_after eventJakub Senko2018-10-281-1/+22
| | | | PHPBB3-15833
* [ticket/15620] Use separate local avatar cache file for every langJakub Senko2018-06-181-2/+2
| | | | PHPBB3-15620
* [ticket/15547] Add file object to eventGerB2018-02-131-0/+3
| | | | | | Add file object to core.avatar_driver_upload_move_file_before. PHPBB3-15547
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-5/+5
| | | | PHPBB3-14972
* Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-102-4/+4
|\
| * [ticket/security/210] Adjust regex and add tests for IPv6Marc Alexander2017-07-102-4/+4
| | | | | | | | SECURITY-210
* | Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-092-2/+15
|\ \ | |/
| * [ticket/security/210] Prevent using IP addresses or ports for remote avatarMarc Alexander2017-07-092-2/+15
| | | | | | | | SECURITY-210
* | [ticket/15134] Return false if errorRubén Calvo2017-03-201-2/+3
| | | | | | | | PHPBB3-15134
* | [ticket/15134] Follow coding guidelinessRubén Calvo2017-03-191-1/+4
| | | | | | | | PHPBB3-15134
* | [ticket/15134] Replace php native functions for filesystem service methodsRubén Calvo2017-03-191-3/+7
| | | | | | | | PHPBB3-15134
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-172-4/+4
|\ \ | |/
| * [ticket/14615] Fix HTML5 validation errors on avatar deletionJakub Senko2016-05-162-4/+4
| | | | | | | | PHPBB3-14615
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-241-0/+14
|\ \ | |/
| * [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before eventJakub Senko2016-03-101-0/+14
| | | | | | | | PHPBB3-14471
* | Merge branch '3.1.x'Marc Alexander2016-01-063-14/+32
|\ \ | |/
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-26/+2
| | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them directly when required. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. Simplified manager interface by reducing unneeded methods. PHPBB3-14387
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-0/+27
| | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-1/+16
| | | | | | | | | | | | | | | | Create a driver method to provide the driver config name, and use it within the manager method. Default driver config name is the same as now. But new drivers are able to override the config name with their own. PHPBB3-14387
* | Merge branch '3.1.x'Tristan Darricau2015-10-191-2/+4
|\ \ | |/ | | | | | | | | | | | | * 3.1.x: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| * Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-191-2/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13799] Do not rawurlencode category in gallery avatar * marc1706/ticket/13799: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| | * [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-301-2/+4
| | | | | | | | | | | | PHPBB3-13799
| | * [ticket/13799] Do not rawurlencode category in gallery avatarMarc Alexander2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Otherwise the directory seperator will incorrectly be transformed to its HTML replacement. PHPBB3-13799
* | | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+13
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14191] Add core.get_gravatar_url_after event
| * | [ticket/14191] Add core.get_gravatar_url_after eventJakub Senko2015-09-231-0/+13
| | | | | | | | | | | | PHPBB3-14191
* | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-2/+2
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-2/+9
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-16/+2
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-2/+2
| | | | | | | | | | | | PHPBB3-13904
* | | [ticket/13904] Load upload class using factoryMarc Alexander2015-09-092-14/+21
| | | | | | | | | | | | PHPBB3-13904
* | | Merge pull request #3891 from marc1706/ticket/14150Tristan Darricau2015-09-091-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14150] Update fast-image-size to newest version * marc1706/ticket/14150: [ticket/14150] Update fast-image-size to newest version
| * | | [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14150
* | | | Merge branch '3.1.x'Marc Alexander2015-09-081-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | | | | | | | | | PHPBB3-14142
* | | Merge branch '3.1.x'Marc Alexander2015-08-081-7/+67
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php
| * | Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-7/+67
| |\ \ | | | | | | | | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture new avatar moving in place (and maybe overwriting existing avatar), and another to capture deletion. Includes better error processing. Rename event. PHPBB3-13981
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix typo. PHPBB3-13981
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. PHPBB3-13981
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-031-6/+52
| | |/ | | | | | | | | | PHPBB3-13981
* | | Merge branch '3.1.x'Marc Alexander2015-07-151-0/+7
|\ \ \ | |/ /
| * | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-091-5/+2
| | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded, using existing delete method PHPBB3-13980
| * | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
| |/ | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded PHPBB3-13980