1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-10 03:36:31 +02:00
Commit Graph

132 Commits

Author SHA1 Message Date
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
5707d98682 [ticket/14285] Fix undefined property
PHPBB3-14285
2021-03-21 19:16:29 +01:00
0b136a6231 [ticket/14285] Remove support for old browsers
PHPBB3-14285
2021-03-21 19:16:29 +01:00
2f043cdb61 [ticket/14285] Move functions from functions_download to controller
PHPBB3-14285
2021-03-21 19:16:26 +01:00
8dcf8a4ddb [ticket/14285] Remove support for old internet explorer versions
PHPBB3-14285
2021-03-21 19:13:53 +01:00
dd06933324 [ticket/14285] Move downloads to controller
PHPBB3-14285
2021-03-21 19:12:39 +01:00
3137070d50 Merge branch '3.3.x' 2021-03-05 21:32:43 +01:00
d69ba0a5f3 [ticket/16671] Code style fixes
PHPBB3-16671
2020-12-31 15:54:22 +01:00
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
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
4734e56b5b [ticket/15692] Update comments
PHPBB3-15692
2018-09-13 12:39:16 +00:00
8d89f20b81 [ticket/15692] Append / to board url
PHPBB3-15692
2018-08-28 00:32:06 +02:00
f225d85acf [ticket/15760] Remove comment
PHPBB3-15760
2018-08-21 03:50:09 +02:00
00938c2589 [ticket/15760] Fix write_stream
PHPBB3-15760
2018-08-21 03:49:12 +02:00
252bb7704c [ticket/15692] Add comment
PHPBB3-15692
2018-08-20 23:58:24 +02:00
0c1bf3c561 [ticket/15692] Fix full_check in exist method
PHPBB3-15692
2018-08-20 12:08:15 +02:00
d5df62597b [ticket/15692] Remove duplicated checks
PHPBB3-15692
2018-08-20 12:08:15 +02:00
115749a9ec [ticket/15692] Update docblock
PHPBB3-15692
2018-08-20 12:05:29 +02:00
5fbe929a1d [ticket/15692] Check if argument is a valid resource
PHPBB3-15692
2018-08-20 12:05:29 +02:00
071d5fe997 [ticket/15692] Remove useless code
PHPBB3-15692
2018-08-20 12:05:29 +02:00
69c1f5713c [ticket/15692] Modify variable
PHPBB3-15692
2018-08-20 12:05:29 +02:00
d40bda0e08 [ticket/15692] Modify condition
PHPBB3-15692
2018-08-20 12:05:29 +02:00
d65e60d1a6 [ticket/15692] Fix exists condition and add more checks if file exists
PHPBB3-15692
2018-08-20 12:05:29 +02:00
9650763a19 [ticket/15692] Allow to check if file exists using adapter too
PHPBB3-15692
2018-08-20 12:05:29 +02:00
3ebbb8b837 [ticket/15692] Add missing import
PHPBB3-15692
2018-08-20 12:05:29 +02:00
4fed285779 [ticket/15692] Reduce storage api calls
PHPBB3-15692
2018-08-20 12:05:29 +02:00
1d43e15c60 [ticket/15692] Move checks if file exist from adapter to storage
PHPBB3-15692
2018-08-20 12:05:29 +02:00
b2d7406381 [ticket/15747] Add test
PHPBB3-15747
2018-08-15 01:01:43 +02:00
c24b801746 [ticket/15747] Change parameter depth to boolean
PHPBB3-15747
2018-08-08 19:23:10 +02:00
e40daea4bd [ticket/15342] Update comments
PHPBB3-15342
2018-07-12 15:56:17 +02:00
e5d8b1600b [ticket/15342] free_space return float and throws exception
PHPBB3-15342
2018-07-11 09:27:08 +02:00
117d9e69ce [ticket/15342] Fix comments
PHPBB3-15342
2018-07-11 09:27:08 +02:00