1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 11:24:35 +02:00
Commit Graph

4311 Commits

Author SHA1 Message Date
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
9c5f338d3c Merge pull request #6037 from kasimi/ticket/16565
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
ca62538ce3 [ticket/16602] Check for mbstring extension support on install
PHPBB3-16602
2020-09-16 00:21:17 +02:00
c728889e0e Merge pull request #5168 from juanse254/ticket/15594
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
2020-09-11 10:10:20 +02:00
4de62a3712 [ticket/15594] Use correct v33x namespace for migration
PHPBB3-15594
2020-09-10 12:52:11 +02:00
c141962dc8 Merge pull request #6018 from rxu/ticket/16544
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
2020-09-10 12:43:40 +02:00
fedfc330ef [ticket/16587] Fix phpdoc errors reported by Doctum
PHPBB3-16587
2020-09-07 12:11:31 +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
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
e56088f921 [ticket/15594] Adjust depends_on and add effectively_installed check
PHPBB3-15594
2020-08-30 22:14:56 +02:00
269f9251a2 [ticket/15594] Convert to short array syntax
PHPBB3-15594
2020-08-30 22:12:16 +02:00
ca2a380d03 [ticket/15594] Move remove_profilefield_aol migration to v33x
PHPBB3-15594
2020-08-30 22:08:44 +02:00
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
c1ce0153ea Merge pull request #5981 from ansavin/ticket/16366
[ticket/16366] Make viewtopic lang vars available in feed pages
2020-08-23 16:49:36 +02:00
7d18ecd1bf Merge pull request #6012 from rxu/ticket/16533
[ticket/16533] Add autologin keys management UCP module events
2020-08-13 21:15:59 +02:00
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
05a58e8942 Merge pull request #6005 from AlfredoRamos/ticket/16525
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
2020-08-12 22:00:16 +02:00
1c724d0860 Merge pull request #6009 from iMattPro/ticket/16527
[ticket/16527] Add a role_exists method to permissions migrator tool
2020-08-12 21:46:50 +02:00
fe97d19c66 [ticket/16565] Lazy-load cron.task_collection
PHPBB3-16565
2020-08-11 07:59:10 +02:00
02e6e6cf48 [prep-release-3.3.1] Add migration for 3.3.1 2020-07-29 21:49:25 +02:00
eb4186add4 Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-29 21:42:16 +02:00
0766a10ad3 [prep-release-3.2.10] Add migration for 3.2.10 2020-07-25 11:27:02 +02:00
3be435561a Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-25 11:18:09 +02:00
a378e0eb0c Merge pull request #61 from phpbb/ticket/security-259
[ticket/security-259] Stop checking image size of images in img BBCode
2020-07-25 11:16:07 +02:00
rxu
f3093a3740 [ticket/16417] Fix CLI database migration for phpBB 3.0.x
PHPBB3-16417
2020-07-24 10:50:56 +02:00
69bf5a8403 [ticket/16555] Add migration for updating jQuery to 3.5.1
PHPBB3-16555
2020-07-24 10:45:26 +02:00
1dd6d583d0 [ticket/16555] Update jQuery to 3.5.1
PHPBB3-16555
2020-07-24 10:43:56 +02:00
2c04ce7a61 Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-22 10:08:47 +02:00
193d54c4eb [ticket/16552] Roll back to FontAwesome 4.7
Add migration font_awesome_5_rollback

PHPBB3-16552
2020-07-21 11:58:28 +02:00
rxu
befab4f3c1 [ticket/16524] Remove u_emoji permission checks
PHPBB3-16524
2020-07-21 11:00:41 +02:00
rxu
b1c6b3bc94 [ticket/16524] Minor code adjustments
PHPBB3-16524
2020-07-21 11:00:17 +02:00
rxu
acd824d432 [ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
PHPBB3-16524
2020-07-21 11:00:15 +02:00
d0e2023a63 [ticket/security-259] Stop checking image size of images in img bbcode
SECURITY-259
2020-06-25 22:20:58 +02:00
cfea05c2b4 [prep-release-3.3.1] Add migration for 3.3.1-RC1 2020-06-21 14:41:39 +02:00
fb94245943 Merge branch '3.2.x' into 3.3.x 2020-06-21 14:36:12 +02:00
rxu
946da08304 [ticket/16533] Add set_login_key() event
PHPBB3-16533
2020-06-21 18:09:28 +07:00
33306a0699 [ticket/16534] Add conversion prefix to all passwords that need conversion
PHPBB3-16534
2020-06-21 11:50:19 +02:00
79b09577eb [ticket/16530] Ensure extensions can be installed during installation
PHPBB3-16530
2020-06-18 21:27:11 +02:00
8a54793ede [ticket/16530] Ensure global $config exists before user setup
PHPBB3-16530
2020-06-15 21:04:41 +02:00
b69507be8a [ticket/16527] Add a role_exists method to permissions migrator tool
PHPBB3-16527
2020-06-14 11:02:40 -07:00
a7bfe9afed [ticket/16397] Add method for retrieving user ID
This replaces the previously added public property.

PHPBB3-16397
2020-06-14 14:26:28 +02:00
201a5b6e06 [ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
The column pg_constraint.consrc has been deprecated for a long time,
and it was finally removed in PostgreSQL 12.0

PHPBB3-16525
2020-06-10 04:41:00 -05:00
8bb9a9803b Merge pull request #6004 from kasimi/ticket/16510-3.3.x
[ticket/16510] [3.3.x] Add migration that makes sure config entry exists
2020-06-07 22:49:24 +02:00
b7b3282649 Merge pull request #6003 from kasimi/ticket/16514
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
2020-06-07 22:46:35 +02:00
6e05cb38f6 Merge branch '3.2.x' into 3.3.x 2020-06-07 22:31:49 +02:00
6f96f8b01e [prep-release-3.2.10] Add migration for 3.2.10-RC2 2020-06-07 12:05:25 +02:00
29b775f22c [ticket/16510] Added migration that makes sure config entry exists
PHPBB3-16510
2020-06-07 11:47:58 +02:00
78c3b8bb86 [ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
PHPBB3-16514
2020-06-07 11:32:40 +02:00