summaryrefslogtreecommitdiffstats
path: root/activities
Commit message (Collapse)AuthorAgeFilesLines
* 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