Andrew Godwin
a875dd7a54
Perform shared inbox delivery
2023-01-08 13:46:40 -07:00
Andrew Godwin
f4a8a96b81
Add first-class deletion support to Stator
2023-01-08 12:43:52 -07:00
Andrew Godwin
eede9682b2
Only deliver posts to active follows
2023-01-08 10:36:44 -07:00
Corry Haines
be7ce6ed62
Improve /api/v1/accounts/{id}/statuses perf ( #355 )
2023-01-05 22:51:02 -07:00
Michael Manfre
af47e9dfd6
Guess Post attachment mimetype when 'mediaType' field not provided ( #360 )
2023-01-05 19:48:03 -07:00
Andrew Godwin
e1363f0dac
Authors should also see their own posts
2023-01-02 17:21:56 -07:00
Andrew Godwin
110ae452b6
Hide individual posts if people can't see them
2023-01-02 17:15:38 -07:00
Michael Manfre
5f1d7b5253
Add indexes for Stator and some of its common tasks ( #332 )
2023-01-01 10:58:13 -07:00
Andrew Godwin
15159418df
Handle CW classes for non-ascii characters
...
Fixes #337
2022-12-31 13:52:30 -07:00
Andrew Godwin
0fc8ff4965
Move like/boost/reply counts onto Post model
2022-12-31 13:52:30 -07:00
Andrew Godwin
011c51b3c4
Implement progressive thread parent fetching
2022-12-30 11:48:42 -07:00
Tyler Kennedy
cc7824394b
Fixes for the Toot! client ( #248 ) ( #275 )
...
* Various Toot! fixes
* Use a fallback 1x1 pixel image for missing headers, same as Mastodon. The header and header_static are _not_ optional nor nullable according to the spec.
* Try removing some fields which probably shouldn't be set.
* Pagination with next/prev.
2022-12-29 10:31:32 -07:00
Andrew Godwin
b03d9f0e12
Handle deletions of post URIs
...
Fixes #306
2022-12-28 22:47:28 -07:00
Michael Manfre
4df4f19856
Remove unneeded join from Post to Identity ( #301 )
2022-12-28 11:14:41 -07:00
Andrew Godwin
e38e985e73
Fall post URLs back to their ID
...
Fixes #302
2022-12-28 11:12:40 -07:00
Michael Manfre
cf8c5476e6
Hashtag stats are only computed when a Post is edited or updated ( #299 )
2022-12-27 19:42:38 -07:00
Corry Haines
b53504fe64
Basic OpenGraph support ( #267 )
...
Creates an OpenGraph template include in base.html including the basic tags expected on all pages.
Then allows any page to add additional expected tags via `context`.
Currently, profiles and posts are enriched to show complete opengraph metadata, and render correctly in Discord.
Note: This does not show posts in Slack like Twitter/Mastodon do. I believe this is due to Slack preferring oembed when present, which is a mastodon API endpoint we may need to create at some point.
2022-12-26 10:39:33 -07:00
Andrew Godwin
d32a686eb1
Persist CWs in replies, expand linked at once
...
Fixes #268
2022-12-26 10:03:13 -07:00
Michael Manfre
834282cf54
Remove unused Post.linkify_mentions() ( #263 )
2022-12-24 15:01:16 -07:00
Andrew Godwin
294095c592
Don't allow trailing period in mention
...
Fixes #249
2022-12-23 01:47:00 -07:00
Andrew Godwin
79fd800a78
Accept objects with contentMap only
2022-12-22 05:29:49 +00:00
Andrew Godwin
3b3285964e
Fix inbound/outbound targeting
2022-12-20 14:20:11 +00:00
Andrew Godwin
51d34eda9c
Significantly better hashtag link parsing
...
Fixes #203
2022-12-20 13:55:14 +00:00
Andrew Godwin
4ad4f468a4
Refactor HTML rendering into one place
...
Also suppress using external <a> tags for now, until we can separate
them from hashtags properly.
2022-12-20 11:39:45 +00:00
Andrew Godwin
db3fc7c53c
Fetch actors with posts when needed
...
Fixes #190 , #205
2022-12-20 10:17:52 +00:00
Andrew Godwin
9067caf9a3
Add expanded post context
...
Fixes #120
2022-12-20 09:59:06 +00:00
Andrew Godwin
3de188e406
Fix Accept header and supply actor outbox
...
Should help with Mitra among others. Refs #207 .
2022-12-19 02:47:35 +00:00
Andrew Godwin
48174d84a4
Don't linkify mentions inside links
2022-12-19 00:27:05 +00:00
Andrew Godwin
3544aa0c8b
Don't use domain on hashtags for local disp
...
Fixes #200
2022-12-19 00:05:58 +00:00
Andrew Godwin
9e2092c4b2
Fix new focalpoint parsing
2022-12-18 14:16:26 -07:00
Andrew Godwin
58e11ae3b6
Debug JSON view, json fixes
2022-12-18 11:00:21 -07:00
Andrew Godwin
770aa1531a
Do actual ISO date parsing
...
Fixes #187
2022-12-18 10:45:32 -07:00
Andrew Godwin
b8dca2b71f
Do not allow posts from blocked domains in
...
Fixes #172
2022-12-18 09:58:43 -07:00
Michael Manfre
a408cbaa27
Post types ( #182 )
...
Initial support for Posts of type other than 'Note'. Render special Post types with templates.
2022-12-18 09:09:25 -07:00
Tyler Kennedy
fc79551656
Increase the allowed size of URIs
...
Increase the allowed size of Post.object_uri and Post.url from 500 characters to a more reasonable 2048. See https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers .
2022-12-17 20:20:51 -07:00
Andrew Godwin
e8d6dccbb2
Report function and admin
2022-12-17 14:45:31 -07:00
Andrew Godwin
24a4fbe1f8
Catch all possible request errors
2022-12-17 12:29:48 -07:00
Andrew Godwin
d7ffb47fb2
Make emoji better on the wire
2022-12-16 22:20:58 -07:00
Andrew Godwin
727b357744
Fan out replies to the original author's followers
...
Fixes #64
2022-12-16 20:11:07 -07:00
Andrew Godwin
770f6728f6
Fix mastodon LD namespace
...
Fixes #179
2022-12-16 19:45:39 -07:00
Andrew Godwin
45c6978bc3
User admin and LD schema fixes
2022-12-16 16:38:52 -07:00
Andrew Godwin
1bcdff79e7
Fix hashtag linking and API mentions of empty
2022-12-15 19:26:06 -07:00
Andrew Godwin
c0cd5a5553
Some hashtag json-ld fiddling
2022-12-15 18:58:11 -07:00
Andrew Godwin
31dc08ad0d
Add hashtags to post objects
2022-12-15 17:00:00 -07:00
Andrew Godwin
13fd3785f2
Handle updates for already deleted posts
2022-12-15 13:47:12 -07:00
Andrew Godwin
5e912ecac5
Fix outbound emoji federation
2022-12-15 12:26:44 -07:00
Michael Manfre
af3142ac3a
Basic Emoji suppport ( #157 )
2022-12-15 00:50:54 -07:00
Andrew Godwin
35a45f1c55
A few more fixes and a bad test
2022-12-12 11:56:49 -07:00
Andrew Godwin
f892c0c4ce
Fix mentions of missing identities
2022-12-12 11:56:49 -07:00
Andrew Godwin
20239b5cb7
Basic post mutation
2022-12-12 11:56:49 -07:00