Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle updates for already deleted posts | Andrew Godwin | 2022-12-15 | 1 | -2/+6 |
| | |||||
* | Fix outbound emoji federation | Andrew Godwin | 2022-12-15 | 1 | -3/+3 |
| | |||||
* | Basic Emoji suppport (#157) | Michael Manfre | 2022-12-15 | 1 | -14/+28 |
| | |||||
* | A few more fixes and a bad test | Andrew Godwin | 2022-12-12 | 1 | -1/+8 |
| | |||||
* | Fix mentions of missing identities | Andrew Godwin | 2022-12-12 | 1 | -0/+1 |
| | |||||
* | Basic post mutation | Andrew Godwin | 2022-12-12 | 1 | -3/+76 |
| | |||||
* | More API read coverage | Andrew Godwin | 2022-12-12 | 1 | -1/+1 |
| | |||||
* | Timelines working | Andrew Godwin | 2022-12-12 | 1 | -0/+47 |
| | |||||
* | Set a Takahe User-Agent header for signed requests (#142) | Michael Manfre | 2022-12-06 | 1 | -1/+5 |
| | |||||
* | 'View in admin' link for post popup menu (#134) | Michael Manfre | 2022-12-06 | 1 | -0/+1 |
| | |||||
* | Collapse linkify mentions (#123) | Michael Manfre | 2022-12-05 | 1 | -0/+6 |
| | |||||
* | Shorten mention names when linkified | Andrew Godwin | 2022-12-05 | 1 | -1/+5 |
| | | | | Fixes #121 | ||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 1 | -7/+8 |
| | |||||
* | Fetch post parents live too | Andrew Godwin | 2022-12-04 | 1 | -2/+6 |
| | |||||
* | Make search work with URLs | Andrew Godwin | 2022-12-04 | 1 | -13/+23 |
| | |||||
* | Fix mentions in replies/capitalisation | Andrew Godwin | 2022-12-04 | 1 | -1/+2 |
| | |||||
* | Image attachment uploads | Andrew Godwin | 2022-12-01 | 1 | -7/+15 |
| | |||||
* | A few hashtag fixups | Andrew Godwin | 2022-11-28 | 1 | -0/+14 |
| | |||||
* | Add GIN index to Post.hashtags | Andrew Godwin | 2022-11-28 | 1 | -0/+6 |
| | |||||
* | Hashtags | Michael Manfre | 2022-11-28 | 1 | -22/+72 |
| | |||||
* | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 1 | -17/+44 |
| | |||||
* | Post editing | Michael Manfre | 2022-11-27 | 1 | -0/+40 |
| | |||||
* | Local-only posting | Michael Manfre | 2022-11-26 | 1 | -3/+8 |
| | |||||
* | Added default post visibility | Michael Manfre | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Add initial delete UI | Andrew Godwin | 2022-11-24 | 1 | -0/+1 |
| | |||||
* | Delete mechanics and refactor of post fanout | Andrew Godwin | 2022-11-24 | 1 | -44/+60 |
| | |||||
* | Initial reply-to feature | Andrew Godwin | 2022-11-24 | 1 | -0/+24 |
| | |||||
* | Add the self-view timeline event on post | Andrew Godwin | 2022-11-22 | 1 | -0/+1 |
| | | | | Makes it show up for you immediately | ||||
* | Fix mentions at the start of posts | Andrew Godwin | 2022-11-21 | 1 | -1/+1 |
| | |||||
* | Outgoing mentions mostly work (exc. cc followers) | Andrew Godwin | 2022-11-21 | 1 | -29/+87 |
| | |||||
* | Mentionify tests and some fixtures | Andrew Godwin | 2022-11-21 | 1 | -5/+4 |
| | |||||
* | Don't santinize incoming post content | Andrew Godwin | 2022-11-21 | 1 | -2/+2 |
| | | | | Helps with forwards compatibility | ||||
* | Initial mentions-linking code | Andrew Godwin | 2022-11-21 | 1 | -1/+38 |
| | |||||
* | Cascade identity deletes to posts too | Andrew Godwin | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Add image/icon upload | Andrew Godwin | 2022-11-17 | 1 | -1/+3 |
| | |||||
* | Show post images | Andrew Godwin | 2022-11-16 | 1 | -7/+35 |
| | |||||
* | Handle post edits, follow undos | Andrew Godwin | 2022-11-16 | 1 | -2/+20 |
| | |||||
* | Call it admin rather than system settings | Andrew Godwin | 2022-11-16 | 1 | -25/+27 |
| | |||||
* | Tag and visibility handling | Andrew Godwin | 2022-11-16 | 1 | -30/+60 |
| | |||||
* | Get outbound likes/boosts and their undos working | Andrew Godwin | 2022-11-15 | 1 | -14/+36 |
| | |||||
* | Permit Mastodon's weird HTML through | Andrew Godwin | 2022-11-13 | 1 | -0/+15 |
| | |||||
* | Boosting! Incoming, anyway. | Andrew Godwin | 2022-11-13 | 1 | -4/+29 |
| | |||||
* | More UI! | Andrew Godwin | 2022-11-13 | 1 | -2/+6 |
| | |||||
* | Post URIs and host-meta | Andrew Godwin | 2022-11-12 | 1 | -21/+33 |
| | |||||
* | Posting and fan-out both working | Andrew Godwin | 2022-11-11 | 1 | -4/+78 |
| | |||||
* | Got up to incoming posts working | Andrew Godwin | 2022-11-11 | 1 | -0/+161 |