Commit graph

151 commits

Author SHA1 Message Date
Matthias Pfefferle
c1b644aee1 Fix #339 2023-05-22 11:33:02 +02:00
Jeremy Herve
d16014911b
Compat: introduce a conditional to detect ActivityPub requests
This conditional could be used within the plugin, but also by third-party plugins, to detect whether a request is an ActivityPub request, without having to manually check for query vars and headers every time.
2023-05-11 19:53:53 +02:00
Jeremy Herve
c7dc55047d
Merge pull request #309 from jeherve/update/jetpack-photon-filter 2023-05-04 18:02:10 +02:00
Matthias Pfefferle
0e193914fa update URLs 2023-05-04 09:01:23 +02:00
Jeremy Herve
e16e119e6c
Switch to general actions and filter
As a result, we will not modify the images within the ActivityPub plugin, but the hooks will allow third-parties to do it on their end.

See discussion: https://github.com/pfefferle/wordpress-activitypub/pull/309#issuecomment-1521488186
2023-04-26 10:45:35 +02:00
Matthias Pfefferle
55de37b05d
Merge branch 'master' into update/jetpack-photon-filter 2023-04-25 11:41:43 +02:00
Jeremy Herve
6ee59d2a10
Add changelog 2023-04-25 11:04:32 +02:00
Jeremy Herve
2afe74b29b
Compatibility: the plugin is compatible with WP 6.2. 2023-04-25 11:03:33 +02:00
Jeremy Herve
3fa4a7b58e
Add readme entry 2023-04-25 10:56:17 +02:00
Matthias Pfefferle
70fe654c95 fix ordered lists 2023-03-19 08:42:33 +01:00
Matthias Pfefferle
becef59452 improve readme
thanks a lot @cavalierlife
2023-03-18 21:59:09 +01:00
Matthias Pfefferle
ced22eebf2 remove donation link 2023-03-07 19:40:47 +01:00
Matthias Pfefferle
5f1859275b version bump 2023-03-03 09:06:43 +01:00
Matthias Pfefferle
c0cb540c4d Fix handling of password protected posts 2023-03-02 09:54:52 +01:00
Matthias Pfefferle
62ef84aff7 version bump 2023-02-20 21:19:52 +01:00
Matthias Pfefferle
21cff7f24b version bump 2023-02-20 18:17:02 +01:00
Matthias Pfefferle
c89d8f2265 fix #269 2023-02-02 18:13:21 +01:00
Matthias Pfefferle
531bdc17b0 fix #266 2023-02-02 08:18:10 +01:00
Matthias Pfefferle
62f0c9a1bf updated readme 2023-01-31 17:12:30 +01:00
Matthias Pfefferle
9902479cfd update readme 2023-01-31 09:57:00 +01:00
Matthias Pfefferle
ddbcd44b6f fix #214
thanks @mexon
2023-01-27 15:48:28 +01:00
Matthias Pfefferle
c93f02615d always escape output 2023-01-23 20:59:39 +01:00
Matthias Pfefferle
1a2885c17a add changelog 2023-01-13 09:18:25 +01:00
Matthias Pfefferle
195727bc78 update readme 2022-12-27 20:44:36 +01:00
Matthias Pfefferle
8a5f575803 update readme 2022-12-27 17:26:33 +01:00
Matthias Pfefferle
a27a4fc234 remove empty trim
fix #136
2022-12-27 14:17:31 +01:00
Matthias Pfefferle
7d5b8e7a82 version bump 2022-12-15 15:57:55 +01:00
Matthias Pfefferle
bf335b2be6 prepare 0.14.2 2022-12-11 11:29:06 +01:00
Matthias Pfefferle
792b85d085 fix missing version 2022-12-10 18:06:56 +01:00
Matthias Pfefferle
bf883418ec fix #214
thanks @mexon
2022-12-10 17:58:24 +01:00
Matthias Pfefferle
cf9736ec67 prepare 0.14.0 2022-12-09 09:17:17 +01:00
7b6e2bca4d version bump 2022-07-08 21:04:21 +02:00
e506aa50c4 version bump 2022-01-26 09:37:20 +01:00
7b262fd613 fix "Follow" issue
fix #133
2021-11-17 21:11:34 +01: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
Marcin Mikołajczak
9e3734c6e8
Link to a GNU Social fork that is under active development 2021-01-12 10:28:35 +01:00
f07ae2ea8c version bump 2020-12-21 20:49:21 +01:00
0dd079aee7 thanks for your help @mediaformat :) 2020-12-18 17:09:40 +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
60ad191fdc fix follow 2020-05-04 00:06:48 +02:00
8837b8b010 update requirements 2020-03-30 22:55:15 +02:00
26c2faedc5 version bump 2020-03-15 20:34:50 +01:00
8ea1fd6aae prepare new version 2020-02-11 10:14:30 +01:00
a4887147c6 version bump 2019-11-27 08:27:37 +01:00
e03db11d92 version bump 2019-11-24 21:26:00 +01:00
60e9c8554c update readme
* update compatibility list
* fix "markdown"
2019-11-18 20:52:37 +01:00
Matthias Pfefferle
4b7fa7196f
Merge pull request #70 from silksow/add-nginx-subdirectory-in-readme
Update README.md
2019-11-18 20:45:50 +01:00
Silk Sow
4413db850d
Update readme.txt
README.md is autogenerated
2019-11-18 09:54:12 -08:00
73969013e9 update "Tested up to" 2019-11-13 10:16:01 +01:00
22d8601829 fixed version number 2019-09-30 08:08:18 +02: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
6b3cc35aed fixed version 2019-08-21 15:16:11 +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
1665ad65df update changelog 2019-08-20 10:31:16 +02:00
98d7f7743e version bump 2019-08-20 10:25:07 +02:00
a0ed2df6f9 Merge branch 'master' of https://github.com/pfefferle/wordpress-activitypub 2019-08-18 21:47:36 +02:00
00062d96ef formatting 2019-08-18 21:47:33 +02:00
Armando Lüscher
344d981ce8
Initial proofread 2019-07-28 22:12:11 +02:00
8b1367a16d fixes JSON representation of posts
https://merveilles.town/@xuv/101907542498716956
2019-04-13 20:07:56 +02:00
8d91b213e7 fixed inbox problems with pleroma 2019-03-14 23:10:11 +01:00
fc0c162ac6 version bump 2019-03-12 22:22:59 +01:00
96f5a48197 version bump 2019-03-09 19:39:52 +01:00
320de9b266 updated readme 2019-03-09 01:25:51 +01:00
f10921e554 implement #21 2019-03-02 21:10:42 +01:00
2d8fb4f691 fixed #35 2019-03-02 20:31:55 +01:00
97505e527e version bump 2019-02-28 19:32:10 +01:00
a6d97f8ba7 (php)doc 2019-02-24 13:01:28 +01:00
40b2651b7e big refactoring to use namespaces for a better code structure 2019-02-24 12:07:41 +01:00
30b939b5a1 show avatars 2019-02-20 21:05:29 +01:00
94ba1666f2 finally fixed backlink in excerpt/summary posts 2019-02-20 20:25:19 +01:00
f542c18eab fixed backlink in excerpt/summary posts (thanks @depone) 2019-02-20 19:47:37 +01:00
b209104fdd finally fixed contact list 2019-02-19 22:43:14 +01:00
b4860943a5 fixed version number 2019-02-17 21:46:39 +01:00
b958d5910c added setting to enable/disable hashtags /cc @chrisaldrich 2019-02-17 21:27:20 +01:00
6344e10ab6 changed default value 2019-02-04 13:40:23 +01:00
f5dbb01273 added follower endpoint 2019-02-04 13:30:18 +01:00
ebe2d434c6 better json encoding 2019-02-03 00:44:01 +01:00
fdad48ef74 0.3.0 2019-02-02 23:56:05 +01:00
a5463e1d95 updated readme 2019-01-22 21:17:58 +01:00
03f6da019d basic hashtag support
see #21 #20
2019-01-22 20:51:22 +01:00
e3dcf6cc91 version bump 2019-01-16 21:52:59 +01:00
b9e90829af content fixes
* added option to switch between content and excerpt
* removed html and duplicateded new-lines

fixes #6
2019-01-04 19:57:33 +01:00
be3fc9bb8d fixed lf 2018-12-30 11:41:56 +01:00
0b43216347 small fixes
release fast, release often
2018-12-30 11:40:45 +01:00
fc82e40cac version bump 2018-12-28 22:47:17 +01:00
1580b3d4b1 fixed "excerpt" in AS JSON 2018-12-20 19:10:17 +01:00
4e653f5f75 0.1.0
* added basic WebFinger support
* added basic NodeInfo support
* fully functional "follow" activity
* send new posts to your followers
* receive comments from your followers
2018-12-20 11:33:08 +01:00
b063220d1c version bump 2018-12-09 22:20:40 +01:00
2d84fcc600 implemented "follow" 2018-12-08 00:02:18 +01:00
c12bab0805 added GitHub link 2018-12-01 21:23:00 +01:00
20e36c6c6a added some more documentation 2018-12-01 21:20:24 +01:00
f5e9c265d2 added profile fields 2018-11-04 21:38:11 +01:00
dde469c27c prepare version 0.0.2 2018-09-30 22:51:22 +02:00
120d5714f8 basic outbox implementation 2018-09-24 20:47:15 +02:00