Commit graph

11228 commits

Author SHA1 Message Date
Marc Alexander
d80b208a4b
Merge pull request #5303 from senky/ticket/11838
[ticket/11838] OAuth registration from ucp_register
2018-09-16 13:26:19 +02:00
Marc Alexander
ca408a899c
Merge branch '3.2.x' 2018-09-16 13:15:05 +02:00
Marc Alexander
3e85190798
Merge pull request #5305 from MikelAlejoBR/ticket/15733
[ticket/15733] Remove unused code related to deprecated flood control
2018-09-16 13:14:59 +02:00
Marc Alexander
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
Oliver Schramm
101681070b [ticket/14656] Add List-Unsubscribe header to emails
PHPBB3-14656
2018-09-16 12:28:34 +02:00
Marc Alexander
9ab4e3b958
Merge pull request #5288 from rubencm/ticket/15413
[ticket/15413] Login redirect to previous page
2018-09-16 11:36:51 +02:00
Marc Alexander
62e191826d
Merge branch '3.2.x' 2018-09-16 11:27:11 +02:00
Marc Alexander
eb5d61044c
Merge pull request #5160 from kasimi/ticket/15590
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
2018-09-16 11:27:03 +02:00
Oliver Schramm
0d7c33c1af [ticket/15329] Parse drafts before saving them (and decode)
PHPBB3-15329
2018-09-14 14:54:51 +02:00
Derky
5367c09ec0 Merge branch '3.2.x' 2018-09-14 14:43:48 +02:00
Derky
1991df9519 Merge pull request #5349 from rubencm/ticket/15566
[ticket/15566] Set category to none if extension don't exist
2018-09-14 14:40:46 +02:00
rubencm
af5a2c4a20 [ticket/15566] Add missing variable sign
PHPBB3-15566
2018-09-13 15:26:17 +00:00
rubencm
06a8affd66 [ticket/12629] Rename errors_show to show_errors
PHPBB3-12629
2018-09-13 14:40:47 +00:00
rubencm
0898c4c1cc [ticket/15566] Set category to none if extension don't exist
PHPBB3-15566
2018-09-13 11:55:05 +00:00
Jakub Senko
0f10c6ff6f
[ticket/15716] Remove OAuth data upon user deletion
PHPBB3-15716
2018-09-06 21:34:19 +02:00
Jakub Senko
4a30818e12
[ticket/15420] Only update quote notification with original author
PHPBB3-15420
2018-09-04 14:30:19 +02:00
Rubén Calvo
43141a0d92 [ticket/12629] Add debug.errors_show
PHPBB3-12629
2018-09-01 01:47:10 +02:00
Rubén Calvo
9719d5a3d5 [ticket/15762] Update type for forum_topics_per_page in acp_forums
PHPBB3-15762
2018-08-30 19:05:12 +02:00
Rubén Calvo
00938c2589 [ticket/15760] Fix write_stream
PHPBB3-15760
2018-08-21 03:49:12 +02:00
Rubén Calvo
5934bdaaf1 [ticket/15692] Close db connection after use storage
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
ced8599e30 [ticket/15723] Rewrite unique_id too
PHPBB3-15723
2018-08-08 20:36:16 +02:00
Marc Alexander
1c406c70e0
Merge pull request #5221 from rubencm/ticket/15663
[ticket/15663] Remove flash support in attachments
2018-08-05 13:19:33 +02:00
Marc Alexander
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
Marc Alexander
bd90a53589
[3.2.x] Update verions for 3.2.4-dev 2018-08-02 21:42:05 +02:00
Marc Alexander
1810688d0c
Merge branch 'prep-release-3.2.3' into 3.2.x 2018-08-02 21:40:42 +02:00
Rubén Calvo
6742f3e6bf [ticket/15738] Remove deprecated variables from questionnaire
PHPBB3-15738
2018-08-02 16:19:08 +02:00
Jakub Senko
204f798f76
[ticket/12628] Introduce debug.memory
Also fix one debug.sql_explain missing from the previous PR

PHPBB3-12628
2018-08-02 09:21:25 +02:00
MikelAlejoBR
ada8bc9da2 [ticket/15622] Refactor message link concatenation
PHPBB3-15622
2018-08-01 18:01:37 +02:00
MikelAlejoBR
521aec5923 [ticket/15622] Correct code style
PHPBB3-15622
2018-08-01 17:37:21 +02:00
MikelAlejoBR
ce2196517b [ticket/15622] Fix message link generation
Now the message link is generated in different formats depending on whether
BBCodes are allowed or not in the site.

PHPBB3-15622
2018-08-01 16:19:30 +02:00
MikelAlejoBR
184d24bb16 [ticket/15622] Extract duplicated code
PHPBB3-15622
2018-07-31 16:06:49 +02:00
Marc Alexander
7fbfd7300e
[prep-release-3.2.3] Update version numbers for 3.2.3-RC2 2018-07-30 21:27:09 +02:00
Rubén Calvo
aaa98248d6 [ticket/15738] Remove code related with safe_mode
PHPBB3-15738
2018-07-30 13:58:52 +02:00
Marc Alexander
7a91766caa Merge branch '3.2.x' 2018-07-30 13:46:50 +02:00
Marc Alexander
2bac84c51f Merge branch 'prep-release-3.2.3' into 3.2.x 2018-07-30 13:45:50 +02:00
Zoddo
70c28aace5
[ticket/15737] Add $user_rows to core.delete_user_before
It was added to core.delete_user_after in GH-4905

PHPBB3-15737
2018-07-30 13:02:06 +02:00
Rubén Calvo
a6a3899aea [ticket/15731] Fix language string parameters
PHPBB3-15731
2018-07-30 11:20:42 +02:00
MikelAlejoBR
5be990e959 [ticket/15733] Fix undeclared variable concatenation
PHPBB3-15733
2018-07-29 13:34:59 +02:00
MikelAlejoBR
740006ba60 [ticket/15697] Remove unused variable and corresponding input field
PHPBB3-15697
2018-07-28 13:15:31 +02:00
Jakub Senko
e398008624
[ticket/11838] OAuth registration from ucp_register
PHPBB3-11838
2018-07-27 20:50:48 +02:00
Rubén Calvo
7ccecf6f77 [ticket/15413] Login redirect to previous page
PHPBB3-15413
2018-07-25 22:02:50 +02:00
MikelAlejoBR
210c5f5a59 [ticket/15697] Remove hard coded time check when sending PMs
PHPBB3-15697
2018-07-23 17:45:48 +02:00
MikelAlejoBR
12fdfe145a [ticket/15622] Fix quoting in PMs when BBCodes are disabled
Before parsing the private message to be loaded a simple BBCode status
check is done to verify that BBCodes are enabled. Depending on that
option the quote will be formated as BBCode or as plain text, similarly
to what is done in posting.php.

PHPBB3-15622
2018-07-22 17:09:09 +02:00
Rubén Calvo
ffcfec044b [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
PHPBB3-15723
2018-07-14 11:42:32 +02:00
Rubén Calvo
451c60f9cf [ticket/15663] Move constant to compatibility_globals
PHPBB3-15663
2018-07-12 22:02:48 +02:00
Rubén Calvo
3966440008 [ticket/15663] Remove flash attachments support
PHPBB3-15663
2018-07-12 22:02:48 +02:00
Rubén Calvo
f8423600b1 [ticket/15689] Handle storage stats outside template
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Rubén Calvo
0cc77d2c99 [ticket/15342] Check if is resource before close it
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
944432d382 [ticket/15342] Remove comment since they are a little diferent things
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
cc7178a6e0 [ticket/15342] Small improvements to storage
PHPBB3-15342
2018-07-11 09:27:08 +02:00