1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 20:56:40 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
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
c039fcba18 [ticket/15342] free_space() now return false if there is any error
PHPBB3-15342
2018-07-11 09:27:08 +02:00
bdf3a0c913 [ticket/15342] Escape strings in sql querys
PHPBB3-15342
2018-07-11 09:27:08 +02:00
522ff2f792 [ticket/15342] Fix sql condition
PHPBB3-15342
2018-07-11 09:27:08 +02:00
3ed63388b4 [ticket/15342] Use track_rename when renaming files
PHPBB3-15342
2018-07-11 09:27:08 +02:00
db9daf1dea [ticket/15342] Fix docblock
PHPBB3-15342
2018-07-11 09:27:08 +02:00
f9c1901317 [ticket/15342] Fix test
PHPBB3-15342
2018-07-11 09:27:08 +02:00
4cff370f8d [ticket/15342] Add method to get free space
PHPBB3-15342
2018-07-11 09:27:08 +02:00
1d686fecb5 [ticket/15342] Fix parameter that could be null
PHPBB3-15342
2018-07-11 09:27:08 +02:00
9184d34a51 [ticket/15342] Use cache to get the number of files and the size of any storage
PHPBB3-15342
2018-07-11 09:27:08 +02:00
80e5fe255b [ticket/15342] Add method to storage to get number of tracked files
PHPBB3-15342
2018-07-11 09:27:08 +02:00
cc7178a6e0 [ticket/15342] Small improvements to storage
PHPBB3-15342
2018-07-11 09:27:08 +02:00
91026b56b9 [ticket/15342] Track current uploaded files
PHPBB3-15342
2018-07-11 09:27:08 +02:00
e9dd717b8b [ticket/15342] Track stream write and move tracking to separate methods
PHPBB3-15342
2018-07-11 09:27:08 +02:00
5a1b4f559d [ticket/15342] Add avatar storage size to acp_main
PHPBB3-15342
2018-07-11 09:27:08 +02:00
a02fa1170b [ticket/15342] Track storage files
PHPBB3-15342
2018-07-11 09:27:08 +02:00
f95cb27643 [ticket/15553] Add return annotation to get_link
PHPBB3-15553
2018-05-30 22:34:54 +02:00
9cb6d1bf13 [ticket/15553] Add method to get direct link
PHPBB3-15553
2018-05-01 10:51:27 +02:00
e13ba99c81 [ticket/15424] Multiple typo fixes in docs & comments
Fixed typos in some docs, guidelines, some non-user-facing files.

PHPBB3-15424
2017-10-29 12:44:01 +01:00
737a8f9f7d [ticket/15289] Update acp module
PHPBB3-15289
2017-09-08 16:22:10 +02:00
ba9f082bf4 [ticket/15289] Add acp module
PHPBB3-15289
2017-09-08 16:22:10 +02:00
09856aeb26 [ticket/15276] Update file_info to get size of images
PHPBB3-15276
2017-08-25 15:31:58 +02:00
9e018e7c12 [ticket/15276] Use streams
PHPBB3-15276
2017-08-25 15:31:58 +02:00
946f0348a2 [ticket/15276] Add methods to get file info
PHPBB3-15276
2017-08-25 15:31:58 +02:00
89bb359361 [ticket/15305] Update phpdoc
PHPBB3-15305
2017-08-25 15:11:21 +02:00
6c3756a1b3 [ticket/15305] Remove not_implemented exception
PHPBB3-15305
2017-08-24 17:42:31 +02:00
b311bb6411 [ticket/15305] Update annotations
PHPBB3-15305
2017-08-23 17:18:53 +02:00
98ad1e4971 [ticket/15305] Use php://temp stream instead of tmpfile()
The tmpfile() return a file resource, but is not in binary mode.

PHPBB3-15305
2017-08-23 17:18:53 +02:00
e87daeb952 [ticket/15305] Fix typo
PHPBB3-15305
2017-08-23 17:18:53 +02:00
b9e22b4da4 [ticket/15305] Simulate streams if they are not implemented
PHPBB3-15305
2017-08-23 17:18:53 +02:00
c93c2d4007 [ticket/15305] Use an aditional interface for streams
PHPBB3-15305
2017-08-23 17:18:53 +02:00
dedd7648cd [ticket/15305] Update PHPDoc
PHPBB3-15305
2017-08-23 17:18:53 +02:00
8ffb14b305 [ticket/15305] Add streams
PHPBB3-15305
2017-08-23 17:18:53 +02:00
2a19e213e8 [ticket/15287] Ensures that the target file directory exists
PHPBB3-15287
2017-07-21 19:28:54 +02:00
69bfc48dd2 [ticket/15287] Load the adapter lazily
PHPBB3-15287
2017-07-21 19:28:32 +02:00
ff86178667 [ticket/15287] Add PHPDoc
PHPBB3-15287
2017-07-21 19:27:38 +02:00
af21b8b6c1 [ticket/15287] Update storage
PHPBB3-15287
2017-07-21 19:26:00 +02:00
b8483c582d [ticket/15253] Remove delete dir method
PHPBB3-15253
2017-07-20 19:55:52 +02:00
30e0015ca9 [ticket/15253] Fix get contents method
PHPBB3-15253
2017-07-20 19:55:52 +02:00
8dbbf74550 [ticket/15253] Add experimental annotation
PHPBB3-15253
2017-07-20 19:55:52 +02:00
91163d7ec3 [ticket/15253] Update test
PHPBB3-15253
2017-07-20 19:55:52 +02:00
334b44057d [ticket/15253] Add storage abstraction
PHPBB3-15253
2017-07-20 19:55:52 +02:00