f7056d232b
Merge branch '3.2.x'
2018-10-28 16:32:51 +01:00
6a35385308
[ticket/15833] Add core.avatar_manager_avatar_delete_after event
...
PHPBB3-15833
2018-10-28 14:19:33 +01:00
001604df0c
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15620] Use separate local avatar cache file for every lang
2018-07-08 18:40:22 +02:00
4544f5212c
[ticket/15620] Use separate local avatar cache file for every lang
...
PHPBB3-15620
2018-06-18 13:10:19 +02:00
450c90a688
[ticket/15671] Rewrite load extensions from a variable instead of harcode it
...
PHPBB3-15671
2018-05-27 13:40:52 +02:00
7dc362c824
[ticket/15671] Load extensions from a variable instead of harcode it
...
PHPBB3-15671
2018-05-27 00:49:04 +02:00
ee62c66035
Merge branch '3.2.x'
2018-02-19 08:03:58 +01:00
3244cab370
[ticket/15547] Add file object to event
...
Add file object to core.avatar_driver_upload_move_file_before.
PHPBB3-15547
2018-02-13 20:56:08 +01:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
443c5034ce
[ticket/15276] Changed annotation
...
PHPBB3-15276
2017-09-07 16:44:01 +02:00
a8ba4a99e3
[ticket/15276] Remove unused code
...
PHPBB3-15276
2017-09-07 15:10:52 +02:00
ed282199ac
[ticket/15276] Revert some changes
...
PHPBB3-15276
2017-09-07 14:59:55 +02:00
9fcf30d504
[ticket/15276] Use IniGetWrapper
...
PHPBB3-15276
2017-09-07 14:50:55 +02:00
b255209574
[ticket/15276] Remove unused dependency
...
PHPBB3-15276
2017-09-07 13:36:25 +02:00
bb886667d2
[ticket/15276] Add missing properties
...
PHPBB3-15276
2017-09-07 13:35:15 +02:00
354dda5cc8
[ticket/15276] Use InitGetWrapper
...
PHPBB3-15276
2017-09-07 13:29:35 +02:00
0ff80fead8
[ticket/15276] Remove avatar_path from acp
...
PHPBB3-15276
2017-08-25 15:31:58 +02:00
ee094dd0de
[ticket/15276] Remove annotation
...
PHPBB3-15276
2017-08-25 15:31:58 +02:00
41af01b1ee
[ticket/15276] Rename exception
...
PHPBB3-15276
2017-08-25 15:31:58 +02:00
4ed0de9f41
[ticket/15276] Use storage in avatars
...
PHPBB3-15276
2017-08-25 15:31:58 +02:00
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
f101532c09
Merge branch '3.2.x'
2017-07-16 21:42:30 +02:00
e7be47c93d
Merge branch 'ticket/security/210' into ticket/security/210-rhea
2017-07-10 21:18:45 +02:00
fa631947f1
[ticket/security/210] Adjust regex and add tests for IPv6
...
SECURITY-210
2017-07-10 21:17:52 +02:00
3fc3f55d34
Merge branch 'ticket/security/210' into ticket/security/210-rhea
2017-07-09 16:24:49 +02:00
a281d526dc
[ticket/security/210] Prevent using IP addresses or ports for remote avatar
...
SECURITY-210
2017-07-09 15:38:18 +02:00
686a8e6d3a
[ticket/15234] patch avatar sizes
...
PHPBB3-15234
2017-06-01 16:35:21 -04:00
27ab639fbe
[ticket/15134] Return false if error
...
PHPBB3-15134
2017-03-20 11:49:34 +01:00
29ce6e6352
[ticket/15134] Follow coding guideliness
...
PHPBB3-15134
2017-03-19 19:26:08 +01:00
018528b062
[ticket/15134] Replace php native functions for filesystem service methods
...
PHPBB3-15134
2017-03-19 17:29:11 +01:00
44303aa425
Merge branch '3.1.x' into 3.2.x
2016-07-17 10:46:51 +02:00
9ca3cd519a
[ticket/14615] Fix HTML5 validation errors on avatar deletion
...
PHPBB3-14615
2016-05-16 22:21:31 +02:00
2a6e8f3668
Merge branch '3.1.x' into 3.2.x
2016-03-24 11:49:31 +01:00
795ce6ccf1
[ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
...
PHPBB3-14471
2016-03-10 13:25:43 +01:00
ea6bcdff52
Merge branch '3.1.x'
2016-01-06 13:26:23 +01:00
917c864bbf
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
2016-01-02 17:16:23 +01:00
06f4b6926b
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
2016-01-02 17:16:14 +01:00
14dc274e9e
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
2016-01-02 17:16:03 +01:00
9ea44abf38
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
2015-10-19 14:40:07 +02:00
a6fd55db35
Merge pull request #3647 from marc1706/ticket/13799
...
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
2015-10-19 14:39:14 +02:00
af1597ae25
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/14191] Add core.get_gravatar_url_after event
2015-10-12 11:32:05 +02:00
d5f625382b
[ticket/14191] Add core.get_gravatar_url_after event
...
PHPBB3-14191
2015-09-23 18:45:15 +02:00
40e614f564
[ticket/13904] Fix tests after changes to factory
...
PHPBB3-13904
2015-09-09 12:58:22 +02:00
57ccfe0c48
[ticket/13904] Move remote upload to its own type class
...
PHPBB3-13904
2015-09-09 08:28:02 +02:00
f9b69e73d4
[ticket/13904] Fix minor coding issues and don't use form_upload anymore
...
PHPBB3-13904
2015-09-09 08:27:57 +02:00
f32a94ae5d
[ticket/13904] Pass filesystem to upload avatar again
...
PHPBB3-13904
2015-09-09 08:27:44 +02:00
57de896286
[ticket/13904] Remove unneeded parameters from avatars and fix tests
...
PHPBB3-13904
2015-09-09 08:27:42 +02:00
a96e7a8ec6
[ticket/13904] Get rid of useless parameters and variables
...
PHPBB3-13904
2015-09-09 08:27:40 +02:00
1af6f052d8
[ticket/13904] Load upload class using factory
...
PHPBB3-13904
2015-09-09 08:27:37 +02:00
dccc0877c1
Merge pull request #3891 from marc1706/ticket/14150
...
[ticket/14150] Update fast-image-size to newest version
* marc1706/ticket/14150:
[ticket/14150] Update fast-image-size to newest version
2015-09-09 00:16:22 +02:00