summaryrefslogtreecommitdiffstats
path: root/activities/models
Commit message (Collapse)AuthorAgeFilesLines
* Add initial delete UIAndrew Godwin2022-11-241-0/+1
|
* Fix typosKian-Meng Ang2022-11-241-1/+1
| | | Found via `codespell -S ./static -L keypair`
* 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
| | | | Makes it show up for you immediately
* 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
| | | | Helps with forwards compatibility
* 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