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
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
Marc Alexander
7410c3be6f
[ticket/17010] Generate VAPID keys with javascript in ACP
...
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
873a22176d
[ticket/17010] Add Webpush settings and language entries
...
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
d05e2dd043
[ticket/17010] Add first web push settings to ACP
...
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
769f5bc397
[ticket/17010] Add settings and some more notification code
...
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Matt Friedman
873c838d57
[ticket/17291] Replace old forum GIFs with SVGs
...
PHPBB3-17291
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-23 13:44:24 -08:00
Marc Alexander
12a942747a
Merge pull request #6564 from marc1706/ticket/13162
...
[ticket/13162] Add truncate table functionality to database tools
2024-02-23 19:57:49 +01:00
Marc Alexander
86af3c0f56
Merge pull request #6541 from Crizz0/ticket/17093-master
...
[ticket/17093] Add ACP setting to limit access to disabled board
2024-02-22 20:01:59 +01:00
Marc Alexander
232dfa6b20
[ticket/17093] Add docblock and use language instead of user
...
PHPBB3-17093
2024-02-19 18:54:12 +01:00
Marc Alexander
d8608e4ba5
[ticket/17093] Remove not needed values
...
PHPBB3-17093
2024-02-19 18:49:37 +01:00
Christian Schnegelberger
c000089cfd
[ticket/17093] Remove short if in selected
...
PHPBB3-17093
2024-02-04 16:45:04 +01:00
Christian Schnegelberger
73806f9342
[ticket/17093] Use acp twig macro for display of acp board setting
...
PHPBB3-17093
2024-02-04 15:15:22 +01:00
Marc Alexander
59f387e828
[ticket/13162] Use db tools for truncating
...
PHPBB3-13162
2023-12-17 19:49:23 +01:00
Marc Alexander
09cc08ea74
[ticket/16944] Unify footer code and clean up code
...
PHPBB3-16944
2023-11-12 20:09:42 +01:00
Marc Alexander
0434bce5af
[ticket/16944] Generate iconify bundle as needed via icons & assets bag
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
a1b41f25ef
[ticket/16944] Handle bundling of iconify icons in ACP
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
58b777b51c
[ticket/9687] Some more code cleanup after code review
...
PHPBB3-9687
2023-11-06 20:30:59 +01:00
Marc Alexander
cf26a30030
[ticket/9687] Make unbanning work again
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
872439b8f4
[ticket/9687] Properly display error messages in ACP
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
c88a9f0b01
[ticket/9687] Remove support for ban exclude
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
658e8effd5
[ticket/9687] Clean up ACP module
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
026d66dab2
[ticket/9687] Properly support banning and fix display of ban info
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Oliver Schramm
7267df431f
[ticket/9687] Finish documentation and integrate the new code
...
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Marc Alexander
88385d6da2
Merge branch '3.3.x'
2023-10-22 16:15:36 +02:00
Marc Alexander
ccf6e6c255
Merge pull request #69 from phpbb/ticket/security-279
...
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
2023-10-15 13:50:41 +02:00
Marc Alexander
831942a022
Merge branch '3.3.x'
2023-10-10 21:00:47 +02:00
Marc Alexander
e071cd801a
Merge pull request #6527 from marc1706/ticket/16877
...
[ticket/16877] Use replacement library for oauth
2023-10-10 20:53:05 +02:00
Marc Alexander
1e3d9f99b4
Merge branch '3.3.x'
2023-10-04 21:51:48 +02:00
Derky
266376af2e
[ticket/security/279] Use utf8_basename for smilies pak file check
...
SECURITY-279
2023-09-30 16:22:57 +02:00
Derky
c4f42c1573
[ticket/security/279] Use rawurlencode for escaping smilie URLs
...
SECURITY-279
2023-09-30 16:22:57 +02:00
Derky
d8ac6f575e
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
...
SECURITY-279
2023-09-30 16:22:56 +02:00
Christian Schnegelberger
e55e2f17d3
[ticket/17093] Add space to fix phing sniffer error
...
PHPBB3-17093
2023-09-23 12:47:03 +02:00
Christian Schnegelberger
31d30ae01d
[ticket/17093] Fixes copy & paste error in acp_board.php
...
PHPBB3-17093
2023-09-23 12:47:03 +02:00
Christian Schnegelberger
d86c51f9e3
[ticket/17093] Add new board settings option for disable board access
...
PHPBB3-17093
2023-09-23 12:47:00 +02:00
rxu
69cc2a9734
[ticket/17151] Make macros available for extensions
...
Also add tests and error reporting.
PHPBB3-17151
2023-09-09 14:02:17 +07:00
Marc Alexander
4513d1c0af
[ticket/16877] Bump minimum PHP version to 7.2.0
...
PHPBB3-16877
2023-08-15 20:28:41 +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
1712ee610a
Merge pull request #6500 from marc1706/ticket/15687
...
[ticket/15687] Add attachment filename to attachment URL
2023-07-26 15:19:36 +02:00
Marc Alexander
c48092f6e7
[ticket/15687] Add missing int cast
...
PHPBB3-15687
2023-07-20 09:09:59 +02:00
Marc Alexander
2aa3b8f1ac
Merge branch '3.3.x'
2023-07-19 22:44:08 +02:00
Marc Alexander
cca85f648b
[ticket/8777] Discourage deleting user with only one group
...
It will still be possible from the manage groups page though is discouraged
now by hiding the delete entry when managing users.
In addition to this, the manage user page will now show that no group is
specified for the user when viewing the groups page of a user.
PHPBB3-8777
2023-07-04 08:43:54 +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
860598026b
[ticket/17100] Clean up code a bit based on code reviews
...
PHPBB3-17100
2023-04-30 16:54:24 +02:00
Marc Alexander
4b17de74a4
[ticket/17100] Move forum selects to HTML files
...
PHPBB3-17100
2023-04-10 15:17:26 +02:00
Marc Alexander
9ee130fc59
[ticket/17100] Move date format select HTML to HTML files
...
PHPBB3-17100
2023-04-10 10:53:58 +02:00
Marc Alexander
dda8766471
[ticket/17100] Use class members for some global vars in acp_board
...
PHPBB3-17100
2023-04-10 10:53:28 +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
540097eed7
[ticket/17100] Move filesize config HTML from PHP files
...
PHPBB3-17100
2023-04-09 13:43:04 +02:00