summaryrefslogtreecommitdiffstats
path: root/activities/models
Commit message (Expand)AuthorAgeFilesLines
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-053-15/+13
* 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-012-9/+56
* Fix hashtag extractionAndrew Godwin2022-11-291-1/+1
* Fix hashtagging of HTML entitiesAndrew Godwin2022-11-281-3/+3
* A few hashtag fixupsAndrew Godwin2022-11-282-1/+16
* Add GIN index to Post.hashtagsAndrew Godwin2022-11-281-0/+6
* HashtagsMichael Manfre2022-11-283-22/+260
* Show reply threads in Home correctlyAndrew Godwin2022-11-271-6/+7
* Some cleanup around editingAndrew Godwin2022-11-272-28/+53
* Post editingMichael Manfre2022-11-272-27/+99
* Local-only postingMichael Manfre2022-11-261-3/+8
* Added default post visibilityMichael Manfre2022-11-251-1/+1
* Needed to await adding a mentionAndrew Godwin2022-11-251-1/+1
* Exclude replies in most situations from timelinesAndrew Godwin2022-11-251-6/+16
* Add initial delete UIAndrew Godwin2022-11-241-0/+1
* Fix typosKian-Meng Ang2022-11-241-1/+1
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-242-47/+87
* Initial reply-to featureAndrew Godwin2022-11-241-0/+24
* Fix boosted notificationsAndrew Godwin2022-11-221-0/+7
* 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
* Move signed request onto Identity as a shortcutAndrew Godwin2022-11-201-10/+6
* Cascade identity deletes to posts tooAndrew Godwin2022-11-201-1/+1
* Logged out experience, config, and profilesAndrew Godwin2022-11-171-1/+6
* Add search and better notificationsAndrew Godwin2022-11-172-2/+3
* Add image/icon uploadAndrew Godwin2022-11-171-1/+3
* Show post imagesAndrew Godwin2022-11-163-7/+91
* Handle post edits, follow undosAndrew Godwin2022-11-161-2/+20
* Call it admin rather than system settingsAndrew Godwin2022-11-162-48/+52
* Tag and visibility handlingAndrew Godwin2022-11-162-30/+71
* Accept incoming action undosAndrew Godwin2022-11-151-0/+15
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-155-25/+195
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-131-0/+15
* Boosting! Incoming, anyway.Andrew Godwin2022-11-135-36/+297
* More UI!Andrew Godwin2022-11-131-2/+6
* Post URIs and host-metaAndrew Godwin2022-11-122-22/+34
* Add JSON-LD signatures and tests for sig stuffAndrew Godwin2022-11-121-1/+2
* Posting and fan-out both workingAndrew Godwin2022-11-113-4/+160
* Got up to incoming posts workingAndrew Godwin2022-11-113-0/+248