Commit graph

  • 81c7f05e74 stop alt text on 404d thumbnail images from overflowing rimu 2024-11-22 08:33:56 +1300
  • c9c09329b7 merge duplicate communities #348 rimu 2024-11-19 19:01:21 +1300
  • 973a0c3110 merge duplicate communities #348 rimu 2024-11-19 19:00:36 +1300
  • f9d8ac555a Merge remote-tracking branch 'origin/main' rimu 2024-11-19 18:54:45 +1300
  • a5656c3318 merge duplicate communities #348 rimu 2024-11-19 18:54:33 +1300
  • eb7095af56 apf part 08: process requests from users who want to delete their own account freamon 2024-11-18 19:28:37 +0000
  • 7e87308663 apf part 07: verify LD signature if HTTP signature fails freamon 2024-11-18 18:44:28 +0000
  • 479bbe4dcc apf part 06: reject any ActivityPub activity from a local actor freamon 2024-11-18 17:47:26 +0000
  • 20f17000f5 apf part 05: ignore self-deletes from users that do not exist here freamon 2024-11-18 17:28:41 +0000
  • e57ca1428e apf part 04: ignore unutilised PeerTube activity freamon 2024-11-18 17:18:09 +0000
  • 97af03d3cf apf part 03: reject unneccessary retries freamon 2024-11-18 17:16:46 +0000
  • cddd102a3d apf part 02: reject bad JSONs freamon 2024-11-18 16:53:32 +0000
  • fe7791bf4d apf part 01: add log_incoming_ap function freamon 2024-11-18 15:56:47 +0000
  • 5e422131ad Prefer image in attachment for image posts #350 freamon 2024-11-17 22:14:39 +0000
  • 24508a350c support activitypub discovery using Link header and HEAD requests rimu 2024-11-18 10:09:57 +1300
  • 434cf9f922 support activitypub discovery using Link header rimu 2024-11-18 10:04:58 +1300
  • 594b858bd4 Use http instead of https for viewing images if SERVER_NAME is 127.0.0.1 freamon 2024-11-17 19:45:01 +0000
  • 3f9a0a5fea replace the 'static' for images hotlinked to fandom sites with 'vignette' freamon 2024-11-17 18:55:45 +0000
  • 3fb6a9e0bf increase http post timeout to 10 seconds rimu 2024-11-16 21:53:18 +1300
  • d5ae01b456 add index #348 rimu 2024-11-15 16:42:08 +1300
  • 3e0c94c77c tweak sql #348 rimu 2024-11-15 16:06:28 +1300
  • 3ca073779e additional message #348 rimu 2024-11-15 15:51:17 +1300
  • bf9c849467 faster migration #348 rimu 2024-11-15 10:54:21 +1300
  • 05b0cdbbaf tweak migration rimu 2024-11-15 06:13:19 +1300
  • d592581d8d Add podman as a development environment #347 innermeerkat 2024-11-14 17:08:49 +0100
  • ac88be6565 tweak migration rimu 2024-11-15 00:33:57 +1300
  • 14ac953331 domain name note rimu 2024-11-14 21:52:08 +1300
  • 827303c634 tweak migration #348 rimu 2024-11-14 21:40:05 +1300
  • ffd78bfd80 add unique constraint to user.ap_profile_id and clean up old data rimu 2024-11-14 20:16:09 +1300
  • f16b23bcd8 do not mix model objects from different sessions rimu 2024-11-14 16:51:48 +1300
  • c746be51c9 oops, don't close session too soon rimu 2024-11-14 16:43:17 +1300
  • 53e90bb8c1 use separate DB session for common celery tasks to reduce conflicts rimu 2024-11-14 16:28:38 +1300
  • e60eb5b761 update translations rimu 2024-11-11 16:45:55 +1300
  • 0c4e15f2c4 show posts from child topics - rss rimu 2024-11-08 15:27:56 +1300
  • 0b5f515de6 show posts from child topics rimu 2024-11-08 15:09:24 +1300
  • 70bb9ab68f finesse my earlier fix rimu 2024-11-06 14:38:58 +1300
  • 108b3f9422 Merge remote-tracking branch 'origin/main' rimu 2024-11-05 17:10:06 +1300
  • a056a02ac3 avoid invalid post urls rimu 2024-11-05 17:09:48 +1300
  • 95be488cc9 API: use Celery for federation tasks freamon 2024-11-02 23:56:56 +0000
  • eedaddd851 avoid StaleDataError rimu 2024-11-03 10:47:41 +1300
  • 122941b696 local variable 'server' referenced before assignment rimu 2024-11-02 16:39:39 +1300
  • 915e8c779a Avoid StaleDataError exception during user.recalculate_attitude() rimu 2024-11-02 16:34:16 +1300
  • f36135d163 cli: handle invalid version data rimu 2024-11-02 16:20:52 +1300
  • 34a991ef7d don't show post title in breadcrumb rimu 2024-11-02 16:10:52 +1300
  • bd3361ebc6 only show 'retrieve post from original server' on community page, not posts rimu 2024-11-02 16:10:35 +1300
  • 21ae50f6ff post licence - save and display rimu 2024-11-02 16:02:29 +1300
  • 88d28c1464 post licence model and migration rimu 2024-11-02 15:14:31 +1300
  • 2e9720539c Exclude already-discovered communities from admin-preload function freamon 2024-10-31 21:29:17 +0000
  • 830ef632d9 Bugfix: include same language identifiers for top-level and deeper-level post-replies freamon 2024-10-31 16:24:30 +0000
  • aa754cbd45 Use community linked to_delete or to_restore instead of one mentioned in request JSON freamon 2024-10-30 15:04:39 +0000
  • 1611875936 Move cross-post logic out of routes and into util for delete/restore freamon 2024-10-30 14:32:00 +0000
  • bdbd33f513 Remove celery selection functions for delete/restore because decision was already made for calling function freamon 2024-10-30 14:16:56 +0000
  • f4e2dfa691 edit post with hashtags rimu 2024-10-30 09:21:54 +1300
  • bcbb9f83e9 Merge remote-tracking branch 'origin/main' rimu 2024-10-30 09:19:44 +1300
  • ea4df1d2f0 edit post with hashtags rimu 2024-10-30 09:19:32 +1300
  • e2d3f6d23d Exclude blocked instances from linked instances in federated_instances response freamon 2024-10-29 10:33:59 +0000
  • 57191c2c23 API: utilise DB exceptions for return errors freamon 2024-10-27 13:36:17 +0000
  • 308f29ba38 API: support /comment/report freamon 2024-10-27 10:20:38 +0000
  • d738850fc7 Recalc community.post_reply_count after replies are purged as part of a post purge freamon 2024-10-26 04:46:51 +0000
  • 502e6ff0f6 post soft-deletion: add options to restore or purge deleted posts freamon 2024-10-26 03:49:16 +0000
  • 9a033522d1 post soft-deletion: show deleted posts in user profile to provide restoration route freamon 2024-10-25 21:55:19 +0000
  • 0c0b0e4212 post soft-deletion: hide links in user profile replies section that'll likely 404 freamon 2024-10-25 08:31:47 +0000
  • 899bf834cd post soft-deletion: delay calling delete_dependencies until a post is purged, to allow for restoration freamon 2024-10-25 06:17:10 +0000
  • b635dc5ee8 Revert "updated dockerfile" rimu 2024-10-26 16:30:29 +1300
  • d92ef37a68 updated dockerfile rimu 2024-10-26 16:29:15 +1300
  • 4d3b8c36f0 Update app/user/routes.py #343 danterious 2024-10-25 20:35:13 +0000
  • caa38a9510 Code for jaccard similarity filter Daniel 2024-10-25 16:13:30 -0400
  • 8a008e3a8a instance block on instance profile rimu 2024-10-25 13:37:57 +1300
  • de2c5b710a instance block on user profile rimu 2024-10-25 13:14:56 +1300
  • 5b386ec190 show instance name after display name rimu 2024-10-23 21:35:44 +1300
  • 401df0cc58 nodeinfo - open registrations rimu 2024-10-23 16:08:24 +1300
  • 04a68a4298 blocking an instance hides communities too rimu 2024-10-23 13:00:30 +1300
  • 841174619c Merge remote-tracking branch 'origin/main' rimu 2024-10-23 08:37:25 +1300
  • 8a1aa648ae daily maintenance: handle exceptions rimu 2024-10-23 08:37:08 +1300
  • 258dc1b9d7 Bugfix: restore content subscription to own post freamon 2024-10-22 07:54:35 +0000
  • 156c328c6f tidy up calls to obsolete post_ranking rimu 2024-10-22 19:51:37 +1300
  • 2aeac58f5e check instance.nodeinfo_href is not none rimu 2024-10-22 19:48:23 +1300
  • 0274682adc Bugfix: also federate post deletion by post owners #341 freamon 2024-10-21 23:03:53 +0000
  • af3bc4f0dd post-reply soft-deletion: activitypub restorations freamon 2024-10-21 22:17:51 +0000
  • 1a0ad888db post-reply soft-deletion: remote users in local communities freamon 2024-10-21 17:54:20 +0000
  • 0220739d16 post-reply soft-deletion: add info to activitypublog for deletions freamon 2024-10-20 23:22:56 +0000
  • 0495d8a30e Abandoned open instances automatically close registrations after one week #339 rimu 2024-10-21 16:14:34 +1300
  • dfa95e3b12 tidy up profiles - large images rimu 2024-10-21 15:55:55 +1300
  • cbf44ef229 Delete voting data after 6 months rimu 2024-10-21 15:50:11 +1300
  • 384d8077be avoid trying to delete already deleted posts rimu 2024-10-21 10:22:59 +1300
  • 42439fb90a Merge branch 'refactor-post-new' rimu 2024-10-21 09:56:20 +1300
  • 1d77d42946 post-new: do not double count rimu 2024-10-21 09:55:39 +1300
  • 518f165c1f post-new: image posts refactor-post-new rimu 2024-10-20 20:21:30 +1300
  • 2d6d9b960c Merge remote-tracking branch 'origin/main' rimu 2024-10-20 11:54:31 +1300
  • d7b750f9b9 make disable_voting work again - user profiles rimu 2024-10-20 11:23:20 +1300
  • a627de0985 post-reply soft-deletion: also replace content for activitypub retrievals freamon 2024-10-19 21:56:01 +0000
  • 3196c2cb79 post-reply soft-deletion: activitypub fixes freamon 2024-10-19 21:13:36 +0000
  • 148d230527 post-reply soft-deletion: add option to purge a comment freamon 2024-10-19 17:24:48 +0000
  • 5643c19e44 post-reply soft-deletion: add deleted comments to user view, to provide restoration route freamon 2024-10-19 16:09:01 +0000
  • 9ef5aeecb3 post-reply soft-deletion: collapse deleted comments in post view freamon 2024-10-19 16:06:03 +0000
  • 9e80066d2a post-reply soft-deletion: add restore function freamon 2024-10-18 16:12:45 +0000
  • a2fae00936 post-reply soft-deletion: replace content in HTML with 'deleted by author/moderator' freamon 2024-10-18 08:35:32 +0000
  • a2a81e5726 post-reply soft-deletion: don't overwrite content, so it can be restored freamon 2024-10-18 08:33:50 +0000
  • df2dc6e020 post-reply soft-deletion: keep current behaviour by not hard-deleting replies that have their own replies freamon 2024-10-18 08:20:18 +0000
  • 7983105c58 post-reply soft-deletion: comment out uncalled routine freamon 2024-10-17 18:56:06 +0000