Commit graph

307 commits

Author SHA1 Message Date
8733957963 fix #135 2022-12-19 14:09:52 -07:00
338200b386 fix "Follow" issue
fix #133
2022-12-19 14:09:52 -07:00
d452ba8585 change URL to bp_core_get_user_domain 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
Matthias Pfefferle
146321102d Delete FUNDING.yml 2022-12-19 14:09:51 -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
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
5ba691ec31 remove .pot file 2021-01-13 22:31:35 +01:00
3dd88fd176 prepare context for coming features 2021-01-12 12:45:17 +01:00
7f83cb2172 match changes from @mkljczk 2021-01-12 12:44:45 +01:00
Matthias Pfefferle
959a76cb14
Merge pull request #111 from mkljczk/patch-1
Link to a GNU Social fork that is under active development
2021-01-12 11:30:48 +01:00
Marcin Mikołajczak
9e3734c6e8
Link to a GNU Social fork that is under active development 2021-01-12 10:28:35 +01:00
2646a98b46 added functional shared inbox 2021-01-09 01:26:26 +01:00
fe90988985 fixed outbox 2021-01-09 01:25:49 +01:00
1e7bfc8f9d JSON representation of blog main page 2021-01-08 17:43:35 +01:00
c797109fd7 consistent API response, GET inbox and filterable follower list 2021-01-05 21:56:38 +01:00
c8d341ba1f unify query params 2021-01-03 20:40:53 +01:00
46436cb49b disable flood control 2020-12-28 23:33:26 +01:00
f07ae2ea8c version bump 2020-12-21 20:49:21 +01:00
bad4ca2bbd check for a comment_post_ID
this fixes #101

direct messages will be re-added via #95
2020-12-18 17:46:03 +01:00
5d7ad7f4b2 use "pre_option_require_name_email" filter instead of "check_comment_flood"
thanks @akirk
2020-12-18 17:36:07 +01:00
e7c0526103 check if it is an explicit "undo -> follow" action 2020-12-18 17:30:17 +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
97b4f33a92 Merge branch 'master' of https://github.com/pfefferle/wordpress-activitypub 2020-12-17 18:28:40 +01:00
0fcc57ee04 fix hashtags replacement 2020-12-17 18:24:30 +01:00
Matthias Pfefferle
9250749b8a
Merge pull request #105 from mediaformat/digest-header
add digest header
2020-12-17 17:41:58 +01:00
c0033d8819 fix WP coding standard issue 2020-12-17 17:39:35 +01:00
Matthias Pfefferle
48115bb252
Merge pull request #107 from mediaformat/date_gmt
Fix timezone
2020-12-17 15:48:16 +01:00
Django Doucet
880073de69 Fix post date 2020-12-17 00:26:59 -05:00
Django Doucet
91f9c1e263 Fix Unfollow action - The type is Undo 2020-12-13 23:40:44 -05:00
Django Doucet
0271b57844 add digest header 2020-12-09 22:23:05 -05:00
Matthias Pfefferle
f418e823c5
Merge pull request #103 from akirk/patch-1
Code Style: Filter option in favor of updating the database
2020-11-02 11:22:10 +01:00
Alex Kirk
953cf71994
Filter option in favor of updating the database 2020-10-22 21:29:14 +02:00
53aa974461 do not require email for AP entries 2020-10-09 13:19:17 +02:00
33d3c8c9ab revert changes 2020-10-01 19:57:19 +02:00
1143142b0d fixed test 2020-10-01 19:55:21 +02:00