summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tweak Contributing docs to help people run the testsAvi Flax2022-12-041-2/+8
|
* Add TAKAHE_DEFAULT_TIMEOUT with default of 5.0 (#99)Michael Manfre2022-12-044-1/+25
|
* Added "Building Documentation" section (#101)TAKAHASHI Shuuji2022-12-041-0/+20
|
* Direct installation contributing guide updates (#88)Paolo Melchiorre2022-12-042-9/+19
|
* Show time-since next to 'XYZ boosted' on the home timeline. (#93)Tyler Kennedy2022-12-042-0/+11
|
* Explicitly ignore add and remove messages for nowAndrew Godwin2022-12-042-0/+34
|
* Accept dates with milliseconds in themAndrew Godwin2022-12-041-3/+10
|
* Tweaks to search UX (#92)Avi Flax2022-12-032-1/+8
|
* Tweak to contributing.rst (#91)Avi Flax2022-12-031-1/+1
|
* Switch to secrets module for upload namesAndrew Godwin2022-12-031-3/+2
|
* Updated pre-commit file (#89)Paolo Melchiorre2022-12-034-25/+25
|
* Run at least one dev docker build a dayAndrew Godwin2022-12-021-1/+4
|
* Fix broken testsAndrew Godwin2022-12-022-42/+47
|
* Allow quoted usernames tooAndrew Godwin2022-12-021-1/+1
|
* Don't allow file uploads bigger than 10MBAndrew Godwin2022-12-022-1/+12
|
* Let's not have local media in the Docker imageAndrew Godwin2022-12-011-0/+1
|
* We are really crunching down this features listAndrew Godwin2022-12-011-3/+2
|
* Image attachment uploadsAndrew Godwin2022-12-0116-166/+418
|
* Tweak UI when no posts found for remote identity (#83)Avi Flax2022-12-011-1/+12
| | | I’ve found the current copy confusing when viewing a remote identity.
* Test support for sqlite. (#68)Tyler Kennedy2022-12-012-9/+26
|
* Add a special release task to Procfile. (#86)Tyler Kennedy2022-12-011-0/+1
|
* Update S3 to use world-readable filesAndrew Godwin2022-12-012-2/+7
|
* Add copy to clipboard action to user's handle (#82)Humberto Rocha2022-11-302-1/+29
|
* Fix docker image build proccess waiting on user input (#81)Humberto Rocha2022-11-301-1/+1
|
* Fix typo in notifications.html (#79)Avi Flax2022-11-291-1/+1
|
* Fix hashtag extractionAndrew Godwin2022-11-292-2/+4
|
* 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.
* Collapse notifications on the same postAndrew Godwin2022-11-283-1/+27
|
* Fix image attachment stylingAndrew Godwin2022-11-281-1/+1
|
* Fix hashtagging of HTML entitiesAndrew Godwin2022-11-282-4/+10
|
* Show parent post on individual pageAndrew Godwin2022-11-282-0/+8
|
* A few hashtag fixupsAndrew Godwin2022-11-285-5/+28
|
* Add GIN index to Post.hashtagsAndrew Godwin2022-11-282-0/+13
|
* HashtagsMichael Manfre2022-11-2829-44/+896
|
* Allow local:// media backendsAndrew Godwin2022-11-281-0/+5
| | | | Fixes #77
* Update error emails docsAndrew Godwin2022-11-281-2/+3
| | | | Refs #76
* Add migrations to installationAndrew Godwin2022-11-281-0/+12
|
* Update phony targetsDaniele Tricoli2022-11-281-1/+1
|
* Fix docs code block and separate docs testsTAKAHASHI Shuuji2022-11-283-2/+31
|
* Relax S3 URI parsingCorry Haines2022-11-281-5/+12
|
* Modify docker FROM to allow mirror insertion (#69)Corry Haines2022-11-271-1/+4
|
* Fix case typo in email settings (#72)Corry Haines2022-11-271-1/+1
|
* Fix SendGrid key ingestionAndrew Godwin2022-11-271-1/+2
|
* Admin tweaksAndrew Godwin2022-11-273-4/+25
|
* User fetching and inbox message cleaningAndrew Godwin2022-11-277-14/+91
|
* Collect more actor information in fetchAndrew Godwin2022-11-273-3/+67
| | | | Fixes #31
* Fix Sphinx canonical linksAndrew Godwin2022-11-272-1/+37
|
* Default replies to unlisted, new users to publicAndrew Godwin2022-11-272-2/+5
|
* Don't link originals for repliesAndrew Godwin2022-11-271-1/+1
|
* Schema is required for S3 endpoints. (#66)Tyler Kennedy2022-11-271-1/+1
|
* Set content type when serving objectTyler Kennedy2022-11-272-2/+8
| | | Fixes #37
* Change how we link individual-post viewAndrew Godwin2022-11-273-11/+16
|
* Releasing 0.4.0Andrew Godwin2022-11-273-1/+6
|
* Prepping release docsAndrew Godwin2022-11-278-26/+135
|
* Link to post pages and show replies thereAndrew Godwin2022-11-274-2/+33
| | | | Fixes #60, #59
* Show reply threads in Home correctlyAndrew Godwin2022-11-271-6/+7
|
* Add a 403 error page (#63)Michael Manfre2022-11-271-0/+6
|
* Some cleanup around editingAndrew Godwin2022-11-278-39/+91
|
* Post editingMichael Manfre2022-11-2714-83/+341
|
* Add run-for option to console runstatorAndrew Godwin2022-11-271-0/+9
|
* Specify settings .env file with TAKAHE_ENV_FILEMichael Manfre2022-11-271-2/+7
|
* Heroku/Dokku buildpack supportTyler Kennedy2022-11-274-0/+11
|
* Update docker-compose and instructionsAndrew Godwin2022-11-273-29/+52
|
* Only let you delete your own postsAndrew Godwin2022-11-271-1/+4
|
* Tamper down the worker warningAndrew Godwin2022-11-271-4/+4
|
* Force testing settings during testAndrew Godwin2022-11-272-1/+10
|
* Fix lint in contrib docAndrew Godwin2022-11-261-2/+2
|
* Another accidental .comAndrew Godwin2022-11-261-1/+1
|
* Fix broken link in contributing docsAndrew Godwin2022-11-261-1/+1
|
* Update contributing docs a littleAndrew Godwin2022-11-261-2/+25
|
* Update docs root linkAndrew Godwin2022-11-261-1/+1
|
* Update stator docsAndrew Godwin2022-11-261-8/+17
|
* Fix testsAndrew Godwin2022-11-262-1/+2
|
* The glorious return of the in-view runnerAndrew Godwin2022-11-263-9/+43
|
* Fix example database URIAndrew Godwin2022-11-261-1/+1
|
* Bit of a settings fixup to make it work with t.sAndrew Godwin2022-11-265-34/+53
|
* Local-only postingMichael Manfre2022-11-266-7/+144
|
* Simplified settingsTyler Kennedy2022-11-2616-269/+309
| | | Migrated settings to typed pydantic settings
* Added default post visibilityMichael Manfre2022-11-2510-135/+180
|
* Don't error admin decorator on anonymousAndrew Godwin2022-11-251-1/+1
|
* Needed to await adding a mentionAndrew Godwin2022-11-251-1/+1
|
* Implement user discoverabilityAndrew Godwin2022-11-258-13/+62
|
* Exclude replies in most situations from timelinesAndrew Godwin2022-11-252-8/+24
|
* Defederation is INAndrew Godwin2022-11-251-1/+1
|
* Discard messages from blocked serversAndrew Godwin2022-11-252-1/+8
|
* Add federation admin pageAndrew Godwin2022-11-258-0/+120
|
* Switch to Furo docs themeAndrew Godwin2022-11-254-15/+25
| | | | Fixes #42
* Run tests in both Python 3.10 and 3.11Tyler Kennedy2022-11-253-3/+6
|
* Better reply UI on compose formAndrew Godwin2022-11-253-1/+40
|
* Add initial delete UIAndrew Godwin2022-11-245-7/+67
|
* Fix typosKian-Meng Ang2022-11-245-5/+5
| | | Found via `codespell -S ./static -L keypair`
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-245-48/+129
|
* Ensure usernames and domains are lowercaseAndrew Godwin2022-11-242-4/+6
|
* Initial reply-to featureAndrew Godwin2022-11-247-6/+65
|
* Add a few more release bitsAndrew Godwin2022-11-243-66/+10
|
* Fixed #43: Easier clone linkAndrew Godwin2022-11-241-1/+1
|
* We would, of course, need QEMUAndrew Godwin2022-11-232-0/+12
|
* Multi-arch docker buildsAndrew Godwin2022-11-232-0/+2
|
* Use dirhtml on RTDAndrew Godwin2022-11-232-1/+2
|
* Style docs nicerAndrew Godwin2022-11-233-84/+31
|
* Add a lot more docsAndrew Godwin2022-11-236-2/+154
|
* Only make dev builds on requestAndrew Godwin2022-11-231-3/+2
|
* Add Docker actionsAndrew Godwin2022-11-232-0/+74
|
* Use repository root as build context in docker-composeTAKAHASHI Shuuji2022-11-231-1/+4
| | | This fixes the issue where `docker-compose` fails to build takahe:latest container. The cause of issue is the build context for docker compose is different from the one of `docker build`. Currently, `make image` uses the repository root as a build context while `make compose_up` will use `docker/` directory as a build context. That's why docker-compose couldn't find the required files during building.
* Write some more docsAndrew Godwin2022-11-235-61/+130
|
* Add big warning to compose fileAndrew Godwin2022-11-231-0/+4
|
* Move actions next to time, for compactnessAndrew Godwin2022-11-232-10/+15
|
* Switch docker-compose to dev settingsAndrew Godwin2022-11-231-6/+1
|
* Code dedupe Webfinger and fix SystemActor inbox URLMichael Manfre2022-11-225-61/+53
|
* Allow authenticated users to remote search/fetch by exact identityMichael Manfre2022-11-221-4/+20
|
* StatorRunner will refresh Config.system on each schedule_intervalMichael Manfre2022-11-222-2/+36
|
* Show boosts and likes on other post list pagesAndrew Godwin2022-11-222-1/+19
|
* Re enable click refresh with HTMXAndrew Godwin2022-11-221-1/+1
|
* Content warning name customisationMichael Manfre2022-11-228-5/+71