summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added caching and initial settingsMichael Manfre2022-12-0517-3/+186
|
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-0520-91/+89
|
* Add missing dependencies for the arm64 build (#111)TAKAHASHI Shuuji2022-12-051-0/+6
|
* More contributing areas!Andrew Godwin2022-12-041-0/+2
|
* Fix post tests, don't reply to selfAndrew Godwin2022-12-042-1/+2
|
* Fetch post parents live tooAndrew Godwin2022-12-043-10/+11
|
* Make search work with URLsAndrew Godwin2022-12-044-26/+123
|
* Fetch user in real-time for searchesAndrew Godwin2022-12-042-2/+10
| | | | Fixes #84
* Fix mentions in replies/capitalisationAndrew Godwin2022-12-044-12/+31
|
* Don’t show "no results" on search entry page (#105)Avi Flax2022-12-041-1/+1
|
* Optimized deb packages installed in Docker (#106)Paolo Melchiorre2022-12-041-3/+15
|
* Make max media upload size configurableAvi Flax2022-12-042-2/+10
|
* [WIP] Sentry improvements (#108)Michael Manfre2022-12-044-28/+126
| | | | | | | | | | | | | 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
* Couple of clarifications to 0.5 release notesAndrew Godwin2022-12-041-4/+4
|
* Remove explicit baseurlAndrew Godwin2022-12-041-1/+0
|
* Improve install docsAndrew Godwin2022-12-042-46/+142
|
* Releasing 0.5.0Andrew Godwin2022-12-043-2/+48
|
* Make the user fetch interval much longerAndrew Godwin2022-12-041-1/+1
|
* Image upload polishing and webpAndrew Godwin2022-12-044-15/+44
|
* Link RSS feed in identity page headAndrew Godwin2022-12-041-0/+6
|
* Adding RSS feeds for local identitiesAndrew Godwin2022-12-043-1/+44
|
* Make follows a top-level activity. (#94)Tyler Kennedy2022-12-045-12/+13
|
* 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
| | | | | 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
|
* Don't error fetching people if they're in the DBAndrew Godwin2022-11-212-3/+15
|
* Make test directories into modulesAndrew Godwin2022-11-202-0/+0
|
* Add domain to tests, make local use right settingsAndrew Godwin2022-11-202-2/+3
|
* Don't try to make a keypair during testsAndrew Godwin2022-11-203-3/+9
|
* Fix jointakahe linkAndrew Godwin2022-11-201-1/+1
|
* Don't catch GET errorsAndrew Godwin2022-11-201-2/+2
|
* Raise proper errors when it's our faultAndrew Godwin2022-11-201-2/+10
|
* Remove pyOpenSSL dependencyAndrew Godwin2022-11-202-29/+31
| | | | (I figured out what padding to use with cryptography)
* Move signed request onto Identity as a shortcutAndrew Godwin2022-11-203-22/+31
|
* Add a system actor to sign outgoing S2S GETsAndrew Godwin2022-11-2012-93/+293
|
* Don't error when retrieving existing userAndrew Godwin2022-11-201-0/+6
| | | | | Happens when a user is not yet fetched but we look them up via a successful webfinger
* Fix mimetype for JPEG file extensions (#25)Raphael Lullis2022-11-201-1/+1
|
* Enforce signups_allowed=False (#26)Michael Manfre2022-11-208-2/+77
|
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-205-20/+59
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Fixed #23: Replace https hack with header settingAndrew Godwin2022-11-202-18/+1
|
* Cascade identity deletes to posts tooAndrew Godwin2022-11-201-1/+1
|
* Handle remote user deletionsAndrew Godwin2022-11-201-0/+4
|
* Actually do deletes rightAndrew Godwin2022-11-201-7/+8
|
* Actor delete, sentry async, faster statorAndrew Godwin2022-11-205-4/+34
|
* Add more error handlingAndrew Godwin2022-11-207-7/+23
|
* More error handling for remote fetchAndrew Godwin2022-11-201-7/+10
|
* Make pre-commit happy!Andrew Godwin2022-11-201-1/+1
|
* Fix up lint more, and bump down to 3.10 as min reqAndrew Godwin2022-11-203-18/+5
|
* Fix flake8 pathAndrew Godwin2022-11-201-1/+1
|
* Add .git directory to .dockerignore (#15)Josh Dick2022-11-201-0/+1
|
* Add missing Debian build dependencies for Python 3 dependencies (#16)Josh Dick2022-11-201-1/+1
| | | ARM processor differences
* Add pre-commit linter to actionsAndrew Godwin2022-11-201-1/+17
|
* Add error catching on actor fetchAndrew Godwin2022-11-204-12/+102
|
* Fix user profile image sizeAndrew Godwin2022-11-201-1/+1
|
* Add Sentry error integration optionAndrew Godwin2022-11-205-0/+33
|
* Fix resize of image on upload of Identity profile picsMichael Manfre2022-11-201-8/+15
|
* Document Docker development (#21)Daniel Quinn2022-11-203-12/+46
| | | This also mounts the project root at /takahe/ to make development possible.
* Fix bug in timedeltashort and add testsMichael Manfre2022-11-203-2/+23
|
* Add config identity_min_length and apply non-admin validationMichael Manfre2022-11-204-1/+126
|
* A bit more docsAndrew Godwin2022-11-193-1/+66
|
* Configure GitHub Actions to run tests (#13)Simon Willison2022-11-192-0/+36
|
* Fix up docker-composeHumberto Rocha2022-11-191-7/+11
|
* Fix link on readme. (#12)Ian Dees2022-11-191-1/+1
|
* A few more fixes from going liveAndrew Godwin2022-11-197-75/+144
|
* More docs setupAndrew Godwin2022-11-196-23/+58
|
* A few more tweaks for an initial deployAndrew Godwin2022-11-198-74/+92
|
* Deployment re-jigglingAndrew Godwin2022-11-1814-85/+163
|
* Migration reset, start of docs, env varsAndrew Godwin2022-11-1843-681/+681
|