1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 15:41:26 +02:00
Commit Graph

6120 Commits

Author SHA1 Message Date
Marc Alexander
072001de9c Merge pull request #6728 from rxu/ticket/17402-master
[ticket/17402] Add CLI reparser option to force reparsing BBCode - master
2024-10-19 17:15:42 +02:00
Marc Alexander
c1c5f6656f Merge branch '3.3.x' 2024-10-17 20:38:58 +00:00
rxu
626bf0ab7b Merge branch 'ticket/17402' into ticket/17402-master 2024-10-17 00:34:05 +07:00
Marc Alexander
fd58e4f338 [ticket/17398] Use referer for web paths in ajax requests
PHPBB-17398
2024-10-09 20:16:30 +02:00
Marc Alexander
36de1a49b1 [ticket/14404] Set board & admin timezone based on browser timezone
PHPBB-14404
2024-10-06 17:41:17 +02:00
Marc Alexander
1ed5670afe [ticket/17343] Clean up code for webpush output
PHPBB-17343
2024-10-02 22:06:43 +02:00
Marc Alexander
73a06ef4df [ticket/17343] Fix emoji display and load users for notification text
PHPBB-17343
2024-10-01 21:33:57 +02:00
Marc Alexander
767d9e1198 [ticket/17343] Display push notifications in user language
PHPBB-17343
2024-09-30 19:39:05 +02:00
Marc Alexander
94112979a0 Merge pull request #6702 from marc1706/ticket/16777
[ticket/16777] Remove remainders of max image size
2024-09-29 20:47:40 +02:00
Marc Alexander
8de32341e2 Merge branch '3.3.x' 2024-09-29 20:40:43 +02:00
Marc Alexander
9ace4dc585 [ticket/17385] Change default value in docblock
PHPBB-17385
2024-09-28 16:01:02 +01:00
rxu
2ac9c0ae7c [ticket/17402] Add CLI reparser option to force reparsing BBCode
PHPBB-17402
2024-09-28 21:47:09 +07:00
Marc Alexander
96df4d1284 Merge pull request #6664 from rubencm/ticket/17357
[ticket/17357] Remove file_info from storage
2024-09-25 17:07:04 +02:00
Marc Alexander
929013388f [ticket/12479] Fix use statements in file_downloader
PHPBB-12479
2024-09-10 22:00:58 +02:00
Marc Alexander
f7d16fc626 [ticket/12479] Convert file_downloader to use guzzle instead of fsockopen
PHPBB-12479
2024-09-10 22:00:07 +02:00
Marc Alexander
cbeeeee93f Merge branch '3.3.x' 2024-09-01 16:51:08 +02:00
rxu
76752800c2 [ticket/17386] Fix resulting permission for user-based tracing
PHPBB-17386
2024-08-31 22:14:52 +07:00
Marc Alexander
db8d6a0240 Merge branch '3.3.x' 2024-08-29 20:35:37 +02:00
Marc Alexander
88243d296c [prep-release-3.3.13] Add migration for 3.3.13 2024-08-28 20:12:25 +02:00
Marc Alexander
752a0142b8 Merge pull request #6692 from iMattPro/ticket/17371
[ticket/17371] Web Push UX Updates
2024-08-12 21:38:37 +02:00
Marc Alexander
28e217aa84 [ticket/16777] Remove remainders of max image size
PHPBB-16777
2024-08-09 21:14:53 +02:00
Marc Alexander
c3e6844b36 Merge branch '3.3.x' 2024-08-05 20:33:10 +02:00
Marc Alexander
e9e305ee9f [prep-release-3.3.13] Add migration for 3.3.13-RC1 2024-08-02 19:20:35 +02:00
Marc Alexander
b60c2fe92e Merge branch '3.3.x' 2024-08-01 22:18:50 +02:00
Marc Alexander
b7ffee0945 Merge pull request #6698 from marc1706/ticket/17375
[ticket/17375] Ensure user last visit does not get updated for active sessions in session gc
2024-08-01 22:18:23 +02:00
Marc Alexander
b6e39dedfc Merge pull request #6663 from rxu/ticket/17358-master
[ticket/17358] Properly handle Redis cache expiration time - master
2024-08-01 20:25:05 +02:00
Marc Alexander
56c1b9b5bd Merge pull request #6662 from rxu/ticket/17358
[ticket/17358] Properly handle Redis cache expiration time - 3.3.x
2024-08-01 20:24:23 +02:00
Marc Alexander
18c00a902f [ticket/17375] User last active should be updated to current time
PHPBB-17375
2024-07-31 21:25:33 +02:00
Marc Alexander
8497104bdb [ticket/17375] Ensure session garbage collection only happens for expired ones
PHPBB-17375
2024-07-31 21:24:45 +02:00
Marc Alexander
6747c4e62a Merge branch '3.3.x' 2024-07-28 20:47:17 +02:00
Marc Alexander
935c1a3ea2 Merge pull request #6680 from marc1706/ticket/17366
[ticket/17366] Resolve issues with form submissions and recaptcha
2024-07-28 20:47:14 +02:00
Marc Alexander
d7d238caeb Merge branch '3.3.x' 2024-07-28 20:44:59 +02:00
Marc Alexander
6eb49d0907 Merge pull request #6681 from marc1706/ticket/16213
[ticket/16213] Add .htaccess for phpbb and vendor folders
2024-07-28 20:44:56 +02:00
Marc Alexander
09b5d6605e Merge branch '3.3.x' 2024-07-28 20:35:52 +02:00
Marc Alexander
cf47bed67e Merge pull request #6689 from marc1706/ticket/17370
[ticket/17370] Move delete cookies functionality to controller
2024-07-28 20:35:42 +02:00
Marc Alexander
2afb6bd8cd Merge pull request #6687 from marc1706/ticket/12479
[ticket/12479] Remove deprecated functions
2024-07-24 22:45:53 +02:00
Marc Alexander
efff5ac49e [ticket/12479] Fix use statements in file_downloader
PHPBB-12479
2024-07-23 21:06:48 +02:00
Marc Alexander
02c59fdf43 [ticket/12479] Convert file_downloader to use guzzle instead of fsockopen
PHPBB-12479
2024-07-23 21:04:34 +02:00
Matt Friedman
5e80be96e4 [ticket/17371] Code fixes and hard-coded lang vars
PHPBB-17371

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-17 09:30:08 -07:00
Marc Alexander
704453b5d1 Merge pull request #6670 from marc1706/ticket/17353-master
[ticket/17353] Get gravatar img src and fix incorrect treatment of height -- master version
2024-07-16 21:04:07 +02:00
Marc Alexander
45d64a1627 Merge pull request #6660 from marc1706/ticket/17353
[ticket/17353] Get gravatar img src and fix incorrect treatment of height
2024-07-16 21:03:44 +02:00
Marc Alexander
294c517256 [ticket/17370] Add controller for deleting cookies
PHPBB-17370
2024-07-14 20:42:03 +02:00
Marc Alexander
ca3e692a95 Merge branch '3.3.x' 2024-07-13 19:42:51 +02:00
Marc Alexander
99c97b951f Merge pull request #6642 from rxu/ticket/17338
[ticket/17338] Prefer user_last_active to display user last activity info
2024-07-13 19:42:48 +02:00
Marc Alexander
f835fba49e [ticket/12479] Remove unused ini class and related function
PHPBB-12479
2024-07-12 21:24:37 +02:00
Marc Alexander
3e0637ad2e [ticket/12479] Remove set_var, phpbb_email_hash, and phpbb_http_login
PHPBB-12479
2024-07-12 21:09:26 +02:00
Marc Alexander
54ba185d82 [ticket/12479] Remove deprecated phpbb\filesystem class
PHPBB-12479
2024-07-11 21:30:44 +02:00
Marc Alexander
6395639345 [ticket/12479] Remove deprecated functions
PHPBB-12479
2024-07-11 20:35:26 +02:00
Marc Alexander
1449706da9 Merge branch '3.3.x' 2024-07-10 22:46:10 +02:00
crowjake
30144052da [ticket/17365] Prevent keyword limit being bypassed with the use of +, - and |
Provided `$countable_keywords` wherein the existing `$keywords` value is
modified so that any `-`, `+` and `|` characters without preceding spaces
is replaced with the same but with a space in front of each.

These spaces allow the string to be more accurately split when used instead
of $keywords inside the $num_keywords calculation.

This prevents the word limit being bypassed in search by the use of
operators without whitespace.

PHPBB-17365
2024-07-07 23:04:19 +01:00