1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 10:35:20 +02:00

33 Commits

Author SHA1 Message Date
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
60c165c3d0
[ticket/16955] Clean up storage and template classes
PHPBB3-16955
2022-12-28 08:37:15 +01:00
Marc Alexander
b99cfd5caa
[ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
PHPBB3-16820
2021-10-10 17:52:42 +02:00
3D-I
e6e7f5afe3 [ticket/16863] Support playing video attachments
Correctly implement audio and video HTML5 tags (there is only one source)

PHPBB3-16863
2021-08-30 22:59:04 +02:00
3D-I
8726a6a3cb [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 22:01:58 +02:00
3D-I
80f3d7b0aa [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:29:46 +02:00
hubaishan
8fab32abd7
[ticket/14771] Support playing audio attachments
Add Audio attachments category, Audio attachments group.
add most audio supported extensions to the audio group.
presserve audio extensions MIMEtypes.
modify the attachment style file to view the audio attachment in
AUDIO HTML5 tag.

PHPBB3-14771
2021-06-30 21:40:45 +02:00
Marc Alexander
210c4e2aaa
Merge branch '3.3.x' 2021-06-13 11:30:15 +02:00
rubencm
8518b9864e [ticket/14285] Move response variable and small improvements
PHPBB3-14285
2021-05-27 07:43:24 +02:00
rubencm
1e624bef15 [ticket/14285] Add prefix in routing
PHPBB3-14285
2021-05-25 07:28:05 +02:00
rubencm
f66c1d9e1e [ticket/14285] Fix tests
PHPBB3-14285
2021-03-21 20:02:45 +01:00
rubencm
278d4d8318 [ticket/14285] Add filename fallback
PHPBB3-14285
2021-03-21 19:16:30 +01:00
rubencm
6e345c37a9 [ticket/14285] Don't set cache-control by default
PHPBB3-14285
2021-03-21 19:16:30 +01:00
rubencm
b1495bd54a [ticket/14285] Use private cache-control for atttachments
PHPBB3-14285
2021-03-21 19:16:30 +01:00
rubencm
6f731f0a3e [ticket/14285] Apply suggestions
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
71403a216e [ticket/14285] Remove session management stuff since is already on app.php
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
b1b29cd692 [ticket/14285] Fix filenames when downloading from controller
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
d105d22286 [ticket/14285] Add comments
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
d0fa8014c7 [ticket/14285] Update attachment controller
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
6232401dd7 [ticket/14285] Rename argument from file to id
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
d11b83a4c5 [ticket/14285] Remove useless variable of event
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
469f139a2f [ticket/14285] Move code to increment download count
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
af222e73f3 [ticket/14285] Remove support for old browsers
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
0e92744fa4 [ticket/14285] Remove flash support
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
9bb3398c1e [ticket/14285] Remove unused use
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
dc1d3683a8 [ticket/14285] Update controllers
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
05c44e74b3 [ticket/14285] Use StreamedResponse
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
7b678fdbfa [ticket/14285] Update controllers
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
5707d98682 [ticket/14285] Fix undefined property
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
0b136a6231 [ticket/14285] Remove support for old browsers
PHPBB3-14285
2021-03-21 19:16:29 +01:00
Rubén Calvo
2f043cdb61 [ticket/14285] Move functions from functions_download to controller
PHPBB3-14285
2021-03-21 19:16:26 +01:00
Rubén Calvo
8dcf8a4ddb [ticket/14285] Remove support for old internet explorer versions
PHPBB3-14285
2021-03-21 19:13:53 +01:00
Rubén Calvo
dd06933324 [ticket/14285] Move downloads to controller
PHPBB3-14285
2021-03-21 19:12:39 +01:00