Commit Graph

  • 188e5a2446 Remove all remaining async code for now Andrew Godwin 2023-07-17 00:37:47 -0600
  • 0915b17c4b Prune some unnecessary async usage Andrew Godwin 2023-07-17 00:18:00 -0600
  • 31c743319e Require hatchway 0.5.2 Andrew Godwin 2023-07-15 12:43:45 -0600
  • 11e3ca12d4 Start on push notification work Andrew Godwin 2023-07-15 12:37:34 -0600
  • 824f5b289c
    Permit SMTP to mail relay without authentication (#600) Deborah Pickett 2023-07-14 19:57:58 +0000
  • 2d140f2e97
    remove duplicate attachment url check (#608) Osma Ahvenlampi 2023-07-14 22:52:04 +0300
  • b2a9b334be
    Resubmit: Be quieter about remote hosts with invalid SSL certs (#595) Osma Ahvenlampi 2023-07-12 18:51:08 +0300
  • 5549d21528
    Fix inbox processing errors from pinned posts and non-Mastodon servers (#596) Osma Ahvenlampi 2023-07-12 18:49:30 +0300
  • 5f49f9b2bb
    Add support to dismiss notifications (#605) Humberto Rocha 2023-07-11 18:37:03 -0400
  • 1cc9c16b8c
    Use 400 and 401 error codes as OAuth2 documents, accept 400 as webfinger error code (#597) Osma Ahvenlampi 2023-07-10 19:19:20 +0300
  • 91cf2f3a30
    Add missing SignUp link to header (#606) Humberto Rocha 2023-07-10 12:13:57 -0400
  • 68eea142b1 Fix domain index issue Andrew Godwin 2023-07-10 10:11:48 -0600
  • 3f8213f54a Syncify another handler Andrew Godwin 2023-07-09 00:43:16 -0600
  • 2523de4249 Prevent race condition between threads and locking Andrew Godwin 2023-07-09 00:42:56 -0600
  • 933f6660d5 Catch all the subtypes too Andrew Godwin 2023-07-07 16:39:02 -0600
  • 2fda9ad2b4 Also capture unknown message types Andrew Godwin 2023-07-07 16:33:55 -0600
  • 4458594f04 Also capture JSON-LD errors Andrew Godwin 2023-07-07 16:32:57 -0600
  • c93a27e418 Capture and don't thrash on badly formatted AP messages Andrew Godwin 2023-07-07 16:29:12 -0600
  • 709f2527ac Refresh identities half as frequently Andrew Godwin 2023-07-07 15:52:12 -0600
  • 7f483af8d3 Rework Stator to use a next field and no async Andrew Godwin 2023-07-07 15:14:06 -0600
  • e34e4c0c77 Fixed #599: Interaction state not present on notifications Andrew Godwin 2023-07-05 07:58:54 -0600
  • 542e3836af
    Add endpoint to get notification by id (#594) Humberto Rocha 2023-07-04 10:06:31 -0400
  • 82a9c18205 Fixed #593: Add some docs for TAKAHE_CSRF_HOSTS Andrew Godwin 2023-07-02 20:41:38 +0100
  • a8b31e9f6a Releasing 0.9 Andrew Godwin 2023-06-24 11:57:56 -0600
  • d6e891426c Modify 500 error page to not need config Andrew Godwin 2023-06-24 11:56:57 -0600
  • 226a60bec7
    Fix canonicalize (#590) Humberto Rocha 2023-06-24 10:53:42 -0400
  • 9038e498d5
    Fix identity metadata not properly propagating through AP (#589) Humberto Rocha 2023-06-22 19:09:19 -0400
  • bb8f589da7
    Bugfix admin redirect fixes (#587) mj2p 2023-06-14 18:15:29 +0100
  • f88ad38294
    Prepend invisible URL protocol prefix (#586) TAKAHASHI Shuuji 2023-05-27 00:02:49 +0900
  • 2040124147
    Prevent dropping ellipsis URL (#585) TAKAHASHI Shuuji 2023-05-25 02:41:56 +0900
  • 68dc2dc9ed
    Use post id to generate summary class (#583) Karthik Balakrishnan 2023-05-20 12:32:40 +0530
  • 568b87dadb
    Customize gunicorn worker count (#578) Karthik Balakrishnan 2023-05-19 22:01:44 +0530
  • 79e1f0da14 Don't even try to progress post attachments Andrew Godwin 2023-05-15 16:59:34 -0600
  • cec04e8ddb
    Fixes various issues with pinned posts - continued (#581) Christof Dorner 2023-05-15 17:36:33 +0000
  • b2768e7f2e Improve stator's performance in larger installs Andrew Godwin 2023-05-15 11:33:31 -0600
  • 9bc18a1190
    Fixes various issues with pinned posts (#580) Christof Dorner 2023-05-15 16:54:32 +0000
  • 5297b98273 Include psql in the docker image Andrew Godwin 2023-05-13 11:38:32 -0600
  • 888f4ad36c Move from index_together to indexes Andrew Godwin 2023-05-13 11:30:42 -0600
  • 46679a5c73 Bump up django-upgrade Andrew Godwin 2023-05-13 11:20:47 -0600
  • f4bbe78bd5 Fix tests after mentions change Andrew Godwin 2023-05-13 11:19:23 -0600
  • f5a3971ef8 Implement replies profile tab and boosts option Andrew Godwin 2023-05-13 11:07:57 -0600
  • 31c4f89124 Make mentions look EXACTLY like Mastodon Andrew Godwin 2023-05-13 10:40:00 -0600
  • 6a94dcfcc6 Add three more apps to home Andrew Godwin 2023-05-13 10:32:48 -0600
  • 67f64a4313 Fix mention formatting on Sengi Andrew Godwin 2023-05-13 10:32:36 -0600
  • 1fb02b06e1 Fixed #577: Send bot property down API right Andrew Godwin 2023-05-13 06:00:18 -0600
  • d6c9ba0819
    Pinned posts (#561) Christof Dorner 2023-05-13 16:01:27 +0000
  • 744c2825d9
    Show posts and boosts on an identity's profile view (#574) Christof Dorner 2023-05-12 23:43:26 +0000
  • b3b58df2b1
    Fix hashtag search results (#576) Christof Dorner 2023-05-10 16:17:00 +0000
  • 9775fa8991
    Add `mention` class to user mention links (#575) Christof Dorner 2023-05-09 15:55:19 +0000
  • 51ffcc6192
    Fix default storage setting and use new STORAGES (#573) Christof Dorner 2023-05-08 16:40:33 +0000
  • dcc4a5723e
    Migrate to new staticfiles storage setting (#570) Karthik Balakrishnan 2023-05-08 10:38:33 +0530
  • f256217d1b
    Show domain setup to admins (#568) Karthik Balakrishnan 2023-05-08 10:36:10 +0530
  • b6d9f1dc95 Add search v1 emulation (for Sengi) Andrew Godwin 2023-05-06 09:30:21 -0700
  • 930aab384e Debug, search fixes Andrew Godwin 2023-05-05 23:30:59 -0700
  • eeee385a61 Fix a few visual bugs Andrew Godwin 2023-05-05 23:04:20 -0700
  • a4e6033a0b
    Ignore unknown create/update types (#569) Christof Dorner 2023-05-04 22:56:50 +0000
  • dbc25f538d
    Fix bug in middleware when domain config is None (#567) Karthik Balakrishnan 2023-05-04 23:29:11 +0530
  • 7862795993 A few small fixes post-UI merge Andrew Godwin 2023-05-04 11:50:17 -0600
  • 8ff6100e94
    Django 4.2 with psycopg 3 (#555) Michael Manfre 2023-05-04 01:49:17 -0400
  • 709dc86162 Fixed #559: Trim hashtags to 100 chars or less Andrew Godwin 2023-05-03 23:11:34 -0600
  • 8f57aa5f37
    UI/Domains Refactor Andrew Godwin 2023-05-03 22:42:37 -0600
  • 7331591432
    fix order of next/prev header links (#564) Christof Dorner 2023-05-02 16:57:58 +0000
  • ac54c7ff81
    Fix post attachment author check on editing (#563) Christof Dorner 2023-05-02 15:58:32 +0000
  • 5759e1d5c1
    Expose Link header via CORS (#562) Christof Dorner 2023-05-02 15:57:12 +0000
  • 7d1558a2ab
    Support editing media description when editing statuses (#556) Christof Dorner 2023-04-11 15:35:36 +0000
  • b31c5156ff
    Improve hashtag case handling and implement /api/v1/tags/<hashtag> endpoint (#554) Christof Dorner 2023-04-06 21:14:21 +0000
  • 216915ddb8
    set post attachment type correctly for videos (#553) Christof Dorner 2023-04-02 00:07:38 +0000
  • 96bc64fd01
    Implement Mastodon's v1/statuses/<id>/reblogged_by API endpoint (#551) Christof Dorner 2023-03-31 19:40:15 +0000
  • ba4414dbce
    fix /v1/statuses/<id>/favourited_by pagination header error (#550) Christof Dorner 2023-03-24 02:09:03 +0100
  • e45195bb02
    Handle posts with only contentMap as post instead of interaction (#549) Christof Dorner 2023-03-23 19:27:32 +0100
  • ea7d5f307c Allow single IDs in familiar_followers Andrew Godwin 2023-03-22 16:21:30 -0600
  • 1994671541 Correctly handle GTS mentions of same username Andrew Godwin 2023-03-22 10:43:51 -0600
  • c702b1b24d
    Always return voters_count (#543) Humberto Rocha 2023-03-15 20:46:12 -0400
  • c94b54dde8
    Add `mention` and `hashtag` classes to hashtag anchors (#542) Christof Dorner 2023-03-15 20:49:23 +0100
  • 74c4819ee2 Fix tuning EOF Andrew Godwin 2023-03-14 15:39:42 -0600
  • 79c1be03a6
    Add ability to follow hashtags Christof Dorner 2023-03-14 22:35:40 +0100
  • 902891ff9e
    Simple docs for setting up a sentry.io installation (#540) Daniel Vydra 2023-03-14 03:49:07 +1100
  • 542678cab5 Fix author checks on post attachments Andrew Godwin 2023-03-12 16:19:40 -0600
  • cedcc8fa7c
    Bookmarks (#537) Dan Watson 2023-03-11 13:17:20 -0500
  • 758e6633c4 Fix image proxy headers Andrew Godwin 2023-03-11 11:06:44 -0700
  • 61830a9a9c
    Fix page ordering (#535) Dan Watson 2023-03-10 11:10:34 -0500
  • 6e8149675c
    Fix home timeline pagination Dan Watson 2023-03-09 21:46:57 -0500
  • 3bd01b2b3d
    Stub out more API, implement preferences and peers (#533) Dan Watson 2023-03-09 16:36:24 -0500
  • 6f4abd5aae
    Initial support for IceCubes (#532) Dan Watson 2023-03-09 12:47:33 -0500
  • 56da914340
    Allow to set default reply visibility (#531) Christof Dorner 2023-03-08 19:01:21 +0100
  • 1b9cf24d09 Move back to canonicalising public as "as:Public" Andrew Godwin 2023-03-08 10:11:56 -0700
  • 85b4910829
    Added admin notes field to domains (#530) Christof Dorner 2023-03-07 00:37:05 +0100
  • 5ea3d5d143 Implement a client_credentials process for read Andrew Godwin 2023-03-06 15:48:43 -0700
  • 05992d6553 Fix linking to things without URL attrs Andrew Godwin 2023-03-05 11:40:50 -0700
  • afc94f6313 Add in_reply_to index Andrew Godwin 2023-03-05 10:34:58 -0700
  • bd6d1ae8de Fix fallback for instance API host Andrew Godwin 2023-03-03 15:04:13 -0700
  • 78eacf165e
    Accept hs2019 in signatures (#529) Kelson Vibber 2023-03-03 08:18:11 -0800
  • 552a150e57 Stop over-recursion in post contexts Andrew Godwin 2023-03-02 10:28:27 -0700
  • 6411a375ba Allow API access with cookies again Andrew Godwin 2023-03-02 10:22:37 -0700
  • 026e1be357
    Put ALT badge on attached images with alt-text TAKAHASHI Shuuji 2023-03-01 09:02:20 +0900
  • 9e016aaa5f
    Fix navigation menu in mobile (#525) Humberto Rocha 2023-02-26 02:10:54 -0500
  • d9cab99859
    Fix not fetching images properlly when url is redirected (#526) Humberto Rocha 2023-02-26 02:07:25 -0500
  • 9aff13118a
    Fix crash when fetching emoji without mimetype and extension (#524) Humberto Rocha 2023-02-25 16:47:43 -0500
  • 2b56b33e38
    Show profile image on the image viewer (#520) TAKAHASHI Shuuji 2023-02-24 19:54:58 +0900
  • 6fb9a5ea96
    Fix nameserver substitution for IPv6 resolvers (#516) Colin Schlueter 2023-02-20 17:49:53 +0100