summaryrefslogtreecommitdiffstats
path: root/activities
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-173-27/+43
|
* Return unreviewed emoji in API correctlyAndrew Godwin2022-12-171-1/+5
|
* Add AP output to emoji adminAndrew Godwin2022-12-171-1/+1
|
* Make emoji better on the wireAndrew Godwin2022-12-162-2/+2
|
* Fanout admin improvementsAndrew Godwin2022-12-161-3/+4
|
* 404 deleted postsAndrew Godwin2022-12-161-0/+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
* Identity admin/moderationAndrew Godwin2022-12-162-1/+9
|
* Add follow timesAndrew Godwin2022-12-161-6/+18
|
* Fix inbound/outbound linksAndrew Godwin2022-12-161-0/+8
|
* Split Follows page into two typesAndrew Godwin2022-12-161-15/+32
| | | | This overcomes the query problem of pulling a combined list
* Several pagination improvements (#170)Gabriel Rodríguez Alberich2022-12-162-27/+37
| | | Home/Notification gets pagination, Follows becomes ListView
* 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
|
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-152-1/+21
| | | | | Also improve the test harness a little Fixes #112
* Handle updates for already deleted postsAndrew Godwin2022-12-151-2/+6
|
* Fix outbound emoji federationAndrew Godwin2022-12-153-15/+16
|
* Basic Emoji suppport (#157)Michael Manfre2022-12-1510-24/+501
|
* Prevent n+1 queries when rendering timelines (#165)Gabriel Rodríguez Alberich2022-12-141-4/+4
| | | | The linkify_mentions function is traversing the post's mentions, so better prefetch those.
* Set the content type and disposition of webp files uploaded to S3Tyler Kennedy2022-12-131-0/+1
|
* 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-123-34/+91
|
* More API read coverageAndrew Godwin2022-12-125-126/+172
|
* Timelines workingAndrew Godwin2022-12-122-2/+75
|
* Working start of an OAuth flowAndrew Godwin2022-12-121-1/+1
|
* Fix form loading hyperscript configAndrew Godwin2022-12-112-46/+21
|
* Add the character counter next to the Post button (#152)TAKAHASHI Shuuji2022-12-112-0/+26
|
* Two small tweaks to compose UI (#153)Avi Flax2022-12-111-0/+2
|
* Media proxy, caching and tuning docsAndrew Godwin2022-12-102-2/+4
| | | | Fixes #67
* Skip over followsAndrew Godwin2022-12-081-1/+3
|
* Add interaction states on notifications pageAndrew Godwin2022-12-081-0/+4
| | | | Fixes #129
* Improve djadmin filtering and search (#149)Michael Manfre2022-12-081-0/+29
|
* 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
|
* Only cache unauthenticated page views (#117)Michael Manfre2022-12-053-13/+7
|
* Allow selecting notification types to seeAndrew Godwin2022-12-051-12/+23
|
* Collapse linkify mentions (#123)Michael Manfre2022-12-051-0/+6
|
* Shorten mention names when linkifiedAndrew Godwin2022-12-051-1/+5
| | | | Fixes #121
* Add a middleware to detect LD Accept headersAndrew Godwin2022-12-051-6/+1
|
* Fix unset parent variable when viewing top post (#119)Michael Manfre2022-12-051-1/+2
|
* Add django-upgrade to pre-commit (#114)Paolo Melchiorre2022-12-051-1/+1
|
* Added caching and initial settingsMichael Manfre2022-12-053-0/+20
|
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-054-19/+15
|
* Fix post tests, don't reply to selfAndrew Godwin2022-12-041-0/+1
|
* Fetch post parents live tooAndrew Godwin2022-12-043-10/+11
|
* Make search work with URLsAndrew Godwin2022-12-042-20/+102
|
* Fetch user in real-time for searchesAndrew Godwin2022-12-041-2/+6
| | | | Fixes #84
* Fix mentions in replies/capitalisationAndrew Godwin2022-12-042-2/+8
|
* Make max media upload size configurableAvi Flax2022-12-041-2/+5
|
* Image upload polishing and webpAndrew Godwin2022-12-041-8/+17
|
* Make follows a top-level activity. (#94)Tyler Kennedy2022-12-041-0/+33
|
* Tweaks to search UX (#92)Avi Flax2022-12-031-1/+2
|
* Don't allow file uploads bigger than 10MBAndrew Godwin2022-12-021-0/+11
|
* Image attachment uploadsAndrew Godwin2022-12-016-147/+299
|
* Fix hashtag extractionAndrew Godwin2022-11-291-1/+1
|
* Collapse notifications on the same postAndrew Godwin2022-11-281-0/+20
|
* Fix hashtagging of HTML entitiesAndrew Godwin2022-11-281-3/+3
|
* Show parent post on individual pageAndrew Godwin2022-11-281-0/+5
|
* A few hashtag fixupsAndrew Godwin2022-11-283-2/+17
|
* Add GIN index to Post.hashtagsAndrew Godwin2022-11-282-0/+13
|
* HashtagsMichael Manfre2022-11-2810-39/+446
|
* Admin tweaksAndrew Godwin2022-11-271-0/+9
|
* Default replies to unlisted, new users to publicAndrew Godwin2022-11-271-1/+4
|
* Set content type when serving objectTyler Kennedy2022-11-271-1/+4
| | | Fixes #37
* Change how we link individual-post viewAndrew Godwin2022-11-271-0/+1
|
* Link to post pages and show replies thereAndrew Godwin2022-11-271-0/+21
| | | | Fixes #60, #59
* Show reply threads in Home correctlyAndrew Godwin2022-11-271-6/+7
|
* Some cleanup around editingAndrew Godwin2022-11-273-35/+60
|
* Post editingMichael Manfre2022-11-273-51/+160
|
* Only let you delete your own postsAndrew Godwin2022-11-271-1/+4
|
* Local-only postingMichael Manfre2022-11-263-4/+11
|
* Added default post visibilityMichael Manfre2022-11-253-1/+5
|
* Needed to await adding a mentionAndrew Godwin2022-11-251-1/+1
|
* Implement user discoverabilityAndrew Godwin2022-11-251-1/+3
|
* Exclude replies in most situations from timelinesAndrew Godwin2022-11-252-8/+24
|
* Add initial delete UIAndrew Godwin2022-11-242-6/+51
|
* 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-242-4/+52
|
* Allow authenticated users to remote search/fetch by exact identityMichael Manfre2022-11-221-4/+20
|
* Show boosts and likes on other post list pagesAndrew Godwin2022-11-221-0/+14
|
* Content warning name customisationMichael Manfre2022-11-222-2/+5
| | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.
* Add manual HTMX refresh of timelinesAndrew Godwin2022-11-221-3/+13
| | | | Refs #33
* Fix boosted notificationsAndrew Godwin2022-11-221-0/+7
|
* Add the self-view timeline event on postAndrew Godwin2022-11-222-2/+10
| | | | Makes it show up for you immediately
* Start adding pagniation to timelinesAndrew Godwin2022-11-221-19/+16
|
* Fix mentions at the start of postsAndrew Godwin2022-11-211-1/+1
|
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-212-31/+88
|
* Mentionify tests and some fixturesAndrew Godwin2022-11-211-5/+4
|
* Refactor almost all tests into /tests/Andrew Godwin2022-11-215-52/+0
|
* 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
|
* Add Sentry error integration optionAndrew Godwin2022-11-201-0/+6
|
* Fix bug in timedeltashort and add testsMichael Manfre2022-11-203-2/+23
|
* Migration reset, start of docs, env varsAndrew Godwin2022-11-189-438/+229
|
* Add the user settings page tooAndrew Godwin2022-11-171-1/+1
|
* Add signup and password resetAndrew Godwin2022-11-171-0/+28
|
* Logged out experience, config, and profilesAndrew Godwin2022-11-172-2/+6
|
* Add search and better notificationsAndrew Godwin2022-11-176-6/+67
|
* Rework UI to have vertical menusAndrew Godwin2022-11-171-3/+3
|
* Add image/icon uploadAndrew Godwin2022-11-171-1/+3
|
* Show post imagesAndrew Godwin2022-11-167-9/+180
|
* Handle post edits, follow undosAndrew Godwin2022-11-162-2/+38
|
* Call it admin rather than system settingsAndrew Godwin2022-11-164-49/+70
|
* Domains management pagesAndrew Godwin2022-11-161-0/+1
|
* Tag and visibility handlingAndrew Godwin2022-11-165-40/+169
|
* Accept incoming action undosAndrew Godwin2022-11-151-0/+15
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-158-31/+322
|
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-132-0/+21
|
* Boosting! Incoming, anyway.Andrew Godwin2022-11-1311-43/+501
|
* More UI!Andrew Godwin2022-11-135-44/+109
|
* Post URIs and host-metaAndrew Godwin2022-11-123-22/+52
|
* Add JSON-LD signatures and tests for sig stuffAndrew Godwin2022-11-121-1/+2
|
* Posting and fan-out both workingAndrew Godwin2022-11-116-7/+272
|
* Got up to incoming posts workingAndrew Godwin2022-11-1110-0/+466