pyfedi/app
Jeena 14fa658774 Add direct link to reply/comment
It's difficult to be able to copy and paste a link to a specific
comment or reply. It's only easy from the notifications page.

This patch introduces a link to a comment/reply by changing
the <span> to a <a> around the "When" text like "15 hours ago".

This is usually how other websites do deep links to comments too,
they make the time of post into a clickable link, so people should
be able to find it easyly.
2024-09-27 11:02:10 +00:00
..
activitypub Include check for post.deleted when looking for cross posts 2024-09-27 10:12:46 +00:00
admin change instance settings #255 2024-09-24 11:33:49 +12:00
api/alpha API: process post/subscribe and comment/subscribe 2024-09-26 16:01:55 +00:00
auth replace requests with httpx #15 2024-09-15 19:30:45 +12:00
chat display error message when joining is denied due to allowlist 2024-08-30 17:25:37 +12:00
community Include check for post.deleted when looking for cross posts 2024-09-27 10:12:46 +00:00
dev tidy ups to #289 2024-08-12 20:29:15 +12:00
domain Make 'rational discourse toolkit' optional fixes #202 2024-07-12 19:57:41 +08:00
errors 401 error handler page #78 2024-05-26 13:59:31 +12:00
main only vote privately with untrusted instances 2024-09-24 12:04:29 +12:00
post Include check for post.deleted when looking for cross posts 2024-09-27 10:12:46 +00:00
search retry get requests 2024-09-09 08:43:10 +12:00
shared API: process post/subscribe and comment/subscribe 2024-09-26 16:01:55 +00:00
static do not update baguettebox in future #321 2024-09-11 15:22:39 +12:00
tag community blocking #283 2024-08-12 20:54:10 +12:00
templates Add direct link to reply/comment 2024-09-27 11:02:10 +00:00
topic A couple more for - Don't send subscription activity to communities on dead instances 2024-08-21 13:50:11 +00:00
translations update japanese language translation #219 2024-06-25 20:47:43 +08:00
user only vote privately with untrusted instances 2024-09-24 12:04:29 +12:00
__init__.py Add inital routes for API (with minimal changes to main codebase) 2024-09-20 16:06:08 +00:00
cli.py replace requests with httpx #15 2024-09-15 19:30:45 +12:00
constants.py make role IDs into constants #226 2024-06-27 15:19:32 +08:00
email.py tidy ups and tweaks to suggest topics form #281 2024-08-08 19:26:07 +12:00
inoculation.py typo 2024-08-21 16:35:10 +12:00
models.py API: process 'vote reversal' (this should have been committed with the first batch) 2024-09-26 16:00:36 +00:00
utils.py Revert to always preferring incoming Markdown over HTML 2024-09-25 01:09:28 +00:00