Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show follows and following counts on profile page | Gabriel RodrÃguez Alberich | 2022-12-14 | 1 | -0/+1 |
| | | | And let their visibility be configured | ||||
* | Set the content type and disposition of webp files uploaded to S3 | Tyler Kennedy | 2022-12-13 | 1 | -0/+12 |
| | |||||
* | Fix static file URLs | Andrew Godwin | 2022-12-12 | 1 | -0/+16 |
| | |||||
* | A better way of handling URIs between local/remote | Andrew Godwin | 2022-12-12 | 1 | -0/+34 |
| | |||||
* | Basic post mutation | Andrew Godwin | 2022-12-12 | 1 | -2/+2 |
| | |||||
* | Improve djadmin filtering and search (#149) | Michael Manfre | 2022-12-08 | 1 | -0/+25 |
| | |||||
* | Set a Takahe User-Agent header for signed requests (#142) | Michael Manfre | 2022-12-06 | 1 | -0/+4 |
| | |||||
* | settings.SETUP.SENTRY_CAPTURE_MESSAGES (#133) | Michael Manfre | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Setting to enable Sentry capture_messages (#128) | Michael Manfre | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Only cache unauthenticated page views (#117) | Michael Manfre | 2022-12-05 | 2 | -7/+45 |
| | |||||
* | Add a middleware to detect LD Accept headers | Andrew Godwin | 2022-12-05 | 1 | -0/+19 |
| | |||||
* | Policy pages and signup tests. | Andrew Godwin | 2022-12-05 | 3 | -7/+42 |
| | | | | Fixes #113 | ||||
* | Add pylibmc and pymemcache to requirements and make timeout not lazy (#116) | Michael Manfre | 2022-12-05 | 1 | -6/+6 |
| | |||||
* | Add django-upgrade to pre-commit (#114) | Paolo Melchiorre | 2022-12-05 | 1 | -6/+6 |
| | |||||
* | Added caching and initial settings | Michael Manfre | 2022-12-05 | 4 | -1/+60 |
| | |||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 3 | -18/+14 |
| | |||||
* | [WIP] Sentry improvements (#108) | Michael Manfre | 2022-12-04 | 2 | -0/+68 |
| | | | | | | | | | | | | | Stator clears scope during the main loop to behave more like transactions. Transaction names are set. Sentry tags: * 'takahe.version' * 'takahe.app' values 'web' or 'stator' Added settings: * TAKAHE_SENTRY_SAMPLE_RATE * TAKAHE_SENTRY_TRACES_SAMPLE_RATE | ||||
* | Image upload polishing and webp | Andrew Godwin | 2022-12-04 | 1 | -4/+19 |
| | |||||
* | Add TAKAHE_DEFAULT_TIMEOUT with default of 5.0 (#99) | Michael Manfre | 2022-12-04 | 1 | -1/+4 |
| | |||||
* | Accept dates with milliseconds in them | Andrew Godwin | 2022-12-04 | 1 | -3/+10 |
| | |||||
* | Switch to secrets module for upload names | Andrew Godwin | 2022-12-03 | 1 | -3/+2 |
| | |||||
* | Image attachment uploads | Andrew Godwin | 2022-12-01 | 1 | -0/+24 |
| | |||||
* | Hashtags | Michael Manfre | 2022-11-28 | 1 | -0/+3 |
| | |||||
* | User fetching and inbox message cleaning | Andrew Godwin | 2022-11-27 | 1 | -0/+1 |
| | |||||
* | Default replies to unlisted, new users to public | Andrew Godwin | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 1 | -0/+12 |
| | |||||
* | Simplified settings | Tyler Kennedy | 2022-11-26 | 1 | -2/+2 |
| | | | Migrated settings to typed pydantic settings | ||||
* | Added default post visibility | Michael Manfre | 2022-11-25 | 2 | -1/+2 |
| | |||||
* | Implement user discoverability | Andrew Godwin | 2022-11-25 | 1 | -1/+4 |
| | |||||
* | StatorRunner will refresh Config.system on each schedule_interval | Michael Manfre | 2022-11-22 | 1 | -2/+33 |
| | |||||
* | Content warning name customisation | Michael Manfre | 2022-11-22 | 1 | -0/+11 |
| | | | | | 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 | -0/+11 |
| | | | | Refs #33 | ||||
* | Outgoing mentions mostly work (exc. cc followers) | Andrew Godwin | 2022-11-21 | 1 | -0/+8 |
| | |||||
* | Refactor almost all tests into /tests/ | Andrew Godwin | 2022-11-21 | 3 | -165/+0 |
| | |||||
* | Make test directories into modules | Andrew Godwin | 2022-11-20 | 1 | -0/+0 |
| | |||||
* | Don't catch GET errors | Andrew Godwin | 2022-11-20 | 1 | -2/+2 |
| | |||||
* | Remove pyOpenSSL dependency | Andrew Godwin | 2022-11-20 | 1 | -28/+31 |
| | | | | (I figured out what padding to use with cryptography) | ||||
* | Add a system actor to sign outgoing S2S GETs | Andrew Godwin | 2022-11-20 | 3 | -9/+56 |
| | |||||
* | Fix mimetype for JPEG file extensions (#25) | Raphael Lullis | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Don't waste DB rows on bad inbox actors | Andrew Godwin | 2022-11-20 | 1 | -0/+33 |
| | | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists? | ||||
* | Fixed #23: Replace https hack with header setting | Andrew Godwin | 2022-11-20 | 1 | -15/+0 |
| | |||||
* | Actor delete, sentry async, faster stator | Andrew Godwin | 2022-11-20 | 1 | -0/+10 |
| | |||||
* | Add config identity_min_length and apply non-admin validation | Michael Manfre | 2022-11-20 | 1 | -0/+1 |
| | |||||
* | Deployment re-jiggling | Andrew Godwin | 2022-11-18 | 1 | -0/+2 |
| | |||||
* | Migration reset, start of docs, env vars | Andrew Godwin | 2022-11-18 | 4 | -35/+12 |
| | |||||
* | Signup and invite tweaks | Andrew Godwin | 2022-11-18 | 2 | -1/+20 |
| | |||||
* | Add signup and password reset | Andrew Godwin | 2022-11-17 | 4 | -8/+36 |
| | |||||
* | Return images and summary in actor | Andrew Godwin | 2022-11-17 | 2 | -1/+19 |
| | |||||
* | Logged out experience, config, and profiles | Andrew Godwin | 2022-11-17 | 2 | -30/+96 |
| | |||||
* | Rework UI to have vertical menus | Andrew Godwin | 2022-11-17 | 1 | -0/+1 |
| | |||||
* | Add image/icon upload | Andrew Godwin | 2022-11-17 | 1 | -0/+15 |
| | |||||
* | Call it admin rather than system settings | Andrew Godwin | 2022-11-16 | 1 | -0/+1 |
| | |||||
* | Domains management pages | Andrew Godwin | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | Add start of a settings (config) system | Andrew Godwin | 2022-11-16 | 7 | -22/+188 |
| | |||||
* | Tag and visibility handling | Andrew Godwin | 2022-11-16 | 2 | -1/+48 |
| | |||||
* | Get outbound likes/boosts and their undos working | Andrew Godwin | 2022-11-15 | 1 | -5/+0 |
| | |||||
* | Permit Mastodon's weird HTML through | Andrew Godwin | 2022-11-13 | 1 | -2/+22 |
| | |||||
* | More UI! | Andrew Godwin | 2022-11-13 | 2 | -12/+1 |
| | |||||
* | Start some settings work | Andrew Godwin | 2022-11-12 | 2 | -4/+21 |
| | |||||
* | Post URIs and host-meta | Andrew Godwin | 2022-11-12 | 2 | -4/+12 |
| | |||||
* | Add JSON-LD signatures and tests for sig stuff | Andrew Godwin | 2022-11-12 | 4 | -12/+428 |
| | |||||
* | Posting and fan-out both working | Andrew Godwin | 2022-11-11 | 1 | -0/+7 |
| | |||||
* | Got up to incoming posts working | Andrew Godwin | 2022-11-11 | 3 | -14/+29 |
| | |||||
* | Inbound and outbound follows basic working | Andrew Godwin | 2022-11-10 | 1 | -5/+11 |
| | |||||
* | THE FOLLOWS, THEY WORK | Andrew Godwin | 2022-11-07 | 2 | -1/+14 |
| | | | | Well, in one direction anyway | ||||
* | Rework task system and fetching. | Andrew Godwin | 2022-11-06 | 2 | -9/+117 |
| | | | | I can taste how close follow is to working. | ||||
* | Signing works with OpenSSL. | Andrew Godwin | 2022-11-06 | 1 | -5/+17 |
| | | | | Will have to ask the cryptography peeps what I was doing wrong. | ||||
* | Rework to a domains model for better vhosting | Andrew Godwin | 2022-11-06 | 3 | -3/+60 |
| | |||||
* | Move to the more sensible JSON-LD repr | Andrew Godwin | 2022-11-06 | 1 | -47/+13 |
| | |||||
* | Get Actor fetching and parsing working | Andrew Godwin | 2022-11-05 | 2 | -0/+308 |
| | |||||
* | Initial commit (users and statuses) | Andrew Godwin | 2022-11-05 | 6 | -0/+46 |