Marc Alexander
a8ffd339fe
[ticket/16736] Fix invalid placement of visibility qualifiers next to static
...
PHPBB3-16736
2021-03-23 22:12:59 +01: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
kasimi
78c3b8bb86
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
...
PHPBB3-16514
2020-06-07 11:32:40 +02:00
kasimi
5ae963cb34
[ticket/16510] Added .htaccess to v330 & v33x migration folders
...
PHPBB3-16510
2020-06-06 21:03:23 +02:00
mrgoldy
feb94b446a
[ticket/15937] Amend Google reCAPTCHA v3 Migrations
...
PHPBB3-15937
2020-03-16 12:05:33 +01:00
mrgoldy
d35b3b4792
[ticket/15937] Google reCAPTCHA v3 Plugin migration
...
PHPBB3-15937
2020-03-14 16:04:48 +01:00
Marc Alexander
944a748cb6
[prep-release-3.3.0] Add migration for 3.3.0
2020-01-04 21:54:59 +01:00
Marc Alexander
79287abd7b
[ticket/16285] Add sanity checks to migrations for 3.3
...
PHPBB3-16285
2020-01-01 16:23:23 +01:00
Marc Alexander
e6a84dcb60
[ticket/16263] Ensure that remove_email_hash depends on migration adding hash
...
PHPBB3-16263
2019-12-23 15:18:40 +01:00
Marc Alexander
a0251ec1d9
[prep-release-3.3.0-RC1] Add migration for 3.3.0-RC1
2019-12-21 10:48:37 +01:00
Marc Alexander
d55e421c0f
[prep-release-3.3.0-b2] Add migration for 3.3.0-b2
2019-11-22 11:06:15 +01:00
Marc Alexander
896b31272b
Merge pull request #5686 from v12mike/ticket/9837
...
[ticket/9837] Display unapproved posts to their authors
2019-11-22 10:56:33 +01:00
v12mike
29be971fad
[ticket/9837] Make unapproved posts visible to author
...
review comments
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
0f57f3d90d
[ticket/9837] Display unapproved posts to their authors
...
Coding guidelines fixes
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
63b7518a0f
[ticket/9837] Make unapproved posts visible to posters
...
Improvements for feature following review
PHPBB3-9837
2019-11-21 13:44:19 +01:00
Marc Alexander
aed7e369c3
[ticket/16167] Add migration for removing user_email_hash
...
PHPBB3-16167
2019-11-18 20:57:24 +01:00
Marc Alexander
85837d48b2
[ticket/12559] Use short array syntax
...
PHPBB3-12559
2019-11-04 17:31:18 +01:00
Marc Alexander
729e2f5d08
[ticket/12559] Move migration to v330 folder
...
PHPBB3-12559
2019-11-01 16:52:36 +01:00
Marc Alexander
396a8214db
[prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies
2019-10-21 20:05:12 +02:00
Marc Alexander
dfcc744275
Merge pull request #5716 from marc1706/ticket/15437
...
[ticket/15437] Update jQuery and cookie consent to latest
2019-10-21 17:38:53 +02:00
Marc Alexander
cf7c3dcab5
[ticket/15437] Add migration for updating jQuery to 3.4.1
...
PHPBB3-15437
2019-10-20 21:33:05 +02:00
Marc Alexander
2f220a07d1
[prep-release-3.3.0-b1] Add migration for 3.3.0-b1
2019-10-19 15:19:42 +02:00
Marc Alexander
60bc949ba1
[ticket/14465] Remove setting for maximum password length
...
PHPBB3-14465
2019-10-03 23:05:02 +02:00
Marc Alexander
7a3e351178
[ticket/11327] Clean up code style a bit
...
PHPBB3-11327
2019-08-22 14:05:58 +02:00
Marc Alexander
f41c51d1ec
[ticket/11327] Add reset token columns & config setting
...
PHPBB3-11327
2019-08-09 22:47:04 +02:00
Marc Alexander
b6cd02bacb
[ticket/16052] Add 3.3.0-dev migration
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
Jakub Senko
30303647f0
[ticket/15744] Remove useless sql_freeresults
...
PHPBB3-15744
2019-05-09 18:58:22 +02:00
Rubén Calvo
0fe4cbc17f
[ticket/15663] Remove empty line
...
PHPBB3-15663
2019-05-09 18:55:07 +02:00
Rubén Calvo
35fef8333a
[ticket/15663] Add migration
...
PHPBB3-15663
2019-05-09 18:54:49 +02:00