Marc Alexander
3125f3e1d3
[ticket/17493] Remove unused methods and use statements
...
PHPBB-17493
2025-04-21 15:24:07 +02:00
Marc Alexander
3caab55e81
[ticket/17493] Remove remnants of notify type
...
PHPBB-17493
2025-04-21 15:16:41 +02:00
Marc Alexander
3b7d98bf0f
Merge branch '3.3.x'
2025-04-03 17:35:34 +00:00
rxu
98a8999283
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
...
Ensure v310/bot_update runs after v310/avatars migration which changes
user_avatar_type column type from tinyint(2) to varchar(255).
PHPBB-17486
2025-04-01 10:46:29 +07:00
rxu
0d8c0c4228
[ticket/17135] Move notify method constants to interface class
...
PHPBB-17135
2025-01-06 20:01:52 +07:00
Marc Alexander
948023078b
[ticket/16955] Clean up code in db classes
...
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Tristan Darricau
6ce708539b
[ticket/16741] General fixes
...
PHPBB3-16741
2021-11-09 02:48:34 +01:00
Marc Alexander
464e2c1271
Merge branch '3.3.x'
2021-05-02 20:44:57 +02:00
Patrick Webster
9051b28e14
[ticket/16765] Check if ACP_CONTACT_SETTINGS module already installed
...
Checks to see if the ACP_CONTACT_SETTINGS module is already installed prior to
running migration.
PHPBB3-16765
2021-04-24 13:02:07 -05:00
rubencm
e543874d08
[ticket/16764] Remove unused files
...
PHPBB3-16764
2021-04-24 15:24:59 +02:00
Marc Alexander
ce08da5165
[ticket/16748] Enable code sniffing for static placement and adjust code
...
PHPBB3-16748
2021-04-03 23:12:04 +02:00
Marc Alexander
c93da86f83
[ticket/10824] Add missing imports and adjust json sanitizer imports
...
This way the imports will also be a bit more explicit to the fact
that this is only a json sanitizer.
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
7ed687ff15
[ticket/10824] Update comments to reflect change versions
...
PHPBB3-10824
2021-01-26 22:24:06 +01:00
Marc Alexander
93949d1be4
[ticket/10824] Switch to new namespace for json sanitizer
...
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
204f81c6f7
[ticket/10824] Use json_sanitzer::decode and improve migrations from pre 3.2
...
PHPBB3-10824
2021-01-26 22:22:21 +01:00
Joas Schilling
a200446646
[ticket/10824] Make styles use composer.json files
...
PHPBB3-10824
2021-01-26 22:16:47 +01:00
Marc Alexander
f65b60d5bc
Merge branch '3.3.x'
2020-09-07 11:51:10 +02: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
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
fb94245943
Merge branch '3.2.x' into 3.3.x
2020-06-21 14:36:12 +02:00
Marc Alexander
33306a0699
[ticket/16534] Add conversion prefix to all passwords that need conversion
...
PHPBB3-16534
2020-06-21 11:50:19 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Oliver Schramm
9090ddcfb6
[ticket/15767] Fix effictively_installed condition for oauth_tokens
...
PHPBB3-15767
2018-09-13 15:19:11 +02:00
Jakub Senko
8276b3d337
[ticket/11847] Add depends_on() to auth_provider_oauth
...
PHPBB3-11847
2018-07-30 11:37:37 +02:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
d90680d685
Merge pull request #4971 from Elsensee/ticket/15339
...
[ticket/15339] Use manual method when adding modules
2017-12-28 10:50:55 +01:00
Oliver Schramm
2592d59765
[ticket/15339] Use manual method when adding modules
...
This will fix cases where the module is deleted in later
versions and the migrator thus cannot retrieve the info.
PHPBB3-15339
2017-09-22 14:34:38 +02:00
Rubén Calvo
bace8dd31f
[ticket/15201] Add casting
...
PHPBB3-15201
2017-09-08 15:02:29 +02:00
Rubén Calvo
4b1ec6abb7
[ticket/15201] Fix tests
...
PHPBB3-15201
2017-09-08 10:59:47 +02:00
Rubén Calvo
4719f94cec
[ticket/15201] Remove wrong user style check
...
PHPBB3-15201
2017-08-28 18:33:38 +02:00
Marc Alexander
6f897568da
Merge pull request #30 from phpbb/ticket/security-181-rhea
...
[ticket/security-181] Harden protection of migrations files and other directories
2017-07-16 15:08:40 +02:00
Marc Alexander
cb406258fe
Merge branch '3.1.x' into 3.2.x
2016-12-25 15:52:38 +01:00
Marc Alexander
9e6207add3
[ticket/14923] Make sure start for queries is always set in migrations
...
PHPBB3-14923
2016-12-25 11:51:38 +01:00
Marc Alexander
a2953cb10c
Merge branch 'ticket/security-181' into ticket/security-181-rhea
2016-11-13 12:29:28 +01:00
Marc Alexander
61683f895c
[ticket/security-181] Deny access to migrations folders
...
SECURITY-181
2016-11-13 11:43:17 +01:00
rxu
35c62d1e74
[ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+
...
PHPBB3-14793
2016-09-22 22:29:18 +07:00
Marc Alexander
c9ffef2c57
Merge branch '3.1.x' into 3.2.x
2016-03-31 12:30:14 +02:00
Matt Friedman
39de59e65f
[ticket/14570] Use phpbb_version_compare
...
PHPBB3-14570
2016-03-29 10:01:03 -07:00
Matt Friedman
b8dd3ef43a
[ticket/14570] Add effectively installed to 3.1.x versions
...
PHPBB3-14570
2016-03-29 09:54:22 -07:00
Marc Alexander
c00e45d30e
Merge branch '3.1.x' into 3.2.x
2016-03-07 09:52:30 +01:00
Oliver Schramm
b77856a903
[ticket/14514] Don't skip users when converting passwords
...
PHPBB3-14514
2016-03-06 16:11:29 +01:00
Tristan Darricau
a7ba640ea7
[ticket/14182] Move v310\notifications_board migration to v320\...
...
PHPBB3-14182
2015-09-21 10:47:20 +02:00
Andreas Fischer
92b23df864
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
2015-08-10 13:20:04 +02:00
Marco Kubuntu
32f5dc3d8b
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
...
Changed the sql_fetchfield() call to comply to the function definition.
PHPBB3-14069
2015-08-05 19:07:02 +02:00
Nicofuma
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
2015-07-13 22:41:13 +02:00
MateBartus
77ee0e62ca
[ticket/13777] Use module manager in phpBB core files
...
PHPBB3-13777
2015-05-31 13:22:45 +02:00
Matt Friedman
67502c0d22
[ticket/13861] Fix undefined variables in style update migration
...
PHPBB3-13861
2015-05-21 15:23:17 -07:00
Marc Alexander
9eab4ba740
[ticket/12368] Fix comment in docblock
...
PHPBB3-12368
2015-03-26 11:01:22 +01:00
Marc Alexander
b650f45d55
[ticket/12368] Correctly check if avatars migration is installed
...
Try to set the avatar type to string value to check if new avatar
types are supported.
PHPBB3-12368
2015-02-24 11:43:33 +01:00
Tristan Darricau
dab0728357
[ticket/13489] Fix service configuration
...
PHPBB3-13489
2015-01-20 14:19:55 +01:00