Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We don't care about 404 errors quite as much | Andrew Godwin | 2022-12-16 | 1 | -1/+5 |
| | |||||
* | Fan out replies to the original author's followers | Andrew Godwin | 2022-12-16 | 1 | -0/+7 |
| | | | | Fixes #64 | ||||
* | Fetch emoji for user profiles | Andrew Godwin | 2022-12-16 | 3 | -2/+13 |
| | |||||
* | Make the collectstatic hack slightly better | Andrew Godwin | 2022-12-16 | 2 | -2/+11 |
| | |||||
* | Fix mastodon LD namespace | Andrew Godwin | 2022-12-16 | 4 | -13/+7 |
| | | | | Fixes #179 | ||||
* | Identity admin/moderation | Andrew Godwin | 2022-12-16 | 20 | -35/+489 |
| | |||||
* | Add follow times | Andrew Godwin | 2022-12-16 | 3 | -6/+26 |
| | |||||
* | Fix inbound/outbound links | Andrew Godwin | 2022-12-16 | 2 | -6/+14 |
| | |||||
* | Split Follows page into two types | Andrew Godwin | 2022-12-16 | 5 | -26/+53 |
| | | | | This overcomes the query problem of pulling a combined list | ||||
* | Several pagination improvements (#170) | Gabriel Rodríguez Alberich | 2022-12-16 | 9 | -41/+95 |
| | | | Home/Notification gets pagination, Follows becomes ListView | ||||
* | User admin and LD schema fixes | Andrew Godwin | 2022-12-16 | 13 | -23/+189 |
| | |||||
* | Fix hashtag linking and API mentions of empty | Andrew Godwin | 2022-12-15 | 2 | -6/+12 |
| | |||||
* | URLs can be empty too | Andrew Godwin | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Handle API identities with no name | Andrew Godwin | 2022-12-15 | 1 | -2/+2 |
| | |||||
* | Some hashtag json-ld fiddling | Andrew Godwin | 2022-12-15 | 2 | -11/+17 |
| | |||||
* | Add hashtags to post objects | Andrew Godwin | 2022-12-15 | 1 | -0/+9 |
| | |||||
* | Make emoji picker work on client apps | Andrew Godwin | 2022-12-15 | 3 | -2/+12 |
| | |||||
* | Update docker to python 3.11.1 (#174) | Michael Manfre | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Fix login form errors not appearing | Andrew Godwin | 2022-12-15 | 3 | -0/+20 |
| | | | | Fixes #175 | ||||
* | Add a big warning to secret_key now it's important | Andrew Godwin | 2022-12-15 | 1 | -0/+8 |
| | |||||
* | Start documenting 0.6 changes | Andrew Godwin | 2022-12-15 | 2 | -9/+41 |
| | |||||
* | Implement post rate limits, move to signed cookies | Andrew Godwin | 2022-12-15 | 11 | -57/+112 |
| | | | | | Also improve the test harness a little Fixes #112 | ||||
* | Fix stator test fixture | Andrew Godwin | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Handle updates for already deleted posts | Andrew Godwin | 2022-12-15 | 1 | -2/+6 |
| | |||||
* | Fix collectstatic | Andrew Godwin | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Stator stats overhaul | Andrew Godwin | 2022-12-15 | 9 | -47/+223 |
| | | | | | Removes the error table, adds a stats table and admin page. Fixes #166 | ||||
* | Fix outbound emoji federation | Andrew Godwin | 2022-12-15 | 3 | -15/+16 |
| | |||||
* | Set the correct `Content-Type` header for static WebP images (#171) | TAKAHASHI Shuuji | 2022-12-15 | 2 | -2/+13 |
| | |||||
* | Fix doc lint | Andrew Godwin | 2022-12-15 | 1 | -1/+0 |
| | |||||
* | Fix tests with no static collection | Andrew Godwin | 2022-12-15 | 2 | -0/+6 |
| | |||||
* | Basic Emoji suppport (#157) | Michael Manfre | 2022-12-15 | 33 | -42/+670 |
| | |||||
* | Improve cacheability | Andrew Godwin | 2022-12-15 | 5 | -8/+17 |
| | |||||
* | Hammer home CDN more | Andrew Godwin | 2022-12-14 | 1 | -13/+24 |
| | |||||
* | 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 | 2 | -8/+23 |
| | | | | Fixes #164 | ||||
* | Add a small margin (#167) | Kromonos | 2022-12-14 | 1 | -0/+8 |
| | |||||
* | Prevent n+1 queries when rendering timelines (#165) | Gabriel Rodríguez Alberich | 2022-12-14 | 1 | -4/+4 |
| | | | | The linkify_mentions function is traversing the post's mentions, so better prefetch those. | ||||
* | Show follows and following counts on profile page | Gabriel Rodríguez Alberich | 2022-12-14 | 10 | -111/+178 |
| | | | And let their visibility be configured | ||||
* | Set the content type and disposition of webp files uploaded to S3 | Tyler Kennedy | 2022-12-13 | 4 | -2/+16 |
| | |||||
* | FormOrJsonParser api.views.oauth | Michael Manfre | 2022-12-13 | 1 | -9/+11 |
| | |||||
* | Fix static file URLs | Andrew Godwin | 2022-12-12 | 3 | -5/+20 |
| | |||||
* | A better way of handling URIs between local/remote | Andrew Godwin | 2022-12-12 | 11 | -33/+69 |
| | |||||
* | A few more fixes and a bad test | Andrew Godwin | 2022-12-12 | 4 | -9/+45 |
| | |||||
* | Add generic paginator for API | Andrew Godwin | 2022-12-12 | 4 | -84/+105 |
| | |||||
* | Fix mentions of missing identities | Andrew Godwin | 2022-12-12 | 1 | -0/+1 |
| | |||||
* | Fix notification pagination | Andrew Godwin | 2022-12-12 | 1 | -7/+7 |
| | |||||
* | Basic post mutation | Andrew Godwin | 2022-12-12 | 14 | -56/+365 |
| | |||||
* | More API read coverage | Andrew Godwin | 2022-12-12 | 15 | -147/+536 |
| | |||||
* | Timelines working | Andrew Godwin | 2022-12-12 | 17 | -29/+368 |
| | |||||
* | Working start of an OAuth flow | Andrew Godwin | 2022-12-12 | 20 | -3/+449 |
| | |||||
* | Add module for redis support (#154) | Kromonos | 2022-12-11 | 1 | -0/+1 |
| | |||||
* | IdentityIconCacheView was incorrectly looking for image_uri (#155) | Michael Manfre | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | Fix form loading hyperscript config | Andrew Godwin | 2022-12-11 | 2 | -46/+21 |
| | |||||
* | Add the character counter next to the Post button (#152) | TAKAHASHI Shuuji | 2022-12-11 | 5 | -2/+37 |
| | |||||
* | Two small tweaks to compose UI (#153) | Avi Flax | 2022-12-11 | 1 | -0/+2 |
| | |||||
* | Add system actor and shared inbox | Andrew Godwin | 2022-12-10 | 6 | -1/+13 |
| | |||||
* | Improve tuning docs formatting | Andrew Godwin | 2022-12-10 | 1 | -6/+22 |
| | |||||
* | Media proxy, caching and tuning docs | Andrew Godwin | 2022-12-10 | 12 | -20/+285 |
| | | | | Fixes #67 | ||||
* | Skip over follows | Andrew Godwin | 2022-12-08 | 1 | -1/+3 |
| | |||||
* | Add interaction states on notifications page | Andrew Godwin | 2022-12-08 | 1 | -0/+4 |
| | | | | Fixes #129 | ||||
* | Move image attachments on posts into the content warning block. (#148) | Tyler Kennedy | 2022-12-08 | 2 | -11/+13 |
| | | | Also adds alt text to image attachments. | ||||
* | Improve djadmin filtering and search (#149) | Michael Manfre | 2022-12-08 | 4 | -1/+75 |
| | |||||
* | CI: Improve the job names of GitHub Actions (#130) | TAKAHASHI Shuuji | 2022-12-08 | 1 | -3/+5 |
| | |||||
* | Support deeper subdomains in domain validation (#110) | Tom Usher | 2022-12-07 | 2 | -10/+64 |
| | | | Use a new validator class with regex based on the URLValidator from Django | ||||
* | Keyboard navigation | Michael Manfre | 2022-12-07 | 7 | -29/+49 |
| | |||||
* | Set link to user icon in identity panel (#145) | TAKAHASHI Shuuji | 2022-12-07 | 1 | -1/+3 |
| | |||||
* | Set a Takahe User-Agent header for signed requests (#142) | Michael Manfre | 2022-12-06 | 3 | -1/+15 |
| | |||||
* | Fix text on Tuning page | Andrew Godwin | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | Add an alt label identity images. (#137) | Tyler Kennedy | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | 'View in admin' link for post popup menu (#134) | Michael Manfre | 2022-12-06 | 3 | -1/+8 |
| | |||||
* | settings.SETUP.SENTRY_CAPTURE_MESSAGES (#133) | Michael Manfre | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Setting to enable Sentry capture_messages (#128) | Michael Manfre | 2022-12-06 | 2 | -1/+2 |
| | |||||
* | Don't cache pip packages when building docker image (#131) | Dan Watson | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Quick link to see original post (#132) | Tyler Kennedy | 2022-12-06 | 1 | -0/+4 |
| | |||||
* | Ignore actor delete messages for unknown actors (#124) | Michael Manfre | 2022-12-05 | 3 | -0/+38 |
| | |||||
* | Only cache unauthenticated page views (#117) | Michael Manfre | 2022-12-05 | 6 | -23/+55 |
| | |||||
* | Allow selecting notification types to see | Andrew Godwin | 2022-12-05 | 3 | -13/+63 |
| | |||||
* | Collapse linkify mentions (#123) | Michael Manfre | 2022-12-05 | 3 | -6/+75 |
| | |||||
* | Shorten mention names when linkified | Andrew Godwin | 2022-12-05 | 2 | -7/+8 |
| | | | | Fixes #121 | ||||
* | Add a middleware to detect LD Accept headers | Andrew Godwin | 2022-12-05 | 4 | -12/+22 |
| | |||||
* | Add pagination and search to federation page | Andrew Godwin | 2022-12-05 | 3 | -8/+36 |
| | |||||
* | Add self-view link to identity select | Andrew Godwin | 2022-12-05 | 1 | -0/+5 |
| | |||||
* | Style footer links in medium width | Andrew Godwin | 2022-12-05 | 2 | -5/+20 |
| | |||||
* | Policy pages and signup tests. | Andrew Godwin | 2022-12-05 | 18 | -67/+275 |
| | | | | Fixes #113 | ||||
* | Fix unset parent variable when viewing top post (#119) | Michael Manfre | 2022-12-05 | 1 | -1/+2 |
| | |||||
* | Add pylibmc and pymemcache to requirements and make timeout not lazy (#116) | Michael Manfre | 2022-12-05 | 2 | -6/+8 |
| | |||||
* | Add django-upgrade to pre-commit (#114) | Paolo Melchiorre | 2022-12-05 | 7 | -12/+18 |
| | |||||
* | Link to project board | Andrew Godwin | 2022-12-05 | 1 | -0/+2 |
| | |||||
* | Added caching and initial settings | Michael Manfre | 2022-12-05 | 17 | -3/+186 |
| | |||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 20 | -91/+89 |
| | |||||
* | Add missing dependencies for the arm64 build (#111) | TAKAHASHI Shuuji | 2022-12-05 | 1 | -0/+6 |
| | |||||
* | More contributing areas! | Andrew Godwin | 2022-12-04 | 1 | -0/+2 |
| | |||||
* | Fix post tests, don't reply to self | Andrew Godwin | 2022-12-04 | 2 | -1/+2 |
| | |||||
* | Fetch post parents live too | Andrew Godwin | 2022-12-04 | 3 | -10/+11 |
| | |||||
* | Make search work with URLs | Andrew Godwin | 2022-12-04 | 4 | -26/+123 |
| | |||||
* | Fetch user in real-time for searches | Andrew Godwin | 2022-12-04 | 2 | -2/+10 |
| | | | | Fixes #84 | ||||
* | Fix mentions in replies/capitalisation | Andrew Godwin | 2022-12-04 | 4 | -12/+31 |
| | |||||
* | Don’t show "no results" on search entry page (#105) | Avi Flax | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Optimized deb packages installed in Docker (#106) | Paolo Melchiorre | 2022-12-04 | 1 | -3/+15 |
| | |||||
* | Make max media upload size configurable | Avi Flax | 2022-12-04 | 2 | -2/+10 |
| | |||||
* | [WIP] Sentry improvements (#108) | Michael Manfre | 2022-12-04 | 4 | -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 notes | Andrew Godwin | 2022-12-04 | 1 | -4/+4 |
| | |||||
* | Remove explicit baseurl | Andrew Godwin | 2022-12-04 | 1 | -1/+0 |
| | |||||
* | Improve install docs | Andrew Godwin | 2022-12-04 | 2 | -46/+142 |
| | |||||
* | Releasing 0.5.0 | Andrew Godwin | 2022-12-04 | 3 | -2/+48 |
| | |||||
* | Make the user fetch interval much longer | Andrew Godwin | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Image upload polishing and webp | Andrew Godwin | 2022-12-04 | 4 | -15/+44 |
| | |||||
* | Link RSS feed in identity page head | Andrew Godwin | 2022-12-04 | 1 | -0/+6 |
| | |||||
* | Adding RSS feeds for local identities | Andrew Godwin | 2022-12-04 | 3 | -1/+44 |
| | |||||
* | Make follows a top-level activity. (#94) | Tyler Kennedy | 2022-12-04 | 5 | -12/+13 |
| | |||||
* | Tweak Contributing docs to help people run the tests | Avi Flax | 2022-12-04 | 1 | -2/+8 |
| | |||||
* | Add TAKAHE_DEFAULT_TIMEOUT with default of 5.0 (#99) | Michael Manfre | 2022-12-04 | 4 | -1/+25 |
| | |||||
* | Added "Building Documentation" section (#101) | TAKAHASHI Shuuji | 2022-12-04 | 1 | -0/+20 |
| | |||||
* | Dir |