Commit graph

12702 commits

Author SHA1 Message Date
Marc Alexander
8899fcfdc2
Merge pull request #6626 from LukeWCS/ticket/17325
[ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
2024-05-31 09:50:54 +02:00
Marc Alexander
2aba9b0e3f
[prep-release-3.3.12] Remove columns from user_add
These have default values and do not require setting in user_add().
2024-05-30 20:39:52 +02:00
Marc Alexander
607fe555af
[prep-release-3.3.12] Update version numbers to 3.3.12 2024-05-30 11:00:22 +02:00
Marc Alexander
1c1c981b17
[ticket/security/276] Centralise call for token expiration
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
7c661746cf
[ticket/security/276] Add test for expiration timer
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
24dd47adcf
[ticket/security/276] Add missing information message
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
f853f6523f
[ticket/security/276] Prevent sending activation emails multiple times per day
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
4b206ee28b
Merge branch '3.3.x' 2024-05-28 21:08:17 +02:00
LukeWCS
ae18669fcd [ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
Show explicit message for "Re-Check version" if installed version is still up
to date

PHPBB3-17325
2024-05-28 20:55:49 +02:00
battye
6f345e43cb [ticket/16553] Change double quotes to single quotes
PHPBB3-16553
2024-05-27 07:55:08 +00:00
battye
558b8ae7ed [ticket/16553] Fix approve reported posts bug
Fixes the module not accessible error when trying to approve a reported post.

PHPBB3-16553
2024-05-27 05:18:08 +00:00
rxu
a1f236d85e
[ticket/17151] Fix board disable access setting
PHPBB3-17151
2024-05-25 12:50:04 +07:00
rxu
3597c15100
[ticket/17151] Adjust code styling
PHPBB3-17151
2024-05-25 11:57:39 +07:00
rxu
b6572652df
[ticket/17151] Revert radio yes_no/enabled_disabled, fix select "selected"
PHPBB3-17151
2024-05-25 11:57:38 +07:00
rxu
6349d3c126
[ticket/17151] Reimplement radio buttons yes_no / enabled_disabled shorthands
PHPBB3-17151
2024-05-25 11:57:38 +07:00
rxu
9401a59cfc
[ticket/17151] Refactor radio buttons output logic
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
130366edfa
[ticket/17151] Fix PHP warning on board settings page, add ACP pages test
PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
1cbe1d86da
[ticket/17151] Improve radio input type handling
- allow more than 2 buttons count
- allow custom buttons order
- allow custom button labels

Implemented by allowing JSON data format, backward compatibility preserved.

PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
7f365855ce
[ticket/17151] Deduplicate code for building configuration options data
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
7b04e411b6
[ticket/17151] Fix tests
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
52517a5efd
[ticket/17151] Fix registration test error
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
72770937f2
[ticket/17151] Make settings forms use macros
PHPBB3-17151
2024-05-25 11:57:30 +07:00
Ruben Calvo
05fafdc445
[ticket/17323] Fix division by 0 when there is 0 posts
PHPBB3-17323
2024-05-25 04:40:44 +02:00
Marc Alexander
c6fd14352e
Merge branch '3.3.x' 2024-05-23 21:34:29 +02:00
Marc Alexander
477f5d9e1d
Merge pull request #6617 from battye/ticket/17109
[ticket/17109] Don't show the attach signature option if the user doesn't have permission
2024-05-23 21:34:26 +02:00
Marc Alexander
f22784f0a4
Merge branch '3.3.x' 2024-05-22 21:55:14 +02:00
Marc Alexander
d14f98f672
Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-22 21:54:10 +02:00
Marc Alexander
9ecf09dbe8
[ticket/17312] Add and use user_last_active where needed and useful
PHPBB3-17312
2024-05-18 20:58:07 +02:00
battye
611faafaf3 [ticket/17109] Check attach signature permissions
Don't show the attach signature option if the
user doesn't have permission or if the signature
feature is disabled for the board.

PHPBB3-17109
2024-05-17 14:38:18 +00:00
Marc Alexander
e195e2ad82
[3.3.x] Update version to 3.3.13-dev 2024-05-12 21:10:16 +02:00
Marc Alexander
f13b17fd00
[prep-release-3.3.12] Update version numbers to 3.3.12-RC1 2024-05-09 12:59:35 +02:00
Marc Alexander
8c8f7315ea
Merge branch '3.3.x' 2024-05-08 17:22:18 +02:00
Marc Alexander
eb12d385a0
Merge pull request #6549 from marc1706/ticket/15325
[ticket/15325] Do not show non-local permissions for local data
2024-05-08 17:22:15 +02:00
Marc Alexander
844bf0141f
Merge pull request #6602 from Crizz0/ticket/17306-master
[ticket/17306] Add type declaration to get_context and array for $words (for Master)
2024-04-28 21:07:52 +02:00
Marc Alexander
df43810f55
Merge pull request #6600 from Crizz0/ticket/17306
[ticket/17306] Add type declaration to get_context and array for $words
2024-04-28 21:07:08 +02:00
Marc Alexander
f81c217015
Merge pull request #6599 from marc1706/ticket/12960
[ticket/12960] Remove broken captcha and add incomplete captcha as placeholder
2024-04-28 09:02:14 +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
Christian Schnegelberger
8f1a777c5f
[ticket/17306] Add type declaration to get_context and array for $words
PHPBB3-17306
2024-04-21 21:22:46 +02:00
Christian Schnegelberger
17a50027b1
[ticket/17306] Change type description for get_context()
PHPBB3-17306
2024-04-21 21:21:09 +02:00
Marc Alexander
3e23839c04
[ticket/12960] Add warning messages when captcha is disabled or incomplete
PHPBB3-12960
2024-04-17 19:55:06 +02:00
rxu
b7076f5cd4
Merge branch 'ticket/17303' into ticket/17303-master 2024-04-15 00:42:34 +07:00
rxu
abffd0f662
[ticket/17303] Update jQuery to the version 3.7.1
PHPBB3-17303
2024-04-15 00:19:52 +07:00
Marc Alexander
82db151303
Merge branch '3.3.x' 2024-04-10 16:37:38 +02:00
Marc Alexander
70d61a4e91
Merge pull request #6416 from marc1706/ticket/17010
[ticket/17010] Implement notification method for web push
2024-04-03 20:05:23 +02:00
rxu
b38e8a2c84
[ticket/17299] Allow event to modify email core vars before sending a message
PHPBB3-17299
2024-03-31 09:55:57 +07:00
Marc Alexander
fc23fd39d2
Merge pull request #6587 from iMattPro/ticket/17291
[ticket/17291] Use icon function in ACP templates
2024-03-04 21:49:26 +01:00
Matt Friedman
690370fac0
[ticket/17291] Icon class clean up
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-24 21:31:10 -08:00
Marc Alexander
a86d222ab0
[ticket/17010] Remove not needed empty line
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
8d9a7aa62c
[ticket/17010] Add new interface and create template data in type
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
7410c3be6f
[ticket/17010] Generate VAPID keys with javascript in ACP
PHPBB3-17010
2024-02-24 11:58:30 +01:00