aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar
Commit message (Expand)AuthorAgeFilesLines
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-244-6/+6
* [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-244-28/+32
* Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-4/+11
|\
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-4/+11
* | Merge pull request #3518 from marc1706/ticket/13703Marc Alexander2015-04-041-1/+3
|\ \
| * | [ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATHKevin Roy2015-04-031-1/+3
| |/
* | [ticket/13742] Use correct avatar path for local avatarKevin Roy2015-04-031-1/+3
|/
* Merge pull request #3064 from marc1706/ticket/13197Joas Schilling2014-11-211-8/+32
|\
| * [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
* | Merge branch 'naderman-ticket/13232' into prep-release-3.1.0Joas Schilling2014-10-281-2/+2
|\ \
| * | [ticket/13232] Fix more issues with TTL and global cache fileJoas Schilling2014-10-281-2/+2
| |/
* | [ticket/13227] Properly handle curlwrapper headers in remote avatarsNils Adermann2014-10-271-1/+17
|/
* Merge remote-tracking branch 'github-marc1706/ticket/12822' into develop-ascr...Nils Adermann2014-08-115-4/+44
|\
| * [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-072-2/+39
| * [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-073-2/+5
* | [ticket/12941] Fix remaining Sami complaints.Andreas Fischer2014-08-091-1/+0
|/
* [ticket/11148] Use mimetype guesser for uploaded avatarsMarc Alexander2014-06-231-2/+28
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
* [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-155-26/+27
* Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-091-1/+2
|\
| * [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+2
* | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-3/+3
* | [ticket/12457] Default to first category if none is selected in gallery avatarMarc Alexander2014-06-031-1/+1
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-277-30/+49
* Merge branch 'ticket/8960-olympus' into ticket/8960Marc Alexander2014-04-161-1/+1
* [ticket/11859] Make avatar drivers return template filenameMarc Alexander2013-11-275-11/+32
* 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
* | Merge pull request #1819 from marc1706/ticket/11534Nathan Guse2013-11-041-0/+31
|\ \
| * | [ticket/11534] Check remote avatar content type if possibleMarc Alexander2013-10-241-0/+31
| |/
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-307-56/+0
* | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-11/+19
|/
* [ticket/11930] Update docblock of avatar driver constructorMarc Alexander2013-10-211-0/+1
* [ticket/11930] Modify order of properties to fit constructor methodMarc Alexander2013-10-211-7/+7
* [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-1/+1
* [ticket/11930] Use \phpbb\path_helper for avatar URLsMarc Alexander2013-10-173-3/+10
* [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-192-2/+2
* [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
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+1
|\
| * [ticket/11706] Use @ to suppress errors for getimagesize in remote avatarMarc Alexander2013-07-141-1/+1
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-167-37/+51
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4