1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-24 08:10:13 +02:00

4062 Commits

Author SHA1 Message Date
Rubén Calvo
f0385fbda7 [ticket/15371] Correct grammar
PHPBB3-15371
2018-06-14 11:41:20 +02:00
Rubén Calvo
aa75904ace [ticket/15371] Add get_filename method
PHPBB3-15371
2018-06-13 21:19:58 +02:00
Rubén Calvo
26680763c2 [ticket/15671] Add test
PHPBB3-15671
2018-06-13 21:19:58 +02:00
Rubén Calvo
a641ea9291 [ticket/15371] Add doc
PHPBB3-15371
2018-06-13 21:19:58 +02:00
Rubén Calvo
db8ae41496 [ticket/15371] Update migration
PHPBB3-15371
2018-06-13 21:19:10 +02:00
Rubén Calvo
837a333ef2 [ticket/15171] Update logic
PHPBB3-15171
2018-06-13 21:19:10 +02:00
Rubén Calvo
7a4dd368b5 [ticket/15371] Return an empty string if the array has no elements
PHPBB3-15371
2018-06-13 21:19:10 +02:00
Rubén Calvo
5edb8f0b5b [ticket/15371] Split uploaded files into subdirectories
PHPBB3-15371
2018-06-13 21:19:10 +02:00
Marc Alexander
3b69b3aa32
Merge branch '3.2.x' 2018-06-12 22:11:06 +02:00
Marc Alexander
9b79b56e7e
Merge pull request #5134 from rubencm/ticket/15553
[ticket/15553] Add method to get direct link
2018-06-12 21:48:12 +02:00
Marc Alexander
d1dd9d383e
Merge pull request #4916 from rubencm/ticket/15311
[ticket/15311] Use storage in backups
2018-06-07 22:18:03 +02:00
Matt Friedman
eba23133ca [ticket/15684] Correct broken migration
PHPBB3-15684
2018-06-05 17:03:14 -07:00
Rubén Calvo
3320ffb399 [ticket/15311] Change service and method name
PHPBB3-15311
2018-05-31 22:55:02 +02:00
Rubén Calvo
b43268e8fc [ticket/15311] Move get_temp_dir to another service
PHPBB3-15311
2018-05-30 23:56:56 +02:00
Rubén Calvo
f95cb27643 [ticket/15553] Add return annotation to get_link
PHPBB3-15553
2018-05-30 22:34:54 +02:00
Rubén Calvo
cc4a68f32a [ticket/15504] Fix warning message
PHPBB3-15504
2018-05-25 00:34:31 +02:00
Rubén Calvo
d156bf3757 [ticket/15311] Fix code style
PHPBB3-15311
2018-05-23 22:46:22 +02:00
Rubén Calvo
6b6c02aa7f [ticket/15311] Fix variable
PHPBB3-15311
2018-05-16 23:27:56 +02:00
Rubén Calvo
01a8487244 [ticket/15311] Use cache directory if can't use system temp
PHPBB3-15311
2018-05-16 23:27:56 +02:00
Rubén Calvo
12b55beb42 [ticket/15311] Fix code style
PHPBB3-15311
2018-05-16 23:23:45 +02:00
Rubén Calvo
fb716743d2 [ticket/15311] Use storage in backups
PHPBB3-15311
2018-05-16 23:23:45 +02:00
Rubén Calvo
ed2165342f [ticket/15286] Remove thumbnail if there is an error
PHPBB3-15286
2018-05-01 14:40:02 +02:00
Rubén Calvo
f80c59cb05 [ticket/15286] Fix tests after rebase
PHPBB3-15286
2018-05-01 14:40:02 +02:00
Rubén Calvo
0dda99ead6 [ticket/15553] Fix path
PHPBB3-15553
2018-05-01 10:51:27 +02:00
Rubén Calvo
9cb6d1bf13 [ticket/15553] Add method to get direct link
PHPBB3-15553
2018-05-01 10:51:27 +02:00
Rubén Calvo
3c295abd66 [ticket/15286] Remove download_mode
PHPBB3-15286
2018-05-01 10:47:11 +02:00
Rubén Calvo
5111d8a339 [ticket/15286] Update tests
PHPBB3-15286
2018-05-01 10:47:11 +02:00
Rubén Calvo
a176fa56ef [ticket/15286] Fix tests
PHPBB3-15286
2018-05-01 10:47:11 +02:00
Rubén Calvo
ef43dbdcca [ticket/15286] Update use storage in avatars
PHPBB3-15286
2018-05-01 10:47:11 +02:00
Rubén Calvo
e564ca6e60 [ticket/15286] Fix tests
PHPBB3-15286
2018-05-01 10:47:11 +02:00
Rubén Calvo
e749e06042 [ticket/15286] Use storage in attachments
PHPBB3-15286
2018-05-01 10:47:11 +02:00
JoshyPHP
9e7b10164a [ticket/15646] Added support for Argon2i passwords
PHPBB3-15646
2018-04-18 21:10:26 +02:00
Marc Alexander
f3338b2874
Merge branch '3.2.x' 2018-03-26 21:20:21 +02:00
Marc Alexander
364407ab59
Merge pull request #5163 from VSEphpbb/ticket/15595
[ticket/15595] Fix module exists tool when ignoring parent check
2018-03-26 20:22:16 +02:00
Matt Friedman
d7db5d366b [ticket/15595] Fix module exists tool when parent is false
PHPBB3-15595
2018-03-19 16:45:44 -07:00
Marc Alexander
747ed95678
[prep-release-3.2.3] Add migration for 3.2.3-RC1 2018-02-28 21:32:52 +01:00
Marc Alexander
7dc4eea66b
Merge branch '3.2.x' 2018-02-28 21:03:03 +01:00
Marc Alexander
5cdefdde2e
Merge pull request #5146 from kasimi/ticket/15570
[ticket/15570] Allow file downloader to use TLS greater than 1.0
2018-02-28 21:02:58 +01:00
kasimi
488de11493
[ticket/15570] Allow file downloader to use TLS greater than 1.0
PHPBB3-15570
2018-02-25 10:25:33 +01:00
Marc Alexander
f43184d0a7
Merge branch '3.2.x' 2018-02-22 20:34:28 +01:00
Marc Alexander
50cf6443b9
Merge pull request #5131 from kasimi/ticket/15561
[ticket/15561] Add events for adding columns to search index
2018-02-22 20:34:24 +01:00
Marc Alexander
98d4065f58
Merge branch '3.2.x' 2018-02-22 20:06:53 +01:00
Marc Alexander
cf517509c8
Merge pull request #5133 from rubencm/ticket/15563
[ticket/15563] Check if database file is writable only if exists
2018-02-22 20:06:49 +01:00
Marc Alexander
7cc319875c
Merge branch '3.2.x' 2018-02-22 19:49:09 +01:00
Marc Alexander
4b0a04b109
Merge pull request #5138 from senky/ticket/15559
[ticket/15559] Fix wrongly assigned uid and bitfield
2018-02-22 19:49:00 +01:00
Marc Alexander
2b8c8973e9
Merge branch '3.2.x' 2018-02-21 21:14:07 +01:00
Marc Alexander
f17bd9e1e0
Merge pull request #5094 from JoshyPHP/ticket/15518
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
2018-02-21 21:14:00 +01:00
Marc Alexander
7786b78e94
Merge branch '3.2.x' 2018-02-21 19:06:00 +01:00
Marc Alexander
89e29bb846
Merge pull request #5118 from FH3095/patch-1
[ticket/15520] sql_build_query build subquery
2018-02-21 19:05:56 +01:00
Marc Alexander
2470dcbc20
Merge branch '3.2.x' 2018-02-20 20:00:27 +01:00