]> Untitled Git - lemmy.git/log
lemmy.git
2 years agoFix saved posts and hide read posts issue. Fixes #1839 (#1840)
Dessalines [Thu, 14 Oct 2021 17:03:12 +0000 (13:03 -0400)]
Fix saved posts and hide read posts issue. Fixes #1839 (#1840)

2 years agoDont allow posts to deleted / removed communities. Fixes #1827 (#1828)
Dessalines [Thu, 14 Oct 2021 16:33:19 +0000 (12:33 -0400)]
Dont allow posts to deleted / removed communities. Fixes #1827 (#1828)

* Dont allow posts to deleted / removed communities. Fixes #1827

* Fixing couldnt find community error.

* Adding check in createorupdate post and comment.

* make sure post wasn't deleted or removed.

* Adding a post not deleted or removed check to creatorupdatecomment.

* Using pub(crate)

2 years ago0.13.3 release notes.
Dessalines [Thu, 14 Oct 2021 01:28:04 +0000 (21:28 -0400)]
0.13.3 release notes.

2 years agoUpdate ansible version
Dessalines [Thu, 14 Oct 2021 01:18:55 +0000 (21:18 -0400)]
Update ansible version

2 years agoDont swallow API errors (fixes #1834) (#1837)
Nutomic [Wed, 13 Oct 2021 19:50:21 +0000 (19:50 +0000)]
Dont swallow API errors (fixes #1834) (#1837)

Dont swallow API errors (fixes #1834)

2 years agoFix federation of initial post/comment vote (fixes #1824) (#1835)
Nutomic [Wed, 13 Oct 2021 14:12:41 +0000 (14:12 +0000)]
Fix federation of initial post/comment vote (fixes #1824) (#1835)

2 years agoFix clippy warnings added in nightly (#1833)
Nutomic [Tue, 12 Oct 2021 16:46:26 +0000 (16:46 +0000)]
Fix clippy warnings added in nightly (#1833)

2 years agoAdmins can view all reports. Fixes #1810 (#1825)
Dessalines [Tue, 12 Oct 2021 12:02:16 +0000 (08:02 -0400)]
Admins can view all reports. Fixes #1810 (#1825)

2 years agoAdding a message_id to emails. Fixes #1807 (#1826)
Dessalines [Tue, 12 Oct 2021 11:38:55 +0000 (07:38 -0400)]
Adding a message_id to emails. Fixes #1807 (#1826)

2 years agoGenerate config docs from code (#1786)
Nutomic [Fri, 8 Oct 2021 15:07:24 +0000 (15:07 +0000)]
Generate config docs from code (#1786)

* Generate config docs from code

* update library

* move settings comments from config.hjson to code

* updte doku to 0.10

* update doku

2 years agoTrying a background_jobs fix. #1820 (#1822)
Dessalines [Fri, 8 Oct 2021 14:36:53 +0000 (10:36 -0400)]
Trying a background_jobs fix. #1820 (#1822)

2 years agomark parent as read on reply (#1819)
Luna [Fri, 8 Oct 2021 14:28:32 +0000 (19:58 +0530)]
mark parent as read on reply (#1819)

* mark parent as read on reply

* mark as read only if you are the recipient

* mark mentions as read on reply

2 years agoMove code to apub library (#1795)
Nutomic [Wed, 6 Oct 2021 20:20:05 +0000 (20:20 +0000)]
Move code to apub library (#1795)

* Remove dependency of apub_lib on LemmyContext

* Move ApubObject trait to library

* Reorganize files in apub lib

* Move ActorType, signatures, activity_queue to apub library

2 years agoAdding honeypot to user and post creation. Fixes #1802 (#1803)
Dessalines [Fri, 1 Oct 2021 11:37:39 +0000 (07:37 -0400)]
Adding honeypot to user and post creation. Fixes #1802 (#1803)

2 years agoAdd database host back into config file (#1805)
Nutomic [Thu, 30 Sep 2021 20:45:20 +0000 (20:45 +0000)]
Add database host back into config file (#1805)

2 years agoUpdate releases.md
Dessalines [Thu, 30 Sep 2021 13:17:29 +0000 (09:17 -0400)]
Update releases.md

2 years agoVersion 0.13.0
Dessalines [Wed, 29 Sep 2021 20:16:46 +0000 (16:16 -0400)]
Version 0.13.0

2 years agoAdding a user agent. Fixes #1769 (#1800)
Dessalines [Wed, 29 Sep 2021 20:05:38 +0000 (16:05 -0400)]
Adding a user agent. Fixes #1769 (#1800)

* Adding a user agent. Fixes #1769

* Fix client duplicate creation.

2 years agoUpgrade deps (#1799)
Dessalines [Wed, 29 Sep 2021 18:50:00 +0000 (14:50 -0400)]
Upgrade deps (#1799)

* Upgrade deps

* Fix web::scope

2 years agoAnsible changes (#1781)
Nutomic [Tue, 28 Sep 2021 15:34:18 +0000 (15:34 +0000)]
Ansible changes (#1781)

* Use env var for config location when saving (not default location)

* Consistent variable formatting for easy replacement with sed

* Remove unmaintained lemmy_dev and uninstall playbooks

* Simplify lemmy.hjson for ansible

* cleanup ansible playbook

* add separate playbook for updating lemmy config

* Revert "add separate playbook for updating lemmy config"

This reverts commit 0a970ae1da984791958b01b01d35e64d6f6eb98a.

2 years agoVersion 0.13.0-rc.1
Dessalines [Tue, 28 Sep 2021 14:59:29 +0000 (10:59 -0400)]
Version 0.13.0-rc.1

2 years agoClean up reporting (#1776)
Dessalines [Tue, 28 Sep 2021 10:36:17 +0000 (06:36 -0400)]
Clean up reporting (#1776)

* First untested pass at reporting.

* Adding unit tests for post and comment report views

* Fix clippy

* Adding counts, creator_banned, and unresolved_only

* Adding my_vote to report views

* Fixing unit tests.

2 years agoImplement webmention support (fixes #1395) (#1671)
Nutomic [Mon, 27 Sep 2021 14:49:47 +0000 (14:49 +0000)]
Implement webmention support (fixes #1395) (#1671)

* Implement webmention support (fixes #1395)

* update

* use post url instead of instance or, better error handling

* update webmention

2 years agoMerge branch 'remove_settings_and_secret_singletons_squashed'
Felix Ableitner [Mon, 27 Sep 2021 10:34:41 +0000 (12:34 +0200)]
Merge branch 'remove_settings_and_secret_singletons_squashed'

2 years agoMoving settings and secrets to context.
Dessalines [Wed, 22 Sep 2021 15:57:09 +0000 (11:57 -0400)]
Moving settings and secrets to context.

2 years agoMove jwt secret from config to database (fixes #1728)
Felix Ableitner [Mon, 20 Sep 2021 15:46:34 +0000 (17:46 +0200)]
Move jwt secret from config to database (fixes #1728)

2 years agoRewrite fetcher (#1792)
Nutomic [Sat, 25 Sep 2021 15:44:52 +0000 (15:44 +0000)]
Rewrite fetcher (#1792)

* Use new fetcher implementation for post/comment

* rewrite person fetch to use new fetcher

* rewrite community to use new fetcher

* rename new_fetcher to dereference_object_id

* make ObjectId a newtype

* handle deletion in new fetcher

* rewrite apub object search to be generic

* move upsert() method out of ApubObject trait

* simplify ObjectId::new (and fix clippy)

2 years agoMerge pull request #1785 from LemmyNet/add_cardano_donation_link
Nutomic [Mon, 20 Sep 2021 15:47:43 +0000 (15:47 +0000)]
Merge pull request #1785 from LemmyNet/add_cardano_donation_link

Add cardano donation link

2 years agoMerge pull request #1782 from LemmyNet/password_min_length
Nutomic [Mon, 20 Sep 2021 10:02:30 +0000 (10:02 +0000)]
Merge pull request #1782 from LemmyNet/password_min_length

Set a 10 char minimum password length.

2 years agoFix tests
Dessalines [Sun, 19 Sep 2021 21:20:47 +0000 (17:20 -0400)]
Fix tests

2 years agoAdd cardano donation link
Dessalines [Sun, 19 Sep 2021 20:52:16 +0000 (16:52 -0400)]
Add cardano donation link

2 years agoClean up.
Dessalines [Sat, 18 Sep 2021 23:53:30 +0000 (19:53 -0400)]
Clean up.

2 years agoSet a 10 char minimum password length.
Dessalines [Sat, 18 Sep 2021 23:43:08 +0000 (19:43 -0400)]
Set a 10 char minimum password length.

2 years agoDont pass accept-encoding header to pictrs (ref #1734) (#1738)
Nutomic [Fri, 17 Sep 2021 15:44:20 +0000 (15:44 +0000)]
Dont pass accept-encoding header to pictrs (ref #1734) (#1738)

* Allow image upload in docker/dev/ (replaces #1765)

* Dont pass accept-encoding header to pictrs (ref #1734)

* Fix clippy errors

2 years agoMerge pull request #1775 from LemmyNet/add_pictrs_to_ansible
Nutomic [Mon, 13 Sep 2021 10:02:27 +0000 (10:02 +0000)]
Merge pull request #1775 from LemmyNet/add_pictrs_to_ansible

Add pictrs to ansible.

2 years agoAdd pictrs to ansible.
Dessalines [Wed, 8 Sep 2021 00:11:36 +0000 (20:11 -0400)]
Add pictrs to ansible.

2 years agoAdding 0.12.2 release notes
Dessalines [Mon, 6 Sep 2021 15:33:32 +0000 (11:33 -0400)]
Adding 0.12.2 release notes

2 years agoUpping ansible version
Dessalines [Mon, 6 Sep 2021 15:29:04 +0000 (11:29 -0400)]
Upping ansible version

2 years agoMerge pull request #1770 from LemmyNet/fix/arm_build
Nutomic [Mon, 6 Sep 2021 11:30:40 +0000 (11:30 +0000)]
Merge pull request #1770 from LemmyNet/fix/arm_build

Fix/arm build

2 years agoVersion 0.12.2-rc.1
Dessalines [Sun, 5 Sep 2021 17:59:28 +0000 (13:59 -0400)]
Version 0.12.2-rc.1

2 years agoTry fixing arm build
Dessalines [Sun, 5 Sep 2021 17:56:41 +0000 (13:56 -0400)]
Try fixing arm build

2 years agoUpping ansible version
Dessalines [Sat, 4 Sep 2021 13:50:14 +0000 (09:50 -0400)]
Upping ansible version

2 years agoAdding v0.12.1 release notes.
Dessalines [Sat, 4 Sep 2021 13:33:26 +0000 (09:33 -0400)]
Adding v0.12.1 release notes.

2 years agoFixing some comment websocket issues. (#1768)
Dessalines [Sat, 4 Sep 2021 12:47:41 +0000 (08:47 -0400)]
Fixing some comment websocket issues. (#1768)

- Wasn't correctly getting comment parent user for mark as read. Fixes #1767
- Was using all recipients for simple comment return. Fixes #1766

2 years agoFix upgrade note.
Dessalines [Fri, 3 Sep 2021 14:56:47 +0000 (10:56 -0400)]
Fix upgrade note.

2 years agoAdding v0.12.0 release notes.
Dessalines [Fri, 3 Sep 2021 13:29:11 +0000 (09:29 -0400)]
Adding v0.12.0 release notes.

2 years agoVersion 0.12.0
Dessalines [Fri, 3 Sep 2021 13:23:50 +0000 (09:23 -0400)]
Version 0.12.0

2 years agoUpgrading to lemmy-js-client 0.12.0
Dessalines [Fri, 3 Sep 2021 13:21:24 +0000 (09:21 -0400)]
Upgrading to lemmy-js-client 0.12.0

2 years agoVersion 0.12.0-rc.2
Dessalines [Fri, 3 Sep 2021 12:28:26 +0000 (08:28 -0400)]
Version 0.12.0-rc.2

2 years agoCreate SECURITY.md (#1758)
Dessalines [Thu, 2 Sep 2021 12:09:48 +0000 (08:09 -0400)]
Create SECURITY.md (#1758)

Adding a security.md file.

2 years agoUse more generic docker deps. Fixes #1759 (#1762)
Dessalines [Thu, 2 Sep 2021 11:50:20 +0000 (07:50 -0400)]
Use more generic docker deps. Fixes #1759 (#1762)

* Use more generic docker deps. Fixes #1759

* Don't use slim

2 years agoTrying to fix arm builds. (#1761)
Dessalines [Thu, 2 Sep 2021 11:00:45 +0000 (07:00 -0400)]
Trying to fix arm builds. (#1761)

* Trying to fix arm builds.

* Adding comment

2 years agoFixing docker-compose prod (#1741)
Dessalines [Tue, 31 Aug 2021 14:01:36 +0000 (10:01 -0400)]
Fixing docker-compose prod (#1741)

2 years agoChange public activities to field to array (#1739)
Nutomic [Sat, 28 Aug 2021 01:33:38 +0000 (01:33 +0000)]
Change public activities to field to array (#1739)

2 years agoUpgrading deps (#1735)
Dessalines [Thu, 26 Aug 2021 12:37:10 +0000 (08:37 -0400)]
Upgrading deps (#1735)

2 years agoReindex tables non-concurrently on startup. Fixes #1726 . #1723 (#1736)
Dessalines [Thu, 26 Aug 2021 11:49:16 +0000 (07:49 -0400)]
Reindex tables non-concurrently on startup. Fixes #1726 . #1723 (#1736)

2 years agoVersion 0.12.0-rc.1
Dessalines [Wed, 25 Aug 2021 21:28:42 +0000 (17:28 -0400)]
Version 0.12.0-rc.1

2 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy
Dessalines [Wed, 25 Aug 2021 21:26:28 +0000 (17:26 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy

2 years agoFix prod deploy script and clippy (#1724)
Dessalines [Wed, 25 Aug 2021 21:26:10 +0000 (17:26 -0400)]
Fix prod deploy script and clippy (#1724)

* Updating lemmy-js-client.

* Fix prod deploy script and clippy

* Try using buster.

* Using more generic and updated images.

* again.

* again.

* Try alternate env

* again.

* again.

* Version 0.11.4-rc.24

* again.

* Better old_tag

* Version 0.11.4-rc.27

* Updating cargo.lock

* Trying to run a cargo check to update the lock

* Version 0.11.4-rc.28

2 years agoUpdating lemmy-js-client.
Dessalines [Wed, 25 Aug 2021 17:00:39 +0000 (13:00 -0400)]
Updating lemmy-js-client.

2 years agoFix image uploads. Fixes #1725 (#1734)
Dessalines [Wed, 25 Aug 2021 16:33:45 +0000 (12:33 -0400)]
Fix image uploads. Fixes #1725 (#1734)

* Fix image uploads. Fixes #1725

* Adding comment on awc dep.

2 years agoMerge pull request #1666 from LemmyNet/resolve-endpoint
Nutomic [Mon, 23 Aug 2021 17:06:51 +0000 (17:06 +0000)]
Merge pull request #1666 from LemmyNet/resolve-endpoint

Move resolving of activitypub objects to separate api endpoint

2 years agoFixing ResolveObject API and unit tests (#1713)
Dessalines [Mon, 23 Aug 2021 15:25:39 +0000 (11:25 -0400)]
Fixing ResolveObject API and unit tests (#1713)

2 years agoAdding more site setup vars. Fixes #678 (#1718)
Dessalines [Mon, 23 Aug 2021 09:44:10 +0000 (05:44 -0400)]
Adding more site setup vars. Fixes #678 (#1718)

3 years agoDont append ? to url when cleaning it (#1716)
Nutomic [Sat, 21 Aug 2021 13:36:33 +0000 (13:36 +0000)]
Dont append ? to url when cleaning it (#1716)

3 years agoMove resolving of activitypub objects to separate api endpoint (fixes #1584)
Felix Ableitner [Tue, 20 Jul 2021 07:00:20 +0000 (09:00 +0200)]
Move resolving of activitypub objects to separate api endpoint (fixes #1584)

3 years agoRewrite remaining activities (#1712)
Nutomic [Thu, 19 Aug 2021 21:24:33 +0000 (21:24 +0000)]
Rewrite remaining activities (#1712)

* Limit type/method visibility in apub code

* Simplify db_queries traits by removing generics

* Simplify delete activity implementation

* Rewrite delete activities

* Implement helper functions for websocket message sending

* When receiving delete reason as empty string, change to none

* Rewrite remaining activities

* Simplify inbox

* Remove struct ActivityCommonFields, derive ActivityFields trait instead

* Community should announce received activities to followers

3 years agoUser / community blocking. Fixes #426 (#1604)
Dessalines [Thu, 19 Aug 2021 20:54:15 +0000 (16:54 -0400)]
User / community blocking. Fixes #426 (#1604)

* A first pass at user / community blocking. #426

* Adding unit tests for person and community block.

* Moving migration

* Fixing creator_blocked for comment queries, added tests.

* Don't let a person block themselves

* Fix post creator_blocked

* Adding creator_blocked to PersonMentionView

* Moving blocked and follows to MyUserInfo

* Rename to local_user_view

* Add moderates to MyUserInfo

* Adding BlockCommunityResponse

* Fixing name, and check_person_block

* Fixing tests.

* Using type in Blockable trait.

* Changing recipient to target, adding unfollow to block action.

3 years agoSwap out iframely (#1706)
Dessalines [Thu, 19 Aug 2021 14:12:49 +0000 (10:12 -0400)]
Swap out iframely (#1706)

* Replace Iframely. Fixes #1681

* Add post_link_tags to nginx

* Adding post_link_tags route

* Cleaning up post_link_tags

* Changing PostLink to SiteMetadata, adding it to the API.

* Fixing issue when local has no openssl certs.

* Fixing an issue with pictrs errors

* Revert "Fixing issue when local has no openssl certs."

This reverts commit dbf7d1b1ee03846e5ef7b7156e618424f1150e1d.

* Add ca-certs to dockerfile for volume mount.

* Cleaning up fetch_pictrs request

* Changing to fetch_site_data

3 years agoMerge pull request #1710 from LemmyNet/mod_transfer_community
Nutomic [Wed, 18 Aug 2021 22:01:09 +0000 (22:01 +0000)]
Merge pull request #1710 from LemmyNet/mod_transfer_community

Adding ModTransferCommunity to modlog in API. Fixes #1437

3 years agoMerge pull request #1709 from LemmyNet/upgrade_deps_6
Nutomic [Wed, 18 Aug 2021 11:46:11 +0000 (11:46 +0000)]
Merge pull request #1709 from LemmyNet/upgrade_deps_6

Upgrading deps

3 years agoAdding script to upgrade deps, and check for unused ones.
Dessalines [Tue, 17 Aug 2021 23:16:20 +0000 (19:16 -0400)]
Adding script to upgrade deps, and check for unused ones.

3 years agoAdding ModTransferCommunity to modlog in API. Fixes #1437
Dessalines [Tue, 17 Aug 2021 21:52:28 +0000 (17:52 -0400)]
Adding ModTransferCommunity to modlog in API. Fixes #1437

3 years agoUpgrading deps
Dessalines [Tue, 17 Aug 2021 20:31:16 +0000 (16:31 -0400)]
Upgrading deps

3 years agoRewrite delete activities (#1699)
Nutomic [Tue, 17 Aug 2021 18:04:58 +0000 (18:04 +0000)]
Rewrite delete activities (#1699)

* Limit type/method visibility in apub code

* Simplify db_queries traits by removing generics

* Simplify delete activity implementation

* Rewrite delete activities

* Implement helper functions for websocket message sending

* When receiving delete reason as empty string, change to none

3 years agoMake sure bots aren't included in aggregate counts (#1705)
Dessalines [Mon, 16 Aug 2021 20:52:24 +0000 (16:52 -0400)]
Make sure bots aren't included in aggregate counts (#1705)

- Fixes #1648

3 years agoDon't allow deleted users to do actions. Fixes #1656 (#1704)
Dessalines [Mon, 16 Aug 2021 20:51:08 +0000 (16:51 -0400)]
Don't allow deleted users to do actions. Fixes #1656 (#1704)

3 years agoMerge pull request #1703 from shilangyu/patch-1
Dessalines [Sun, 15 Aug 2021 22:19:23 +0000 (18:19 -0400)]
Merge pull request #1703 from shilangyu/patch-1

Update lemmy_api_client status in README

3 years agoUpdate lemmy_api_client status
Marcin Wojnarowski [Sun, 15 Aug 2021 20:37:37 +0000 (22:37 +0200)]
Update lemmy_api_client status

3 years agoWhen banning a user, remove communities they've created (#1700)
Dessalines [Fri, 13 Aug 2021 17:39:56 +0000 (13:39 -0400)]
When banning a user, remove communities they've created (#1700)

- Fixes #1659

3 years agoRewrite activitypub following, person, community, pm (#1692)
Nutomic [Thu, 12 Aug 2021 12:48:09 +0000 (12:48 +0000)]
Rewrite activitypub following, person, community, pm (#1692)

* Rewrite following activities

* Rewrite person apub

* Rewrite community apub

* Rewrite private message activity sending

3 years agoMerge pull request #1674 from LemmyNet/crates-io
Dessalines [Wed, 11 Aug 2021 19:16:42 +0000 (15:16 -0400)]
Merge pull request #1674 from LemmyNet/crates-io

Distribute Lemmy via crates.io

3 years agopublish to crates.io with normal release script
Felix Ableitner [Mon, 9 Aug 2021 15:37:06 +0000 (17:37 +0200)]
publish to crates.io with normal release script

3 years agoDistribute Lemmy via crates.io
Felix Ableitner [Sat, 24 Jul 2021 09:55:56 +0000 (11:55 +0200)]
Distribute Lemmy via crates.io

3 years agoMerge pull request #1690 from LemmyNet/comment-reply-migration
Dessalines [Thu, 5 Aug 2021 15:19:33 +0000 (11:19 -0400)]
Merge pull request #1690 from LemmyNet/comment-reply-migration

Migrate comment inReplyTo field to single value (ref #1454)

3 years agoMigrate comment inReplyTo field to single value (ref #1454)
Felix Ableitner [Thu, 5 Aug 2021 11:00:29 +0000 (13:00 +0200)]
Migrate comment inReplyTo field to single value (ref #1454)

3 years agoSimplify config using macros (#1686)
Dessalines [Wed, 4 Aug 2021 21:13:51 +0000 (17:13 -0400)]
Simplify config using macros (#1686)

Co-authored-by: Felix Ableitner <me@nutomic.com>
3 years agoRewrite voting (#1685)
Nutomic [Mon, 2 Aug 2021 20:33:40 +0000 (20:33 +0000)]
Rewrite voting (#1685)

* Merge like/dislike activity handlers into vote

* Rewrite vote sending code

* Remove old send_create, send_update functions

3 years agoMerge pull request #1677 from LemmyNet/remove-fat-deps
Dessalines [Mon, 2 Aug 2021 20:21:33 +0000 (16:21 -0400)]
Merge pull request #1677 from LemmyNet/remove-fat-deps

Remove brotli, zstd dependencies

3 years agoMerge pull request #1683 from LemmyNet/fix/comment_count_trigger_issues
Nutomic [Mon, 2 Aug 2021 12:08:15 +0000 (12:08 +0000)]
Merge pull request #1683 from LemmyNet/fix/comment_count_trigger_issues

Some comment count fixes.

3 years agoRemove brotli, zstd dependencies
Felix Ableitner [Wed, 28 Jul 2021 08:35:52 +0000 (10:35 +0200)]
Remove brotli, zstd dependencies

3 years agoSome comment count fixes.
Dessalines [Mon, 2 Aug 2021 01:07:45 +0000 (21:07 -0400)]
Some comment count fixes.

- Make sure an update to deleted decreases the count. Fixes #1676
- Don't allow the post creator to comment necro-bump their own post.
  Fixes #1675

3 years agoMerge pull request #1682 from LemmyNet/rewrite-comment
Dessalines [Mon, 2 Aug 2021 00:02:13 +0000 (20:02 -0400)]
Merge pull request #1682 from LemmyNet/rewrite-comment

Rewrite comment

3 years agoRewrite private message apub and merge create/update
Felix Ableitner [Sat, 31 Jul 2021 20:58:11 +0000 (22:58 +0200)]
Rewrite private message apub and merge create/update

3 years agoMerge logic for post create and update
Felix Ableitner [Sat, 31 Jul 2021 17:26:17 +0000 (19:26 +0200)]
Merge logic for post create and update

3 years agoMerge logic for comment create and update
Felix Ableitner [Sat, 31 Jul 2021 15:09:43 +0000 (17:09 +0200)]
Merge logic for comment create and update

3 years agoRewrite apub comment (de)serialization using structs (ref #1657)
Felix Ableitner [Sat, 31 Jul 2021 14:57:37 +0000 (16:57 +0200)]
Rewrite apub comment (de)serialization using structs (ref #1657)

3 years agoMerge pull request #1678 from LemmyNet/rewrite-post
Nutomic [Sat, 31 Jul 2021 07:10:56 +0000 (07:10 +0000)]
Merge pull request #1678 from LemmyNet/rewrite-post

Rewrite apub post (de)serialization using structs (ref #1657)

3 years agoFix changelog links
Dessalines [Fri, 30 Jul 2021 22:59:22 +0000 (18:59 -0400)]
Fix changelog links

3 years agoAdd docs for MediaType, PublicUrl values
Felix Ableitner [Fri, 30 Jul 2021 14:35:32 +0000 (16:35 +0200)]
Add docs for MediaType, PublicUrl values