Commit graph

  • 58c3447a11 lazy load youtube preview rimu 2024-09-08 13:23:37 +12:00
  • 065d1e1078 only embed youtube vids on AC power rimu 2024-09-08 12:31:16 +12:00
  • 943bcc34cd tweak css for post utilities bar rimu 2024-09-07 18:44:51 +12:00
  • 4fde5480d3 tweak image display rimu 2024-09-07 14:22:35 +12:00
  • 7f11101a78 tweak image display rimu 2024-09-07 14:18:20 +12:00
  • dd5d90984d typo rimu 2024-09-07 14:15:34 +12:00
  • 93e3b95362 start loading youtube just before it appears on the screen rimu 2024-09-07 12:41:51 +12:00
  • 760477f00c use JS IntersectionObserver to lazy load youtube videos rimu 2024-09-07 12:36:21 +12:00
  • dba016e05e show videos in teaser rimu 2024-09-07 12:11:01 +12:00
  • 503f6719ad youtube_embed() without hardcoded character positions rimu 2024-09-07 11:33:20 +12:00
  • d62d3e30fb Merge remote-tracking branch 'origin/main' rimu 2024-09-07 11:15:46 +12:00
  • 026a7e699c detect video posts better rimu 2024-09-07 11:15:33 +12:00
  • 2e6fb0a592 youtube embed for shorts freamon 2024-09-06 11:28:31 +00:00
  • 1f5788e560 temporarily revert change until it is properly debugged rimu 2024-09-06 23:14:57 +12:00
  • 0bae4c770f center voting buttons on mobile rimu 2024-09-06 22:50:20 +12:00
  • 7ab53804d1 larger images and videos rimu 2024-09-06 22:39:27 +12:00
  • d68a25d17f dormant instances are those that are not gone_forever #319 rimu 2024-09-06 16:03:20 +12:00
  • 7d276136ed simplify stats code #319 rimu 2024-09-06 16:00:09 +12:00
  • f284be0b39 Merge pull request 'Adding admin.instances page' (#319) from JollyDevelopment/pyfedi:jollydev/admin-instances-overview into main rimu 2024-09-06 03:54:04 +00:00
  • 0c7cd6d34c Merge remote-tracking branch 'origin/main' rimu 2024-09-06 15:43:33 +12:00
  • b6a44b100c post teaser refactor to improve maintainability rimu 2024-09-06 15:43:22 +12:00
  • 1a0149cb80 Use youtu.be rather than youtube.com to grab thumbnail images freamon 2024-09-06 01:06:59 +00:00
  • 9e8066bc4e Convert youtu.be links to youtube.com so they embed in post freamon 2024-09-06 01:06:24 +00:00
  • 6741b1a35a css tweak #148 rimu 2024-09-06 12:59:59 +12:00
  • 6357b2d3d1 adding comment to explain the sql text call #319 Alan Roberts 2024-09-05 13:34:16 -04:00
  • 6e3de6e9e2 adding users back in with better query Alan Roberts 2024-09-05 13:24:30 -04:00
  • 2249140bf3 better queries Alan Roberts 2024-09-05 11:59:01 -04:00
  • 1d1abdac6d adding dormant and gone filters Alan Roberts 2024-09-05 00:00:48 -04:00
  • af8f81c058 adding communities stat to instances page Alan Roberts 2024-09-04 23:15:24 -04:00
  • 94bc1a6867 adding known users column Alan Roberts 2024-09-04 23:10:40 -04:00
  • 959d5a386a further admin instance page adjustments Alan Roberts 2024-09-04 22:45:17 -04:00
  • d0a9d04e0a Adding admin instances page Alan Roberts 2024-09-04 19:45:44 -04:00
  • be58f1ea55 post teaser redesign - thumbnail alignment #148 rimu 2024-09-05 20:41:15 +12:00
  • 5ce7be4086 Merge remote-tracking branch 'origin/main' rimu 2024-09-05 20:10:41 +12:00
  • d70d5c2878 post teaser redesign #148 rimu 2024-09-05 20:10:26 +12:00
  • ef50a844c5 Regex fix for sub and super script freamon 2024-09-05 07:26:44 +00:00
  • b2457545bf Merge pull request 'Adding application endpoint pointer to nodeinfo response' (#318) from JollyDevelopment/pyfedi:jollydev/add-nodeinfo-response-that-points-to-application-endpoint into main rimu 2024-09-04 22:57:19 +00:00
  • 17c5c8cf67 Merge pull request 'Adding https url search for add-remote communities' (#317) from JollyDevelopment/pyfedi:jollydev/url-search-for-add-remote-community into main rimu 2024-09-04 22:53:15 +00:00
  • a4d981d431 Backfill: ignore community slug that Lemmy adds as a hashtag freamon 2024-09-04 22:28:08 +00:00
  • 54254b11c2 Backfill: update for recognising image posts freamon 2024-09-04 16:50:51 +00:00
  • 0d30b152cc Backfill: set remote user's indexable status same on first fetch as later refresh freamon 2024-09-04 15:58:13 +00:00
  • 69ad6295a6 Adding application endpoint pointer to nodeinfo response #318 Alan Roberts 2024-09-04 16:30:01 -04:00
  • e5af8398b7 Adding https url search for add-remote communities #317 Alan Roberts 2024-09-04 13:55:23 -04:00
  • 5ecb66988b Possible fix for random posts from 'snac' users not being properly rejected and ending up in a community freamon 2024-09-04 13:33:09 +00:00
  • 541beb791f shadows on form elements and voting buttons too rimu 2024-09-04 19:32:09 +12:00
  • 8c3892709c make buttons line up properly rimu 2024-09-04 09:32:15 +12:00
  • f0e4b9a09b tweaks to card shadow theme rimu 2024-09-04 09:29:58 +12:00
  • 5ea9586c82 sql: join is more efficient than in rimu 2024-09-04 09:14:59 +12:00
  • 9e3f068d25 Merge pull request '[Theme] Card Shadows' (#315) from JollyDevelopment/pyfedi:jollydev/card-theme into main rimu 2024-09-03 21:06:19 +00:00
  • 1aa023c736 Add 'instance software' selection to Search freamon 2024-09-03 16:47:26 +00:00
  • ea3c6b98ba removing .flaskenv from branch #315 Alan Roberts 2024-09-02 16:59:07 -04:00
  • 8c839963a6 adding shadow effect to the button groups and navbar Alan Roberts 2024-09-02 16:57:15 -04:00
  • 51320dab91 comment cleanup Alan Roberts 2024-08-31 14:26:05 -04:00
  • b2416e0d50 more card them tweaks Alan Roberts 2024-08-30 19:14:01 -04:00
  • 6568dea97c sorting the settings and better comments Alan Roberts 2024-08-17 16:52:25 -04:00
  • 7d8abd0b80 inital work on card style Alan Roberts 2024-08-17 16:28:33 -04:00
  • 465790ed41 a slew of new search filters rimu 2024-09-03 18:50:11 +12:00
  • 24c7d6fd55 basic instances page for the public #249 rimu 2024-09-03 12:10:24 +12:00
  • 7230cb7b97 basic instances page for the public #249 rimu 2024-09-03 12:09:06 +12:00
  • 638eac45af show content_retention in communities list rimu 2024-09-03 10:50:48 +12:00
  • 48dfd6aa0b improve peertube handling logic #265 rimu 2024-09-03 10:37:55 +12:00
  • 1d23a2bf57 Revert "don't add paragraph tags around replies" rimu 2024-09-03 10:24:51 +12:00
  • 5f4086ff96 Revert "don't add paragraph tags around replies" rimu 2024-09-03 10:24:46 +12:00
  • a0fe7a58a7 Process ActivityPub post locks and unlocks freamon 2024-09-01 22:42:43 +00:00
  • 38b944c323 Read alt text if provided for incoming image posts #102 freamon 2024-09-01 20:08:33 +01:00
  • d255f676c8 Use 'Image' type in attachment for image posts so alt-text is in same place as Lemmy #102 freamon 2024-09-01 19:14:05 +01:00
  • 1af76320b7 Also use public_url() for User Follower activity freamon 2024-09-01 17:49:46 +01:00
  • 62f90ae772 follow on mastodon - remove lower case from user name rimu 2024-09-01 17:04:10 +12:00
  • ac38f39ef5 display error message when joining is denied due to defederation #312 rimu 2024-08-30 17:43:22 +12:00
  • 11ce66443e display error message when joining is denied due to allowlist rimu 2024-08-30 17:25:37 +12:00
  • b3e2cab577 don't add paragraph tags around replies rimu 2024-08-29 10:37:00 +12:00
  • 51b79df591 don't add paragraph tags around replies rimu 2024-08-29 10:31:55 +12:00
  • dc6cd87a15 reword about page to fix grammer rimu 2024-08-29 09:36:12 +12:00
  • 277b21b8a0 lang attribute for non-english posts rimu 2024-08-28 19:25:05 +12:00
  • 22f21fb4a1 lang attribute for non-english posts rimu 2024-08-28 19:23:33 +12:00
  • da66219ab8 Merge remote-tracking branch 'origin/main' rimu 2024-08-28 19:16:05 +12:00
  • 5a156f35a7 lang attribute for non-english posts rimu 2024-08-28 19:15:49 +12:00
  • a473e9c55c experimenting with LD Signatures rimu 2024-08-27 19:37:47 +12:00
  • 2069ca517e Start using Lemmy's HTML 'content' field through an allowlist instead of translating Markdown freamon 2024-08-25 15:58:38 +00:00
  • b73b6fdcae Bugfix: public_url() in inner object of Updates too to avoid remote verification failures freamon 2024-08-23 21:23:58 +00:00
  • ab0a1816b3 ActivityPub - process ban reversals for local users from remote mods & admins freamon 2024-08-23 14:05:42 +00:00
  • 79ab687b5b ActivityPub - Bans for local users from remote mods & admins freamon 2024-08-23 08:47:19 +00:00
  • 6cf546facb only run 4chan filter in low quality communities rimu 2024-08-23 12:28:10 +12:00
  • 75e0231bd9 remove moment.js file rimu 2024-08-23 11:17:45 +12:00
  • 40ffefe9b6 Merge remote-tracking branch 'origin/main' rimu 2024-08-23 11:15:02 +12:00
  • 9bad635805 remove moment.js to decrease carbon usage rimu 2024-08-23 11:14:47 +12:00
  • 7fd83c4a11 Remove remote subscribers to a local community if remote instance states that there is none freamon 2024-08-21 18:34:21 +00:00
  • 12f488bfc1 Ignore it when flaky instances provide a HTML instead of JSON response freamon 2024-08-21 15:27:47 +00:00
  • 123536b006 Fix typo freamon 2024-08-21 13:51:13 +00:00
  • 20a818de00 A couple more for - Don't send subscription activity to communities on dead instances freamon 2024-08-21 13:50:11 +00:00
  • 5a02eb9ba0 typo rimu 2024-08-21 16:35:10 +12:00
  • 4177292320 Bugfix for community edit form changing default_layout from None to '' and making the selection buttons disappear freamon 2024-08-20 22:45:26 +00:00
  • 1907c009b3 Also for settings import - Don't send subscription activity to communities on dead instances freamon 2024-08-20 21:39:53 +00:00
  • 96cc0704e0 Don't send subscription activity to communities on dead instances freamon 2024-08-20 20:32:16 +00:00
  • 3ff54c54da Actor for undo section of undo/vote was missing Alt username logic freamon 2024-08-20 01:33:33 +00:00
  • 0d8058229c Remove a couple of unnecessary db.session calls freamon 2024-08-19 23:50:53 +00:00
  • 43e2d59025 Don't overwrite activity_log.result from value set in undo_vote() freamon 2024-08-19 23:49:24 +00:00
  • 87d932c655 Return local user via their Alt in find_actor_or_create freamon 2024-08-19 23:44:58 +00:00
  • 336a47fdd2 random published date to avoid cake day associations rimu 2024-08-20 09:08:45 +12:00
  • 918b6eb742 Merge remote-tracking branch 'origin/main' rimu 2024-08-20 08:55:18 +12:00