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

3426 Commits

Author SHA1 Message Date
54ce9704fd [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-31 00:24:39 +02:00
80f3d7b0aa [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:29:46 +02:00
28f98402f3 [ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +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
072d62b0c0 Merge branch '3.3.x' 2021-05-29 20:25:57 +02:00
acf0885948 [ticket/16783] Add back data only backups
PHPBB3-16783
2021-05-25 20:34:31 +02:00
b62d60431b Merge pull request #5757 from gijsmartens/ticket/16240
[ticket/16240] Remove deprecated LOG_ template/theme language strings
2021-05-24 15:57:48 +02:00
8f21a7365d [ticket/13713] Rework batch size handling
PHPBB3-13713
2021-05-14 21:52:09 +02:00
59bf57eb73 [ticket/13713] Fix language typo
PHPBB3-13713
2021-05-14 21:52:06 +02:00
ffbff7ed79 [ticket/13713] Make changes pointed by @Nicofuma
PHPBB3-13713
2021-05-14 21:52:00 +02:00
31e4fb4729 [ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
2021-05-14 21:51:54 +02:00
c70ac7eb62 [ticket/13713] Introduce notifications for mentions
PHPBB3-13713
2021-05-14 21:51:53 +02:00
cbff1d48dc Merge branch '3.3.x' 2021-05-01 21:52:12 +02:00
c45c7f4622 [ticket/16764] Remove more remnants of remote uploading
PHPBB3-16764
2021-04-26 20:44:15 +02:00
0ccce7c4f8 [ticket/16764] Remove remote upload certificate validation
PHPBB3-16764
2021-04-26 20:38:03 +02:00
cc8b4ef619 [ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
e79afc6293 [ticket/16747] post_in_queue.txt change aprroval to approval
PHPBB3-16747
2021-04-03 13:02:14 +02:00
92425fcb46 [ticket/16739] Replaces TOPIC_TITLE by SUBCJECT in short/report_pm.txt
PHPBB3-16739
2021-03-26 18:30:13 +01:00
53dfba003e Merge branch '3.3.x' 2021-03-09 19:58:19 +01:00
bf5f0bb8f7 [ticket/16655] Add support for custom error message when exceeding attempts
PHPBB3-16655
2021-03-07 12:03:49 +01:00
7110b61df5 Merge branch '3.3.x' 2021-02-18 22:04:32 +01:00
bd1c3c87b7 Merge pull request #6059 from Crizz0/ticket/16589
[ticket/16589] Shortens subject and email content
2021-02-18 22:04:24 +01:00
76e1a46512 [ticket/16589] Replace personal message with private message
PHPBB3-16589
2021-02-18 21:04:05 +01:00
8e599e23a0 [ticket/16589] Remove "or click unsubscribe ... link" sentence
PHPBB3-16589
2021-02-06 18:01:21 +01:00
552587dbb2 [ticket/16589] Visit at => visit to
PHPBB3-16589
2021-01-31 14:07:16 +01:00
2a57477718 [ticket/16643] Refactor installer tasks to use Doctrine DBAL
PHPBB3-16643
2021-01-31 12:57:04 +01:00
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
c25e06e46b [ticket/10824] Move declare strict_types and adjust version
PHPBB3-10824
2021-01-26 22:24:06 +01:00
5f9543f24f [ticket/10824] Add more details to language details page
PHPBB3-10824
2021-01-26 22:24:04 +01:00
d43144c5a2 [ticket/10824] Update versions to current master
PHPBB3-10824
2021-01-26 22:19:31 +01:00
e30170341e [ticket/10824] Update language composer.json chmod
PHPBB3-10824
2021-01-26 22:19:30 +01:00
6383648c53 [ticket/10824] Fix typo in language composer.json
PHPBB3-10824
2021-01-26 22:19:30 +01:00
81f3483994 [ticket/10824] Display message about invalid styles on install style view
PHPBB3-10824
2021-01-26 22:19:30 +01:00
732935582a [ticket/10824] Update language composer.json
PHPBB3-10824
2021-01-26 22:19:29 +01:00
8244aff9cb [ticket/10824] Make languages use composer.json
PHPBB3-10824
2021-01-26 22:19:28 +01:00
cd74556058 Merge branch '3.3.x' 2021-01-26 18:43:02 +01:00
2c4b862648 [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:15:58 +01:00
e42a9c3bfb Merge branch '3.3.x' 2021-01-05 22:53:43 +01:00
6738076f72 [ticket/16656] Fix ACP check-in for mbstring http_input & output
PHPBB3-16656
2021-01-04 22:16:05 +01:00
313ecb4e82 Merge branch '3.3.x' 2021-01-03 20:51:14 +01:00
79758e14c8 [ticket/16672] Fix invalid lang key content for delete backup in ACP
PHPBB3-16672
2021-01-02 04:06:13 +01:00
7210cb8e99 [ticket/16653] Fix Recaptcha-v3 default request method
PHPBB3-16653
2020-12-10 07:26:16 +01:00
f9da1563bc Merge branch '3.3.x' 2020-10-25 10:33:56 +01:00
3ae7a42ea1 Merge pull request #6067 from rxu/ticket/16604-master
[ticket/16604] Display warning messages on storage path setting issues
2020-10-24 15:42:59 +02:00
a7810bc279 [ticket/16619] Corrected spelling of non-existant
PHPBB3-16619
2020-10-24 15:06:35 +02:00
rxu
3ba7a7a30e [ticket/16604] Display warning messages on storage path setting issues
PHPBB3-16604
2020-10-17 22:56:11 +07:00
7acf4f4030 Merge branch '3.3.x' 2020-10-14 21:21:42 +02:00
3c014ccb2b Merge pull request #6058 from Crizz0/ticket/16612
[ticket/16612] Restructure HTML of Terms PP COPPA
2020-10-14 21:21:19 +02:00
bd22a92d68 [ticket/16612] Add <br> to ToU and PP
PHPBB3-16612
2020-10-13 20:00:29 +02:00
40c2fa7e5e [ticket/16612] Remove html from lang key instead of 1 br per paragraph
PHPBB3-16612
2020-10-13 19:20:48 +02:00