aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_avatar.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15833] Add core.avatar_manager_avatar_delete_after eventJakub Senko2018-10-281-0/+1
| | | | PHPBB3-15833
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-071-29/+29
| | | | PHPBB3-14247
* [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-0/+1
| | | | PHPBB3-13904
* [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-2/+1
| | | | PHPBB3-13904
* Merge branch '3.1.x'Marc Alexander2015-08-081-0/+1
| | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php
* [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-0/+3
| | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-0/+1
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/12620] Fix rebase (move config file to the right directory)Tristan Darricau2014-11-201-0/+67
PHPBB3-12620