Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -11/+22 |
| | | | | PHPBB3-14972 | ||||
* | [prep-release-3.2.6] Fix expected data in avatar manager test | Marc Alexander | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | [ticket/15833] Add core.avatar_manager_avatar_delete_after event | Jakub Senko | 2018-10-28 | 1 | -1/+1 |
| | | | | PHPBB3-15833 | ||||
* | [ticket/security/210] Fix tests for 3.2.x | Marc Alexander | 2017-07-16 | 1 | -2/+1 |
| | | | | SECURITY-210 | ||||
* | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-10 | 1 | -1/+4 |
|\ | |||||
| * | [ticket/security/210] Adjust regex and add tests for IPv6 | Marc Alexander | 2017-07-10 | 1 | -1/+4 |
| | | | | | | | | SECURITY-210 | ||||
* | | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-09 | 1 | -0/+52 |
|\ \ | |/ | |||||
| * | [ticket/security/210] Prevent using IP addresses or ports for remote avatar | Marc Alexander | 2017-07-09 | 1 | -0/+52 |
| | | | | | | | | SECURITY-210 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2016-01-06 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | [ticket/14387] Fix avatar tests after adding get_config_name method | Marc Alexander | 2016-01-02 | 1 | -1/+4 |
| | | | | | | | | PHPBB3-14387 | ||||
* | | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13904 | ||||
* | | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 1 | -1/+3 |
| | | | | | | | | PHPBB3-13904 | ||||
* | | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14150 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-08-08 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php | ||||
| * | [ticket/13981] Add events to capture avatar deletion or overwriting | javiexin | 2015-07-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix Travis tests. PHPBB3-13981 | ||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -2/+9 |
| | | | | | | | | PHPBB3-13762 | ||||
* | | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8672 | ||||
* | | [ticket/8672] Add class for retrieving imagesize without download | Marc Alexander | 2015-04-24 | 1 | -2/+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 service | MateBartus | 2015-04-16 | 1 | -2/+4 |
|/ | | | | | | | | | | | | | | | | * 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/13197] Test that user's group avatar is deleted by group avatar delete | Marc Alexander | 2014-10-26 | 1 | -11/+45 |
| | | | | PHPBB3-13197 | ||||
* | [ticket/12822] Correctly call \phpbb\user in avatar manager test | Marc Alexander | 2014-08-11 | 1 | -1/+1 |
| | | | | PHPBB3-12822 | ||||
* | Merge remote-tracking branch 'github-marc1706/ticket/12822' into ↵ | Nils Adermann | 2014-08-11 | 1 | -11/+57 |
|\ | | | | | | | | | | | | | | | | | 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] Fix test runs of avatar manager_test | Marc Alexander | 2014-08-08 | 1 | -4/+11 |
| | | | | | | | | PHPBB3-12822 | ||||
| * | [ticket/12822] Add method for deleting avatars and use confirm_box | Marc Alexander | 2014-08-07 | 1 | -9/+48 |
| | | | | | | | | | | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822 | ||||
* | | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
|/ | | | | PHPBB3-12932 | ||||
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into ↵ | Nils Adermann | 2014-08-07 | 1 | -1/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/11148: [ticket/11148] Remove unneeded variable mimetype and use type octet-stream [ticket/11148] Change expected output with disallowed content in test [ticket/11148] Always use the output of the mimetype guesser in get_mimetype [ticket/11148] Get rid of extra line in mimetype guesser setter doc block [ticket/11148] Add missing parts to docblock of get_mimetype() method [ticket/11148] Default to application/octet-stream if no mimetype given [ticket/11148] Use mimetype guesser for uploaded avatars [ticket/11148] Pass mimetype guesser to upload_attachment() function [ticket/11148] Add mimetype guesser to filespec and fileupload class | ||||
| * | [ticket/11148] Use mimetype guesser for uploaded avatars | Marc Alexander | 2014-06-23 | 1 | -1/+16 |
| | | | | | | | | PHPBB3-11148 | ||||
* | | [ticket/12099] Remove config again | Joas Schilling | 2014-06-29 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-12099 | ||||
* | | [ticket/12099] Add request argument to path_helper service | Pico88 | 2014-06-29 | 1 | -0/+2 |
|/ | | | | PHPBB3-12099 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12504] Use local variables where possible | Joas Schilling | 2014-05-05 | 1 | -5/+8 |
| | | | | PHPBB3-12504 | ||||
* | [ticket/12504] Use defined variables | Joas Schilling | 2014-05-05 | 1 | -2/+2 |
| | | | | PHPBB3-12504 | ||||
* | [ticket/12504] Remove unused request object from avatar manager test | Joas Schilling | 2014-05-05 | 1 | -1/+0 |
| | | | | PHPBB3-12504 | ||||
* | [ticket/12503] All tests should extend \phpbb_test_case | Joas Schilling | 2014-05-05 | 1 | -1/+1 |
| | | | | PHPBB3-12503 | ||||
* | Merge pull request #1815 from marc1706/ticket/11525 | Nils Adermann | 2013-11-13 | 1 | -27/+41 |
|\ | | | | | [ticket/11525] Only remove group or user prefix from given avatar data | ||||
| * | [ticket/11525] Use foreach instead of array_walk in method clean_row() | Marc Alexander | 2013-11-13 | 1 | -37/+13 |
| | | | | | | | | | | | | | | | | This approach is cleaner and probably even faster the previous ways that included using array_walk() or array_map() and other helper functions and methods. PHPBB3-11525 | ||||
| * | [ticket/11525] Fix expected value of group avatar test | Joas Schilling | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11525 | ||||
| * | [ticket/11525] Compare correct array to expected value | Joas Schilling | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11525 | ||||
| * | [ticket/11525] Only remove group or user prefix from given avatar data | Marc Alexander | 2013-10-24 | 1 | -3/+41 |
| | | | | | | | | | | | | | | | | | | | | | | Until now, the user data had both user_id and group_id keys in the avatar data. As both group_ and user_ prefixes were removed the group_id was collapsed onto the user_id and therefore all users in the same group had the same prefix for their uploaded avatars. This patch will make sure that the correct id is used depending on whether it's a group's or user's avatar data. PHPBB3-11525 | ||||
* | | [ticket/11857] Use passed service collection instead of container in manager | Marc Alexander | 2013-10-27 | 1 | -2/+2 |
|/ | | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857 | ||||
* | [ticket/11930] Move path_helper in front of optional cache argument | Marc Alexander | 2013-10-21 | 1 | -2/+2 |
| | | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930 | ||||
* | [ticket/11930] Fix tests after adding phpbb\path_helper to avatar drivers | Marc Alexander | 2013-10-17 | 1 | -2/+10 |
| | | | | PHPBB3-11930 | ||||
* | [ticket/11700] Fix avatar tests | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -6/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11600] Remove duplicate test case | Marc Alexander | 2013-07-04 | 1 | -2/+0 |
| | | | | PHPBB3-11600 | ||||
* | [ticket/11600] Use lowercase null and remove duplicate test cases | Marc Alexander | 2013-06-25 | 1 | -11/+7 |
| | | | | PHPBB3-11600 | ||||
* | [ticket/11600] Use local variable for $user in test_localize_errors | Marc Alexander | 2013-06-25 | 1 | -7/+5 |
| | | | | PHPBB3-11600 | ||||
* | [ŧicket/11600] Split get driver tests into tests for all and only enabled ones | Marc Alexander | 2013-06-25 | 1 | -10/+34 |
| | | | | PHPBB3-11600 |