Andrew Godwin
930aab384e
Debug, search fixes
2023-05-05 23:30:59 -07:00
Andrew Godwin
8f57aa5f37
UI/Domains Refactor
...
Redoes the UI to remove timelines, promote domains, and a lot of other things to support the refactor.
2023-05-03 22:42:37 -06:00
Christof Dorner
79c1be03a6
Add ability to follow hashtags
2023-03-14 15:35:40 -06:00
Andrew Godwin
542678cab5
Fix author checks on post attachments
...
Fixes #538
2023-03-12 16:19:40 -06:00
Dan Watson
cedcc8fa7c
Bookmarks ( #537 )
2023-03-11 11:17:20 -07:00
Christof Dorner
56da914340
Allow to set default reply visibility ( #531 )
2023-03-08 11:01:21 -07:00
Andrew Godwin
a6922cb9d6
Move to a new HTML parser/stripper
...
This removes the use of the EOL'd Bleach, and also integrates hashtag,
mention and emoji searching into one single place.
2023-01-29 17:47:06 -07:00
TAKAHASHI Shuuji
8a06b3d78f
Fix wrong post character counting in hyperscript ( #476 )
...
A newline `\n` will be normalized as `\r\n` in Django.
2023-01-27 10:50:34 -07:00
Andrew Godwin
9dded19172
Add admin notification for new identities
2023-01-15 14:48:17 -07:00
Andrew Godwin
f689110e0b
Fix file size label hardcode
2023-01-15 10:31:27 -07:00
TAKAHASHI Shuuji
5e65d569bf
Prevent uploading too large image file ( #416 )
2023-01-15 10:29:18 -07:00
TAKAHASHI Shuuji
b5b4a8ac5d
Move initial cursor place to the end for @mention reply ( #375 )
2023-01-08 12:22:45 -07:00
Corry Haines
9ae9e03b9d
Re-use page for interaction query ( #351 )
...
Original code caused the query on timeline to issue twice. Once to satisfy the interactions lookup (which had no LIMIT) and then again for the page (which had a LIMIT 25).
Presumably we want interactions for the paginated events, especially since the un-LIMITed query would become extremely inefficient.
2023-01-04 16:42:57 -07:00
Andrew Godwin
68e764a36e
Turns out you should be able to see replies too
2023-01-02 17:42:38 -07:00
Andrew Godwin
110ae452b6
Hide individual posts if people can't see them
2023-01-02 17:15:38 -07:00
TAKAHASHI Shuuji
6e34313aaf
Fix incorrect character count ( #340 )
2022-12-31 20:17:48 -07:00
Andrew Godwin
0fc8ff4965
Move like/boost/reply counts onto Post model
2022-12-31 13:52:30 -07:00
Andrew Godwin
f6e49e8059
Delete timeline events with posts
...
Fixes #284
2022-12-27 11:53:44 -07:00
Corry Haines
31187c99b2
Quality of life ( #266 )
...
Support gunicorn autoreload on DEBUG
Pass docker postgres port to host
Add some typing to posts.py
2022-12-26 10:42:02 -07:00
Corry Haines
b53504fe64
Basic OpenGraph support ( #267 )
...
Creates an OpenGraph template include in base.html including the basic tags expected on all pages.
Then allows any page to add additional expected tags via `context`.
Currently, profiles and posts are enriched to show complete opengraph metadata, and render correctly in Discord.
Note: This does not show posts in Slack like Twitter/Mastodon do. I believe this is due to Slack preferring oembed when present, which is a mastodon API endpoint we may need to create at some point.
2022-12-26 10:39:33 -07:00
Andrew Godwin
d32a686eb1
Persist CWs in replies, expand linked at once
...
Fixes #268
2022-12-26 10:03:13 -07:00
Michael Manfre
5536397bdb
Prettier debug json ( #260 )
2022-12-24 11:05:07 -07:00
Andrew Godwin
087cb2a15f
Rework post/event querysets to always fetch stuff
2022-12-24 10:50:01 -07:00
Andrew Godwin
6be1e7df44
Make oauth screens plain as well
2022-12-23 22:34:33 -07:00
Andrew Godwin
a058140d11
New "plain" page style for most logged out pages
2022-12-22 13:06:35 -08:00
Andrew Godwin
f9b5f372ac
Responsive styling fix, shorter pages
...
Refs #102
2022-12-22 01:06:01 +00:00
Andrew Godwin
13ebe14cf9
Don't show deleted follows, and sort publicly
2022-12-21 20:56:52 +00:00
Gabriel Rodríguez Alberich
1349144e37
Minor design tweaks to the Follows page ( #222 )
...
* Filter outbound and inbound follows by active state
* Change pill appearance to distinguish it from buttons
* Signal destructive action when hovering unfollow buttons
* Add hover style to the top "tabs"/"filters"
* Make filters icon have the same width so selecting them doesn't change the options total width, which is mildly unnerving
2022-12-21 19:57:14 +00:00
Andrew Godwin
e2371a3cd7
Move timelines to a service class
2022-12-21 19:47:48 +00:00
Michael Manfre
a7082decc8
Optimize timeline queries ( #219 )
2022-12-21 11:09:18 +00:00
Andrew Godwin
6039cde49e
It's amazing what a little select_related can do
2022-12-20 15:35:48 +00:00
Andrew Godwin
f82b82502c
Install debug toolbar in debug mode
2022-12-20 15:26:39 +00:00
Andrew Godwin
4635874c12
Relax accept header for gup.pe
2022-12-20 13:21:50 +00:00
Andrew Godwin
4ad4f468a4
Refactor HTML rendering into one place
...
Also suppress using external <a> tags for now, until we can separate
them from hashtags properly.
2022-12-20 11:39:45 +00:00
Andrew Godwin
db3fc7c53c
Fetch actors with posts when needed
...
Fixes #190 , #205
2022-12-20 10:17:52 +00:00
Andrew Godwin
9067caf9a3
Add expanded post context
...
Fixes #120
2022-12-20 09:59:06 +00:00
Michael Manfre
84dbb51de7
Raw response in JSON debug ( #211 )
2022-12-20 08:19:00 +00:00
Andrew Godwin
6cdcbcfab9
Remove test URL
2022-12-18 11:14:19 -07:00
Andrew Godwin
58e11ae3b6
Debug JSON view, json fixes
2022-12-18 11:00:21 -07:00
Andrew Godwin
5d6ff57b5f
Don't include broken users in reply mentions
...
Fixes #192
2022-12-18 09:50:29 -07:00
Andrew Godwin
90c7b615fd
Move timelines to published date all around
2022-12-18 09:44:56 -07:00
Andrew Godwin
cc3c3d9816
404 deleted posts
2022-12-16 21:32:08 -07:00
Andrew Godwin
12567f6891
Identity admin/moderation
2022-12-16 19:42:48 -07:00
Andrew Godwin
c588567c86
Add follow times
2022-12-16 17:39:10 -07:00
Andrew Godwin
be377653fe
Fix inbound/outbound links
2022-12-16 17:32:04 -07:00
Andrew Godwin
00795f119e
Split Follows page into two types
...
This overcomes the query problem of pulling a combined list
2022-12-16 17:24:56 -07:00
Gabriel Rodríguez Alberich
fb2eea956e
Several pagination improvements ( #170 )
...
Home/Notification gets pagination, Follows becomes ListView
2022-12-16 17:06:29 -07:00
Andrew Godwin
9ad9bdd936
Implement post rate limits, move to signed cookies
...
Also improve the test harness a little
Fixes #112
2022-12-15 15:55:33 -07:00
Michael Manfre
af3142ac3a
Basic Emoji suppport ( #157 )
2022-12-15 00:50:54 -07:00
Gabriel Rodríguez Alberich
8db05bed95
Prevent n+1 queries when rendering timelines ( #165 )
...
The linkify_mentions function is traversing the post's mentions, so
better prefetch those.
2022-12-14 10:16:22 -07:00