summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.
* Say all our users are discoverable for nowAndrew Godwin2022-11-221-0/+1
|
* Added 2-minute auto refresh for timelinesAndrew Godwin2022-11-221-1/+1
|
* Add manual HTMX refresh of timelinesAndrew Godwin2022-11-224-6/+45
| | | | Refs #33
* Add titles to menus for collapsed modeAndrew Godwin2022-11-223-24/+24
|
* Fix boosted notificationsAndrew Godwin2022-11-222-1/+13
|
* Add the self-view timeline event on postAndrew Godwin2022-11-222-2/+10
| | | | Makes it show up for you immediately
* Switch to new identity on creationAndrew Godwin2022-11-221-0/+1
|
* Fix profile page post listingAndrew Godwin2022-11-222-27/+39
|
* Better way to initialise things on setup.Andrew Godwin2022-11-224-10/+14
|
* Start adding pagniation to timelinesAndrew Godwin2022-11-225-47/+48
|
* Fix mentions at the start of postsAndrew Godwin2022-11-212-1/+12
|
* Only show scrollbar on div hoverAndrew Godwin2022-11-211-2/+7
|
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-219-52/+159
|
* Mentionify tests and some fixturesAndrew Godwin2022-11-214-6/+72
|
* Refactor almost all tests into /tests/Andrew Godwin2022-11-2115-74/+31
|
* Don't santinize incoming post contentAndrew Godwin2022-11-211-2/+2
| | | | Helps with forwards compatibility
* Initial mentions-linking codeAndrew Godwin2022-11-211-1/+38
|
* Rework dockerfile and compose to separate migrationsAndrew Godwin2022-11-214-31/+37
|
* Make it more app-like in standalone/mobile modeAndrew Godwin2022-11-211-3/+27
|
* Catch more request errorsAndrew Godwin2022-11-211-2/+2
|
* Don't error when no resource on webfingerAndrew Godwin2022-11-211-2/+4
|