Commit graph

1464 commits

Author SHA1 Message Date
Matthias Pfefferle
c46a8725b2
Update templates/settings.php
Co-authored-by: Matt Wiebe <wiebe@automattic.com>
2024-10-10 09:23:22 +02:00
Matt Wiebe
8c33dca9bd
Merge branch 'trunk' into improve/actor-mode 2024-10-09 18:39:15 -05:00
Matthias Pfefferle
d532f8be06 A shared Inbox does not need a User-ID. 2024-10-09 17:40:27 +02:00
Matthias Pfefferle
ded55bd4df optimize validation 2024-10-09 17:28:56 +02:00
Matthias Pfefferle
37d34ab50e version bump 2024-10-09 12:57:00 +02:00
Matthias Pfefferle
53e176e938 fix callback issue 2024-10-09 12:47:09 +02:00
Matthias Pfefferle
4189abacfb fix escaping 2024-10-09 09:05:57 +02:00
Matthias Pfefferle
16b662828d add output escaping 2024-10-09 09:04:41 +02:00
Matthias Pfefferle
eccb9cb2cc
Merge branch 'trunk' into improve/actor-mode 2024-10-09 08:59:38 +02:00
Konstantin Obenland
ef666772ec
PHPCS: Include all files by default (#930)
* PHPCS: Include all files by default

* simplify menu highlighting

* Update includes/transformer/class-factory.php

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-10-09 08:57:13 +02:00
Matthias Pfefferle
7bd80b519a
Merge branch 'trunk' into improve/actor-mode 2024-10-08 18:12:38 +02:00
Matthias Pfefferle
f8cd515b05 update links 2024-10-08 17:50:46 +02:00
Matthias Pfefferle
a53486677e update .editorconfig 2024-10-08 17:36:32 +02:00
Matthias Pfefferle
118cb86a06 Merge branch 'improve/actor-mode' of https://github.com/Automattic/wordpress-activitypub into improve/actor-mode 2024-10-08 15:05:25 +02:00
Matthias Pfefferle
82a17c8e35 add comment 2024-10-08 15:05:24 +02:00
Matthias Pfefferle
df86b1b599
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2024-10-08 15:01:05 +02:00
Matthias Pfefferle
e5ae63157b
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2024-10-08 15:00:57 +02:00
Matthias Pfefferle
493e920df0 use constants 2024-10-08 15:00:34 +02:00
Matthias Pfefferle
1cf0439bcb
Update includes/class-admin.php
Co-authored-by: Konstantin Obenland <obenland@automattic.com>
2024-10-08 11:21:20 +02:00
Matthias Pfefferle
e15ce84aeb
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2024-10-08 11:20:44 +02:00
Matthias Pfefferle
a869e92d54
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2024-10-08 11:20:32 +02:00
Matthias Pfefferle
dbb2db766b
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2024-10-08 11:20:25 +02:00
Matthias Pfefferle
224a37ae9d
Update templates/settings.php
Co-authored-by: Konstantin Obenland <obenland@automattic.com>
2024-10-07 16:55:28 +02:00
Matthias Pfefferle
ffc59407ba
Merge branch 'trunk' into improve/actor-mode 2024-10-07 13:26:46 +02:00
Konstantin Obenland
00a57c39a4
PHPCS: Enable Commenting sniff (#925)
* PHPCS: Enable Commenting sniff

* Apply suggestions from code review

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>

* Fix param alignment.

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-10-07 13:25:51 +02:00
Matt Wiebe
0625090989
Fix link regex (#922)
* Fix link regex

* add some tests

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-10-07 13:25:32 +02:00
Matthias Pfefferle
5a9ab69ab2
Merge branch 'trunk' into improve/actor-mode 2024-10-07 10:34:15 +02:00
Konstantin Obenland
465d84b68a
Display warnings and show output (#927) 2024-10-07 10:33:48 +02:00
Matthias Pfefferle
9b0d5857c1 check for WP_Error 2024-10-07 10:03:40 +02:00
Matthias Pfefferle
0c7a477761
Merge branch 'trunk' into improve/actor-mode 2024-10-05 22:41:23 +02:00
Konstantin Obenland
2538a2f1b7
PHPCS: Enable UnusedFunctionParameter sniff (#911)
* PHPCS: Enable UnusedFunctionParameter sniff

* Add unit test for at_title shortcode

* Remove unused variables in at_title shortcode

* Remove remaining unused function parameters.

* PHPCS: Enable UnusedVariable sniff (#912)

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-10-04 11:28:31 -05:00
Jeremy Herve
204afdfb9d
Issue templates: add new issue type option (#924)
This was added as an option as part of this set of changes to GitHub issues:
https://github.blog/changelog/2024-10-01-evolving-github-issues-public-preview/

Related post: pdWQjU-WT-p2
2024-10-04 09:20:53 +02:00
Konstantin Obenland
a2e7729d4d
PHPCS: Enable NoReservedKeywordParameterNames sniff (#909)
* PHPCS: Enable NoReservedKeywordParameterNames sniff

* Fix parameter doc

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>

* Rename to $data since the type is ambiguous

Props @pfefferle.

* Name it $uri for consistency

Props @pfefferle.

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-10-03 10:19:06 -05:00
André Menrath
e68e623051
fix phpdoc return type for transformer factory's get_transformer (#921) 2024-10-02 19:03:17 +02:00
Matthias Pfefferle
dbdfaaf47c
Merge branch 'trunk' into improve/actor-mode 2024-10-02 18:48:00 +02:00
Matthias Pfefferle
1af17c4b1d
Prepare multi-lang support (#919)
This PR adds Maps for "name" (title) and "summary".
2024-10-02 18:47:20 +02:00
Matthias Pfefferle
a2d6b9dc8e
fix #871 (#920) 2024-10-02 18:46:52 +02:00
Matthias Pfefferle
ebf49de59e
Merge branch 'trunk' into improve/actor-mode 2024-10-02 13:08:02 +02:00
Matthias Pfefferle
ad1bcbd475 version bump 2024-10-02 11:35:08 +02:00
Matthias Pfefferle
bbdda8ccac remove old settings to not replace them by accident 2024-10-01 17:46:32 +02:00
Matthias Pfefferle
871ad46ad8 revert unnecessary changes 2024-10-01 17:45:13 +02:00
Matthias Pfefferle
ba7dcab207 Simplify Actor-Settings
The new version uses a radio button instead of checkboxes. This way it is better to explain the different modes.
2024-10-01 17:41:23 +02:00
Konstantin Obenland
711217715c
PHPCS: Enable CommentedOutCode sniff (#914) 2024-09-30 12:08:18 +02:00
Konstantin Obenland
cefed604ce
PHPCS: Enable LongNotCapital sniff (#913) 2024-09-30 12:07:52 +02:00
Konstantin Obenland
f40905dd85
PHPCS: Enable GetMetaSingle sniff (#907) 2024-09-30 12:06:59 +02:00
Matthias Pfefferle
d7bc9c78a0 fixed fatal error if remote-object is WP_Error 2024-09-30 09:24:11 +02:00
Konstantin Obenland
91a3799a4d
PHPCS: Enable NotPrepared check (#906) 2024-09-29 16:12:31 -05:00
Konstantin Obenland
f84683be1a
PHPCS: Enable NonceVerification sniff (#908) 2024-09-29 16:12:01 -05:00
Konstantin Obenland
7a19d7377f
PHPCS: Enable MissingShort Sniff (#910) 2024-09-29 16:11:21 -05:00
Konstantin Obenland
2b5f635ba3
Suggestion: Adopt WordPress PHP Coding Standards (#905)
* Update phpcs rules

* Automated style updates

* Silence all other Warnings and Errors

We'll fix them in follow ups.
2024-09-28 12:53:21 -05:00