Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make max media upload size configurable | Avi Flax | 2022-12-04 | 1 | -2/+5 |
| | |||||
* | Image upload polishing and webp | Andrew Godwin | 2022-12-04 | 1 | -8/+17 |
| | |||||
* | Make follows a top-level activity. (#94) | Tyler Kennedy | 2022-12-04 | 1 | -0/+33 |
| | |||||
* | Tweaks to search UX (#92) | Avi Flax | 2022-12-03 | 1 | -1/+2 |
| | |||||
* | Don't allow file uploads bigger than 10MB | Andrew Godwin | 2022-12-02 | 1 | -0/+11 |
| | |||||
* | Image attachment uploads | Andrew Godwin | 2022-12-01 | 6 | -147/+299 |
| | |||||
* | Fix hashtag extraction | Andrew Godwin | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | Collapse notifications on the same post | Andrew Godwin | 2022-11-28 | 1 | -0/+20 |
| | |||||
* | Fix hashtagging of HTML entities | Andrew Godwin | 2022-11-28 | 1 | -3/+3 |
| | |||||
* | Show parent post on individual page | Andrew Godwin | 2022-11-28 | 1 | -0/+5 |
| | |||||
* | A few hashtag fixups | Andrew Godwin | 2022-11-28 | 3 | -2/+17 |
| | |||||
* | Add GIN index to Post.hashtags | Andrew Godwin | 2022-11-28 | 2 | -0/+13 |
| | |||||
* | Hashtags | Michael Manfre | 2022-11-28 | 10 | -39/+446 |
| | |||||
* | Admin tweaks | Andrew Godwin | 2022-11-27 | 1 | -0/+9 |
| | |||||
* | Default replies to unlisted, new users to public | Andrew Godwin | 2022-11-27 | 1 | -1/+4 |
| | |||||
* | Set content type when serving object | Tyler Kennedy | 2022-11-27 | 1 | -1/+4 |
| | | | Fixes #37 | ||||
* | Change how we link individual-post view | Andrew Godwin | 2022-11-27 | 1 | -0/+1 |
| | |||||
* | Link to post pages and show replies there | Andrew Godwin | 2022-11-27 | 1 | -0/+21 |
| | | | | Fixes #60, #59 | ||||
* | Show reply threads in Home correctly | Andrew Godwin | 2022-11-27 | 1 | -6/+7 |
| | |||||
* | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 3 | -35/+60 |
| | |||||
* | Post editing | Michael Manfre | 2022-11-27 | 3 | -51/+160 |
| | |||||
* | Only let you delete your own posts | Andrew Godwin | 2022-11-27 | 1 | -1/+4 |
| | |||||
* | Local-only posting | Michael Manfre | 2022-11-26 | 3 | -4/+11 |
| | |||||
* | Added default post visibility | Michael Manfre | 2022-11-25 | 3 | -1/+5 |
| | |||||
* | Needed to await adding a mention | Andrew Godwin | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Implement user discoverability | Andrew Godwin | 2022-11-25 | 1 | -1/+3 |
| | |||||
* | Exclude replies in most situations from timelines | Andrew Godwin | 2022-11-25 | 2 | -8/+24 |
| | |||||
* | Add initial delete UI | Andrew Godwin | 2022-11-24 | 2 | -6/+51 |
| | |||||
* | Fix typos | Kian-Meng Ang | 2022-11-24 | 1 | -1/+1 |
| | | | Found via `codespell -S ./static -L keypair` | ||||
* | Delete mechanics and refactor of post fanout | Andrew Godwin | 2022-11-24 | 2 | -47/+87 |
| | |||||
* | Initial reply-to feature | Andrew Godwin | 2022-11-24 | 2 | -4/+52 |
| | |||||
* | Allow authenticated users to remote search/fetch by exact identity | Michael Manfre | 2022-11-22 | 1 | -4/+20 |
| | |||||
* | Show boosts and likes on other post list pages | Andrew Godwin | 2022-11-22 | 1 | -0/+14 |
| | |||||
* | Content warning name customisation | Michael Manfre | 2022-11-22 | 2 | -2/+5 |
| | | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28. | ||||
* | Add manual HTMX refresh of timelines | Andrew Godwin | 2022-11-22 | 1 | -3/+13 |
| | | | | Refs #33 | ||||
* | Fix boosted notifications | Andrew Godwin | 2022-11-22 | 1 | -0/+7 |
| | |||||
* | Add the self-view timeline event on post | Andrew Godwin | 2022-11-22 | 2 | -2/+10 |
| | | | | Makes it show up for you immediately | ||||
* | Start adding pagniation to timelines | Andrew Godwin | 2022-11-22 | 1 | -19/+16 |
| | |||||
* | 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 | 2 | -31/+88 |
| | |||||
* | Mentionify tests and some fixtures | Andrew Godwin | 2022-11-21 | 1 | -5/+4 |
| | |||||
* | Refactor almost all tests into /tests/ | Andrew Godwin | 2022-11-21 | 5 | -52/+0 |
| | |||||
* | 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 |
| | |||||
* | Move signed request onto Identity as a shortcut | Andrew Godwin | 2022-11-20 | 1 | -10/+6 |
| | |||||
* | Cascade identity deletes to posts too | Andrew Godwin | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Add Sentry error integration option | Andrew Godwin | 2022-11-20 | 1 | -0/+6 |
| | |||||
* | Fix bug in timedeltashort and add tests | Michael Manfre | 2022-11-20 | 3 | -2/+23 |
| | |||||
* | Migration reset, start of docs, env vars | Andrew Godwin | 2022-11-18 | 9 | -438/+229 |
| | |||||
* | Add the user settings page too | Andrew Godwin | 2022-11-17 | 1 | -1/+1 |
| | |||||
* | Add signup and password reset | Andrew Godwin | 2022-11-17 | 1 | -0/+28 |
| | |||||
* | Logged out experience, config, and profiles | Andrew Godwin | 2022-11-17 | 2 | -2/+6 |
| | |||||
* | Add search and better notifications | Andrew Godwin | 2022-11-17 | 6 | -6/+67 |
| | |||||
* | Rework UI to have vertical menus | Andrew Godwin | 2022-11-17 | 1 | -3/+3 |
| | |||||
* | Add image/icon upload | Andrew Godwin | 2022-11-17 | 1 | -1/+3 |
| | |||||
* | Show post images | Andrew Godwin | 2022-11-16 | 7 | -9/+180 |
| | |||||
* | Handle post edits, follow undos | Andrew Godwin | 2022-11-16 | 2 | -2/+38 |
| | |||||
* | Call it admin rather than system settings | Andrew Godwin | 2022-11-16 | 4 | -49/+70 |
| | |||||
* | Domains management pages | Andrew Godwin | 2022-11-16 | 1 | -0/+1 |
| | |||||
* | Tag and visibility handling | Andrew Godwin | 2022-11-16 | 5 | -40/+169 |
| | |||||
* | Accept incoming action undos | Andrew Godwin | 2022-11-15 | 1 | -0/+15 |
| | |||||
* | Get outbound likes/boosts and their undos working | Andrew Godwin | 2022-11-15 | 8 | -31/+322 |
| | |||||
* | Permit Mastodon's weird HTML through | Andrew Godwin | 2022-11-13 | 2 | -0/+21 |
| | |||||
* | Boosting! Incoming, anyway. | Andrew Godwin | 2022-11-13 | 11 | -43/+501 |
| | |||||
* | More UI! | Andrew Godwin | 2022-11-13 | 5 | -44/+109 |
| | |||||
* | Post URIs and host-meta | Andrew Godwin | 2022-11-12 | 3 | -22/+52 |
| | |||||
* | Add JSON-LD signatures and tests for sig stuff | Andrew Godwin | 2022-11-12 | 1 | -1/+2 |
| | |||||
* | Posting and fan-out both working | Andrew Godwin | 2022-11-11 | 6 | -7/+272 |
| | |||||
* | Got up to incoming posts working | Andrew Godwin | 2022-11-11 | 10 | -0/+466 |