summaryrefslogtreecommitdiffstats
path: root/activities/models
Commit message (Collapse)AuthorAgeFilesLines
* Increase the allowed size of URIsTyler Kennedy2022-12-171-2/+2
| | | 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.
* Some more JSON-LD namespace fixingAndrew Godwin2022-12-172-3/+5
|
* Allow for attachments with no width/heightAndrew Godwin2022-12-171-7/+9
| | | | Fixes #186
* Handle timeouts on image fetchAndrew Godwin2022-12-171-5/+9
|
* Report function and adminAndrew Godwin2022-12-171-0/+1
|
* Catch all possible request errorsAndrew Godwin2022-12-172-26/+42
|
* Return unreviewed emoji in API correctlyAndrew Godwin2022-12-171-1/+5
|
* Make emoji better on the wireAndrew Godwin2022-12-162-2/+2
|
* Handle undos of missing postsAndrew Godwin2022-12-161-2/+6
|
* Fan out replies to the original author's followersAndrew Godwin2022-12-161-0/+7
| | | | Fixes #64
* Fix mastodon LD namespaceAndrew Godwin2022-12-163-8/+5
| | | | Fixes #179
* User admin and LD schema fixesAndrew Godwin2022-12-161-2/+2
|
* Fix hashtag linking and API mentions of emptyAndrew Godwin2022-12-152-6/+12
|
* 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-152-14/+15
|
* Basic Emoji suppport (#157)Michael Manfre2022-12-154-19/+301
|
* A better way of handling URIs between local/remoteAndrew Godwin2022-12-121-9/+9
|
* 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-122-7/+86
|
* More API read coverageAndrew Godwin2022-12-123-1/+33
|
* Timelines workingAndrew Godwin2022-12-122-2/+75
|
* Working start of an OAuth flowAndrew Godwin2022-12-121-1/+1
|
* Media proxy, caching and tuning docsAndrew Godwin2022-12-101-2/+2
| | | | Fixes #67
* Skip over followsAndrew Godwin2022-12-081-1/+3
|
* 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
| | | | Fixes #121
* 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
| | | 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