1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00

33746 Commits

Author SHA1 Message Date
rxu
33dfaa478c
[ticket/16470] Further do not rely on session_time displaying user activity
session_time has not been updated during session_length, so relying on it last
activity data will be incorrect, especially if session_length value is high.
Thus rely on regular and properly updated user_lastvisit.
Remove user_lastvisit vs with session_time sync for the same reason.
Also get rid of the session_last_visit field as it floats between
user_lastvisit and session_time and actually is meaningless.

PHPBB3-16470
PHPBB3-14173
2023-06-22 13:09:51 +07:00
im4bb
4c72b76809
[ticket/17146] Use empty for checking if user_jabber is not empty
PHPBB3-17146
2023-06-21 22:09:00 +02:00
Marc Alexander
bf50c63d6e
Merge pull request #6491 from im4bb/ticket/17145
Change static to private variable due to php81 inheritance
2023-06-21 20:35:54 +02:00
im4bb
464466cade
[ticket/17145] Change static to private variable due to php81 inheritance
PHPBB3-17145
2023-06-21 10:46:55 +02:00
rxu
735b826063
[ticket/16470] Do not sync user last visit time with expired sessions time
PHPBB3-16470
PHPBB3-14173
2023-06-21 00:02:29 +07:00
Marc Alexander
b613c9f63d
Merge pull request #6488 from rxu/ticket/17142
[ticket/17142] Fix DBMS+cache related PHP warnings while installing - 3.3.x
2023-06-20 11:38:36 +02:00
Marc Alexander
acaec9f95f
[ticket/17129] Update regex and tests for changed input data to youtube cpf
PHPBB3-17129
2023-06-20 10:32:48 +02:00
Marc Alexander
2f3066235c
Merge pull request #6495 from marc1706/ticket/17149
[ticket/17149] Update authors list and simplify pull request template
2023-06-19 11:44:45 +02:00
Marc Alexander
e0a30fbce7
[ticket/17149] Remove extra note from pull request template
PHPBB3-17149
2023-06-19 09:51:15 +02:00
Marc Alexander
a8658fe4d1
[ticket/17149] Move mrgoldy to former developers
PHPBB3-17149
2023-06-19 09:50:24 +02:00
Marc Alexander
c11f16fda0
Merge pull request #6484 from rxu/ticket/17107
[ticket/17107] Fix viewonline page locations for posting modes - 3.3.x
2023-06-18 23:12:59 +02:00
rxu
bbe2b21310
[ticket/16470] Correctly handle user last visit update on session create
PHPBB3-16470
PHPBB3-14173
2023-06-18 23:56:44 +07:00
rxu
8c33a2180d
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
(support was added since v. 9.4).
Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.

PHPBB3-17148
2023-06-18 00:46:27 +07:00
rxu
9e55d3cb44
[ticket/16470] Adjust user last visit time update logic
Previous logic doesn't work correctly as session_time value got updated
in regular manner, so that its 60 seconds lag with time_now
can be unreachable in some cases. So update user_lastvisit if it lags
for 60 sec of session_time.

PHPBB3-16470
PHPBB3-14173
2023-06-17 00:50:22 +07:00
rxu
a14e8f8ce5
[ticket/16470] Adjust method result type
PHPBB3-16470
PHPBB3-14173
2023-06-15 23:21:34 +07:00
rxu
4f9bd296a7
[ticket/17107] Add method parameter and result type declarations
PHPBB3-17107
2023-06-14 21:13:49 +07:00
Marc Alexander
65fb35223c
Merge pull request #6486 from rxu/ticket/17139
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
2023-06-11 21:57:06 +02:00
rxu
aefdd86020
[ticket/16470] Add migration to update existing data
PHPBB3-16470
PHPBB3-14173
2023-06-12 01:37:34 +07:00
rxu
aafb522538
[ticket/16470] Update user last visit time on session begin
Update user last visit time on session begin same way as on session create.

PHPBB3-16470
PHPBB3-14173
2023-06-11 15:51:41 +07:00
rxu
1eb81e9b2a
[ticket/17142] Fix class inheritance issues
PHPBB3-17142
2023-06-08 10:11:54 +07:00
rxu
d8d67b5f17
[ticket/17142] Fix tests' mock cache class
PHPBB3-17142
2023-06-08 09:16:47 +07:00
rxu
7adee3c50d
[ticket/17142] Fix DBMS+cache related PHP warnings while installing
PHPBB3-17142
2023-06-08 00:59:32 +07:00
Marc Alexander
75dcbeaa9f
Merge pull request #6478 from m-ober/ticket/17097
[ticket/17097] Fix PHP 8.2 deprecation warnings
2023-05-29 20:38:59 +02:00
Micha Ober
f4af87f718 [ticket/17097] Fix PHP 8.2 deprecation warnings
PHPBB3-17097
2023-05-28 01:28:03 +02:00
rxu
26d002a51a
[ticket/17139] Fix more PHP fatal errors
PHPBB3-17139
2023-05-25 20:22:42 +07:00
rxu
e0144ae7b2
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
Uncaught TypeError: ftp_delete(): Argument #1 ($ftp) must be of type
FTP\\Connection, bool given
Stack trace:
#0 [ROOT]/includes/functions_transfer.php(427): ftp_delete(false, '...')

PHPBB3-17139
2023-05-24 22:39:16 +07:00
rxu
c2c7c271e7
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
PHPBB3-17139
2023-05-24 20:49:01 +07:00
rxu
dfe6421da8
[ticket/17107] Fix docblock issues
PHPBB3-17107
2023-05-24 20:27:53 +07:00
rxu
60d267893c
[ticket/17107] Fix viewonline functional test
PHPBB3-17107
2023-05-24 19:35:37 +07:00
Marc Alexander
e0361fe9fe
Merge pull request #6469 from Crizz0/ticket/17004
[ticket/17004] Repair pagination func for global announcements in ucp front
2023-05-23 20:54:35 +02:00
rxu
130e7f7e8a
[ticket/17107] Fix viewonline helper test
PHPBB3-17107
2023-05-23 19:26:45 +07:00
rxu
f5c5d7d1e6
[ticket/17107] Fix viewonline page locations for posting modes
PHPBB3-17107
2023-05-23 19:09:13 +07:00
Marc Alexander
bddb4decfb
Merge pull request #6480 from rxu/ticket/17132
[ticket/17132] Restore language entries missing in phpBB 2.0 converter
2023-05-16 20:49:25 +02:00
Marc Alexander
3cde5974d2
Merge pull request #6482 from marc1706/ticket/15129
[ticket/15129] Ensure link to installation guide is correct
2023-05-16 20:46:34 +02:00
Marc Alexander
5655febb8d
[ticket/15129] Ensure link to installation guide is correct
PHPBB3-15129
2023-04-26 21:42:54 +02:00
Marc Alexander
437839ba72
[ticket/17129] Update contact url template
PHPBB3-17129
2023-04-26 20:54:24 +02:00
rxu
4f49fb1f98
[ticket/17132] Restore language entries missing in phpBB 2.0 converter
PHPBB3-17132
2023-04-21 00:23:35 +07:00
Marc Alexander
6e77ca50ae
[ticket/17129] Update social media profile types to support latest URLs
PHPBB3-17129
2023-04-17 21:40:27 +02:00
Christian Schnegelberger
015c038d92 [ticket/17004] Remove not needed if and topic_count
PHPBB3-17004
2023-04-17 18:44:03 +02:00
Marc Alexander
bd55fe7e8c
[ticket/17129] Update youtube profile field to be up to date with migrations
PHPBB3-17129
2023-04-16 10:01:45 +02:00
Marc Alexander
6e66f1505c
Merge pull request #6392 from lionel-rowe/ticket/8071
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
2023-04-11 22:18:57 +02:00
Marc Alexander
640a2221a5
Merge pull request #6477 from rxu/ticket/17127
[ticket/17127] Do not purge guest sessions when resetting password
2023-04-11 21:17:28 +02:00
Marc Alexander
c27214495c
[ticket/17127] Remove redundant check for changed password
user_password will have been updated if u_chgpasswd is yes and new password
has been set, no need to check password against old hash again.

PHPBB3-17127
2023-04-10 19:39:23 +02:00
rxu
98f6a1a300
[ticket/17127] Do not purge guest sessions when resetting password
PHPBB3-17127
2023-04-07 18:37:57 +07:00
Marc Alexander
0260fcd6a7
Merge pull request #6474 from andrew-demb/patch-2
Fix filename in instructions about running all tests
2023-04-05 21:40:02 +02:00
Marc Alexander
f2d004a881
Merge pull request #6472 from rxu/ticket/17115
[ticket/17115] Fix PHP warning for space+hyphen ending search query - 3.3.x
2023-04-04 21:32:39 +02:00
Andrii Dembitskyi
31654e728f
[ticket/17126] Fix filename in instructions about running all tests
PHPBB3-17126
2023-04-04 20:45:03 +02:00
Marc Alexander
c879d9380f
Merge pull request #6475 from iMattPro/ticket/17125
[ticket/17125] use box-sizing for message box text areas
2023-04-04 20:34:49 +02:00
Matt Friedman
9db5da5b3d [ticket/17125] Use box-sizing to fix message box
PHPBB3-17125
2023-04-02 14:27:35 +00:00
Matt Friedman
d5aa6189b6 [ticket/17125] Use FlexBox for message and smileys
PHPBB3-17125
2023-03-31 19:05:18 +00:00