Commit graph

354 commits

Author SHA1 Message Date
302331ef5c re-add php8 2020-09-21 13:38:38 +02:00
b1ccf1e7b9 change to nightly 2020-09-21 13:35:40 +02:00
e58653d29b add php8 2020-09-21 13:33:05 +02:00
fca4823319 fix travis conf 2020-09-21 13:29:39 +02:00
81b2b718ee rename permalink 2020-09-21 13:25:31 +02:00
a875b90054 remove blocklist feature in favor of the comment blocklist 2020-09-21 13:20:39 +02:00
fb22aeae71 update to REST API changes (WP 5.5) 2020-09-18 16:36:09 +02:00
edc334a1fb add prefixes 2020-07-21 09:27:35 +02: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
827aacc450 check params to prevent PHP warnings 2020-05-23 12:34:11 +02:00
Matthias Pfefferle
6b3f26202c
Merge pull request #92 from mediaformat/nodeinfo-if-public
Only return nodeinfo data if site is public
2020-05-20 17:02:05 +02:00
Matthias Pfefferle
be50451636
WordPress coding style 2020-05-19 16:45:50 +02:00
Django Doucet
3c730050b7 remove irrelevent option 2020-05-18 17:36:17 -04:00
Django Doucet
3d573aa140 Only return nodeinfo data if site is public 2020-05-18 17:32:17 -04:00
19a7bddc5f check case insensitive 2020-05-18 16:46:51 +02:00
5ad36d0027 add default value 2020-05-18 16:46:31 +02:00
41a58ccda5 show inline images
fix #77
2020-05-14 23:10:25 +02:00
f9223be5d7 fix some method names
and add basic tests
2020-05-14 22:33:09 +02:00
74c063b690 update test env 2020-05-14 22:25:29 +02:00
4798b75f37 more chances to support delete 2020-05-14 21:37:59 +02:00
b8feca2d9f PHPDoc 2020-05-14 21:04:33 +02:00
fdd6bf7ebb add php 7.4 tests 2020-05-14 18:06:06 +02:00
c24966d683 first try of a delete activity
see #16
2020-05-14 18:02:49 +02:00
122461ab6e escape even more 2020-05-12 20:30:06 +02:00
9945aa7cf8 escape global constants and functions
* Add leading \ before function invocation to speed up resolving.
* Add leading \ before constant invocation of internal constant to speed up resolving. Constant name match is case-sensitive, except for null, false and true.
2020-05-12 19:42:09 +02:00
60ad191fdc fix follow 2020-05-04 00:06:48 +02:00
95682dbb6d change default 2020-04-28 10:03:44 +02:00
821120786f Fix debug log 2020-04-28 10:03:35 +02:00
8837b8b010 update requirements 2020-03-30 22:55:15 +02:00
26c2faedc5 version bump 2020-03-15 20:34:50 +01:00
Matthias Pfefferle
60b5bb38d0
Merge pull request #87 from pfefferle/blacklist
Blacklist
2020-02-22 13:13:23 +01:00
273787295a native function invocation 2020-02-22 13:02:58 +01:00
d0ec22bcc8 fix phpcs config 2020-02-21 11:11:27 +01:00
3f59e8fe97 update language file 2020-02-21 11:11:12 +01:00
385aac3568 improve request validation and added blacklist check 2020-02-21 11:11:03 +01:00
0d48496768 add blacklist settings 2020-02-21 11:09:31 +01:00
7bcd586eae fix get_remote_metadata_by_actor 2020-02-21 11:05:17 +01:00
8ea1fd6aae prepare new version 2020-02-11 10:14:30 +01:00
ddabb0a0bf fix indents 2020-02-11 10:14:21 +01:00
Matthias Pfefferle
5e3a71fa1c
Merge pull request #85 from bgcarlisle/dev-new-content-type
Added new post type: "title and link only"
2020-02-11 10:07:34 +01:00
9b894a7d14 use title instead of titlelink 2020-02-11 10:03:59 +01:00
e0b020d4cc switch to local test env 2020-02-11 09:58:49 +01:00
16251a2775 update test script 2020-02-11 09:58:04 +01:00
bgcarlisle
d7a2b9a237 Added new post type: "title and link only" 2020-01-22 15:57:01 +01:00
Matthias Pfefferle
965c8ca804
Merge pull request #83 from BenLubar-PR/authorized-fetch
support authorized fetch to avoid having comments from "Anonymous"
2020-01-19 16:22:30 +01:00
Matthias Pfefferle
87aa2e1af1
Merge pull request #82 from BenLubar-PR/title
Use the "summary" property for a title as Mastodon does.
2020-01-19 16:21:22 +01:00
Matthias Pfefferle
cb29fe360b
Merge pull request #81 from BenLubar-PR/attachment-alt-text 2020-01-18 20:44:16 +01:00
Ben Lubar
fbcf2dbabc
support authorized fetch to avoid having comments from "Anonymous" 2020-01-18 12:56:30 -06:00
Ben Lubar
b4a79fd57e
Use the "summary" property for a title as Mastodon does. 2020-01-18 12:38:08 -06:00