Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement post rate limits, move to signed cookies | Andrew Godwin | 2022-12-15 | 1 | -0/+2 |
| | | | | | Also improve the test harness a little Fixes #112 | ||||
* | Basic Emoji suppport (#157) | Michael Manfre | 2022-12-15 | 1 | -0/+6 |
| | |||||
* | Improve cacheability | Andrew Godwin | 2022-12-15 | 1 | -1/+5 |
| | |||||
* | Fix gs:// settings schema | Andrew Godwin | 2022-12-14 | 1 | -1/+1 |
| | |||||
* | Make GCS backend handle webp right, and use gs:// | Andrew Godwin | 2022-12-14 | 1 | -7/+6 |
| | | | | Fixes #164 | ||||
* | Set the content type and disposition of webp files uploaded to S3 | Tyler Kennedy | 2022-12-13 | 1 | -1/+2 |
| | |||||
* | Timelines working | Andrew Godwin | 2022-12-12 | 1 | -0/+1 |
| | |||||
* | Working start of an OAuth flow | Andrew Godwin | 2022-12-12 | 1 | -2/+7 |
| | |||||
* | Media proxy, caching and tuning docs | Andrew Godwin | 2022-12-10 | 1 | -1/+12 |
| | | | | Fixes #67 | ||||
* | Set a Takahe User-Agent header for signed requests (#142) | Michael Manfre | 2022-12-06 | 1 | -0/+6 |
| | |||||
* | Setting to enable Sentry capture_messages (#128) | Michael Manfre | 2022-12-06 | 1 | -0/+1 |
| | |||||
* | Add a middleware to detect LD Accept headers | Andrew Godwin | 2022-12-05 | 1 | -0/+1 |
| | |||||
* | Add django-upgrade to pre-commit (#114) | Paolo Melchiorre | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Added caching and initial settings | Michael Manfre | 2022-12-05 | 1 | -0/+11 |
| | |||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 1 | -13/+13 |
| | |||||
* | Make max media upload size configurable | Avi Flax | 2022-12-04 | 1 | -0/+5 |
| | |||||
* | [WIP] Sentry improvements (#108) | Michael Manfre | 2022-12-04 | 1 | -1/+8 |
| | | | | | | | | | | | | | 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 | ||||
* | Add TAKAHE_DEFAULT_TIMEOUT with default of 5.0 (#99) | Michael Manfre | 2022-12-04 | 1 | -0/+4 |
| | |||||
* | Allow quoted usernames too | Andrew Godwin | 2022-12-02 | 1 | -1/+1 |
| | |||||
* | Test support for sqlite. (#68) | Tyler Kennedy | 2022-12-01 | 1 | -7/+10 |
| | |||||
* | Update S3 to use world-readable files | Andrew Godwin | 2022-12-01 | 1 | -0/+2 |
| | |||||
* | unquote SMTP and AWS passwords (#78) | Corry Haines | 2022-11-29 | 1 | -2/+2 |
| | | | | | Passwords can contain characters that are illegal in URL identities. So use unquote to solve that. WARNING: This means that a freak URL escape in a password will fail in the opposite way. But since this is a URL, everything _must_ be urlencoded for sanity. | ||||
* | Allow local:// media backends | Andrew Godwin | 2022-11-28 | 1 | -0/+5 |
| | | | | Fixes #77 | ||||
* | Relax S3 URI parsing | Corry Haines | 2022-11-28 | 1 | -5/+12 |
| | |||||
* | 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 |
| | |||||
* | Schema is required for S3 endpoints. (#66) | Tyler Kennedy | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Post editing | Michael Manfre | 2022-11-27 | 1 | -0/+5 |
| | |||||
* | Specify settings .env file with TAKAHE_ENV_FILE | Michael Manfre | 2022-11-27 | 1 | -2/+7 |
| | |||||
* | Force testing settings during test | Andrew Godwin | 2022-11-27 | 1 | -1/+2 |
| | |||||
* | Bit of a settings fixup to make it work with t.s | Andrew Godwin | 2022-11-26 | 1 | -12/+32 |
| | |||||
* | Simplified settings | Tyler Kennedy | 2022-11-26 | 1 | -0/+278 |
| | | | Migrated settings to typed pydantic settings | ||||
* | Start some settings work | Andrew Godwin | 2022-11-12 | 1 | -123/+0 |
| | |||||
* | Got up to incoming posts working | Andrew Godwin | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | Midway point in task refactor - changing direction | Andrew Godwin | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Add basic docker support | Michael Manfre | 2022-11-08 | 1 | -3/+6 |
| | |||||
* | THE FOLLOWS, THEY WORK | Andrew Godwin | 2022-11-07 | 1 | -0/+1 |
| | | | | Well, in one direction anyway | ||||
* | Rework task system and fetching. | Andrew Godwin | 2022-11-06 | 1 | -2/+3 |
| | | | | I can taste how close follow is to working. | ||||
* | Rework to a domains model for better vhosting | Andrew Godwin | 2022-11-06 | 1 | -1/+2 |
| | |||||
* | Queuing system and lazy profile fetch | Andrew Godwin | 2022-11-05 | 1 | -0/+2 |
| | |||||
* | Initial commit (users and statuses) | Andrew Godwin | 2022-11-05 | 1 | -0/+115 |