1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-11 20:27:04 +02:00
Commit Graph

34091 Commits

Author SHA1 Message Date
01b8d6a58e Merge branch 'prep-release-3.3.11' into 3.3.x 2023-10-15 16:55:16 +02:00
31b3d56ac1 Merge pull request #70 from phpbb/ticket/security-132
[ticket/security-132] Limit maximum number of captcha attempts at register
2023-10-15 13:51:05 +02:00
ccf6e6c255 Merge pull request #69 from phpbb/ticket/security-279
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
2023-10-15 13:50:41 +02:00
8fe3a97a1a [prep-release-3.3.11] Update changelog for 3.3.11 2023-10-15 12:02:16 +02:00
2c5519da39 [prep-release-3.3.11] Add migration for 3.3.11 2023-10-15 11:59:24 +02:00
0c90bf0000 [prep-release-3.3.11] Update version numbers to 3.3.11 2023-10-15 11:57:17 +02:00
edc610e81d [prep-release-3.3.11] Update version numbers to 3.3.11 2023-10-15 11:57:16 +02:00
e071cd801a Merge pull request #6527 from marc1706/ticket/16877
[ticket/16877] Use replacement library for oauth
2023-10-10 20:53:05 +02:00
ac76b80cb1 Merge pull request #6531 from toxyy/ticket/17188
[ticket/17188] Allow request variable to check multiline unicode
2023-10-06 20:20:00 +02:00
d4e0840e6f [ticket/17188] Change regex being edited
Change the edited regex to ruben's recommendation

PHPBB3-17188
2023-10-05 16:16:30 -04:00
137422116e [ticket/security-132] Limit maximum number of captcha attempts at register
SECURITY-132
2023-10-05 21:06:15 +02:00
5f8c9962a0 Merge pull request #6521 from marc1706/ticket/13399
[ticket/13399] Add separate plural rules for characters count
2023-10-04 21:51:46 +02:00
0a8391857f [ticket/13399] Add info about usage of CHARACTERS_XY lang string
PHPBB3-13399
2023-10-04 20:09:47 +02:00
233d6a0a69 Merge pull request #6546 from Derky/ticket/17189
[Ticket/17189] Improve installer file permission checks
2023-10-04 20:03:17 +02:00
91b3627236 [ticket/17189] Check if different way of getting parent path works better
PHPBB3-17189
2023-10-02 21:45:31 +02:00
9dec6d3176 Merge pull request #6552 from marc1706/ticket/12904
[ticket/12904] Do not display info about required fields without any
2023-10-02 21:02:05 +02:00
6fac65d193 [ticket/12904] Do not display info about required fields without any
PHPBB3-12904
2023-10-01 21:20:00 +02:00
42bf5778d5 Merge pull request #6526 from marc1706/ticket/17029
[ticket/17029] Update post count when changing post visibility
2023-10-01 13:59:05 +02:00
4bf78d139b [ticket/17029] Add tests for deleting of last post with different visibility
PHPBB3-17029
2023-10-01 11:12:14 +02:00
d76c571ad1 [ticket/17029] Test changing of post count on approve/delete
PHPBB3-17029
2023-10-01 10:35:57 +02:00
4046365977 [ticket/17029] Use constants instead of magic numbers in tests
PHPBB3-17029
2023-10-01 10:30:57 +02:00
c480dd8d2f Merge pull request #6547 from Crizz0/ticket/17113
[ticket/17113] Write icon_id to split topic's posts
2023-09-30 17:07:03 +02:00
266376af2e [ticket/security/279] Use utf8_basename for smilies pak file check
SECURITY-279
2023-09-30 16:22:57 +02:00
c4f42c1573 [ticket/security/279] Use rawurlencode for escaping smilie URLs
SECURITY-279
2023-09-30 16:22:57 +02:00
d8ac6f575e [ticket/security/279] Escape smilies URL and prevent paths in .pak filename
SECURITY-279
2023-09-30 16:22:56 +02:00
715c0ad608 Merge pull request #6545 from Crizz0/ticket/17116
[ticket/17116] Remove always TRUE if-sentence
2023-09-30 13:44:21 +02:00
745dd5f5a8 [ticket/17113] Usq sql_build_array() for cleaner code
PHPBB3-17113
2023-09-30 13:23:54 +02:00
346523fad6 [ticket/17113] Write icon_id to split topic's posts
PHPBB3-17113
2023-09-30 13:23:54 +02:00
78aca08d39 Merge pull request #6551 from marc1706/ticket/17198
[ticket/17198] Use https instead of http as default in remote avatar
2023-09-30 13:22:21 +02:00
90b1c2210e Merge pull request #6550 from marc1706/ticket/15973
[ticket/15973] Add canonical URL for index
2023-09-30 13:21:44 +02:00
a04af20806 [ticket/17198] Use https instead of http as default in remote avatar
PHPBB3-17198
2023-09-29 21:34:27 +02:00
88dcb5d3d5 [ticket/15973] Add canonical URL for index
PHPBB3-15973
2023-09-27 21:03:01 +02:00
2d3781f285 Merge pull request #6548 from battye/ticket/17128
[ticket/17128] Fix outdated link to php.net date format page
2023-09-27 20:08:42 +02:00
b724e82bbd [ticket/17128] Fix outdated link to date format
The information on php.net has been moved from
the date page to the DateTime page as discussed
in Zag

PHPBB3-17128
2023-09-24 19:56:30 +00:00
3163b1726c Merge pull request #6539 from battye/ticket/17172
[ticket/17172] Use correct lang for forum links
2023-09-24 20:09:57 +02:00
6b6c710706 [ticket/17189] Append slash after installer cache path
PHPBB3-17189
2023-09-24 13:46:39 +02:00
a78eb6fb42 [ticket/17189] Show file names that couldn't be modified by installer
PHPBB3-17189
2023-09-23 16:50:10 +02:00
3b622bc005 [ticket/17189] Check folder permissions before writing
PHPBB3-17189
2023-09-23 16:38:32 +02:00
b14f37d409 [ticket/17116] Remove always TRUE if-sentence
PHPBB3-17116
2023-09-23 16:17:40 +02:00
b0248d2d78 [ticket/17187] Repair mcp link to first unread post
PHPBB3-17187
2023-09-23 15:54:21 +02:00
0f38ece743 [ticket/17172] Use correct lang for forum links
PHPBB3-17172
2023-09-22 17:08:02 +02:00
e80cf43adc Merge pull request #6536 from Crizz0/ticket/17194
[ticket/17194] Move php version in vagrant from folders to sites
2023-09-22 15:11:42 +02:00
aba7f4a9e6 [ticket/17194] Move php version in vagrant from folders to sites
PHPBB3-17194
2023-09-22 13:17:22 +02:00
e1052bd168 Merge pull request #6532 from marc1706/ticket/12785
[ticket/12785] Prefer REQUEST_URI over PHP_SELF in early redirects
2023-09-21 19:29:21 +02:00
d59a4d4aad [ticket/17188] Add unit tests
Adds rxu's unit tests, with rubencm's fix

PHPBB3-17188
2023-09-16 12:55:23 +02:00
8360752b2a [ticket/17188] Allow request variable to check multiline unicode
Change set_var to check for multiline strings if multibyte

PHPBB3-17188
2023-09-16 12:55:23 +02:00
d572070456 [ticket/12785] Prefer REQUEST_URI over PHP_SELF in early redirects
PHPBB3-12785
2023-09-16 12:02:39 +02:00
4513d1c0af [ticket/16877] Bump minimum PHP version to 7.2.0
PHPBB3-16877
2023-08-15 20:28:41 +02:00
74fe9f40b7 [ticket/16877] Use replacement library for oauth
PHPBB3-16877
2023-08-15 19:56:36 +02:00
bdbbc63b9c Merge pull request #6524 from marc1706/ticket/17129
[ticket/17129] Use sql_build_array for cleaner update of youtube profile field
2023-08-15 18:19:43 +02:00