Andreas
0b881bb9fd
also detect hashtags at the start of a paragraph
2022-12-19 14:16:55 -07:00
Andreas
3f92bcc41b
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-12-19 14:16:55 -07:00
Django Doucet
d7c9e10c21
Separate file for Comment processing hooks
2022-12-19 14:16:54 -07:00
Django Doucet
852634360b
style fix
2022-12-19 14:16:53 -07:00
Django Doucet
8707387ab8
Improve migration UX
2022-12-19 14:16:53 -07:00
Django Doucet
2d0e962263
update included filename
2022-12-19 14:16:53 -07:00
Django Doucet
be9b74478d
Migrate tools
2022-12-19 14:16:53 -07:00
6fe621bf50
version bump
2022-12-19 14:16:53 -07:00
db84a5257a
PHPCS fixes
2022-12-19 14:16:53 -07:00
b4e79e1988
fix PHPCS
2022-12-19 14:16:53 -07:00
Django Doucet
a4e8cc7e14
fix cs
2022-12-19 14:16:52 -07:00
Django Doucet
6af56cf82e
fix code standards
2022-12-19 14:16:52 -07:00
Django Doucet
36bef694b6
add settings link to plugin page
2022-12-19 14:16:52 -07:00
Django Doucet
5d8e3a9ba9
Migrate / Update script
2022-12-19 14:09:55 -07:00
Django Doucet
e5080f8693
code standards cleanup
2022-12-19 14:09:55 -07:00
Django Doucet
8e1c9ff6bb
Replies Collection, settings, other fixes
2022-12-19 14:09:54 -07:00
6772d300b4
phpcs fixes
2022-12-19 14:09:53 -07:00
e0730a62be
version bump
2022-12-19 14:09:52 -07:00
338200b386
fix "Follow" issue
...
fix #133
2022-12-19 14:09:52 -07:00
8e98fffab6
Add basic BuddyPress support
...
fix #122
thanks and props @skysarwer
2022-12-19 14:09:52 -07:00
Django Doucet
17c386cb9d
Comments 1
2021-09-06 00:25:02 -06: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
f4f46fc084
added health checks
2021-07-23 15:46:28 +02:00
b9fd26e755
fix discovery issue
2021-05-10 14:39:54 +02:00
f07ae2ea8c
version bump
2020-12-21 20:49:21 +01:00
0ac4bb0d8f
fix inconsistent %tags%
placeholder
2020-12-17 22:21:41 +01:00
627100b463
fix follow/unfollow actions
2020-12-17 21:16:09 +01:00
bae36e1a60
version bump
2020-12-17 18:28:56 +01:00
d260d7c276
add support for custom post content
...
fix #97 #91
2020-07-21 09:23:35 +02:00
2a1cc45124
do not load NodeInfo class if blog is private
2020-05-23 12:34:42 +02:00
122461ab6e
escape even more
2020-05-12 20:30:06 +02:00
60ad191fdc
fix follow
2020-05-04 00:06:48 +02:00
26c2faedc5
version bump
2020-03-15 20:34:50 +01:00
385aac3568
improve request validation and added blacklist check
2020-02-21 11:11:03 +01:00
85db6f2d7e
Automated native_function_invocation fixes
...
`php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes`
2019-12-01 21:20:26 +01:00
a4887147c6
version bump
2019-11-27 08:27:37 +01:00
e03db11d92
version bump
2019-11-24 21:26:00 +01:00
65034d2a76
refactorings
2019-11-18 20:57:00 +01:00
0152fc39a8
fix accept-header bug
2019-09-30 07:59:19 +02:00
acca7d078c
version bump
2019-09-29 20:05:20 +02:00
9fd551f07d
add debugging mechanism
2019-09-28 14:17:58 +02:00
2f5bf1ccc4
explicit use of global functions
2019-09-27 10:12:59 +02:00
453acb7329
fixed PHP warnings
2019-08-21 15:06:48 +02:00
2e91ce11de
Moved followers list to user-menu
2019-08-21 10:38:43 +02:00
b6b0743b3f
added admin_email to metadata
...
to be able to "Manage your instance" on https://fediverse.network/manage/
2019-08-20 13:03:06 +02:00
98d7f7743e
version bump
2019-08-20 10:25:07 +02:00
fcf71c456b
oops
2019-08-18 23:33:02 +02:00
ceaa3a4241
changed regex logic
...
and added some more changes
2019-08-18 23:27:06 +02:00
da155405ee
new/better regex
...
should fix #57
2019-08-18 21:54:44 +02:00
f80f6a791f
new dispatcher class
2019-08-18 21:54:11 +02:00