Commit graph

663 commits

Author SHA1 Message Date
Matthias Pfefferle
8aa6def9b0 remove nonfunctional code 2023-05-19 15:43:21 +02:00
Matthias Pfefferle
48ab6e53cc init filter 2023-05-19 15:21:49 +02:00
Matthias Pfefferle
e46991e83c Merge branch 'master' of https://github.com/Automattic/wordpress-activitypub 2023-05-19 12:00:19 +02:00
Matthias Pfefferle
dd486e552f some code cleanups 2023-05-19 12:00:11 +02:00
Matthias Pfefferle
df4031ee00
Merge pull request #337 from Automattic/fix/activation-error
Prevent activation error: Set `ACTIVITYPUB_REST_NAMESPACE` early
2023-05-19 11:59:00 +02:00
Matthias Pfefferle
70c3b3fd51 remove comments 2023-05-19 11:45:12 +02:00
Matthias Pfefferle
d7d6ebbc1f remove comments
@mattwiebe maybe you can add them as issues
2023-05-19 11:43:54 +02:00
Matt Wiebe
6a0fc43a05 Set ACTIVITYPUB_REST_NAMESPACE outside of init
Needed to prevent activation errors.
2023-05-18 19:30:08 -05:00
Matthias Pfefferle
ec3f8454c1
Update activitypub.php 2023-05-17 10:25:31 +02:00
Matthias Pfefferle
a147d21fda
Update activitypub.php
NodeInfo is only initialized when blog is public
2023-05-17 10:25:00 +02:00
Matthias Pfefferle
313a4da607
Merge pull request #329 from Automattic/add/rest-namespace-constant
Allow setting the REST namespace with `ACTIVITYPUB_REST_NAMESPACE`
2023-05-17 09:05:20 +02:00
Matthias Pfefferle
c34fb74b41 coding style 2023-05-17 09:03:26 +02:00
Matthias Pfefferle
60fc581e1d coding style 2023-05-17 09:02:37 +02:00
Matthias Pfefferle
d89c05aa49 init missing Nodeinfo endpoint 2023-05-17 09:02:09 +02:00
Matthias Pfefferle
3d16b8de1d use full function name in templates 2023-05-17 09:01:28 +02:00
Matthias Pfefferle
9cd2a04955 re-added some namespace consts 2023-05-16 08:14:04 +02:00
Matthias Pfefferle
2e537e423c
Merge branch 'master' into add/rest-namespace-constant 2023-05-16 08:10:06 +02:00
Matthias Pfefferle
ec23742b9a
Merge pull request #318 from Automattic/schedule
update scheduler for followers
2023-05-16 08:08:42 +02:00
Matthias Pfefferle
8b9026ab5e fix get_post_content_template function 2023-05-15 10:55:07 +02:00
Matt Wiebe
31e7e44642 remove filter 2023-05-12 18:25:49 -05:00
Matt Wiebe
ec00ace234 add a activitypub_rest_url filter 2023-05-12 16:55:04 -05:00
Matthias Pfefferle
c99daa3e72
Merge branch 'master' into add/rest-namespace-constant 2023-05-12 22:44:41 +02:00
Matt Wiebe
5a91fdcf0a remove debug log 2023-05-12 15:43:04 -05:00
Matt Wiebe
3fa5e4f37e now with more use 2023-05-12 15:31:53 -05:00
Matt Wiebe
314ccf43a6 add a get_rest_url_by_path helper function, and use it 2023-05-12 15:24:24 -05:00
Matthias Pfefferle
bc7129ec55
Merge pull request #328 from Automattic/add/activitypub-conditional
Compat: introduce a conditional to detect ActivityPub requests
2023-05-12 20:35:42 +02:00
dependabot[bot]
0b60944f93 Update dealerdirect/phpcodesniffer-composer-installer requirement
Updates the requirements on [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) to permit the latest version.
- [Release notes](https://github.com/PHPCSStandards/composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
- [Commits](https://github.com/PHPCSStandards/composer-installer/compare/v0.7.1...v1.0.0)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 08:56:48 +00:00
Matthias Pfefferle
94e5539d75 reset errors if new is set 2023-05-12 10:23:58 +02:00
Matt Wiebe
abfa7c7969 Allow setting the REST namespace with ACTIVITYPUB_REST_NAMESPACE 2023-05-11 13:25:30 -05: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
Matthias Pfefferle
0685763424 return error if class does not exist or is not readable 2023-05-11 14:55:11 +02:00
Matthias Pfefferle
663c6315c9 make debug file optional 2023-05-11 14:40:47 +02:00
Matthias Pfefferle
cfa8974ffa support more more depth in the namespaces 2023-05-11 14:38:57 +02:00
Matthias Pfefferle
b85b0167c0
Update activitypub.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2023-05-11 10:53:19 +02:00
Matthias Pfefferle
b803914180 removed output formatting 2023-05-11 09:46:26 +02:00
Matthias Pfefferle
47b1b10955 Fix migration script 2023-05-11 09:45:01 +02:00
Matthias Pfefferle
7b545b4639 remove DIRECTORY_SEPARATOR because its not used anywhere else 2023-05-11 09:09:13 +02:00
Matthias Pfefferle
baa8027e3f check if file is_readable
thanks @akirk
2023-05-10 18:53:09 +02:00
Matthias Pfefferle
26a1dc9be5 use time() instead of strtotime( 'now' ) 2023-05-10 18:52:13 +02:00
Matthias Pfefferle
75c1c6a402
Update activitypub.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2023-05-10 18:50:20 +02:00
Matthias Pfefferle
6fce2c30d2
Update includes/class-scheduler.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2023-05-10 18:47:46 +02:00
Matthias Pfefferle
3c02744925
Update activitypub.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2023-05-10 18:45:48 +02:00
Matthias Pfefferle
9da559be6a
Update includes/collection/class-followers.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2023-05-10 18:45:32 +02:00
Matthias Pfefferle
463bff834b delete if response code is 410 or 404 2023-05-10 17:21:59 +02:00
Matthias Pfefferle
154b0018af PHPDoc 2023-05-10 15:36:45 +02:00
Matthias Pfefferle
df02d2202e PHPDoc 2023-05-10 15:02:01 +02:00
Matthias Pfefferle
2570928b00 PHPDoc 2023-05-10 14:55:10 +02:00
Matthias Pfefferle
17b66cb23d implement cleanup_followers and update_followers 2023-05-10 14:18:56 +02:00
Matthias Pfefferle
655227058e remove <p> because of autop 2023-05-09 13:02:30 +02:00
Matthias Pfefferle
f64a765129 phpdoc fixes 2023-05-09 10:08:51 +02:00