cbbe819aff
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
...
Also fix Postrges PHP 8.1 related issue.
PHPBB3-16840
2021-08-08 13:39:07 +07:00
721a39502a
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
...
Also fix Postrges PHP 8.1 related issue.
PHPBB3-16840
2021-08-07 16:50:45 +07:00
f836605ab8
Merge branch '3.3.x'
2021-07-31 12:06:48 +02:00
90fccff6f1
Merge pull request #6252 from rxu/ticket/16823
...
[ticket/16823] Make datetime class correctly handle edge cases
2021-07-31 12:05:26 +02:00
03ec6ce0a9
[ticket/16825] Do not use session ID from URL if force_sid is not enabled
...
PHPBB3-16825
2021-07-26 21:03:14 +02:00
8ea4d235bf
Merge pull request #6248 from marc1706/ticket/16207
...
[ticket/16207] Require cookies for sessions
2021-07-25 15:41:20 +02:00
ddc4b988b7
[ticket/16804] Reorder static keyword to fit with guidelines
...
PHPBB3-16804
2021-07-25 13:55:34 +02:00
c8dc942f38
Merge branch '3.3.x'
2021-07-23 22:25:36 +02:00
a6a18f2c59
[ticket/16804] Extend bbcode help line tooltip
...
PHPBB3-16804
2021-07-23 21:47:07 +02:00
2e29bb48fa
[ticket/16823] Adjust wrapper condition
...
PHPBB3-16823
2021-07-20 20:59:28 +07:00
e1fc0a9059
[ticket/16823] Make datetime class correctly handle edge cases
...
PHPBB3-16823
2021-07-20 20:35:04 +07:00
fe1b9d5384
[ticket/16207] Add session.force_sid parameter to allow fixing settings
...
PHPBB3-16207
2021-07-17 22:32:03 +02:00
5b68527eec
[ticket/16207] Stop forcing session id in URLs
...
PHPBB3-16207
2021-07-17 22:31:54 +02:00
d9503225e4
[ticket/16207] Stop setting session id when creating session
...
PHPBB3-16207
2021-07-17 22:31:36 +02:00
b8ee6efa68
Merge pull request #5446 from hubaishan/ticket/14771
...
[Ticket/14771] Support playing audio attachments
2021-07-15 20:37:36 +02:00
b55595fa87
[ticket/14771] Use constants instead of magic numbers in migration
...
PHPBB3-14771
2021-07-13 22:22:43 +02:00
41363c8bed
Merge branch '3.3.x'
2021-07-06 22:02:24 +02:00
ccac4c5fe8
Merge pull request #6233 from rxu/ticket/16799
...
[ticket/16799] Fix OAuth external account linking PHP fatal error
2021-07-06 22:02:12 +02:00
9099bdb2ad
[ticket/14771] Make phing sniff happy
...
PHPBB3-14771
2021-07-01 21:09:31 +02:00
dd62829f96
[ticket/16799] Use offsetExists() method instead of array_key_exists()
...
PHPBB3-16799
2021-07-01 03:04:38 +07:00
11fb872e33
[ticket/14771] fix white space
...
PHPBB3-14771
2021-06-30 21:41:02 +02:00
b2291e4e3c
[ticket/14771] Add audio_files migration
...
add or modify audio_files attachment group
add or modify audio extensions mp3, m4a, wav, ogg, webm
PHPBB3-14771
2021-06-30 21:41:02 +02:00
4bacbdd2a3
[ticket/14771] add webm mime type
...
PHPBB3-14771
2021-06-30 21:41:01 +02:00
8fab32abd7
[ticket/14771] Support playing audio attachments
...
Add Audio attachments category, Audio attachments group.
add most audio supported extensions to the audio group.
presserve audio extensions MIMEtypes.
modify the attachment style file to view the audio attachment in
AUDIO HTML5 tag.
PHPBB3-14771
2021-06-30 21:40:45 +02:00
2f8e5b7248
Merge branch '3.3.x'
2021-06-30 21:10:16 +02:00
be2959fbab
Merge pull request #6234 from 3D-I/ticket/16729
...
[ticket/16729] Fix Unknown named parameter in Log - PHP 8
2021-06-30 21:10:10 +02:00
96e399db72
Merge branch '3.3.x'
2021-06-29 22:24:45 +02:00
c83b4c21a4
Merge pull request #6207 from marc1706/ticket/13700
...
[ticket/13700] Add method for initializing config after cache purge
2021-06-29 22:24:40 +02:00
9d22731d03
[ticket/16729] Fix Unknown named parameter in Log - PHP 8
...
PHPBB3-16729
2021-06-15 17:57:17 +02:00
7b5ad8bb74
[ticket/16799] Fix OAuth external account linking PHP fatal error
...
PHPBB3-16799
2021-06-15 00:08:45 +07:00
210c4e2aaa
Merge branch '3.3.x'
2021-06-13 11:30:15 +02:00
c4d0c5eb13
Merge branch '3.3.x'
2021-06-05 22:24:25 +02:00
c5ec036b84
[ticket/16787] Properly check if fsockopen() is enabled - PHP 8
...
PHPBB3-16787
2021-05-29 21:53:23 +02:00
e2cfc01964
[ticket/16787] Properly check if fsockopen() is enabled - PHP 8
...
PHPBB3-16787
2021-05-29 21:12:07 +02:00
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
...
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
fca636ed58
[ticket/14285] Remove no longer needed root_path
...
PHPBB3-14285
2021-05-27 22:23:36 +02:00
8518b9864e
[ticket/14285] Move response variable and small improvements
...
PHPBB3-14285
2021-05-27 07:43:24 +02:00
a67f2cf086
[ticket/14285] Remove no longer needed variable
...
PHPBB3-14285
2021-05-27 02:06:19 +02:00
1e624bef15
[ticket/14285] Add prefix in routing
...
PHPBB3-14285
2021-05-25 07:28:05 +02:00
f3c426389c
Merge pull request #6206 from marc1706/ticket/13713
...
[ticket/13713] User Mentions
2021-05-23 17:49:33 +02:00
4e1896af38
Merge branch '3.3.x'
2021-05-22 08:24:08 +02:00
0502b9cc22
[ticket/16570] Support continuing update on manually merging files
...
PHPBB3-16570
2021-05-21 22:19:47 +02:00
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
fa7376303a
Merge branch '3.3.x'
2021-05-15 22:31:20 +02:00
643bab44ea
[ticket/13713] Make sure service collection is accepted by controller
...
PHPBB3-13713
2021-05-15 22:23:42 +02:00
ed291843f2
[ticket/13713] Add type hints and clean up code
...
PHPBB3-13713
2021-05-14 21:52:19 +02:00
794b77971c
[ticket/13713] Move profile_url to a tag in textformatter factory
...
PHPBB3-13713
2021-05-14 21:52:19 +02:00
9ae015569c
[ticket/13713] Fix avatar display with new helper methods
...
PHPBB3-13713
2021-05-14 21:52:18 +02:00
f27be9a4f1
[ticket/13713] Clean up declarations and adjust tests for latest master
...
PHPBB3-13713
2021-05-14 21:52:17 +02:00
e2c50eae68
[ticket/13713] Avoid same attributes for different types of IDs
...
PHPBB3-13713
2021-05-14 21:52:15 +02:00