Hank Grabowski
|
6ffd3a3f8c
|
Merge branch 'develop' into mastodon-timeline-temporal-paging
|
2023-02-27 20:20:40 -05:00 |
|
Michael
|
a5b774d2ef
|
Without "->__toString()"
|
2023-02-27 21:15:11 +00:00 |
|
Michael
|
cbb9cb6c24
|
Fix v1 endpoint
|
2023-02-27 21:02:59 +00:00 |
|
Hank Grabowski
|
2f3a7c422f
|
Fix whitespace issue
|
2023-02-27 13:47:02 -05:00 |
|
Hank Grabowski
|
b375f64e0e
|
Add int hint to Mastodon V2 UserStats.php
|
2023-02-27 13:04:24 -05:00 |
|
Hank Grabowski
|
bb29a07efa
|
Change Mastodon Instance V2 active_monthly field to correct active_month
|
2023-02-26 22:57:10 -05:00 |
|
Hank Grabowski
|
706a42ffd0
|
Change Mastodon Instance V2 active_monthly field to correct active_month
|
2023-02-26 22:56:56 -05:00 |
|
Philipp
|
de53109a49
|
Merge pull request #12844 from HankG/mastodon-status-add-delivery-data
Add Delivery Information to Mastodon Status API Entity
|
2023-02-26 23:03:30 +01:00 |
|
Hank Grabowski
|
9ab73c30ef
|
Allow delivery stats to be null.
|
2023-02-26 11:27:01 -05:00 |
|
Hank Grabowski
|
0f811abc50
|
Add nullability to InstanceV2 Contact type for account parameter
|
2023-02-26 09:38:22 -05:00 |
|
Hank Grabowski
|
751e335b4b
|
Add delivery status data to Mastodon Status Friendica Extension
|
2023-02-25 14:23:59 -05:00 |
|
Hank Grabowski
|
9c5f3ae58f
|
Simply Timeline Home temporal endpoint to reuse min_id and max_id
|
2023-02-22 11:02:52 -05:00 |
|
Hank Grabowski
|
818075d039
|
Implement time based paging for Mastodon Home Timeline Endpoint
|
2023-02-21 15:37:32 -05:00 |
|
Hank Grabowski
|
9c9abd4400
|
Merge branch 'develop' into dislike-for-mastodon-endpoints
|
2023-02-20 15:52:09 -05:00 |
|
Hank Grabowski
|
3a8929be1f
|
Add dislike counts to Mastodon API Statuses in FriendicaExtension
|
2023-02-20 15:31:15 -05:00 |
|
Hank Grabowski
|
41b5ec0262
|
Merge branch 'develop' into mastodon-instance-v2-implementation
|
2023-02-20 13:22:37 -05:00 |
|
Hank Grabowski
|
71a7c0a4de
|
Refactor Mastodon API InstanceV2 so objects are simple and BI in API layer
|
2023-02-20 13:22:29 -05:00 |
|
Hypolite Petovan
|
ee5acc29c3
|
Merge pull request #12802 from nupplaphil/feat/system_url_handling
Transform BaseURL to URIInterface conform class with less business logic
|
2023-02-20 08:43:00 -05:00 |
|
Hank Grabowski
|
0bb2d00e70
|
Add License header to FriendicaExtensions file
|
2023-02-20 08:05:46 -05:00 |
|
Hank Grabowski
|
fcf59dc245
|
Fix binary_operator_spaces errors
|
2023-02-20 08:05:01 -05:00 |
|
Hank Grabowski
|
0451f2dfa1
|
Add Mastodon Instance V2 API endpoint /api/v2/instance
|
2023-02-20 07:51:20 -05:00 |
|
Hank Grabowski
|
8101739edd
|
Change Mastodon API documentation URL for V1 Instance type
|
2023-02-19 17:32:13 -05:00 |
|
Hank Grabowski
|
cd957a7f66
|
Remove extraneous __get since needed capability found in parent class
|
2023-02-19 07:59:53 -05:00 |
|
Hank Grabowski
|
3bb0bda880
|
Remove documentation stating friendica extensions can be null since always set
|
2023-02-19 07:58:10 -05:00 |
|
Philipp
|
f0c29edcde
|
Adapt BaseURL calls to new UriInterface
|
2023-02-18 21:12:21 +01:00 |
|
Hank Grabowski
|
34c4849341
|
Merge branch 'develop' into mastodon-status-post-with-title
|
2023-02-18 10:30:57 -05:00 |
|
Hank Grabowski
|
40ee96512a
|
Add extension to Mastodon Status object for Friendica-specific things
- first entry is the title
|
2023-02-17 17:42:00 -05:00 |
|
Hank Grabowski
|
4964e947c9
|
Delete unused Mastodon FollowRequest object (can just use Account now)
|
2023-02-15 15:43:17 -05:00 |
|
Hank Grabowski
|
637b6f5a17
|
Change FollowRequest to return the user ID so is compatible with POST endpoint
|
2023-02-15 12:30:49 -05:00 |
|
Michael
|
18dcf77a6d
|
Desciption added
|
2023-02-01 16:33:07 +00:00 |
|
Michael
|
101b3c9703
|
First implementation of ActivityPub C2S
|
2023-01-29 14:41:14 +00:00 |
|
Hypolite Petovan
|
0259af1118
|
Cast key values to int in Mastodon\Stats
- Address https://sekretaerbaer.de/display/61b27817-3763-cd4c-5fca-b4d397968464
|
2023-01-25 22:11:22 -05:00 |
|
Michael
|
d0373ab414
|
Issue 12603: Support quote in the api / Issue 12654: prevent privacy leakage
|
2023-01-23 21:24:50 +00:00 |
|
Michael
|
ff28044cf6
|
Issue 12603: Support quotes in the API
|
2023-01-23 19:00:20 +00:00 |
|
Hypolite Petovan
|
73c8720d41
|
Declare history property in Mastodon\Card
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055
|
2023-01-21 14:25:21 -05:00 |
|
Michael
|
73e163100c
|
Nodeinfo data has moved to key values
|
2023-01-18 05:04:37 +00:00 |
|
Hypolite Petovan
|
8ad94fef9b
|
Change "thumbnail" for default Friendica banner image in Api\Mastodon\Instance
|
2023-01-07 22:39:07 -05:00 |
|
Hypolite Petovan
|
6685157f8a
|
Cast alert types to boolean in Api\Mastodon\Subscription
|
2023-01-05 11:54:01 -05:00 |
|
Hypolite Petovan
|
1874a32728
|
Happy New Year 2023!
|
2023-01-01 09:36:24 -05:00 |
|
Hank Grabowski
|
4f0968a93c
|
Make tag 'Names' Field have case-sensitive version
|
2022-12-28 17:01:06 -05:00 |
|
Hypolite Petovan
|
6a17223289
|
Ward against null value in language key of item array in Mastodon\Status object
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1357768936
|
2022-12-19 10:11:12 -05:00 |
|
Hypolite Petovan
|
c7e53cb9b4
|
Use account-user-view entry to instantiate Api\Mastodon\FollowRequest objects
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1354395861
|
2022-12-18 01:03:37 -05:00 |
|
Michael
|
5bff6f38d7
|
Issue 12327: Convert avatars to static
|
2022-12-04 23:31:23 +00:00 |
|
Michael
|
a5be5b27e3
|
Support Blurhash
|
2022-12-04 13:29:21 +00:00 |
|
Michael
|
b6f7d31036
|
API: Central way to fetch the system rules
|
2022-12-03 20:18:19 +00:00 |
|
Hank Grabowski
|
a27ffda59f
|
Add dismissed field to Mastodon API Notification types
|
2022-11-30 14:23:20 -05:00 |
|
Michael
|
de76e860ad
|
API: Added trending links
|
2022-11-28 20:19:57 +00:00 |
|
Michael
|
85f57e69fa
|
Issue 12191: We can now follow and unfollow tags via API
|
2022-11-28 03:29:43 +00:00 |
|
Michael
|
92807d86a3
|
API: Enable edit
|
2022-11-25 19:35:40 +00:00 |
|
Hypolite Petovan
|
7c6d54c989
|
Ensure $attachment has a width and a height when it's an image in Mastodon\Attachment
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1323274513
|
2022-11-23 11:00:15 -05:00 |
|