1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-08 23:45:20 +02:00

5071 Commits

Author SHA1 Message Date
Marc Alexander
32224a9d5a
Merge branch '3.3.x' 2020-10-24 10:42:00 +02:00
Marc Alexander
66e9832f5e
[prep-release-3.3.2] Add migration for 3.3.2-RC1 2020-10-19 20:48:53 +02:00
Marc Alexander
f29eebc629
Merge branch '3.3.x' 2020-10-08 21:19:09 +02:00
Marc Alexander
c694e86422
Merge pull request from senky/ticket/16593
[ticket/16593] Define params in the constructor
2020-10-08 21:18:47 +02:00
Marc Alexander
6f6ee8ca24
Merge branch '3.3.x' 2020-10-07 21:31:26 +02:00
Jakub Senko
fa14375a65
[ticket/16562] Add password requirements to reset
Credits to thecoalman:
https://www.phpbb.com/community/viewtopic.php?p=15560491#p15560491

PHPBB3-16562
2020-09-30 13:35:15 +02:00
Jakub Senko
b494e6b043
[ticket/16593] Define params in the constructor
PHPBB3-16593
2020-09-30 13:17:16 +02:00
Marc Alexander
28e98be438
Merge branch '3.3.x' 2020-09-19 13:48:16 +02:00
rxu
856fcf7554
[ticket/16208] Code adjustments
PHPBB3-16208
2020-09-19 18:15:13 +07:00
rxu
242476c290
[ticket/16208] Fix closed post report notifications
PHPBB3-16208
2020-09-19 18:12:12 +07:00
rxu
3caa31bf58
[ticket/16208] Fix posts/PM report notifications
PHPBB3-16208
2020-09-19 18:11:59 +07:00
Marc Alexander
4eaa356679
Merge branch '3.3.x' 2020-09-19 11:28:31 +02:00
Marc Alexander
9c5f338d3c
Merge pull request from kasimi/ticket/16565
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
Marc Alexander
a93ad97f8b
Merge branch '3.3.x' 2020-09-19 10:50:13 +02:00
JoshyPHP
ca62538ce3 [ticket/16602] Check for mbstring extension support on install
PHPBB3-16602
2020-09-16 00:21:17 +02:00
Marc Alexander
1fd1d6210a
Merge branch '3.3.x' 2020-09-11 10:10:27 +02:00
Marc Alexander
c728889e0e
Merge pull request from juanse254/ticket/15594
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
2020-09-11 10:10:20 +02:00
Marc Alexander
4de62a3712
[ticket/15594] Use correct v33x namespace for migration
PHPBB3-15594
2020-09-10 12:52:11 +02:00
Marc Alexander
3d36211101
Merge branch '3.3.x' 2020-09-10 12:43:45 +02:00
Marc Alexander
c141962dc8
Merge pull request from rxu/ticket/16544
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
2020-09-10 12:43:40 +02:00
Marc Alexander
17c4fe6f9e
Merge branch '3.3.x' 2020-09-08 20:41:52 +02:00
William Desportes
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
f65b60d5bc
Merge branch '3.3.x' 2020-09-07 11:51:10 +02:00
rxu
8e2dd65c6e
[ticket/16544] Correctly mark notification read
PHPBB3-16544
2020-09-02 22:11:52 +07:00
rxu
aa76f6b9f2
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
PHPBB3-16544
2020-09-02 22:11:51 +07:00
MichaIng
eff277a872 [ticket/16556] Remove purposeless <Files "*"> from .htaccess
Wrapping access permissions into <Files "*"> at best has zero effect
and implies unnecessary code and parsing for the web server. At least
it does not block access to files only, but still denies auto indexing
and access to sub directories effectively as well. But removing this
directive is still the cleaner and safer way to deny access to any
kind of resource that is provided within the directory in question.

To deny access to migration data, a single .htaccess file can be used.
This reduces the effort for future changes and it is not required
anymore to create new .htaccess files for every new migration
directory.

Additionally this corrects the fact the "Require" is part of
"mod_authz_core", not "mod_authz_host".

PHPBB3-16556

Signed-off-by: MichaIng <micha@dietpi.com>
2020-09-01 18:19:13 +02:00
Marc Alexander
e56088f921
[ticket/15594] Adjust depends_on and add effectively_installed check
PHPBB3-15594
2020-08-30 22:14:56 +02:00
Marc Alexander
269f9251a2
[ticket/15594] Convert to short array syntax
PHPBB3-15594
2020-08-30 22:12:16 +02:00
Marc Alexander
ca2a380d03
[ticket/15594] Move remove_profilefield_aol migration to v33x
PHPBB3-15594
2020-08-30 22:08:44 +02:00
juanse254
a2ab14d9d5
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
Since AIM is not available anymore,
AOL fields must be removed and redirected to profile.
Also, a migration file was created for current users
updating to 3.2.x.

PHPBB3-15594
2020-08-30 22:08:24 +02:00
rubencm
92c31dd454 [ticket/12630] Use di to inject parameter
PHPBB3-12630
2020-08-30 10:47:28 +00:00
Rubén Calvo
f8888c62ca [ticket/12630] Add debug.url_matcher
PHPBB3-12630
2020-08-30 10:37:07 +00:00
rubencm
eac6e1a557
[ticket/15765] Add missing property
PHPBB3-15765
2020-08-30 10:30:00 +02:00
rubencm
116eb64755
[ticket/15765] Inject parameter
PHPBB3-15765
2020-08-30 10:29:59 +02:00
Rubén Calvo
6b337e0882
[ticket/15765] Add debug.url_generator
PHPBB3-15765
2020-08-30 10:29:59 +02:00
Marc Alexander
e61dcc9590
Merge branch '3.3.x' 2020-08-23 16:49:44 +02:00
Marc Alexander
c1ce0153ea
Merge pull request from ansavin/ticket/16366
[ticket/16366] Make viewtopic lang vars available in feed pages
2020-08-23 16:49:36 +02:00
hanakin
20fe1836fd [ticket/16237] Fix icon test
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
02fcfe5700 [ticket/16237] fix errors
PHPBB3-16237
2020-08-19 10:40:06 -10:00
rubencm
758c28ca69 [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
52b7125cce [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
4156204419 [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
6969a9d0db [ticket/16346] Remove parameters
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
3cceeb45bf
Merge branch '3.3.x' 2020-08-13 21:16:33 +02:00
Marc Alexander
7d18ecd1bf
Merge pull request from rxu/ticket/16533
[ticket/16533] Add autologin keys management UCP module events
2020-08-13 21:15:59 +02:00
ansavin
b3199265a2
[ticket/16366] Make viewtopic lang vars available in feed pages
We call add_lang('viewtopic') in feed controller and configure_user(...)
in generate_content() in order to make viewtopic language constants
avaliable for message parser when it is called from feed controller

PHPBB3-16366
2020-08-13 16:46:23 +02:00
Marc Alexander
a4572ff16b
Merge branch '3.3.x' 2020-08-12 22:00:37 +02:00
Marc Alexander
05a58e8942
Merge pull request from AlfredoRamos/ticket/16525
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
2020-08-12 22:00:16 +02:00
Marc Alexander
aae367e394
Merge branch '3.3.x' 2020-08-12 21:47:12 +02:00