Commit graph

1494 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
e84e9cace4
[ticket/17414] Extend plugin interface and wrapper
PHPBB-17414
2024-10-17 19:46:33 +02:00
Marc Alexander
272daae337
Merge pull request #6533 from rxu/ticket/17151-2
[ticket/17151] Make settings forms use macros
2024-06-04 20:23:17 +02:00
Marc Alexander
b22726294d
Merge branch '3.3.x' 2024-05-31 21:41:59 +02:00
Marc Alexander
2976314205
Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-31 21:41:03 +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
rxu
3597c15100
[ticket/17151] Adjust code styling
PHPBB3-17151
2024-05-25 11:57:39 +07:00
rxu
52517a5efd
[ticket/17151] Fix registration test error
PHPBB3-17151
2024-05-25 11:57:35 +07:00
Marc Alexander
c6fd14352e
Merge branch '3.3.x' 2024-05-23 21:34:29 +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
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
d4b6ad5620
[ticket/17010] Add controller methods for subscribe/unsubscribe and others
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
199bc8f964
[ticket/17010] Add first webpush controller and start ucp integration
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
88385d6da2
Merge branch '3.3.x' 2023-10-22 16:15:36 +02:00
Marc Alexander
137422116e
[ticket/security-132] Limit maximum number of captcha attempts at register
SECURITY-132
2023-10-05 21:06:15 +02:00
Marc Alexander
1e3d9f99b4
Merge branch '3.3.x' 2023-10-04 21:51:48 +02:00
Marc Alexander
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
Marc Alexander
9bae0ae928
Merge branch 'ticket/17137' into ticket/17137-master 2023-08-06 16:38:10 +02:00
Marc Alexander
6268693cff
[ticket/17137] Improve code claritiy for math operation vs. comparison
PHPBB3-17137
2023-08-06 16:37:23 +02:00
Marc Alexander
9515abdb91
[ticket/13399] Add separate plural rules for characters count
PHPBB3-13399
2023-07-31 21:14:05 +02:00
Marc Alexander
4ee1dc9ecf
Merge branch 'ticket/17137' into ticket/17137-master 2023-07-29 10:07:06 +02:00
Marc Alexander
1dedb05dce
[ticket/17137] Add missing post_time column to query
PHPBB3-17137
2023-07-29 10:06:35 +02:00
Marc Alexander
f9fca89ab6
Merge branch 'ticket/17137' into ticket/17137-master 2023-07-28 20:44:38 +02:00
Marc Alexander
e3547aeb82
[ticket/17137] Allow deleting user files only when post/pm can be changed
PHPBB3-17137
2023-07-28 20:43:32 +02:00
Marc Alexander
4e9cf239ed
[ticket/15687] Force supplied filename to be correct and modify route
PHPBB3-15687
2023-06-28 10:51:22 +02:00
Marc Alexander
df6ab1a811
[ticket/15687] Add attachment filename to attachment URL
This will also fix the invalid requirements for the file parameter of the URL.

PHPBB3-15687
2023-06-27 21:00:16 +02:00
Marc Alexander
9d087622e0
Merge branch '3.3.x' 2023-05-23 20:54:43 +02: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
Marc Alexander
73f9398ab0
Merge pull request #6470 from marc1706/ticket/17100
[ticket/17100] Introduce twig macros for commonly used form elements
2023-05-23 20:46:31 +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
db93cfba0e
Merge branch '3.3.x' 2023-04-11 21:17:41 +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
Marc Alexander
015472ab91
[ticket/17100] Move timezone select HTML from PHP file
PHPBB3-17100
2023-04-09 13:43:04 +02:00
Marc Alexander
2dfe5ebe6d
[ticket/17100] Refactor code to be more reusable
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
4846723bb6
[ticket/17100] Move lang options HTML to template
PHPBB3-17100
2023-04-09 13:42:59 +02:00
Christian Schnegelberger
3f6abe056a [ticket/17004] Repair pagination func for global announce in ucp front
PHPBB3-17004
2023-02-02 18:06:36 +01:00
Marc Alexander
1933a8ab47
[ticket/15769] Make basic upload, refresh, and errors work
PHPBB3-15769
2022-12-13 21:17:49 +01:00
Marc Alexander
7cdd30958d
[ticket/15769] Start integrating upload of cropped image via AJAX
PHPBB3-15769
2022-12-13 21:17:48 +01:00
Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
c84403286e
Merge branch '3.3.x' 2022-07-28 20:26:03 +02:00
Marc Alexander
7275f9e7f1
[ticket/17003] Small code style adjustmens
PHPBB3-17003
2022-07-27 18:17:46 +02:00
Patrick Webster
040c2e9b78 [ticket/17003] Include topic icon on UCP front page
Prosilver already supports rendering topic icons on this view, but the backend
didn't populate the needed topicrow values.

PHPBB3-17003
2022-07-09 14:57:01 -05:00
Marc Alexander
5f7ce9b66a
Merge branch '3.3.x' 2022-04-30 23:02:13 +02:00
Marc Alexander
898075f0f8
Merge pull request #6391 from battye/ticket/16800
[ticket/16800] Fix 'No Posts' bug when no date format supplied
2022-04-30 23:02:10 +02:00