aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [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/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-021-0/+12
| | | | | | | | | | 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-021-1/+1
| | | | | | | | 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
* [ticket/13197] Fix tabbingMarc Alexander2014-11-091-4/+4
| | | | PHPBB3-13197
* [ticket/13197] Correctly format sql queryMarc Alexander2014-11-091-2/+2
| | | | PHPBB3-13197
* [ticket/13197] Also delete group avatar from users that have it setMarc Alexander2014-10-251-7/+31
| | | | PHPBB3-13197
* [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-071-2/+34
| | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* Merge pull request #1815 from marc1706/ticket/11525Nils Adermann2013-11-131-20/+18
|\ | | | | [ticket/11525] Only remove group or user prefix from given avatar data
| * [ticket/11525] Use foreach instead of array_walk in method clean_row()Marc Alexander2013-11-131-23/+9
| | | | | | | | | | | | | | | | This approach is cleaner and probably even faster the previous ways that included using array_walk() or array_map() and other helper functions and methods. PHPBB3-11525
| * [ticket/11525] Prefix id parameter with 'g' again when its a group avatarJoas Schilling2013-11-101-3/+10
| | | | | | | | PHPBB3-11525
| * [ticket/11525] Fix doc blocksJoas Schilling2013-11-101-4/+7
| | | | | | | | PHPBB3-11525
| * [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-6/+8
| | | | | | | | | | | | | | | | | | | | | | Until now, the user data had both user_id and group_id keys in the avatar data. As both group_ and user_ prefixes were removed the group_id was collapsed onto the user_id and therefore all users in the same group had the same prefix for their uploaded avatars. This patch will make sure that the correct id is used depending on whether it's a group's or user's avatar data. PHPBB3-11525
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-11/+19
|/ | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857
* [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Correctly handle avatar drivers with namespacesNils Adermann2013-09-191-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Use underscores in avatar driver template file namesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Load avatar explanations correctly from namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Correctly generate lang key from avatar driver classNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+309
PHPBB3-11698