94279d8ead
[ticket/17184] Remove subfolders option in local storage
...
PHPBB3-17184
2023-09-23 11:22:25 +02:00
4e9cf239ed
[ticket/15687] Force supplied filename to be correct and modify route
...
PHPBB3-15687
2023-06-28 10:51:22 +02:00
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
...
PHPBB3-16955
2023-01-02 14:17:04 +01:00
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
...
PHPBB3-16955
2022-12-31 16:18:06 +01:00
918723e476
[ticket/16955] Clean up phing sniff errors and warnings
...
PHPBB3-16955
2022-12-28 08:37:26 +01:00
60c165c3d0
[ticket/16955] Clean up storage and template classes
...
PHPBB3-16955
2022-12-28 08:37:15 +01:00
b99cfd5caa
[ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
...
PHPBB3-16820
2021-10-10 17:52:42 +02:00
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
8726a6a3cb
[ticket/16863] Support playing video attachments
...
PHPBB3-16863
2021-08-30 22:01:58 +02:00
80f3d7b0aa
[ticket/16863] Support playing video attachments
...
PHPBB3-16863
2021-08-30 21:29:46 +02:00
fdb7c8a671
[ticket/16836] Use absolute paths in local adapter
...
PHPBB3-16836
2021-08-11 13:59:21 +02:00
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
210c4e2aaa
Merge branch '3.3.x'
2021-06-13 11:30:15 +02:00
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
...
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
8518b9864e
[ticket/14285] Move response variable and small improvements
...
PHPBB3-14285
2021-05-27 07:43:24 +02:00
1e624bef15
[ticket/14285] Add prefix in routing
...
PHPBB3-14285
2021-05-25 07:28:05 +02:00
c0f031ba3a
Merge branch '3.3.x'
2021-04-10 23:07:44 +02:00
16fb9cc05f
Merge pull request #6172 from rubencm/ticket/16737
...
[ticket/16737] Rewrite acp_search
2021-04-08 21:35:03 +02:00
cf8b797911
[ticket/16737] Rewrite acp_search index pages
...
PHPBB3-16737
2021-03-25 03:37:30 +01:00
a87f534268
[ticket/16639] Add types and small changes in tests
...
PHPBB3-16639
2021-03-24 15:23:07 +01:00
ee5e5a9d30
[ticket/16639] Fix for windows
...
PHPBB3-16639
2021-03-24 14:08:04 +01:00
8c0ec2559c
[ticket/16639] Improve phpdoc
...
PHPBB3-16639
2021-03-24 14:08:04 +01:00
2b54e4c93e
[ticket/16639] Improve phpdoc
...
PHPBB3-16639
2021-03-24 14:08:02 +01:00
3a5a19bd99
[ticket/16639] Pass absolute paths to make_path_relative
...
PHPBB3-16639
2021-03-24 14:06:36 +01:00
f66c1d9e1e
[ticket/14285] Fix tests
...
PHPBB3-14285
2021-03-21 20:02:45 +01:00
278d4d8318
[ticket/14285] Add filename fallback
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
6e345c37a9
[ticket/14285] Don't set cache-control by default
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
b1495bd54a
[ticket/14285] Use private cache-control for atttachments
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
6f731f0a3e
[ticket/14285] Apply suggestions
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
71403a216e
[ticket/14285] Remove session management stuff since is already on app.php
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
b1b29cd692
[ticket/14285] Fix filenames when downloading from controller
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
26b7180874
[ticket/14285] Move exit inside callback so the controller can return a response
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
5c2a8bbfdf
[ticket/14285] Remove streamed_response
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
b2cea59c3e
[ticket/14285] Add comment
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
034314c0a1
[ticket/14285] Add comment
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
8725d0b23e
[ticket/14285] Terminate after send file
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
d105d22286
[ticket/14285] Add comments
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
6f69803a53
[ticket/14285] Fix return
...
PHPBB3-14285
2021-03-21 19:16:30 +01:00
d0fa8014c7
[ticket/14285] Update attachment controller
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
6232401dd7
[ticket/14285] Rename argument from file to id
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
4abdabe6f4
[ticket/14285] Temporal fix for StreamedResponse
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
d11b83a4c5
[ticket/14285] Remove useless variable of event
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
469f139a2f
[ticket/14285] Move code to increment download count
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
af222e73f3
[ticket/14285] Remove support for old browsers
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
0e92744fa4
[ticket/14285] Remove flash support
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
9bb3398c1e
[ticket/14285] Remove unused use
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
821964dc7a
[ticket/14285] Send content-type is application/octet-stream if uknown
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
dc1d3683a8
[ticket/14285] Update controllers
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
05c44e74b3
[ticket/14285] Use StreamedResponse
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00
7b678fdbfa
[ticket/14285] Update controllers
...
PHPBB3-14285
2021-03-21 19:16:29 +01:00