aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-1/+1
* [ticket/15833] Add core.avatar_manager_avatar_delete_after eventJakub Senko2018-10-281-1/+22
* [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-26/+2
* [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-0/+12
* [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-1/+1
* [ticket/13197] Fix tabbingMarc Alexander2014-11-091-4/+4
* [ticket/13197] Correctly format sql queryMarc Alexander2014-11-091-2/+2
* [ticket/13197] Also delete group avatar from users that have it setMarc Alexander2014-10-251-7/+31
* [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-071-2/+34
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* Merge pull request #1815 from marc1706/ticket/11525Nils Adermann2013-11-131-20/+18
|\
| * [ticket/11525] Use foreach instead of array_walk in method clean_row()Marc Alexander2013-11-131-23/+9
| * [ticket/11525] Prefix id parameter with 'g' again when its a group avatarJoas Schilling2013-11-101-3/+10
| * [ticket/11525] Fix doc blocksJoas Schilling2013-11-101-4/+7
| * [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-6/+8
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-11/+19
|/
* [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-191-1/+1
* [ticket/11700] Correctly handle avatar drivers with namespacesNils Adermann2013-09-191-3/+3
* [ticket/11700] Use underscores in avatar driver template file namesNils Adermann2013-09-161-1/+1
* [ticket/11700] Load avatar explanations correctly from namespacesNils Adermann2013-09-161-1/+1
* [ticket/11700] Correctly generate lang key from avatar driver classNils Adermann2013-09-161-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+309