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

242 Commits

Author SHA1 Message Date
Marc Alexander
48454308ae [ticket/17414] Replace confirm types with enum
PHPBB-17414
2024-10-17 19:50:36 +02:00
Marc Alexander
589fe70be6 [ticket/17414] Change handling of validate to new logic
PHPBB-17414
2024-10-17 19:50:25 +02:00
Marc Alexander
2a6609013d [ticket/17414] Remove request data from validate call
PHPBB-17414
2024-10-17 19:49:01 +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
8c8f7315ea Merge branch '3.3.x' 2024-05-08 17:22:18 +02:00
Marc Alexander
76ab83893b [ticket/15325] Rename variable for sql is local exclude
PHPBB3-15325
2024-05-06 20:06:10 +02:00
Marc Alexander
6c45c1ff6b [ticket/15325] Do not show non-local permissions for local data
PHPBB3-15325
2024-04-23 20:49:02 +02:00
Marc Alexander
3e2628fb73 [ticket/17176] Ensure slow tests are not run when not selected
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Micha Ober
f4af87f718 [ticket/17097] Fix PHP 8.2 deprecation warnings
PHPBB3-17097
2023-05-28 01:28:03 +02:00
Ruben Calvo
3e8fced5c8 [ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
fab81eca2b [ticket/16955] Add missing docblocks and fix unclear ones
PHPBB3-16955
2022-12-30 17:27:31 +01:00
Marc Alexander
eeeb69b4ae [ticket/16955] Clean up auth classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
Marc Alexander
0a64ffa834 Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
lionel-rowe
9b2f42748c [ticket/16981] Fix HTML-encoded emojis in email subject line
PHPBB3-16981
2022-04-05 17:18:33 +01:00
Marc Alexander
41363c8bed Merge branch '3.3.x' 2021-07-06 22:02:24 +02:00
rxu
dd62829f96 [ticket/16799] Use offsetExists() method instead of array_key_exists()
PHPBB3-16799
2021-07-01 03:04:38 +07:00
rxu
7b5ad8bb74 [ticket/16799] Fix OAuth external account linking PHP fatal error
PHPBB3-16799
2021-06-15 00:08:45 +07:00
Marc Alexander
cbff1d48dc Merge branch '3.3.x' 2021-05-01 21:52:12 +02:00
3D-I
c4efe5d0fa [ticket/16735] Fix access array offset on value of type bool on login
properly check if is an array first

PHPBB3-16735
2021-03-23 23:58:13 +01:00
3D-I
736b619294 [ticket/16735] Fix access array offset on value of type bool on login
Remove redundant type casting

PHPBB3-16735
2021-03-23 22:18:05 +01:00
3D-I
5b84c51d81 [ticket/16735] Fix access array offset on value of type bool on login
PHPBB3-16735
2021-03-23 02:41:13 +01:00
3D-I
e0b4f3ff37 [ticket/16735] Fix access array offset on value of type bool on login
PHPBB3-16735
2021-03-23 02:02:28 +01:00
Marc Alexander
53dfba003e Merge branch '3.3.x' 2021-03-09 19:58:19 +01:00
Marc Alexander
bf5f0bb8f7 [ticket/16655] Add support for custom error message when exceeding attempts
PHPBB3-16655
2021-03-07 12:03:49 +01:00
Marc Alexander
7bfcd4f288 Merge branch '3.3.x' 2021-02-18 21:14:20 +01:00
3D-I
c499025623 [ticket/16706] Fix undefined array keys on user IP ban
PHPBB3-16706
2021-02-16 01:43:49 +01:00
Máté Bartus
cd74556058 Merge branch '3.3.x' 2021-01-26 18:43:02 +01:00
Máté Bartus
9cc910cb34 Merge pull request #6128 from 3D-I/ticket/16689
[ticket/16689] Fix SQL errors for Bitly OAuth
2021-01-26 18:42:02 +01:00
Máté Bartus
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685 [ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
3D-I
6f183a831c [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:29:12 +01:00
3D-I
c543400955 [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:27:04 +01:00
3D-I
2c4b862648 [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:15:58 +01:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
7cf148ea13 [ticket/16271] Fix invalid docblocks
PHPBB3-16271
2019-12-27 14:58:42 +01:00
Marc Alexander
f460194379 [ticket/12574] Remove passwords manager & container requirement from oauth
PHPBB3-12574
2019-11-16 23:05:36 +01:00
Marc Alexander
a00b8c2920 [ticket/12574] Clean up dependencies of db auth provider
PHPBB3-12574
2019-11-16 16:02:44 +01:00
Marc Alexander
9e0c3fc81e [ticket/12574] Stop using passwords manager in apache provider
PHPBB3-12574
2019-11-16 16:02:43 +01:00
Marc Alexander
2c3a24b678 [ticket/12574] Remove passwords manager dependency from ldap
Also started to implement tests for ldap provider.

PHPBB3-12574
2019-11-16 16:02:42 +01:00
Marc Alexander
4679433ae1 [ticket/16008] Adjust naming and remove typo
PHPBB3-16008
2019-11-11 18:21:18 +01:00
mrgoldy
cbb5e6f765 [ticket/16008] Enforce string data type as per ticket/16181
PHPBB3-16008
2019-11-03 11:48:10 +01:00
mrgoldy
219955fa6c [ticket/16008] Remove empty line, re-add @changed and remove duplicate code
PHPBB3-16008
2019-11-03 11:48:08 +01:00
mrgoldy
95a696c4da [ticket/16008] Properly order get_external_service_provider
PHPBB3-16008
2019-11-03 11:44:56 +01:00
mrgoldy
85910fe5bc [ticket/16008] Add missing empty line
PHPBB3-16008
2019-11-03 11:44:54 +01:00
mrgoldy
0b39e4e854 [ticket/16008] Clean up phpBB OAuth system
PHPBB3-16008
2019-11-03 11:41:39 +01:00
Marc Alexander
ebdb38857c [ticket/16181] Fix typo in comment
PHPBB3-16181
2019-10-20 20:54:39 +02:00
mrgoldy
29957a92ef [ticket/16181] Fix spelling mistake in associated
PHPBB3-16181
2019-10-08 20:19:46 +02:00
mrgoldy
1f669a31a0 [ticket/16181] Enforce string data type
PHPBB3-16181
2019-10-08 20:12:24 +02:00
rubencm
ecb39bc435 [ticket/13175] Check if account is already linked when using OAuth
PHPBB3-13175
2019-08-14 14:51:19 +00:00