| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix docker image build proccess waiting on user input (#81) | Humberto Rocha | 2022-11-30 | 1 | -1/+1 | 
| *  | Fix typo in notifications.html (#79) | Avi Flax | 2022-11-29 | 1 | -1/+1 | 
| *  | Fix hashtag extraction | Andrew Godwin | 2022-11-29 | 2 | -2/+4 | 
| *  | unquote SMTP and AWS passwords (#78) | Corry Haines | 2022-11-29 | 1 | -2/+2 | 
| *  | Collapse notifications on the same post | Andrew Godwin | 2022-11-28 | 3 | -1/+27 | 
| *  | Fix image attachment styling | Andrew Godwin | 2022-11-28 | 1 | -1/+1 | 
| *  | Fix hashtagging of HTML entities | Andrew Godwin | 2022-11-28 | 2 | -4/+10 | 
| *  | Show parent post on individual page | Andrew Godwin | 2022-11-28 | 2 | -0/+8 | 
| *  | A few hashtag fixups | Andrew Godwin | 2022-11-28 | 5 | -5/+28 | 
| *  | Add GIN index to Post.hashtags | Andrew Godwin | 2022-11-28 | 2 | -0/+13 | 
| *  | Hashtags | Michael Manfre | 2022-11-28 | 29 | -44/+896 | 
| *  | Allow local:// media backends | Andrew Godwin | 2022-11-28 | 1 | -0/+5 | 
| *  | Update error emails docs | Andrew Godwin | 2022-11-28 | 1 | -2/+3 | 
| *  | Add migrations to installation | Andrew Godwin | 2022-11-28 | 1 | -0/+12 | 
| *  | Update phony targets | Daniele Tricoli | 2022-11-28 | 1 | -1/+1 | 
| *  | Fix docs code block and separate docs tests | TAKAHASHI Shuuji | 2022-11-28 | 3 | -2/+31 | 
| *  | Relax S3 URI parsing | Corry Haines | 2022-11-28 | 1 | -5/+12 | 
| *  | Modify docker FROM to allow mirror insertion (#69) | Corry Haines | 2022-11-27 | 1 | -1/+4 | 
| *  | Fix case typo in email settings (#72) | Corry Haines | 2022-11-27 | 1 | -1/+1 | 
| *  | Fix SendGrid key ingestion | Andrew Godwin | 2022-11-27 | 1 | -1/+2 | 
| *  | Admin tweaks | Andrew Godwin | 2022-11-27 | 3 | -4/+25 | 
| *  | User fetching and inbox message cleaning | Andrew Godwin | 2022-11-27 | 7 | -14/+91 | 
| *  | Collect more actor information in fetch | Andrew Godwin | 2022-11-27 | 3 | -3/+67 | 
| *  | Fix Sphinx canonical links | Andrew Godwin | 2022-11-27 | 2 | -1/+37 | 
| *  | Default replies to unlisted, new users to public | Andrew Godwin | 2022-11-27 | 2 | -2/+5 | 
| *  | Don't link originals for replies | Andrew Godwin | 2022-11-27 | 1 | -1/+1 | 
| *  | Schema is required for S3 endpoints. (#66) | Tyler Kennedy | 2022-11-27 | 1 | -1/+1 | 
| *  | Set content type when serving object | Tyler Kennedy | 2022-11-27 | 2 | -2/+8 | 
| *  | Change how we link individual-post view | Andrew Godwin | 2022-11-27 | 3 | -11/+16 | 
| *  | Releasing 0.4.0 | Andrew Godwin | 2022-11-27 | 3 | -1/+6 | 
| *  | Prepping release docs | Andrew Godwin | 2022-11-27 | 8 | -26/+135 | 
| *  | Link to post pages and show replies there | Andrew Godwin | 2022-11-27 | 4 | -2/+33 | 
| *  | Show reply threads in Home correctly | Andrew Godwin | 2022-11-27 | 1 | -6/+7 | 
| *  | Add a 403 error page (#63) | Michael Manfre | 2022-11-27 | 1 | -0/+6 | 
| *  | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 8 | -39/+91 | 
| *  | Post editing | Michael Manfre | 2022-11-27 | 14 | -83/+341 | 
| *  | Add run-for option to console runstator | Andrew Godwin | 2022-11-27 | 1 | -0/+9 | 
| *  | Specify settings .env file with TAKAHE_ENV_FILE | Michael Manfre | 2022-11-27 | 1 | -2/+7 | 
| *  | Heroku/Dokku buildpack support | Tyler Kennedy | 2022-11-27 | 4 | -0/+11 | 
| *  | Update docker-compose and instructions | Andrew Godwin | 2022-11-27 | 3 | -29/+52 | 
| *  | Only let you delete your own posts | Andrew Godwin | 2022-11-27 | 1 | -1/+4 | 
| *  | Tamper down the worker warning | Andrew Godwin | 2022-11-27 | 1 | -4/+4 | 
| *  | Force testing settings during test | Andrew Godwin | 2022-11-27 | 2 | -1/+10 | 
| *  | Fix lint in contrib doc | Andrew Godwin | 2022-11-26 | 1 | -2/+2 | 
| *  | Another accidental .com | Andrew Godwin | 2022-11-26 | 1 | -1/+1 | 
| *  | Fix broken link in contributing docs | Andrew Godwin | 2022-11-26 | 1 | -1/+1 | 
| *  | Update contributing docs a little | Andrew Godwin | 2022-11-26 | 1 | -2/+25 | 
| *  | Update docs root link | Andrew Godwin | 2022-11-26 | 1 | -1/+1 | 
| *  | Update stator docs | Andrew Godwin | 2022-11-26 | 1 | -8/+17 | 
| *  | Fix tests | Andrew Godwin | 2022-11-26 | 2 | -1/+2 | 
| *  | The glorious return of the in-view runner | Andrew Godwin | 2022-11-26 | 3 | -9/+43 | 
| *  | Fix example database URI | Andrew Godwin | 2022-11-26 | 1 | -1/+1 | 
| *  | Bit of a settings fixup to make it work with t.s | Andrew Godwin | 2022-11-26 | 5 | -34/+53 | 
| *  | Local-only posting | Michael Manfre | 2022-11-26 | 6 | -7/+144 | 
| *  | Simplified settings | Tyler Kennedy | 2022-11-26 | 16 | -269/+309 | 
| *  | Added default post visibility | Michael Manfre | 2022-11-25 | 10 | -135/+180 | 
| *  | Don't error admin decorator on anonymous | Andrew Godwin | 2022-11-25 | 1 | -1/+1 | 
| *  | Needed to await adding a mention | Andrew Godwin | 2022-11-25 | 1 | -1/+1 | 
| *  | Implement user discoverability | Andrew Godwin | 2022-11-25 | 8 | -13/+62 | 
| *  | Exclude replies in most situations from timelines | Andrew Godwin | 2022-11-25 | 2 | -8/+24 | 
| *  | Defederation is IN | Andrew Godwin | 2022-11-25 | 1 | -1/+1 | 
| *  | Discard messages from blocked servers | Andrew Godwin | 2022-11-25 | 2 | -1/+8 | 
| *  | Add federation admin page | Andrew Godwin | 2022-11-25 | 8 | -0/+120 | 
| *  | Switch to Furo docs theme | Andrew Godwin | 2022-11-25 | 4 | -15/+25 | 
| *  | Run tests in both Python 3.10 and 3.11 | Tyler Kennedy | 2022-11-25 | 3 | -3/+6 | 
| *  | Better reply UI on compose form | Andrew Godwin | 2022-11-25 | 3 | -1/+40 | 
| *  | Add initial delete UI | Andrew Godwin | 2022-11-24 | 5 | -7/+67 | 
| *  | Fix typos | Kian-Meng Ang | 2022-11-24 | 5 | -5/+5 | 
| *  | Delete mechanics and refactor of post fanout | Andrew Godwin | 2022-11-24 | 5 | -48/+129 | 
| *  | Ensure usernames and domains are lowercase | Andrew Godwin | 2022-11-24 | 2 | -4/+6 | 
| *  | Initial reply-to feature | Andrew Godwin | 2022-11-24 | 7 | -6/+65 | 
| *  | Add a few more release bits | Andrew Godwin | 2022-11-24 | 3 | -66/+10 | 
| *  | Fixed #43: Easier clone link | Andrew Godwin | 2022-11-24 | 1 | -1/+1 | 
| *  | We would, of course, need QEMU | Andrew Godwin | 2022-11-23 | 2 | -0/+12 | 
| *  | Multi-arch docker builds | Andrew Godwin | 2022-11-23 | 2 | -0/+2 | 
| *  | Use dirhtml on RTD | Andrew Godwin | 2022-11-23 | 2 | -1/+2 | 
| *  | Style docs nicer | Andrew Godwin | 2022-11-23 | 3 | -84/+31 | 
| *  | Add a lot more docs | Andrew Godwin | 2022-11-23 | 6 | -2/+154 | 
| *  | Only make dev builds on request | Andrew Godwin | 2022-11-23 | 1 | -3/+2 | 
| *  | Add Docker actions | Andrew Godwin | 2022-11-23 | 2 | -0/+74 | 
| *  | Use repository root as build context in docker-compose | TAKAHASHI Shuuji | 2022-11-23 | 1 | -1/+4 | 
| *  | Write some more docs | Andrew Godwin | 2022-11-23 | 5 | -61/+130 | 
| *  | Add big warning to compose file | Andrew Godwin | 2022-11-23 | 1 | -0/+4 | 
| *  | Move actions next to time, for compactness | Andrew Godwin | 2022-11-23 | 2 | -10/+15 | 
| *  | Switch docker-compose to dev settings | Andrew Godwin | 2022-11-23 | 1 | -6/+1 | 
| *  | Code dedupe Webfinger and fix SystemActor inbox URL | Michael Manfre | 2022-11-22 | 5 | -61/+53 | 
| *  | Allow authenticated users to remote search/fetch by exact identity | Michael Manfre | 2022-11-22 | 1 | -4/+20 | 
| *  | StatorRunner will refresh Config.system on each schedule_interval | Michael Manfre | 2022-11-22 | 2 | -2/+36 | 
| *  | Show boosts and likes on other post list pages | Andrew Godwin | 2022-11-22 | 2 | -1/+19 | 
| *  | Re enable click refresh with HTMX | Andrew Godwin | 2022-11-22 | 1 | -1/+1 | 
| *  | Content warning name customisation | Michael Manfre | 2022-11-22 | 8 | -5/+71 | 
| *  | Say all our users are discoverable for now | Andrew Godwin | 2022-11-22 | 1 | -0/+1 | 
| *  | Added 2-minute auto refresh for timelines | Andrew Godwin | 2022-11-22 | 1 | -1/+1 | 
| *  | Add manual HTMX refresh of timelines | Andrew Godwin | 2022-11-22 | 4 | -6/+45 | 
| *  | Add titles to menus for collapsed mode | Andrew Godwin | 2022-11-22 | 3 | -24/+24 | 
| *  | Fix boosted notifications | Andrew Godwin | 2022-11-22 | 2 | -1/+13 | 
| *  | Add the self-view timeline event on post | Andrew Godwin | 2022-11-22 | 2 | -2/+10 | 
| *  | Switch to new identity on creation | Andrew Godwin | 2022-11-22 | 1 | -0/+1 | 
| *  | Fix profile page post listing | Andrew Godwin | 2022-11-22 | 2 | -27/+39 | 
| *  | Better way to initialise things on setup. | Andrew Godwin | 2022-11-22 | 4 | -10/+14 | 
| *  | Start adding pagniation to timelines | Andrew Godwin | 2022-11-22 | 5 | -47/+48 | 
| *  | Fix mentions at the start of posts | Andrew Godwin | 2022-11-21 | 2 | -1/+12 | 
| *  | Only show scrollbar on div hover | Andrew Godwin | 2022-11-21 | 1 | -2/+7 | 
| *  | Outgoing mentions mostly work (exc. cc followers) | Andrew Godwin | 2022-11-21 | 9 | -52/+159 | 
| *  | Mentionify tests and some fixtures | Andrew Godwin | 2022-11-21 | 4 | -6/+72 | 
| *  | Refactor almost all tests into /tests/ | Andrew Godwin | 2022-11-21 | 15 | -74/+31 | 
| *  | Don't santinize incoming post content | Andrew Godwin | 2022-11-21 | 1 | -2/+2 | 
| *  | Initial mentions-linking code | Andrew Godwin | 2022-11-21 | 1 | -1/+38 | 
| *  | Rework dockerfile and compose to separate migrations | Andrew Godwin | 2022-11-21 | 4 | -31/+37 | 
| *  | Make it more app-like in standalone/mobile mode | Andrew Godwin | 2022-11-21 | 1 | -3/+27 | 
| *  | Catch more request errors | Andrew Godwin | 2022-11-21 | 1 | -2/+2 | 
| *  | Don't error when no resource on webfinger | Andrew Godwin | 2022-11-21 | 1 | -2/+4 | 
| *  | Don't error fetching people if they're in the DB | Andrew Godwin | 2022-11-21 | 2 | -3/+15 | 
| *  | Make test directories into modules | Andrew Godwin | 2022-11-20 | 2 | -0/+0 | 
| *  | Add domain to tests, make local use right settings | Andrew Godwin | 2022-11-20 | 2 | -2/+3 | 
| *  | Don't try to make a keypair during tests | Andrew Godwin | 2022-11-20 | 3 | -3/+9 | 
| *  | Fix jointakahe link | Andrew Godwin | 2022-11-20 | 1 | -1/+1 | 
| *  | Don't catch GET errors | Andrew Godwin | 2022-11-20 | 1 | -2/+2 | 
| *  | Raise proper errors when it's our fault | Andrew Godwin | 2022-11-20 | 1 | -2/+10 | 
| *  | Remove pyOpenSSL dependency | Andrew Godwin | 2022-11-20 | 2 | -29/+31 | 
| *  | Move signed request onto Identity as a shortcut | Andrew Godwin | 2022-11-20 | 3 | -22/+31 | 
| *  | Add a system actor to sign outgoing S2S GETs | Andrew Godwin | 2022-11-20 | 12 | -93/+293 | 
| *  | Don't error when retrieving existing user | Andrew Godwin | 2022-11-20 | 1 | -0/+6 | 
| *  | Fix mimetype for JPEG file extensions (#25) | Raphael Lullis | 2022-11-20 | 1 | -1/+1 | 
| *  | Enforce signups_allowed=False (#26) | Michael Manfre | 2022-11-20 | 8 | -2/+77 | 
| *  | Don't waste DB rows on bad inbox actors | Andrew Godwin | 2022-11-20 | 5 | -20/+59 | 
| *  | Fixed #23: Replace https hack with header setting | Andrew Godwin | 2022-11-20 | 2 | -18/+1 | 
| *  | Cascade identity deletes to posts too | Andrew Godwin | 2022-11-20 | 1 | -1/+1 | 
| *  | Handle remote user deletions | Andrew Godwin | 2022-11-20 | 1 | -0/+4 | 
| *  | Actually do deletes right | Andrew Godwin | 2022-11-20 | 1 | -7/+8 | 
| *  | Actor delete, sentry async, faster stator | Andrew Godwin | 2022-11-20 | 5 | -4/+34 | 
| *  | Add more error handling | Andrew Godwin | 2022-11-20 | 7 | -7/+23 | 
| *  | More error handling for remote fetch | Andrew Godwin | 2022-11-20 | 1 | -7/+10 | 
| *  | Make pre-commit happy! | Andrew Godwin | 2022-11-20 | 1 | -1/+1 | 
| *  | Fix up lint more, and bump down to 3.10 as min req | Andrew Godwin | 2022-11-20 | 3 | -18/+5 | 
| *  | Fix flake8 path | Andrew Godwin | 2022-11-20 | 1 | -1/+1 | 
| *  | Add .git directory to .dockerignore (#15) | Josh Dick | 2022-11-20 | 1 | -0/+1 | 
| *  | Add missing Debian build dependencies for Python 3 dependencies (#16) | Josh Dick | 2022-11-20 | 1 | -1/+1 | 
| *  | Add pre-commit linter to actions | Andrew Godwin | 2022-11-20 | 1 | -1/+17 | 
| *  | Add error catching on actor fetch | Andrew Godwin | 2022-11-20 | 4 | -12/+102 | 
| *  | Fix user profile image size | Andrew Godwin | 2022-11-20 | 1 | -1/+1 | 
| *  | Add Sentry error integration option | Andrew Godwin | 2022-11-20 | 5 | -0/+33 | 
| *  | Fix resize of image on upload of Identity profile pics | Michael Manfre | 2022-11-20 | 1 | -8/+15 | 
| *  | Document Docker development (#21) | Daniel Quinn | 2022-11-20 | 3 | -12/+46 | 
| *  | Fix bug in timedeltashort and add tests | Michael Manfre | 2022-11-20 | 3 | -2/+23 | 
| *  | Add config identity_min_length and apply non-admin validation | Michael Manfre | 2022-11-20 | 4 | -1/+126 | 
| *  | A bit more docs | Andrew Godwin | 2022-11-19 | 3 | -1/+66 | 
| *  | Configure GitHub Actions to run tests (#13) | Simon Willison | 2022-11-19 | 2 | -0/+36 | 
| *  | Fix up docker-compose | Humberto Rocha | 2022-11-19 | 1 | -7/+11 | 
| *  | Fix link on readme. (#12) | Ian Dees | 2022-11-19 | 1 | -1/+1 | 
| *  | A few more fixes from going live | Andrew Godwin | 2022-11-19 | 7 | -75/+144 | 
| *  | More docs setup | Andrew Godwin | 2022-11-19 | 6 | -23/+58 | 
| *  | A few more tweaks for an initial deploy | Andrew Godwin | 2022-11-19 | 8 | -74/+92 | 
| *  | Deployment re-jiggling | Andrew Godwin | 2022-11-18 | 14 | -85/+163 | 
| *  | Migration reset, start of docs, env vars | Andrew Godwin | 2022-11-18 | 43 | -681/+681 | 
| *  | Signup and invite tweaks | Andrew Godwin | 2022-11-18 | 19 | -116/+285 | 
| *  | Follows page | Andrew Godwin | 2022-11-17 | 8 | -16/+125 | 
| *  | Add the user settings page too | Andrew Godwin | 2022-11-17 | 11 | -15/+116 | 
| *  | Add signup and password reset | Andrew Godwin | 2022-11-17 | 22 | -18/+435 | 
| *  | Return images and summary in actor | Andrew Godwin | 2022-11-17 | 8 | -9/+54 | 
| *  | Logged out experience, config, and profiles | Andrew Godwin | 2022-11-17 | 19 | -114/+295 | 
| *  | Add search and better notifications | Andrew Godwin | 2022-11-17 | 18 | -80/+197 | 
| *  | Rework UI to have vertical menus | Andrew Godwin | 2022-11-17 | 29 | -246/+344 | 
| *  | Add image/icon upload | Andrew Godwin | 2022-11-17 | 14 | -78/+205 | 
| *  | Force username to lowercase for now | Andrew Godwin | 2022-11-16 | 2 | -1/+4 | 
| *  | Show post images | Andrew Godwin | 2022-11-16 | 10 | -10/+209 | 
| *  | Handle post edits, follow undos | Andrew Godwin | 2022-11-16 | 9 | -20/+132 | 
| *  | Call it admin rather than system settings | Andrew Godwin | 2022-11-16 | 27 | -111/+273 | 
| *  | Should probably limit system settings to admins | Andrew Godwin | 2022-11-16 | 2 | -3/+12 | 
| *  | Domains management pages | Andrew Godwin | 2022-11-16 | 16 | -12/+308 | 
| *  | Add start of a settings (config) system | Andrew Godwin | 2022-11-16 | 19 | -29/+392 | 
| *  | Tag and visibility handling | Andrew Godwin | 2022-11-16 | 16 | -48/+289 | 
| *  | Add CW display | Andrew Godwin | 2022-11-15 | 2 | -2/+33 | 
| *  |  |