Matthias Pfefferle
|
2e537e423c
|
Merge branch 'master' into add/rest-namespace-constant
|
2023-05-16 08:10:06 +02: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 |
|
Matt Wiebe
|
abfa7c7969
|
Allow setting the REST namespace with ACTIVITYPUB_REST_NAMESPACE
|
2023-05-11 13:25:30 -05:00 |
|
Matthias Pfefferle
|
b803914180
|
removed output formatting
|
2023-05-11 09:46:26 +02:00 |
|
Matthias Pfefferle
|
26a1dc9be5
|
use time() instead of strtotime( 'now' )
|
2023-05-10 18:52:13 +02:00 |
|
Matthias Pfefferle
|
17b66cb23d
|
implement cleanup_followers and update_followers
|
2023-05-10 14:18:56 +02:00 |
|
Matthias Pfefferle
|
a673504d36
|
Merge branch 'master' into rewrite-followers
|
2023-04-28 17:38:30 +02:00 |
|
Matthias Pfefferle
|
ec822535c9
|
Follower object should not make any remote calls
|
2023-04-27 09:57:50 +02:00 |
|
Matthias Pfefferle
|
4a4a06de37
|
get_follower requires user_id check
|
2023-04-26 17:22:44 +02:00 |
|
Alex Kirk
|
98619dc319
|
Protect img tags from replacing mentions
|
2023-04-26 10:08:22 +02:00 |
|
Matthias Pfefferle
|
764a091046
|
fix unit tests
|
2023-04-25 09:31:28 +02:00 |
|
Matthias Pfefferle
|
cf426ab8ab
|
Merge pull request #265 from pfefferle/optimize-publish
optimize publishing
|
2023-04-20 15:04:34 +02:00 |
|
Matthias Pfefferle
|
c0cb540c4d
|
Fix handling of password protected posts
|
2023-03-02 09:54:52 +01:00 |
|
Matthias Pfefferle
|
72f12de96a
|
remove scripts later in the queue
|
2023-02-20 21:18:03 +01:00 |
|
Matthias Pfefferle
|
08ce46a1a4
|
Merge branch 'master' into optimize-publish
|
2023-02-20 18:22:17 +01:00 |
|
Matthias Pfefferle
|
73ae7a5d75
|
fix content creation
and added tests
|
2023-02-20 18:08:10 +01:00 |
|
Matthias Pfefferle
|
531bdc17b0
|
fix #266
|
2023-02-02 08:18:10 +01:00 |
|
Matthias Pfefferle
|
de32cb7b73
|
add changes also to the object
|
2023-02-02 02:36:29 +01:00 |
|
Matthias Pfefferle
|
3c84be1691
|
fix unit tests
|
2023-02-02 01:50:20 +01:00 |
|
Matthias Pfefferle
|
472ee27849
|
fix unit tests
|
2023-02-02 01:47:12 +01:00 |
|
Alex Kirk
|
6ea46c5024
|
Protect cdata
|
2023-01-27 16:59:15 +01:00 |
|
Alex Kirk
|
e7894f4c4a
|
Also protect <pre>
|
2023-01-27 16:55:52 +01:00 |
|
Alex Kirk
|
cbfe6ea431
|
Protect code HTML
|
2023-01-27 16:50:04 +01:00 |
|
Alex Kirk
|
66220c1250
|
Fix assignment of dynamic property
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
03b467701d
|
Remove no longer needed fixture
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
a5b3af1b3b
|
Move the friends parser to the Friends plugin
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
840d144327
|
Avoid replacing mentions inside links
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
fed4fcb5b4
|
Short-circuit some more examples
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
738208b70d
|
Account for local urls with an @
|
2023-01-27 15:48:29 +01:00 |
|
Alex Kirk
|
7ef6cdb7ee
|
Add a leading at test
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
6c03ab1704
|
Allow for example2-style domains
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
b3e71ff803
|
Short-circuit well-known example domains
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
a61f1168c3
|
Automatically hide unknown @mentions in the Friends plugin, add a setting to change this
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
6feac1be3b
|
Add filter to disable possible mention cache
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
0925405430
|
Fix missing id
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
99b316db34
|
Rework inboxes for cc
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
05575fe6e7
|
Add test for a normal dispatch activity
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
4d05d3710b
|
Ensure more metadata
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
e065880085
|
Add ActivityPub mentions
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
be369b11e5
|
Extract HTTP caching into new test base class
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
7ebb89e92e
|
phpcs lint fixes
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
0230cf7d70
|
Restructure unit test to make it work again
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
b5c4f473de
|
Start adding support for outgoing mentions
|
2023-01-27 15:48:28 +01:00 |
|
Alex Kirk
|
f916bca388
|
Add a css class to the image attachments
|
2022-12-03 07:38:02 +01:00 |
|
Alex Kirk
|
57a95fad01
|
Add attachment support
|
2022-12-02 14:27:00 +01:00 |
|
Alex Kirk
|
2542127d72
|
Move tests to front of file
|
2022-12-02 14:00:07 +01:00 |
|
Alex Kirk
|
db9e69f6e8
|
Fix author name override for announced posts
|
2022-12-02 13:59:00 +01:00 |
|
Alex Kirk
|
b3a26788eb
|
Add test for announce
|
2022-12-02 13:43:09 +01:00 |
|
Alex Kirk
|
a82dea0685
|
Add unit test
|
2022-12-02 12:46:42 +01:00 |
|