1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 06:25:04 +02:00

5592 Commits

Author SHA1 Message Date
Marc Alexander
67fa7ad060
Merge branch '3.3.x' 2022-12-09 21:43:17 +01:00
Marc Alexander
21374390ad
Merge pull request from wordlesswind/ticket/16105
[ticket/16105] Use Google reCAPTCHA globally
2022-12-09 21:43:06 +01:00
Marc Alexander
8841d88845
Merge pull request from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
f48ff960f1
Merge pull request from rubencm/ticket/17062
[ticket/17062] Call search service using dependency injection
2022-11-30 19:39:13 +01:00
Marc Alexander
be818daa5d
Merge branch '3.3.x' 2022-11-28 20:41:46 +01:00
Marc Alexander
d03a853f6e
Merge branch 'prep-release-3.3.9' into 3.3.x 2022-11-28 20:40:46 +01:00
Ruben Calvo
b8bcbabaac [ticket/17062] Avoid calling search factory twice
PHPBB3-17062
2022-11-28 10:20:23 +01:00
Ruben Calvo
6fc476c692 [ticket/17062] Call search service using dependency injection
PHPBB3-17062
2022-11-27 11:55:49 +01:00
Marc Alexander
744009882b
[prep-release-3.3.9] Add migration for 3.3.9 2022-11-23 20:53:56 +01:00
Marc Alexander
e75ea6642d
Merge pull request from phpbb/ticket/security-274
[ticket/security/274] Reset login keys/session when resetting password
2022-11-22 21:21:24 +01:00
Marc Alexander
ad9e5e6891
[ticket/16105] Replace const with lowercase version
PHPBB3-16105
2022-11-21 17:24:11 +01:00
Marc Alexander
b828efa9e6
[ticket/16105] Use domain setting for recaptcha v2 as well
PHPBB3-16105
2022-11-21 17:24:11 +01:00
Marc Alexander
c66923bafc
[ticket/16105] Add domain selection to recaptcha v2 & check against list
PHPBB3-16105
2022-11-21 17:24:10 +01:00
wordlesswind
ebc5e1ead0
[ticket/16105] Use Google reCAPTCHA globally
PHPBB3-16105
2022-11-21 17:23:39 +01:00
SagePtr
b86d15a766 [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.

PHPBB3-17056
2022-11-02 00:30:46 +02:00
Marc Alexander
4d5c966b58
Merge branch '3.3.x' 2022-10-26 22:46:34 +02:00
Marc Alexander
5225ac8a9a
[prep-release-3.3.9] Add migration for 3.3.9-RC1 2022-10-22 20:55:14 +02:00
Marc Alexander
827c135cc9
[ticket/security/274] Reset login keys/session when resetting password
SECURITY-274
2022-10-22 15:12:28 +02:00
Marc Alexander
94d7d4fbcb
Merge branch '3.3.x' 2022-10-22 11:34:57 +02:00
Marc Alexander
67c41633a2
Merge pull request from marc1706/ticket/17050
[ticket/17050] Remove trailing slash from generated css includes
2022-10-22 11:34:54 +02:00
Marc Alexander
76fd028617
Merge branch '3.3.x' 2022-10-22 11:21:49 +02:00
Marc Alexander
7017c73156
[ticket/17050] Remove trailing slash from generated css includes
PHPBB3-17050
2022-10-21 21:40:44 +02:00
Marc Alexander
2e025be53a
[ticket/17051] Fallback to default values for possible undefined user data
PHPBB3-17051
2022-10-21 20:18:32 +02:00
Marc Alexander
ef2b3a1d68
[ticket/17048] Add method for getting composer in installer
PHPBB3-17048
2022-10-19 20:49:00 +02:00
Marc Alexander
09f2fe805c
[ticket/17052] Create our own static composer factory and pass known cwd
PHPBB3-17052
2022-10-19 20:48:52 +02:00
Marc Alexander
9340ffa557
[ticket/17049] Add migration for exts_composer_minimum_stability config entry
PHPBB3-17049
2022-10-16 10:43:33 +02:00
Marc Alexander
8e773b4dcf
Merge branch '3.3.x' 2022-09-09 07:12:47 +02:00
Marc Alexander
f84e03f646
[ticket/17032] Prevent endlessly cycling to load user
PHPBB3-17032
2022-09-08 22:18:13 +02:00
Marc Alexander
7b677c40aa
Merge branch '3.3.x' 2022-08-26 21:46:56 +02:00
Ruben Calvo
db3c143b73 [ticket/17030] Fix feed to return valid RFC-3339 dates
PHPBB3-17030
2022-08-21 21:56:11 +02:00
Marc Alexander
0f79447ef0
[ticket/17024] Add composer/installers to allowed plugins
PHPBB3-17024
2022-07-22 15:22:32 -05:00
Marc Alexander
85bab4f276
Merge branch '3.3.x' 2022-07-16 18:44:59 -04:00
Marc Alexander
b5d2ff4074
[ticket/17019] Treat removed youtube profile field as effectively installed
PHPBB3-17019
2022-06-30 21:35:50 +02:00
Marc Alexander
4ae50d1776
Merge branch '3.3.x' 2022-06-26 20:29:00 +02:00
Marc Alexander
5e3dd4b55e
[prep-release-3.3.8] Add migration for 3.3.8 2022-06-26 09:39:25 +02:00
Marc Alexander
3ee81800ec
Merge branch '3.3.x' 2022-06-06 22:56:31 +02:00
Marc Alexander
c6ef628589
[prep-release-3.3.8] Add migration for 3.3.8-RC1 2022-06-06 14:40:31 +02:00
Marc Alexander
900e2c70ac
Merge branch '3.3.x' 2022-05-02 20:50:02 +02:00
Marc Alexander
59a95a3c35
Merge pull request from lionel-rowe/ticket/13859
[ticket/13859] Allow up-to-date format for Youtube profile field URLs
2022-05-02 20:49:59 +02:00
lionel-rowe
60af39b38c
[ticket/13859] Reorder static & public in migration
PHPBB3-13859
2022-05-02 17:38:38 +02:00
lionel-rowe
dd6e110210 [ticket/13859] Allow up-to-date format for Youtube profile field URLs
Per the tracker issue:

> In 3.1 a youtube profilefield was added in which we can insert our youtube
> username to link to it.... There is just one major problem though...
>
> New youtube members no longer get an username. So I think we should decide on
> providing different ways to access their profile.

This PR will allow users to use any valid YouTube-domain URL, which allows for
all 3 formats (`/channel/...`, `/c/...`, and the now-legacy `/user/...`).

Per [YouTube's docs](https://support.google.com/youtube/answer/6180214?hl=en):

> ## Channel URL (ID-based)
> Example: youtube.com/channel/UCUZHFZ9jIKrLroW8LcyJEQQ
>
> This is the standard URL that YouTube channels use.
>
> ...
>
> ## Custom URL
> Example: youtube.com/c/YouTubeCreators
>
> A custom URL is a shorter, easy-to-remember URL that you can share with your
> audience.
>
> ...
>
> ## Legacy username URL
> Example: youtube.com/user/YouTube
>
> Depending on when your channel was created, it may have a username. Usernames
> are no longer required for channels today, but you can still use this URL to
> direct to your channel — even if your channel name has changed since you chose
> your username. Existing usernames can't be changed.

PHPBB3-13859
2022-05-01 14:54:39 +01:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
Marc Alexander
3308318524
Merge pull request from lionel-rowe/ticket/16981
[ticket/16981] Fix HTML-encoded emojis in email subject line
2022-04-30 22:27:37 +02:00
Marc Alexander
e7a5407a40
Merge pull request from marc1706/ticket/16967
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
2022-04-30 22:23:06 +02:00
Marc Alexander
412fd483d0
Merge branch '3.3.x' 2022-04-30 22:21:53 +02:00
Marc Alexander
54156dd9d8
Merge pull request from MichaIng/ticket/16959
[ticket/16959] Remove redundant URL parameters from notification mails
2022-04-30 22:21:51 +02:00
Marc Alexander
f8d1fa876d
[ticket/16987] Update html_output_formatter to updated interface
PHPBB3-16987
2022-04-16 15:37:34 +02:00
Marc Alexander
008f766cf4
[ticket/16987] Remove invalid default value for Composer\Config constructor
PHPBB3-16987
2022-04-16 14:54:18 +02:00
Marc Alexander
d868dbe3aa
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
PHPBB3-16967
2022-04-11 21:10:35 +02:00
Marc Alexander
3ee1efe7e0
Merge pull request from lionel-rowe/ticket/16977
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 22:34:03 +02:00