Andrew Godwin
|
5d2ed9edfe
|
Hatchway API Rewrite (#499)
Removes django-ninja and replaces it with a new API framework, "hatchway".
I plan to move hatchway into its own project very soon.
|
2023-02-07 12:07:15 -07:00 |
Andrew Godwin
|
1ffbb2e860
|
Fix hashtag extraction on post edit
|
2023-01-29 18:13:21 -07:00 |
Andrew Godwin
|
b03d9f0e12
|
Handle deletions of post URIs
Fixes #306
|
2022-12-28 22:47:28 -07:00 |
Michael Manfre
|
ab398758a9
|
Fixed mention linking with mixed case usernames (#265)
|
2022-12-24 21:04:25 -07:00 |
Andrew Godwin
|
294095c592
|
Don't allow trailing period in mention
Fixes #249
|
2022-12-23 01:47:00 -07:00 |
Andrew Godwin
|
025fd5cf07
|
Emoji refactor
Emojis are now prefetched from the post, and if not, looked up
individually by shortcode, to prevent loading hundreds.
|
2022-12-22 16:55:31 +00:00 |
Andrew Godwin
|
79fd800a78
|
Accept objects with contentMap only
|
2022-12-22 05:29:49 +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 |
Michael Manfre
|
af3142ac3a
|
Basic Emoji suppport (#157)
|
2022-12-15 00:50:54 -07:00 |
Michael Manfre
|
64cea557be
|
Collapse linkify mentions (#123)
|
2022-12-05 21:44:26 -07:00 |
Andrew Godwin
|
5b82c76def
|
Shorten mention names when linkified
Fixes #121
|
2022-12-05 20:26:21 -07:00 |
Andrew Godwin
|
a31f676b46
|
Policy pages and signup tests.
Fixes #113
|
2022-12-05 19:24:46 -07:00 |
Andrew Godwin
|
9becbb24d4
|
Fix post tests, don't reply to self
|
2022-12-04 21:30:18 -07:00 |
Andrew Godwin
|
6291fa0f5c
|
Fix mentions in replies/capitalisation
|
2022-12-04 20:23:02 -07:00 |
Michael Manfre
|
6c7ddedd34
|
Post editing
|
2022-11-27 11:09:46 -07:00 |
Andrew Godwin
|
63ab492439
|
Fix mentions at the start of posts
|
2022-11-21 22:17:22 -07:00 |
Andrew Godwin
|
53d9452917
|
Outgoing mentions mostly work (exc. cc followers)
|
2022-11-21 21:18:13 -07:00 |
Andrew Godwin
|
a80e0f117a
|
Mentionify tests and some fixtures
|
2022-11-21 20:25:00 -07:00 |
Andrew Godwin
|
0d1e09fbcd
|
Refactor almost all tests into /tests/
|
2022-11-21 20:10:01 -07:00 |