1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 05:36:30 +02:00
Commit Graph

78 Commits

Author SHA1 Message Date
6049fb8fdf Merge branch 'ticket/13276' into ticket/13276-master 2023-06-30 16:45:37 +02:00
a686a2f057 [ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
PHPBB3-13276
2023-06-30 16:42:27 +02:00
5756d4dd9b [ticket/16955] Clean up avatar classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
b153979398 [ticket/15769] Remove unused use statement
PHPBB3-15769
2022-12-13 21:17:51 +01:00
dd7d1cb521 [ticket/15769] Remove template var for cropping available
Avatar cropping should always be available.

PHPBB3-15769
2022-12-13 21:17:51 +01:00
30b058d633 [ticket/15769] Remove PHP side for resizing avatars
PHPBB3-15769
2022-12-13 21:17:50 +01:00
1933a8ab47 [ticket/15769] Make basic upload, refresh, and errors work
PHPBB3-15769
2022-12-13 21:17:49 +01:00
0bff9e605b [ticket/15769] Minor clean up of avatar cropping
PHPBB3-15769
2022-12-13 21:17:45 +01:00
4d860bf967 [ticket/15769] Crop avatars on upload
PHPBB3-15769
2022-12-13 21:17:34 +01:00
37ebf41308 Merge pull request #5274 from rubencm/ticket/14285
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
fca636ed58 [ticket/14285] Remove no longer needed root_path
PHPBB3-14285
2021-05-27 22:23:36 +02:00
a67f2cf086 [ticket/14285] Remove no longer needed variable
PHPBB3-14285
2021-05-27 02:06:19 +02:00
cc8b4ef619 [ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
c375f2c9e5 [ticket/14285] Use route service for download routes
PHPBB3-14285
2021-03-21 23:12:31 +01:00
d69ba0a5f3 [ticket/16671] Code style fixes
PHPBB3-16671
2020-12-31 15:54:22 +01:00
dc9b1c37b1 [ticket/15671] Rewrite load extensions from a variable instead of harcode it
PHPBB3-15671
2019-05-08 22:29:01 +02:00
dc397755d5 [ticket/15671] Load extensions from a variable instead of harcode it
PHPBB3-15671
2019-05-08 22:28:56 +02:00
c5a995ec8d Merge branch '3.2.x' 2019-04-29 09:40:19 +02:00
2575b499a3 [prep-release-3.2.6] Update Changelog and add missing preg_match 2019-04-28 18:15:44 +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
rxu
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
ed282199ac [ticket/15276] Revert some changes
PHPBB3-15276
2017-09-07 14:59: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
rxu
797234e416 [ticket/14972] replace all occurrences of sizeof() with the count()
PHPBB3-14972
2017-07-17 16:57:00 +07: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
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
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
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