1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 23:44:32 +02:00
Commit Graph

5017 Commits

Author SHA1 Message Date
Marc Alexander
9aec69413f Merge pull request #6594 from marc1706/ticket/17077
[ticket/17077] Improve handling of posting to reduce double submit possibility
2024-05-06 18:22:58 +02:00
Matt Friedman
4573e2eae0 [ticket/17300] Replace Sticky and Announcement Icons
PHPBB3-17300

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-05-04 08:32:51 -07: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
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
c07c6816fc [ticket/17077] Improve handling of accidental double submission of posts
PHPBB3-17077
2024-04-08 21:50:27 +02:00
Marc Alexander
e333d96eef [ticket/12960] Adjust incomplete captcha to fix tests
PHPBB3-12960
2024-04-04 21:02:52 +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
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
98ad0750f0 Merge branch '3.3.x' 2024-03-20 20:47:41 +01:00
rxu
6ee64c94a2 [ticket/17284] Add viewtopic_body_online_list_after template event
PHPBB3-17284
2024-03-13 23:25:02 +07:00
Marc Alexander
a3f6563568 [ticket/17010] Remove duplicated css for buttons
PHPBB3-17010
2024-02-24 22:29:48 +01:00
Marc Alexander
4e9fb6ed4f [ticket/17010] Clean up push worker
PHPBB3-17010
2024-02-24 11:58:32 +01:00
Marc Alexander
fa91bf791f [ticket/17010] Make webpush js not depend on twig compilation
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
d85da61c9a [ticket/17010] Move webpush js to assets folder
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
e97313839e [ticket/17010] Add missing words & loading indicator, fix invalid twig code
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
b3777894cb [ticket/17010] Fix stylelint issues
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
e177ee3750 [ticket/17010] Add first version of push worker javascript
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
06458c95f5 [ticket/17010] Add button disabled state CSS
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
ff27401ed2 [ticket/17010] Add javascript for webpush subscribe/unsubscribe
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
073e19552f [ticket/17283] Add CDN fallback for font awesome
PHPBB3-17283
2024-02-19 17:59:38 +01:00
Marc Alexander
db56017d57 [ticket/17283] Remove remaining parts using iconify
PHPBB3-17283
2024-02-12 18:52:45 +01:00
Marc Alexander
9af61c1f1e [ticket/17283] Remove iconify from template files and assets
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
75b2579aa9 [ticket/17283] Remove last remaining uses of iconify
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
8bbb4aa25d [ticket/17283] Replace iconify fa with direct fa icons
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
91af7e5df6 [ticket/17283] Fix coloring of unapproved icon
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
1c961e4531 [ticket/17283] Fix breadcrumbs pointing the wrong direction
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
455d6b071b [ticket/17283] Adjust classes and lang call for icon
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
e4974888bd [ticket/17283] Finish converting navbar to font awesome
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
302e9000e6 [ticket/17283] Change first icons to font and adjust icon alignment
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
cb33889999 [ticket/17283] Add back font awesome
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
3abcd746ab Merge branch '3.3.x' 2024-01-04 21:05:18 +01:00
Marc Alexander
512a93727a Merge pull request #6568 from Prosk8er/ticket/17235
[ticket/17235] missing autocomplete for username
2024-01-04 21:04:17 +01:00
Prosk8er
f3a596b78b [ticket/17235] Fixes for issues mentioned in code review
PHPBB3-17235
2024-01-02 16:46:04 +01:00
rxu
d2ac8a3abd Merge branch 'ticket/17277' into ticket/17277-master 2023-12-26 01:01:55 +07:00
rxu
dc415768a8 [ticket/17277] Add template events to UCP
PHPBB3-17277
2023-12-26 00:35:55 +07:00
Prosk8er
bc5c095363 [ticket/17235] missing autocomplete for username
PHPBB3-17235
2023-11-29 09:14:51 -05: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
bd6cd8f2fc [ticket/16944] Fix path and update iconify bundle
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
485cd776d1 [ticket/16944] Use icon bundle to load Iconify locally
PHPBB3-16944
2023-11-12 16:04:50 +01:00
Marc Alexander
c88a9f0b01 [ticket/9687] Remove support for ban exclude
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
00d349cfbb [ticket/17203] Fix stylesheet formatting
PHPBB3-17203
2023-11-01 07:55:59 +01:00
Marc Alexander
4955de8104 Merge branch '3.3.x' 2023-10-31 22:11:09 +01:00
Marc Alexander
37039f95d2 Merge pull request #6555 from GanstaZ/ticket/17203
[ticket/17203] Add CSS ol for group desc
2023-10-31 22:10:04 +01:00
Marc Alexander
da7c0da151 Merge branch '3.3.x' 2023-10-31 22:02:32 +01:00