aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Document the use of the allowed extensions arrayMarc Alexander2013-02-131-1/+6
* [feature/avatars] Use array for allowed extensions and implode if neededMarc Alexander2013-02-074-4/+9
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-036-19/+19
* [feature/avatars] Move list of supported formats to avatar driver classMarc Alexander2013-01-254-3/+8
* [feature/avatars] Strictly check if avatar list is empty and cache resultMarc Alexander2013-01-081-2/+3
* [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-084-6/+6
* [feature/avatars] Pass phpbb_user object to get_custom_html()Marc Alexander2013-01-083-3/+6
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-076-33/+28
* [feature/avatars] Improve handling of incorrect input for avatarsMarc Alexander2013-01-042-1/+13
* [feature/avatars] Let the server handle http or https for gravatarsMarc Alexander2012-12-271-1/+1
* [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-272-2/+2
* [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-112-12/+22
* [feature/avatars] Fix docblocks and minor cosmetic issuesMarc Alexander2012-12-014-12/+21
* [feature/avatars] Create setting for enabling avatar in managerMarc Alexander2012-11-305-66/+5
* [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-305-63/+28
* [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-302-17/+0
* [feature/avatars] Properly implement custom HTML in the interfaceMarc Alexander2012-11-293-13/+3
* [feature/avatars] Check for existing functions rather than using _onceMarc Alexander2012-11-263-4/+17
* [feature/avatars] Even more fixes to docblocksMarc Alexander2012-11-256-44/+48
* [feature/avatars] Docblock fixes and small change for php_extMarc Alexander2012-11-254-36/+34
* [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-252-4/+3
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-254-31/+31
* [feature/avatars] Use RecursiveDirectoryIterator for gallery avatarMarc Alexander2012-11-211-33/+21
* [feature/avatars] Get rid of array_keys() in gallery avatarMarc Alexander2012-11-211-3/+6
* [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-216-0/+61
* [feature/avatars] Check if gravatar is within min/max width/heightMarc Alexander2012-11-211-0/+18
* [feature/avatars] Use constant for URL and fix usage of getimagesizeMarc Alexander2012-11-211-16/+39
* [feature/avatars] Use protected instead of privateMarc Alexander2012-11-193-3/+3
* [feature/avatars] Fix the docs and small naming fixesMarc Alexander2012-11-195-11/+37
* [feature/avatars] Use https for gravatarMarc Alexander2012-11-191-3/+2
* [feature/avatars] Fix local and upload avatar in the ACPMarc Alexander2012-11-181-2/+3
* [feature/avatars] Add missing assign_block_vars() for avatar optionsMarc Alexander2012-11-181-0/+4
* [feature/avatars] Use request class in upload avatarMarc Alexander2012-11-171-1/+2
* [feature/avatars] Small fixes after transition to service containersMarc Alexander2012-11-171-1/+1
* [feature/avatars] Use correct names of input fieldsMarc Alexander2012-11-162-4/+4
* [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-165-6/+6
* [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-155-18/+39
* [feature/avatars] Add support for custom avatar HTML codeMarc Alexander2012-11-142-2/+2
* [feature/avatars] Add barebone gravatar driverMarc Alexander2012-11-131-0/+148
* [feature/avatars] Fix coding guidelines infractionsMarc Alexander2012-11-121-1/+2
* [feature/avatars] Rewrite drivers to use full class nameIgor Wiedler2012-06-275-3/+34
* [feature/avatars] Remove unneeded argument for driver prepare_form()Igor Wiedler2012-06-274-7/+7
* [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-082-52/+0
* [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-082-28/+82
* [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-074-13/+21
* [feature/avatars] Fix avatar driver filename for autoloadingIgor Wiedler2012-04-071-0/+172
* [feature/avatars] Support editing of group avatars in ACPCullen Walsh2012-03-181-0/+4
* [feature/avatars] Made ACP avatar gallery in Manage Users prettierCullen Walsh2012-03-181-6/+26
* [feature/avatars] Make avatars genericCullen Walsh2012-03-183-34/+34
* [feature/avatars] Rework UCP to be simpler/more consistentCullen Walsh2012-03-181-0/+2