Commit graph

293 commits

Author SHA1 Message Date
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
Ben Lubar
f387177ebf
Add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. 2020-01-18 12:36:46 -06: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
937618101e disable broken delete activity 2019-11-27 08:25:04 +01:00
9a4c9768f2 disable shared inbox 2019-11-24 21:39:27 +01:00
e03db11d92 version bump 2019-11-24 21:26:00 +01:00
be721e851e fix #73 2019-11-24 21:25:25 +01:00
65034d2a76 refactorings 2019-11-18 20:57: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