summaryrefslogtreecommitdiffstats
path: root/takahe/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Test support for sqlite. (#68)Tyler Kennedy2022-12-011-7/+10
|
* Update S3 to use world-readable filesAndrew Godwin2022-12-011-0/+2
|
* unquote SMTP and AWS passwords (#78)Corry Haines2022-11-291-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 backendsAndrew Godwin2022-11-281-0/+5
| | | | Fixes #77
* Relax S3 URI parsingCorry Haines2022-11-281-5/+12
|
* Fix case typo in email settings (#72)Corry Haines2022-11-271-1/+1
|
* Fix SendGrid key ingestionAndrew Godwin2022-11-271-1/+2
|
* Schema is required for S3 endpoints. (#66)Tyler Kennedy2022-11-271-1/+1
|
* Post editingMichael Manfre2022-11-271-0/+5
|
* Specify settings .env file with TAKAHE_ENV_FILEMichael Manfre2022-11-271-2/+7
|
* Force testing settings during testAndrew Godwin2022-11-271-1/+2
|
* Bit of a settings fixup to make it work with t.sAndrew Godwin2022-11-261-12/+32
|
* Simplified settingsTyler Kennedy2022-11-261-0/+278
| | | Migrated settings to typed pydantic settings
* Start some settings workAndrew Godwin2022-11-121-123/+0
|
* Got up to incoming posts workingAndrew Godwin2022-11-111-1/+1
|
* Midway point in task refactor - changing directionAndrew Godwin2022-11-091-1/+1
|
* Add basic docker supportMichael Manfre2022-11-081-3/+6
|
* THE FOLLOWS, THEY WORKAndrew Godwin2022-11-071-0/+1
| | | | Well, in one direction anyway
* Rework task system and fetching.Andrew Godwin2022-11-061-2/+3
| | | | I can taste how close follow is to working.
* Rework to a domains model for better vhostingAndrew Godwin2022-11-061-1/+2
|
* Queuing system and lazy profile fetchAndrew Godwin2022-11-051-0/+2
|
* Initial commit (users and statuses)Andrew Godwin2022-11-051-0/+115