1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00
Commit Graph

6065 Commits

Author SHA1 Message Date
Marc Alexander
e83f25a448 [ticket/12960] Remove not needed extra language variable
PHPBB3-12960
2024-04-19 08:49:57 +02:00
Marc Alexander
d1e2e39469 [ticket/12960] Add tests for incomplete captcha
PHPBB3-12960
2024-04-19 08:43:49 +02:00
Marc Alexander
7da461eac4 [ticket/12960] Add docblock for removed_captchas array
PHPBB3-12960
2024-04-18 22:16:36 +02:00
Marc Alexander
9d51ca3eb7 [ticket/12960] Add migration for removing broken captcha
PHPBB3-12960
2024-04-18 22:14:52 +02:00
Marc Alexander
4c721de243 Merge pull request #6591 from iMattPro/ticket/17297
[ticket/17297] Fix broken no avatar source tag in HTML
2024-04-17 20:50:07 +02:00
Marc Alexander
5d11098753 [ticket/12960] Do not try to enable removed captcha during install
PHPBB3-12960
2024-04-17 20:42:41 +02:00
Marc Alexander
1baf5c295e [ticket/12960] Add missing docblocks to incomplete captcha
PHPBB3-12960
2024-04-17 20:08:16 +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
0871522326 Merge branch '3.3.x' 2024-04-09 22:02:28 +02:00
Marc Alexander
3b5777f900 [ticket/17077] Move request handling outside locking and add release
PHPBB3-17077
2024-04-09 20:53:05 +02:00
LukeWCS
6943fbba89 [ticket/17302] Fix password reset function
Password reset function does not update all necessary data

PHPBB3-17302
2024-04-09 19:06:09 +02:00
Marc Alexander
c07c6816fc [ticket/17077] Improve handling of accidental double submission of posts
PHPBB3-17077
2024-04-08 21:50:27 +02:00
Marc Alexander
716c1ca8eb [ticket/12960] Add incomplete captcha to prevent registration
PHPBB3-12960
2024-04-03 20:39:39 +02:00
Marc Alexander
12e9c3d082 [ticket/12960] Remove broken captchas and prepare for incomplete captcha
PHPBB3-12960
2024-04-03 20:39: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
Marc Alexander
7c36c0c5bd [ticket/17010] Remove invalid int cast
PHPBB3-17010
2024-04-02 21:26:15 +02:00
Matt Friedman
1ec51c99e5 [ticket/17297] Fix broken no avatar source tag in HTML
PHPBB3-17297

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-03-19 08:46:07 -07: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
bda99e1c35 [ticket/17296] Reduce complexity of relative paths on adm pages
PHPBB3-17296
2024-03-07 20:57:19 +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
Matt Friedman
6d47a6c6dc [ticket/17291] Add FontAwesome to installer
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-03-01 07:59:56 -08:00
Marc Alexander
fc14c5fd0b [ticket/17010] Increase test coverage
PHPBB3-17010
2024-02-27 20:43:27 +01:00
Marc Alexander
adf639e871 [ticket/17010] Clean up code and remove unused method
PHPBB3-17010
2024-02-24 11:58:32 +01:00
Marc Alexander
d79e10e032 [ticket/17010] Unify naming of Web Push
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
bfc3a969ee [ticket/17010] Remove no longer used route & handler
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
479e54db93 [ticket/17010] Add logging to webpush notifications
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
6b00e9fe09 [ticket/17010] Handle already existing subscriptions
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
5098f315fd [ticket/17010] Use special chars decode to have valid URL with amp
PHPBB3-17010
2024-02-24 11:58:30 +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
b779ce5910 [ticket/17010] Remove optional column check for non-existent column
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
c35e9c2438 [ticket/17010] Correctly fill subscription map for multiple subscriptions
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
974b7a9184 [ticket/17010] Resolve use of undefined variable and possibly wrong type
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
a8dc08a219 [ticket/17010] Add prune notification support to webpush
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
edaff6cd2d [ticket/17010] Remove undeliverable subscriptions
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
ac6512da14 [ticket/17010] Add missing copyright header
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
98e0559a1d [ticket/17010] Remove wrong references to emails
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
166f0deae9 [ticket/17010] Make get_form_tokens() parameters optional
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
7092f24645 [ticket/17010] Change how notification data is passed to push notifications JS
PHPBB3-17010
2024-02-24 11:58:28 +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
0395c8dbac [ticket/17010] Introduce form_helper to allow using form tokens in javascript
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
c4a8e32689 [ticket/17010] Adjust query to not trigger full group by issue
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
5fba4682c3 [ticket/17010] Resolve phing sniff issues
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
af29f388da [ticket/17010] Queue notifications and use flush to send them
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
ec3dc28b51 [ticket/17010] Switch to using table for tracking push subscriptions
PHPBB3-17010
2024-02-24 11:58:27 +01:00