summaryrefslogtreecommitdiffstats
path: root/activities/views/timelines.py
Commit message (Collapse)AuthorAgeFilesLines
* Identity admin/moderationAndrew Godwin2022-12-161-0/+4
|
* Several pagination improvements (#170)Gabriel Rodríguez Alberich2022-12-161-7/+11
| | | Home/Notification gets pagination, Follows becomes ListView
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-151-0/+3
| | | | | Also improve the test harness a little Fixes #112
* Basic Emoji suppport (#157)Michael Manfre2022-12-151-5/+11
|
* 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.
* Fix form loading hyperscript configAndrew Godwin2022-12-111-33/+3
|
* Add the character counter next to the Post button (#152)TAKAHASHI Shuuji2022-12-111-0/+13
|
* Add interaction states on notifications pageAndrew Godwin2022-12-081-0/+4
| | | | Fixes #129
* Only cache unauthenticated page views (#117)Michael Manfre2022-12-051-7/+3
|
* Allow selecting notification types to seeAndrew Godwin2022-12-051-12/+23
|
* Added caching and initial settingsMichael Manfre2022-12-051-0/+14
|
* Collapse notifications on the same postAndrew Godwin2022-11-281-0/+20
|
* A few hashtag fixupsAndrew Godwin2022-11-281-1/+1
|
* HashtagsMichael Manfre2022-11-281-7/+38
|
* Added default post visibilityMichael Manfre2022-11-251-0/+1
|
* Exclude replies in most situations from timelinesAndrew Godwin2022-11-251-2/+8
|
* Show boosts and likes on other post list pagesAndrew Godwin2022-11-221-0/+14
|
* Content warning name customisationMichael Manfre2022-11-221-1/+3
| | | | | 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
* Start adding pagniation to timelinesAndrew Godwin2022-11-221-19/+16
|
* Logged out experience, config, and profilesAndrew Godwin2022-11-171-1/+0
|
* Add search and better notificationsAndrew Godwin2022-11-171-4/+13
|
* Rework UI to have vertical menusAndrew Godwin2022-11-171-3/+3
|
* Show post imagesAndrew Godwin2022-11-161-0/+3
|
* Tag and visibility handlingAndrew Godwin2022-11-161-7/+4
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-3/+5
|
* Boosting! Incoming, anyway.Andrew Godwin2022-11-131-6/+40
|
* More UI!Andrew Godwin2022-11-131-0/+70