Commit graph

  • 46695f5c2c Admin improvements for Post and PostAttachment Michael Manfre 2023-01-16 16:22:33 -0500
  • 77ba7b02b9
    Ignore non string attachment mimetypes (#429) Michael Manfre 2023-01-16 17:10:03 -0500
  • 884d28b088
    Fix navbar not scrolling in mobile #430 Humberto Rocha 2023-01-16 17:05:12 -0500
  • 0482d02a99 Ignore non string attachment mimetypes #429 Michael Manfre 2023-01-16 17:03:10 -0500
  • 50f8c8040d Add light theme and some more CSS variables Andrew Godwin 2023-01-16 13:05:21 -0700
  • 5309ef425a Allow a slightly bigger max-width step for main Andrew Godwin 2023-01-16 12:27:07 -0700
  • 333317875b
    Don't show ellipsis when URL shortening only removed scheme (#427) Michael Manfre 2023-01-16 14:27:25 -0500
  • 490141c2ce Don't show ellipsis when URL shortening only removed scheme #427 Michael Manfre 2023-01-16 14:22:13 -0500
  • fd9015a7c5 Make emoji relative Andrew Godwin 2023-01-16 12:19:10 -0700
  • ef4862ff46
    Add a css variable for Emoji height for easier customization (#425) Michael Manfre 2023-01-16 14:15:39 -0500
  • 9b6ceee490
    Apply Mastodon style link text shortening (#426) Michael Manfre 2023-01-16 13:59:46 -0500
  • 54e7755080 Unfollowing or blocking users purges timeline Andrew Godwin 2023-01-16 11:53:40 -0700
  • 046899051c Apply Mastodon style link text shortening #426 Michael Manfre 2023-01-16 13:46:02 -0500
  • c3caf26f22 Ignore emoji react undos as well Andrew Godwin 2023-01-16 11:27:23 -0700
  • 0a848aa884 Add watchdog to prevent stator freezing Andrew Godwin 2023-01-16 11:15:28 -0700
  • 8a89a6fe62 Add a css variable for Emoji height for easier customization #425 Michael Manfre 2023-01-16 13:08:59 -0500
  • cfe18932b8
    Match sanitizing for posts to Mastodon (#422) Corry Haines 2023-01-15 21:32:04 -0800
  • 52a4b967a4 pre-formatting #422 Corry Haines 2023-01-15 21:19:07 -0800
  • 20db7d4b91 Add test case for list rendering Corry Haines 2023-01-15 21:16:04 -0800
  • f6030fc55c Match sanitizing for posts to Mastodon Corry Haines 2023-01-15 20:50:16 -0800
  • b721833b4f Fix old post tests Andrew Godwin 2023-01-15 21:11:08 -0700
  • 18ab453baa Only fanout remote posts younger than 1 day Andrew Godwin 2023-01-15 20:57:38 -0700
  • 6c72f25fbe Update features some more Andrew Godwin 2023-01-15 18:52:31 -0700
  • 2ba0c1759e Fix view option wrapping Andrew Godwin 2023-01-15 16:41:52 -0700
  • 71234ef159 Add start of 0.7 release notes Andrew Godwin 2023-01-15 16:38:51 -0700
  • 57dfc330e0 Fix source for no bio Andrew Godwin 2023-01-15 16:29:11 -0700
  • de9261251e Fixed #421: Allow profile editing via API Andrew Godwin 2023-01-15 16:15:57 -0700
  • e39355ceb5 Fix admin pagination Andrew Godwin 2023-01-15 15:04:39 -0700
  • 06f6257645
    Render non-media PostAttachments (#420) Michael Manfre 2023-01-15 16:49:04 -0500
  • 9dded19172 Add admin notification for new identities Andrew Godwin 2023-01-15 14:48:17 -0700
  • a03950d54d Pull in CSS from flexible uploads PR #420 Michael Manfre 2023-01-15 16:40:21 -0500
  • faf3bd2bfb Render non-media PostAttachments Michael Manfre 2023-01-15 15:11:55 -0500
  • 34b4a6cc10 Implement followers API endpoint Andrew Godwin 2023-01-15 13:48:06 -0700
  • 9983544c2a Fix account lookup API to include everyone Andrew Godwin 2023-01-15 13:45:59 -0700
  • b44be55609 Fixed #408: Implemented blocking Andrew Godwin 2023-01-15 13:35:45 -0700
  • f689110e0b Fix file size label hardcode Andrew Godwin 2023-01-15 10:31:27 -0700
  • 5e65d569bf
    Prevent uploading too large image file (#416) TAKAHASHI Shuuji 2023-01-16 02:29:18 +0900
  • 94fe247b17
    Handle errors when a Post references an invalid ancestor (#417) Michael Manfre 2023-01-15 12:28:44 -0500
  • 3f967b9f6a Handle errors when a Post references an invalid ancestor #417 Michael Manfre 2023-01-15 09:32:53 -0500
  • d70f47e3b7
    Prevent uploading too large image file #416 TAKAHASHI Shuuji 2023-01-15 04:21:07 +0900
  • 1f44e93518
    Handle servers that return wrong webfinger payload (#415) Michael Manfre 2023-01-14 16:19:47 -0500
  • b80f11a45f Handle servers that return wrong webfinger payload #415 Michael Manfre 2023-01-14 14:42:32 -0500
  • f69c7304c1 Fix docker build with new domain check Andrew Godwin 2023-01-14 12:24:15 -0700
  • 3f3e815407 Defend against MAIN_DOMAIN being unset in prod Andrew Godwin 2023-01-14 12:18:35 -0700
  • 1ffcd5e6d1 Add timelineevent.created index Andrew Godwin 2023-01-14 12:01:44 -0700
  • 76076e3387 Flip timelines back to created ordering Andrew Godwin 2023-01-14 11:31:17 -0700
  • ade954c2cd
    Instruct robots to ignore proxy (#413) Corry Haines 2023-01-14 10:15:18 -0800
  • 2675ed69ee Update help_text in migration Andrew Godwin 2023-01-14 11:11:36 -0700
  • 19aa39993b
    Add missing migration file for #409 #414 TAKAHASHI Shuuji 2023-01-15 03:10:11 +0900
  • 1d08a8b99c Instruct robots to ignore proxy #413 Corry Haines 2023-01-14 10:06:39 -0800
  • b9445a0f22
    Merge branch 'main' into timelineevents_published_index #389 Corry Haines 2023-01-14 09:58:33 -0800
  • 7f23ae5f52
    Support acct with domain name in /api/v1/accounts/lookup (#412) TAKAHASHI Shuuji 2023-01-15 02:36:16 +0900
  • 21d565d282
    Copy Emoji to local and delete file with record (#407) Michael Manfre 2023-01-14 12:35:20 -0500
  • feb7a673eb
    Attach multiple images to RSS (#411) TAKAHASHI Shuuji 2023-01-15 02:34:31 +0900
  • 71ab6b98a6
    Fix emoji file size validation and help text and add image size validation (#410) TAKAHASHI Shuuji 2023-01-15 02:33:36 +0900
  • 3679448cdf
    FIx HTML issues found by djLint (#409) TAKAHASHI Shuuji 2023-01-15 02:32:48 +0900
  • e23679ef88
    Support acct with domain name in /api/v1/accounts/lookup #412 TAKAHASHI Shuuji 2023-01-15 01:55:39 +0900
  • d94369f9c2
    Add emoji image size validation #410 TAKAHASHI Shuuji 2023-01-14 20:48:04 +0900
  • cbc856572c Copy Emoji to local and delete file with record #407 Michael Manfre 2023-01-13 15:39:32 -0500
  • 2939320a37
    Fix emoji file size validation and help text TAKAHASHI Shuuji 2023-01-14 20:47:25 +0900
  • 48dcad17fd
    Attach multiple images to RSS #411 TAKAHASHI Shuuji 2023-01-01 14:19:33 +0900
  • 0fe4c6d1cf
    Replace obsoleted <tt> with <code> tag #409 TAKAHASHI Shuuji 2023-01-14 17:13:52 +0900
  • 30ff90b083
    Fix unmatched HTML tags TAKAHASHI Shuuji 2023-01-14 17:13:10 +0900
  • c3da82cce5
    Use URL patterns TAKAHASHI Shuuji 2023-01-14 17:11:57 +0900
  • 3590166502
    Fix quote characters TAKAHASHI Shuuji 2023-01-14 17:10:31 +0900
  • f2f7e06bb0
    Fix spaces in template TAKAHASHI Shuuji 2023-01-14 17:09:51 +0900
  • 9876b81f66 Add announcements client API Andrew Godwin 2023-01-13 16:09:26 -0700
  • 8b3106b852 Implement server announcements Andrew Godwin 2023-01-13 15:54:21 -0700
  • 81fa9a6d34
    Ignore badly formed ActivityPub object data (#406) Michael Manfre 2023-01-13 15:44:43 -0500
  • cb66b9559d
    Allow incoming Posts with Bookwyrm Edition tags (#405) Michael Manfre 2023-01-13 15:43:37 -0500
  • f2ed635a86 Ignore badly formed ActivityPub object data #406 Michael Manfre 2023-01-13 14:13:41 -0500
  • de990a1d73 Allow incoming Posts with Bookwyrm Edition tags #405 Michael Manfre 2023-01-13 13:43:38 -0500
  • fc8b5be4a0
    Support future times with timedeltashort tag (#403) Michael Manfre 2023-01-13 12:54:02 -0500
  • 18b50ce0e6
    Silence a few common errors when fetching (#404) Michael Manfre 2023-01-13 12:53:02 -0500
  • 9a5e96b3d3 Silence a few common errors when fetching #404 Michael Manfre 2023-01-12 23:33:58 -0500
  • 265364f803 Support future times with timedeltashort tag #403 Michael Manfre 2023-01-12 21:57:31 -0500
  • fa688a5a73 Fixed #383: Render links in API metadata values Andrew Godwin 2023-01-11 22:04:03 -0700
  • ae74d65157
    Fix identity not fetching emoji (#397) Humberto Rocha 2023-01-11 19:07:59 -0500
  • d9ab829864
    Fix identity not fetching emoji #397 Humberto Rocha 2023-01-11 18:07:28 -0500
  • e68158202e Fix signature typechecking Andrew Godwin 2023-01-11 11:00:18 -0700
  • e20aea1b9c Fixed #393: Deal with errors unpacking focalPoint Andrew Godwin 2023-01-11 10:26:01 -0700
  • d51a08ef8c Fixed #257: runstator exclude option Andrew Godwin 2023-01-10 20:44:45 -0700
  • 113db4ab3a Fixed #376: Emoji admin page Andrew Godwin 2023-01-10 20:31:50 -0700
  • 689f9f0567 Introduce index for timelineevents published Corry Haines 2023-01-10 16:30:00 -0800
  • d6f558f89a Bump cryptography version Andrew Godwin 2023-01-10 17:23:51 -0700
  • 28cfbf2ef5
    Improve performance on /api/v1/timelines/home (#387) Corry Haines 2023-01-10 16:16:54 -0800
  • e3479837f4 Further simplification #387 Corry Haines 2023-01-10 16:11:25 -0800
  • 5de25e74e3 Remove follows prefetch Corry Haines 2023-01-10 16:06:52 -0800
  • 618b27ad66 Improve performance on /api/v1/timelines/home Corry Haines 2023-01-09 16:06:16 -0800
  • aee327d93e
    Possible Azure_connection_string usage Chris Moultrie 2023-01-09 14:53:38 -0500
  • 150cd9503d
    Update Contributing docs to add docs on using make (#379) Steve Ivy 2023-01-09 10:04:11 -0700
  • 0c1e51322f
    Add djhtml to pre-commit check (#382) TAKAHASHI Shuuji 2023-01-10 01:58:17 +0900
  • 024d956e5e Handle old IDs coming in for pagination Andrew Godwin 2023-01-09 09:08:16 -0700
  • 4a1e375e3c
    Add side margin to home and login page on small screen (#384) TAKAHASHI Shuuji 2023-01-10 01:51:15 +0900
  • 97d40912ed Fix pagination on home Andrew Godwin 2023-01-09 09:01:28 -0700
  • d270bf8cd7 Format HTML files with djhtml #382 TAKAHASHI Shuuji 2023-01-09 15:27:42 +0900
  • 4d632a9aac Add djhtml pre-commit repo TAKAHASHI Shuuji 2023-01-09 15:16:29 +0900
  • 059e40236a
    Add Azure Blob Storage as a media option Chris Moultrie 2023-01-09 08:58:58 -0500
  • 5517a15eda Add side margin to home and login page on small screen #384 TAKAHASHI Shuuji 2023-01-09 16:17:31 +0900
  • fb881dd5de Fix tests and most of pagination Andrew Godwin 2023-01-08 23:06:09 -0700