summaryrefslogtreecommitdiffstats
path: root/activities/models/post.py
Commit message (Expand)AuthorAgeFilesLines
* Increase the allowed size of URIsTyler Kennedy2022-12-171-2/+2
* Report function and adminAndrew Godwin2022-12-171-0/+1
* Catch all possible request errorsAndrew Godwin2022-12-171-1/+1
* Make emoji better on the wireAndrew Godwin2022-12-161-1/+1
* Fan out replies to the original author's followersAndrew Godwin2022-12-161-0/+7
* Fix mastodon LD namespaceAndrew Godwin2022-12-161-6/+4
* User admin and LD schema fixesAndrew Godwin2022-12-161-2/+2
* Fix hashtag linking and API mentions of emptyAndrew Godwin2022-12-151-4/+5
* Some hashtag json-ld fiddlingAndrew Godwin2022-12-151-4/+6
* Add hashtags to post objectsAndrew Godwin2022-12-151-0/+9
* Handle updates for already deleted postsAndrew Godwin2022-12-151-2/+6
* Fix outbound emoji federationAndrew Godwin2022-12-151-3/+3
* Basic Emoji suppport (#157)Michael Manfre2022-12-151-14/+28
* A few more fixes and a bad testAndrew Godwin2022-12-121-1/+8
* Fix mentions of missing identitiesAndrew Godwin2022-12-121-0/+1
* Basic post mutationAndrew Godwin2022-12-121-3/+76
* More API read coverageAndrew Godwin2022-12-121-1/+1
* Timelines workingAndrew Godwin2022-12-121-0/+47
* Set a Takahe User-Agent header for signed requests (#142)Michael Manfre2022-12-061-1/+5
* 'View in admin' link for post popup menu (#134)Michael Manfre2022-12-061-0/+1
* Collapse linkify mentions (#123)Michael Manfre2022-12-051-0/+6
* Shorten mention names when linkifiedAndrew Godwin2022-12-051-1/+5
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-7/+8
* Fetch post parents live tooAndrew Godwin2022-12-041-2/+6
* Make search work with URLsAndrew Godwin2022-12-041-13/+23
* Fix mentions in replies/capitalisationAndrew Godwin2022-12-041-1/+2
* Image attachment uploadsAndrew Godwin2022-12-011-7/+15
* A few hashtag fixupsAndrew Godwin2022-11-281-0/+14
* Add GIN index to Post.hashtagsAndrew Godwin2022-11-281-0/+6
* HashtagsMichael Manfre2022-11-281-22/+72
* Some cleanup around editingAndrew Godwin2022-11-271-17/+44
* Post editingMichael Manfre2022-11-271-0/+40
* Local-only postingMichael Manfre2022-11-261-3/+8
* Added default post visibilityMichael Manfre2022-11-251-1/+1
* Add initial delete UIAndrew Godwin2022-11-241-0/+1
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-241-44/+60
* Initial reply-to featureAndrew Godwin2022-11-241-0/+24
* Add the self-view timeline event on postAndrew Godwin2022-11-221-0/+1
* Fix mentions at the start of postsAndrew Godwin2022-11-211-1/+1
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-211-29/+87
* Mentionify tests and some fixturesAndrew Godwin2022-11-211-5/+4
* Don't santinize incoming post contentAndrew Godwin2022-11-211-2/+2
* Initial mentions-linking codeAndrew Godwin2022-11-211-1/+38
* Cascade identity deletes to posts tooAndrew Godwin2022-11-201-1/+1
* Add image/icon uploadAndrew Godwin2022-11-171-1/+3
* Show post imagesAndrew Godwin2022-11-161-7/+35
* Handle post edits, follow undosAndrew Godwin2022-11-161-2/+20
* Call it admin rather than system settingsAndrew Godwin2022-11-161-25/+27
* Tag and visibility handlingAndrew Godwin2022-11-161-30/+60
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-14/+36
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-131-0/+15
* Boosting! Incoming, anyway.Andrew Godwin2022-11-131-4/+29
* More UI!Andrew Godwin2022-11-131-2/+6
* Post URIs and host-metaAndrew Godwin2022-11-121-21/+33
* Posting and fan-out both workingAndrew Godwin2022-11-111-4/+78
* Got up to incoming posts workingAndrew Godwin2022-11-111-0/+161