Eana Hufwe
dacbed6614
Add Custom Post Type support to outbox API
2022-11-19 16:01:16 -08:00
Matthias Pfefferle
344c5d02c1
Merge pull request #184 from bocops/master
...
change regex matching potential hashtags
2022-11-19 10:41:05 +01:00
Andreas
4905e9b7c3
restrict html tags after which to detect a hashtag
...
Hashtags should not be detected after just any html tag - for example not after an opening a or div. To still allow detection at the start of a line, allow specifically p and br to directly precede a hashtag.
2022-11-17 20:34:23 +01:00
Andreas
a2cdb300e6
also detect hashtags at the start of a paragraph
2022-11-17 14:48:37 +01:00
Andreas
370ea3a054
change regex matching potential hashtags
...
Matches any string starting with '#' and consisting of any number and combination of [A-Za-z0-9_] that is directly followed by whitespace or punctuation. Groups everything after '#' for access in functions using this regex.
This fixes #183 (incomplete links on hashtags containing special characters) by not matching these at all.
2022-11-16 16:14:34 +01:00
7adf5b20aa
fix dependencies
2022-07-08 21:13:23 +02:00
7088e522cc
allow plugins
2022-07-08 21:10:25 +02:00
e97f46d65f
update composer file to fix unit testing
2022-07-08 21:08:50 +02:00
7b6e2bca4d
version bump
2022-07-08 21:04:21 +02:00
Matthias Pfefferle
c63de35e3f
Merge pull request #153 from pfefferle/fix-webfinger
2022-06-04 18:38:29 +02:00
b3aefc62db
fix webfinger for email identifiers
...
fix #152
2022-05-20 08:49:05 +02:00
b36d665cff
fix docker
2022-05-20 08:48:40 +02:00
2977cef1ed
change background image for wp.org
2022-05-13 11:29:46 +02:00
Matthias Pfefferle
0d28633102
Merge pull request #147 from pfefferle/plugin_settings_link
...
add settings link to plugin page
2022-05-09 17:30:44 +02:00
0fcc055da8
PHPCS fixes
2022-05-09 15:24:12 +02:00
97841667e0
fix PHPCS
2022-05-09 15:21:59 +02:00
Django Doucet
f455305aba
fix cs
2022-05-08 00:52:35 -06:00
Django Doucet
41608f1ce3
fix code standards
2022-05-08 00:50:39 -06:00
Django Doucet
8ac5fe599d
add settings link to plugin page
2022-05-08 00:33:47 -06:00
2adff5942a
move stale file
2022-04-01 18:03:47 +02:00
Matthias Pfefferle
8246a52fc7
Create stale.yml
2022-04-01 18:01:05 +02:00
Matthias Pfefferle
ee35ef6af5
fix typo
2022-03-16 18:49:45 +01:00
44c652eba8
phpcs fixes
2022-01-27 13:09:11 +01:00
56458da618
Update composer.json
2022-01-27 12:22:14 +01:00
Matthias Pfefferle
afa8915faf
Update phpcs.xml
2022-01-27 12:14:38 +01:00
Matthias Pfefferle
ad93f3293f
Create phpcs.yml
2022-01-27 12:11:20 +01:00
Matthias Pfefferle
afeb530aca
Update composer.json
2022-01-27 11:52:53 +01:00
Matthias Pfefferle
08aab3ed24
Update phpunit.yml
2022-01-27 11:51:01 +01:00
Matthias Pfefferle
2121710c30
Update composer.json
2022-01-27 11:48:50 +01:00
Matthias Pfefferle
7e55a06648
Update composer.json
2022-01-27 11:42:11 +01:00
Matthias Pfefferle
d8b70cc2bb
Create phpunit.yml
2022-01-27 11:39:57 +01:00
e506aa50c4
version bump
2022-01-26 09:37:20 +01:00
f677d1a7d4
fix #135
2022-01-17 11:03:30 +01:00
7b262fd613
fix "Follow" issue
...
fix #133
2021-11-17 21:11:34 +01:00
Matthias Pfefferle
a9aed5bc2d
Merge pull request #132 from pfefferle/buddypress
...
Add basic BuddyPress support
2021-09-28 09:16:06 +02:00
180f11d647
change URL to bp_core_get_user_domain
2021-09-20 17:20:56 +02:00
e535b9c8cf
Add basic BuddyPress support
...
fix #122
thanks and props @skysarwer
2021-09-15 17:00:20 +02:00
Matthias Pfefferle
5032e5ee6f
Delete FUNDING.yml
2021-09-14 15:57:28 +02:00
6795d707c8
fix Inbox issue
...
fix `PHP Warning: Undefined variable $user_id in wp-content/plugins/activitypub/includes/rest/class-inbox.php on line 111`
https://github.com/pfefferle/wordpress-activitypub/issues/88#issuecomment-886254210
2021-07-26 09:48:51 +02:00
8408374bce
added deploy script
2021-07-23 15:51:06 +02:00
Matthias Pfefferle
7cddec43b6
Merge pull request #127 from pfefferle/health-check-improvements
...
added health checks
2021-07-23 15:47:49 +02:00
f4f46fc084
added health checks
2021-07-23 15:46:28 +02:00
Matthias Pfefferle
56a9323892
Merge pull request #124 from pfefferle/dependabot/composer/wp-coding-standards/wpcs-tw-2.3.0
...
Update wp-coding-standards/wpcs requirement from ^0.14.1 to ^2.3.0
2021-07-13 20:11:59 +02:00
dependabot[bot]
252a0ecc23
Update wp-coding-standards/wpcs requirement from ^0.14.1 to ^2.3.0
...
Updates the requirements on [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards ) to permit the latest version.
- [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases )
- [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/WordPress/WordPress-Coding-Standards/compare/0.14.1...2.3.0 )
---
updated-dependencies:
- dependency-name: wp-coding-standards/wpcs
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13 18:08:22 +00:00
Matthias Pfefferle
30bc0deeb8
Create dependabot.yml
2021-07-13 20:07:22 +02:00
Matthias Pfefferle
bd6de83152
Merge pull request #123 from pfefferle/pfefferle-patch-1
...
Add missing `author_id` to actions and filters
2021-06-10 08:48:36 +02:00
Matthias Pfefferle
ae8d51111e
Add missing author_id
to actions and filters
2021-06-08 10:28:45 +02:00
Django
51a374567a
Merge pull request #121 from pfefferle/fix-nodeinfo
2021-05-18 21:17:46 -04:00
b9fd26e755
fix discovery issue
2021-05-10 14:39:54 +02:00
b49cc5333c
optimized health check
2021-01-13 23:22:17 +01:00