1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-14 19:45:21 +02:00

152 Commits

Author SHA1 Message Date
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
Marc Alexander
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
[ticket/14285] Move downloads to controller
2021-05-28 07:17: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
Marc Alexander
c0f031ba3a
Merge branch '3.3.x' 2021-04-10 23:07:44 +02:00
Marc Alexander
16fb9cc05f
Merge pull request #6172 from rubencm/ticket/16737
[ticket/16737] Rewrite acp_search
2021-04-08 21:35:03 +02:00
rubencm
cf8b797911 [ticket/16737] Rewrite acp_search index pages
PHPBB3-16737
2021-03-25 03:37:30 +01:00
rubencm
a87f534268 [ticket/16639] Add types and small changes in tests
PHPBB3-16639
2021-03-24 15:23:07 +01:00
rubencm
ee5e5a9d30 [ticket/16639] Fix for windows
PHPBB3-16639
2021-03-24 14:08:04 +01:00
rubencm
8c0ec2559c [ticket/16639] Improve phpdoc
PHPBB3-16639
2021-03-24 14:08:04 +01:00
rubencm
2b54e4c93e [ticket/16639] Improve phpdoc
PHPBB3-16639
2021-03-24 14:08:02 +01:00
rubencm
3a5a19bd99 [ticket/16639] Pass absolute paths to make_path_relative
PHPBB3-16639
2021-03-24 14:06:36 +01: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
26b7180874 [ticket/14285] Move exit inside callback so the controller can return a response
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
5c2a8bbfdf [ticket/14285] Remove streamed_response
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
b2cea59c3e [ticket/14285] Add comment
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
034314c0a1 [ticket/14285] Add comment
PHPBB3-14285
2021-03-21 19:16:30 +01:00
Rubén Calvo
8725d0b23e [ticket/14285] Terminate after send file
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
6f69803a53 [ticket/14285] Fix return
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
4abdabe6f4 [ticket/14285] Temporal fix for StreamedResponse
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
821964dc7a [ticket/14285] Send content-type is application/octet-stream if uknown
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
Marc Alexander
3137070d50
Merge branch '3.3.x' 2021-03-05 21:32:43 +01:00
Máté Bartus
d69ba0a5f3 [ticket/16671] Code style fixes
PHPBB3-16671
2020-12-31 15:54:22 +01:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
e7b7c66c77
Merge pull request #5248 from rubencm/ticket/15692
[ticket/15692] Move checks if file exists from adapter to storage
2018-09-16 13:05:35 +02:00
rubencm
4734e56b5b [ticket/15692] Update comments
PHPBB3-15692
2018-09-13 12:39:16 +00:00
Rubén Calvo
8d89f20b81 [ticket/15692] Append / to board url
PHPBB3-15692
2018-08-28 00:32:06 +02:00