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

4166 Commits

Author SHA1 Message Date
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
225a6e2cbe [ticket/15747] Replace migration
PHPBB3-15747
2018-08-13 15:56:30 +02:00
c24b801746 [ticket/15747] Change parameter depth to boolean
PHPBB3-15747
2018-08-08 19:23:10 +02:00
1c406c70e0 Merge pull request #5221 from rubencm/ticket/15663
[ticket/15663] Remove flash support in attachments
2018-08-05 13:19:33 +02:00
d0b1a201a3 Merge pull request #5310 from rubencm/ticket/15738
[ticket/15738] Remove code related with safe_mode
2018-08-03 09:14:45 +02:00
4f1ec3ad23 Merge branch '3.2.x' 2018-08-02 21:45:50 +02:00
1810688d0c Merge branch 'prep-release-3.2.3' into 3.2.x 2018-08-02 21:40:42 +02:00
75c082e605 [prep-release-3.2.3] Add migration for 3.2.3-RC2 2018-07-30 21:29:19 +02:00
aaa98248d6 [ticket/15738] Remove code related with safe_mode
PHPBB3-15738
2018-07-30 13:58:52 +02:00
445afbaeba Merge branch '3.2.x' 2018-07-30 13:58:30 +02:00
1e6a37431b Merge branch 'prep-release-3.2.3' into 3.2.x 2018-07-30 13:57:02 +02:00
8276b3d337 [ticket/11847] Add depends_on() to auth_provider_oauth
PHPBB3-11847
2018-07-30 11:37:37 +02:00
df25ad0452 [ticket/15663] Remove empty line
PHPBB3-15663
2018-07-26 03:34:47 +02:00
87110937a4 [ticket/15663] Add migration
PHPBB3-15663
2018-07-12 22:02:48 +02:00
e40daea4bd [ticket/15342] Update comments
PHPBB3-15342
2018-07-12 15:56:17 +02:00
af7e3662b8 [ticket/15342] Catch exception in check_disk_space
PHPBB3-15342
2018-07-11 09:27:08 +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
0e0e157e87 [ticket/15342] If the file haven't been moved, remove it from the filesystem
PHPBB3-15342
2018-07-11 09:27:08 +02:00
78c8674643 [ticket/15342] Fix check_disk_space
PHPBB3-15342
2018-07-11 09:27:08 +02:00
7d7217c381 [ticket/15342] Move call to remove file
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
6d2aae5853 [ticket/15342] Fix docblock
PHPBB3-15342
2018-07-11 09:27:08 +02:00
0cc77d2c99 [ticket/15342] Check if is resource before close it
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
a3d949c3d0 [ticket/15342] Fix migration
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
22b2e95531 [ticket/15342] Add again check of free space when uploading attachments
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
bb0d705ebf [ticket/15342] Fix files not being tracked
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
83d559afc5 [ticket/15342] Track attachments thumbnails
PHPBB3-15342
2018-07-11 09:27:08 +02:00