aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/driver/upload.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-081-0/+1
| | | | PHPBB3-15671
* [prep-release-3.2.6] Update Changelog and add missing preg_matchMarc Alexander2019-04-281-1/+2
|
* [ticket/15547] Add file object to eventGerB2018-02-131-0/+3
| | | | | | Add file object to core.avatar_driver_upload_move_file_before. PHPBB3-15547
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-4/+4
| | | | PHPBB3-14972
* Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-101-2/+2
|\
| * [ticket/security/210] Adjust regex and add tests for IPv6Marc Alexander2017-07-101-2/+2
| | | | | | | | SECURITY-210
* | Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-091-0/+10
|\ \ | |/
| * [ticket/security/210] Prevent using IP addresses or ports for remote avatarMarc Alexander2017-07-091-0/+10
| | | | | | | | SECURITY-210
* | [ticket/15134] Return false if errorRubén Calvo2017-03-201-2/+3
| | | | | | | | PHPBB3-15134
* | [ticket/15134] Follow coding guidelinessRubén Calvo2017-03-191-1/+4
| | | | | | | | PHPBB3-15134
* | [ticket/15134] Replace php native functions for filesystem service methodsRubén Calvo2017-03-191-3/+7
| | | | | | | | PHPBB3-15134
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-241-0/+14
|\ \ | |/
| * [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before eventJakub Senko2016-03-101-0/+14
| | | | | | | | PHPBB3-14471
* | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-2/+2
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-2/+9
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-16/+2
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-2/+2
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-7/+19
| | | | | | | | PHPBB3-13904
* | Merge branch '3.1.x'Marc Alexander2015-09-081-1/+1
|\ \ | |/
| * [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | | | | | PHPBB3-14142
* | Merge branch '3.1.x'Marc Alexander2015-08-081-7/+67
|\ \ | |/ | | | | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php
| * Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-7/+67
| |\ | | | | | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| | * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | An event to capture new avatar moving in place (and maybe overwriting existing avatar), and another to capture deletion. Includes better error processing. Rename event. PHPBB3-13981
| | * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix typo. PHPBB3-13981
| | * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-6/+10
| | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
| | * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-091-0/+10
| | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. PHPBB3-13981
| | * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-031-6/+52
| | | | | | | | | | | | PHPBB3-13981
* | | Merge branch '3.1.x'Marc Alexander2015-07-151-0/+7
|\ \ \ | |/ /
| * | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-091-5/+2
| | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded, using existing delete method PHPBB3-13980
| * | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
| |/ | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded PHPBB3-13980
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-4/+11
|\ \ | |/ |/| | | [ticket/13697] Moving filesystem related functions to filesystem service
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATHKevin Roy2015-04-031-1/+3
|/ | | | | | | | This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH constant, which is needed when trying to use the get_user_avatar() function in a listener for index changes. PHPBB3-13703
* Merge remote-tracking branch 'github-marc1706/ticket/12822' into ↵Nils Adermann2014-08-111-1/+0
|\ | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12822: [ticket/12822] Fix test runs of avatar manager_test [ticket/12822] Add method for deleting avatars and use confirm_box [ticket/12822] Remove "None" option from avatar select boxes
| * [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-071-1/+0
| | | | | | | | | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
* | [ticket/12941] Fix remaining Sami complaints.Andreas Fischer2014-08-091-1/+0
|/ | | | PHPBB3-12941
* [ticket/11148] Use mimetype guesser for uploaded avatarsMarc Alexander2014-06-231-2/+28
| | | | PHPBB3-11148
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-151-6/+6
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* Merge branch 'ticket/8960-olympus' into ticket/8960Marc Alexander2014-04-161-1/+1
| | | | | Conflicts: phpBB/includes/acp/acp_board.php
* [ticket/11859] Make avatar drivers return template filenameMarc Alexander2013-11-271-0/+8
| | | | | | | | The service name might not follow the expected naming scheme which would cause abnormally long filenames and confusion for authors that might add more avatar drivers. PHPBB3-11859
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11930] Use \phpbb\path_helper for avatar URLsMarc Alexander2013-10-171-1/+1
| | | | | | | This will ensure that avatars still properly display on extension pages supplied via app.php. PHPBB3-11930
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+185
PHPBB3-11698