1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-13 07:54:28 +02:00
Commit Graph

5036 Commits

Author SHA1 Message Date
Marc Alexander
b4a343bdc9 [ticket/17296] Enforce unique session entry for admin user with delete
PHPBB3-17296
2024-03-19 20:36:38 +01:00
Marc Alexander
385de647ec Merge branch 'ticket/17296' into ticket/17296-master 2024-03-18 21:52:34 +01:00
Marc Alexander
9c51a7866b [ticket/17296] Fix session page update test
PHPBB3-17296
2024-03-10 09:26:05 +01:00
Marc Alexander
51b3d9de63 [ticket/17296] Ensure session page update test actually runs
PHPBB3-17296
2024-03-07 21:25:08 +01: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
ddb4f142a6 [ticket/17291] Default to fa-solid if classes are set without fa class
PHPBB3-17291
2024-03-04 19:24:52 +01:00
Marc Alexander
fcfed79385 [ticket/17010] Properly handle expired subscriptions and extend tests
PHPBB3-17010
2024-03-01 19:40:26 +01:00
Marc Alexander
fc14c5fd0b [ticket/17010] Increase test coverage
PHPBB3-17010
2024-02-27 20:43:27 +01:00
Marc Alexander
44861c1f45 [ticket/17010] Add ban manager to webpush test
PHPBB3-17010
2024-02-24 17:49:44 +01:00
Marc Alexander
2da2211898 [ticket/17010] Update webpush test
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
479e54db93 [ticket/17010] Add logging to webpush notifications
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
79ff21fdf5 [ticket/17010] Move get subscription map to separate function and extend tests
Unit tests will also now ensure there are no special surprises with more than
one subscription for users.

PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
ad196d1dba [ticket/17010] Move web push testing to slow test group
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
9bd9962aea [ticket/17010] Resolve test issues and add node install for webpush testing
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
be21479b2a [ticket/17010] Add tests for push notification type
PHPBB3-17010
2024-02-24 11:58:27 +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
5c51f2ef7f [ticket/17010] Add webpush to container definition
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
ab9f636ad6 Merge branch '3.3.x' 2024-02-23 20:37:16 +01: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
ba2421ec0e Merge pull request #6581 from marc1706/ticket/17283
[ticket/17283] Remove iconify support
2024-02-22 19:49:18 +01:00
Marc Alexander
946fb7d9a4 [ticket/17093] Change how login is handled to support disabled boards
PHPBB3-17093
2024-02-22 19:06:46 +01:00
Marc Alexander
be93efee1d [ticket/17093] Add test for disabled board behavior
PHPBB3-17093
2024-02-22 17:42:06 +01:00
Marc Alexander
6fe2012bf8 Merge branch '3.3.x' 2024-02-18 20:34:34 +01:00
Ruben Calvo
3c75fedffe [ticket/17289] Fix dependency injection error when using development environment
PHPBB3-17289
2024-02-18 17:49:36 +01:00
Marc Alexander
aa3f253030 [ticket/17283] Remove unused code
PHPBB3-17283
2024-02-18 17:08:51 +01:00
Marc Alexander
580ce4ca42 [ticket/17283] Update fa tests and remove iconify parts
PHPBB3-17283
2024-02-12 18:53:32 +01:00
Marc Alexander
db56017d57 [ticket/17283] Remove remaining parts using iconify
PHPBB3-17283
2024-02-12 18:52:45 +01:00
rxu
112392bcf3 [ticket/17286] Remove test pauses
PHPBB3-17286
2024-02-03 12:09:47 +07:00
rxu
9401ce1c5f [ticket/17286] Add test
PHPBB3-17286
2024-02-03 00:02:03 +07:00
rxu
ec7180db4f [ticket/17286] Do not update user session page if it does not exist
PHPBB3-17286
2024-02-02 23:33:12 +07:00
Marc Alexander
e5ddf24fb9 Merge branch '3.3.x' 2024-01-02 16:47:51 +01:00
Marc Alexander
c4642d2502 Merge pull request #6580 from rxu/ticket/17117
[ticket/17117] Do not load non-existent/disabled notification methods
2024-01-02 16:47:49 +01:00
rxu
887b1e25fb [ticket/17117] Add test for non=existent notification method
PHPBB3-17117
2024-01-02 16:30:44 +07:00
Marc Alexander
39cad1d235 Merge branch '3.3.x' 2024-01-01 21:35:55 +01:00
Marc Alexander
61a28c154b Merge pull request #6563 from marc1706/ticket/17212
[ticket/17212] Support updating session info when editing post with p=
2024-01-01 21:35:53 +01:00
Marc Alexander
ae7100957c [ticket/17279] Update parameters for constructor in tests
PHPBB3-17279
2023-12-29 21:41:00 +01:00
Marc Alexander
0c2fa3a065 [ticket/17279] Get iconify icons from assets folder
PHPBB3-17279
2023-12-29 21:26:41 +01:00
Marc Alexander
59f387e828 [ticket/13162] Use db tools for truncating
PHPBB3-13162
2023-12-17 19:49:23 +01:00
Marc Alexander
0ae7e3f992 [ticket/13162] Add tests for truncate table via tools
PHPBB3-13162
2023-12-17 12:49:40 +01:00
Marc Alexander
a9b5dcd954 [ticket/17176] Use different call to cause a notice
The previous call was upgraded to cause a warning in PHP 8.3

PHPBB3-17176
2023-11-26 22:41:30 +07:00
Marc Alexander
e6edd24a2b [ticket/16944] Move test file
PHPBB3-16944
2023-11-14 21:51:55 +01:00
Marc Alexander
c98778dbf6 [ticket/16944] Add tests for iconify bundler
PHPBB3-16944
2023-11-14 21:40:26 +01:00
Marc Alexander
1f5ae7be76 [ticket/16944] Add missing definitions and make logging optional
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
3db2089208 [ticket/16944] Update tests for adjusted environment constructor
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
92e678a116 [ticket/17212] Extend viewonline test for editing post
PHPBB3-17212
2023-11-11 10:36:17 +01:00
Marc Alexander
8a15670055 [ticket/9687] Update deprecated notices and helper functions
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
54bb32bba5 [ticket/9687] Improve labeling in acp for user bans
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
d7389809aa [ticket/9687] Add support for logging to banning system
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
0f18869702 [ticket/9687] Fix text inconsistency between mysql & postgres
PHPBB3-9687
2023-11-05 20:21:40 +01:00