]> Untitled Git - lemmy.git/log
lemmy.git
3 years agoSome updates to 0.9.4 release.
Dessalines [Tue, 2 Feb 2021 20:57:45 +0000 (15:57 -0500)]
Some updates to 0.9.4 release.

3 years agoAdding pre-release notes.
Dessalines [Tue, 2 Feb 2021 20:45:02 +0000 (15:45 -0500)]
Adding pre-release notes.

3 years agoVersion 0.9.4
Dessalines [Tue, 2 Feb 2021 20:29:38 +0000 (15:29 -0500)]
Version 0.9.4

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy
Dessalines [Tue, 2 Feb 2021 16:13:31 +0000 (11:13 -0500)]
Merge branch 'main' of https://github.com/lemmynet/lemmy

3 years agoMerge pull request #1406 from LemmyNet/upgrade_deps
Nutomic [Tue, 2 Feb 2021 15:17:11 +0000 (15:17 +0000)]
Merge pull request #1406 from LemmyNet/upgrade_deps

Trying to upgrade lemmys deps.

3 years agoAdding awesome-humane-tech to readme. #1394
Dessalines [Tue, 2 Feb 2021 14:35:56 +0000 (09:35 -0500)]
Adding awesome-humane-tech to readme. #1394

3 years agoMoving back tokio and reqwest.
Dessalines [Tue, 2 Feb 2021 02:54:23 +0000 (21:54 -0500)]
Moving back tokio and reqwest.

3 years agoTrying to upgrade lemmys deps.
Dessalines [Mon, 1 Feb 2021 20:56:37 +0000 (15:56 -0500)]
Trying to upgrade lemmys deps.

3 years agoAdd allowed and blocked instances to the federated_instances response. (#1398)
Dessalines [Mon, 1 Feb 2021 18:11:37 +0000 (13:11 -0500)]
Add allowed and blocked instances to the federated_instances response. (#1398)

- Fixes #1315

3 years agoAdding forum sort for post_aggregates. Fixes #1312 (#1400)
Dessalines [Mon, 1 Feb 2021 16:53:44 +0000 (11:53 -0500)]
Adding forum sort for post_aggregates. Fixes #1312 (#1400)

* Adding forum sort for post_aggregates. Fixes #1312

* Changing sort name from forum to MostComments.

3 years agoMerge pull request #1401 from LemmyNet/non_null_post_view_vote
Dessalines [Mon, 1 Feb 2021 15:43:34 +0000 (10:43 -0500)]
Merge pull request #1401 from LemmyNet/non_null_post_view_vote

Post and comment vote views now return 0 instead of null.

3 years agoMerge pull request #1399 from LemmyNet/dont_let_banned_users_follow
Nutomic [Mon, 1 Feb 2021 12:19:41 +0000 (12:19 +0000)]
Merge pull request #1399 from LemmyNet/dont_let_banned_users_follow

Make sure banned users cant subscribe, and the ban unsubs them. Fixes…

3 years agoMerge pull request #1397 from LemmyNet/parent_comment_check
Nutomic [Mon, 1 Feb 2021 12:13:18 +0000 (12:13 +0000)]
Merge pull request #1397 from LemmyNet/parent_comment_check

Add check for parent comment. Fixes #1390

3 years agoPost and comment vote views now return 0 instead of null.
Dessalines [Sun, 31 Jan 2021 15:29:21 +0000 (10:29 -0500)]
Post and comment vote views now return 0 instead of null.

- Fixes #1389

3 years agoMake sure banned users cant subscribe, and the ban unsubs them. Fixes #1324
Dessalines [Sun, 31 Jan 2021 04:55:14 +0000 (23:55 -0500)]
Make sure banned users cant subscribe, and the ban unsubs them. Fixes #1324

3 years agoAdd check for parent comment. Fixes #1390
Dessalines [Sun, 31 Jan 2021 04:10:16 +0000 (23:10 -0500)]
Add check for parent comment. Fixes #1390

3 years agoAdd readme link to translation instructions for documentation (#1392)
Nutomic [Sat, 30 Jan 2021 17:00:33 +0000 (17:00 +0000)]
Add readme link to translation instructions for documentation (#1392)

* Add readme link to translation instructions for documentation

* Fix contributing link in readme

3 years agorename lemmer to remmel (#1391)
Anton Kuzmin [Sat, 30 Jan 2021 16:51:38 +0000 (19:51 +0300)]
rename lemmer to remmel (#1391)

3 years agoVersion 0.9.3
Dessalines [Fri, 29 Jan 2021 19:25:20 +0000 (14:25 -0500)]
Version 0.9.3

3 years agoNodeinfo devs think halfyear is one word.
Dessalines [Fri, 29 Jan 2021 19:24:10 +0000 (14:24 -0500)]
Nodeinfo devs think halfyear is one word.

3 years agoVersion 0.9.2
Dessalines [Fri, 29 Jan 2021 18:49:43 +0000 (13:49 -0500)]
Version 0.9.2

3 years agoAdding camelCase to node-info users.
Dessalines [Fri, 29 Jan 2021 18:48:59 +0000 (13:48 -0500)]
Adding camelCase to node-info users.

3 years agoVersion 0.9.1
Dessalines [Fri, 29 Jan 2021 16:43:16 +0000 (11:43 -0500)]
Version 0.9.1

3 years agoAdding some recurring lemmy tasks. (#1386)
Dessalines [Fri, 29 Jan 2021 16:38:27 +0000 (11:38 -0500)]
Adding some recurring lemmy tasks. (#1386)

* Adding some recurring lemmy tasks.

- Add active users by day, week, month, and half year to site and
  community. Fixes #1195
- Periodically re-index the aggregates tables that use hot_rank.
  Fixes #1384
- Clear out old activities (> 6 months). Fixes #1133

* Some cleanup, recalculating actives every hour.

3 years agoMerge pull request 'Increase MAX_REQUEST_NUMBER for fetches to 25' (#161) from fetch...
dessalines [Fri, 29 Jan 2021 15:52:23 +0000 (15:52 +0000)]
Merge pull request 'Increase MAX_REQUEST_NUMBER for fetches to 25' (#161) from fetch-limit into main

Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/161

3 years agoIncrease MAX_REQUEST_NUMBER for fetches to 25
Felix Ableitner [Fri, 29 Jan 2021 15:45:28 +0000 (16:45 +0100)]
Increase MAX_REQUEST_NUMBER for fetches to 25

3 years agoMerge remote-tracking branch 'yerba/outbox-activities'
Dessalines [Fri, 29 Jan 2021 14:17:14 +0000 (09:17 -0500)]
Merge remote-tracking branch 'yerba/outbox-activities'

3 years agoServe activities in community outbox (fixes #1216)
Felix Ableitner [Wed, 27 Jan 2021 14:02:28 +0000 (15:02 +0100)]
Serve activities in community outbox (fixes #1216)

3 years agoUse Url type for ap_id fields in database (fixes #1364) (#1371)
Nutomic [Wed, 27 Jan 2021 16:42:23 +0000 (16:42 +0000)]
Use Url type for ap_id fields in database (fixes #1364) (#1371)

3 years agoFixing some readme links. Fixes #1382
Dessalines [Tue, 26 Jan 2021 19:49:15 +0000 (14:49 -0500)]
Fixing some readme links. Fixes #1382

3 years agoUse Url type for ap_id fields in database (fixes #1364)
Felix Ableitner [Mon, 25 Jan 2021 13:33:34 +0000 (14:33 +0100)]
Use Url type for ap_id fields in database (fixes #1364)

3 years agoAdd listing type to list communities (#1380)
Dessalines [Tue, 26 Jan 2021 17:18:01 +0000 (12:18 -0500)]
Add listing type to list communities (#1380)

* Adding listing type to ListCommunities. Fixes #1379

* Upgrading lemmy-js-client.

3 years agoMerge pull request #1381 from LemmyNet/fix_mod_bans_and_adds
Nutomic [Tue, 26 Jan 2021 16:57:49 +0000 (16:57 +0000)]
Merge pull request #1381 from LemmyNet/fix_mod_bans_and_adds

Fixing modlog not showing bans and adds. Fixes #1376

3 years agoFixing modlog not showing bans and adds. Fixes #1376
Dessalines [Tue, 26 Jan 2021 16:45:36 +0000 (11:45 -0500)]
Fixing modlog not showing bans and adds. Fixes #1376

3 years agoUpdating releases.md
Dessalines [Mon, 25 Jan 2021 14:44:33 +0000 (09:44 -0500)]
Updating releases.md

3 years agoFixing release docs location.
Dessalines [Mon, 25 Jan 2021 05:10:27 +0000 (00:10 -0500)]
Fixing release docs location.

3 years agoVersion 0.9.0
Dessalines [Mon, 25 Jan 2021 03:43:52 +0000 (22:43 -0500)]
Version 0.9.0

3 years agoDocker manifest arm amd64 deploy (#1367)
Dessalines [Mon, 25 Jan 2021 03:44:35 +0000 (22:44 -0500)]
Docker manifest arm amd64 deploy (#1367)

* A first try at docker manifest. 1.

* Fixing api version location

* Version 0.9.0-rc.13

* Test docker.

* Test docker 2.

* Test docker 3.

* Test docker 4.

* Test docker 5.

* Test docker 6.

* Test docker 7.

* Test docker 8.

* Test docker 9.

* Test docker 10.

* Test docker 11.

* Test docker 12.

* Version 0.9.0-rc.14

* Test docker 13.

* Test docker 14.

* Version 0.9.0-rc.15

* Test docker 15.

* Version 0.9.0-rc.16

* Test docker 16.

* Version 0.9.0-rc.17

3 years agoAdding 0.9.0 Release notes.
Dessalines [Mon, 25 Jan 2021 03:40:39 +0000 (22:40 -0500)]
Adding 0.9.0 Release notes.

3 years agoUpdating docs locations.
Dessalines [Sat, 23 Jan 2021 19:56:41 +0000 (14:56 -0500)]
Updating docs locations.

3 years agoMerge branch 'uuttff8-main'
Dessalines [Fri, 22 Jan 2021 18:35:12 +0000 (13:35 -0500)]
Merge branch 'uuttff8-main'

3 years agoUpdating to add lemmer.
Dessalines [Fri, 22 Jan 2021 18:34:48 +0000 (13:34 -0500)]
Updating to add lemmer.

3 years agoadd lemmer
Anton Kuzmin [Fri, 22 Jan 2021 18:32:00 +0000 (21:32 +0300)]
add lemmer

3 years agoExplicit error http status codes (#1362)
Dessalines [Thu, 21 Jan 2021 16:32:19 +0000 (11:32 -0500)]
Explicit error http status codes (#1362)

* Trying to type specific errors.

* Using @asonix 's downcast method.

3 years agoMerge pull request 'Move most code into crates/ subfolder' (#159) from crates-folder...
dessalines [Wed, 20 Jan 2021 15:40:03 +0000 (15:40 +0000)]
Merge pull request 'Move most code into crates/ subfolder' (#159) from crates-folder into main

Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/159

3 years agoMove most code into crates/ subfolder
Felix Ableitner [Wed, 20 Jan 2021 15:21:27 +0000 (16:21 +0100)]
Move most code into crates/ subfolder

3 years agoMerge pull request #1328 from LemmyNet/move_views_to_diesel
Dessalines [Wed, 20 Jan 2021 15:01:53 +0000 (10:01 -0500)]
Merge pull request #1328 from LemmyNet/move_views_to_diesel

Move SQL views to diesel

3 years agoVersion 0.9.0-rc.12
Dessalines [Tue, 19 Jan 2021 14:37:26 +0000 (09:37 -0500)]
Version 0.9.0-rc.12

3 years agoMerge pull request #1358 from LemmyNet/v2_api_additions_1
Dessalines [Tue, 19 Jan 2021 14:35:43 +0000 (09:35 -0500)]
Merge pull request #1358 from LemmyNet/v2_api_additions_1

A few API v2 changes based on nutomic's suggestions.

3 years agoA few API v2 changes based on nutomic's suggestions.
Dessalines [Mon, 18 Jan 2021 21:57:31 +0000 (16:57 -0500)]
A few API v2 changes based on nutomic's suggestions.

- Changed `edit_id` s to their type (comment_id)
- Moved websocket actions to their own file in structs and api.
- Got rid of UserViewDangerous, added UserSafeSettings.
  - GetSite now returns UserSafeSettings for `my_user`.
- Got rid of `admin` field in `Register`.

3 years agoRemoving check documentation build from drone, now that's in lemmy-docs.
Dessalines [Mon, 18 Jan 2021 16:08:53 +0000 (11:08 -0500)]
Removing check documentation build from drone, now that's in lemmy-docs.

3 years agoTry arm fix (#1356)
Dessalines [Mon, 18 Jan 2021 13:04:32 +0000 (08:04 -0500)]
Try arm fix (#1356)

* Trying to fix arm build.

* Version 0.9.0-rc.8

* Trying to fix arm build 2.

* Version 0.9.0-rc.9

* Checking time when removing lto.

* Version 0.9.0-rc.10

* Adding back in arm tests.

* Version 0.9.0-rc.11

3 years agoVersion 0.9.0-rc.7
Dessalines [Fri, 15 Jan 2021 18:32:10 +0000 (13:32 -0500)]
Version 0.9.0-rc.7

3 years agoTrying to fix arm build.
Dessalines [Fri, 15 Jan 2021 18:31:10 +0000 (13:31 -0500)]
Trying to fix arm build.

3 years agoVersion 0.9.0-rc.6
Dessalines [Fri, 15 Jan 2021 17:44:34 +0000 (12:44 -0500)]
Version 0.9.0-rc.6

3 years agoMerge pull request #1344 from LemmyNet/remove_travis_and_federation_docker
Dessalines [Fri, 15 Jan 2021 17:40:34 +0000 (12:40 -0500)]
Merge pull request #1344 from LemmyNet/remove_travis_and_federation_docker

Removing docker/federation and docker/travis folders.

3 years agoAdding back in federation docker-compose lemmy-ui writing
Dessalines [Fri, 15 Jan 2021 17:38:44 +0000 (12:38 -0500)]
Adding back in federation docker-compose lemmy-ui writing

3 years agoRemoving tag generation from drone.
Dessalines [Fri, 15 Jan 2021 17:28:49 +0000 (12:28 -0500)]
Removing tag generation from drone.

3 years agoMerge branch 'move_views_to_diesel' into remove_travis_and_federation_docker
Dessalines [Fri, 15 Jan 2021 17:28:21 +0000 (11:28 -0600)]
Merge branch 'move_views_to_diesel' into remove_travis_and_federation_docker

3 years agoMerge pull request #1352 from LemmyNet/ci-on-arm
Dessalines [Fri, 15 Jan 2021 17:10:37 +0000 (12:10 -0500)]
Merge pull request #1352 from LemmyNet/ci-on-arm

Add drone CI for arm

3 years agoMerge pull request #1353 from LemmyNet/move-coc
Dessalines [Fri, 15 Jan 2021 17:09:26 +0000 (12:09 -0500)]
Merge pull request #1353 from LemmyNet/move-coc

Code of conduct moved to documentation

3 years agoMerge pull request #1351 from LemmyNet/shorten-slur-filter
Dessalines [Fri, 15 Jan 2021 17:03:53 +0000 (12:03 -0500)]
Merge pull request #1351 from LemmyNet/shorten-slur-filter

Shorten slur filter to avoid false positives (fixes #535)

3 years agoFixing comment count necro-bump issue.
Dessalines [Fri, 15 Jan 2021 16:58:56 +0000 (11:58 -0500)]
Fixing comment count necro-bump issue.

3 years agoCode of conduct moved to documentation
Felix Ableitner [Fri, 15 Jan 2021 16:49:23 +0000 (17:49 +0100)]
Code of conduct moved to documentation

3 years agoShorten slur filter to avoid false positives (fixes #535)
Felix Ableitner [Tue, 12 Jan 2021 15:32:38 +0000 (16:32 +0100)]
Shorten slur filter to avoid false positives (fixes #535)

3 years agoAdd drone CI for arm
Felix Ableitner [Tue, 22 Dec 2020 12:13:51 +0000 (13:13 +0100)]
Add drone CI for arm

3 years agoFixing a stackoverflow error with url searching.
Dessalines [Fri, 15 Jan 2021 04:56:53 +0000 (23:56 -0500)]
Fixing a stackoverflow error with url searching.

3 years agoMerge branch 'move_views_to_diesel' of https://github.com/lemmynet/lemmy into move_vi...
Dessalines [Fri, 15 Jan 2021 01:16:02 +0000 (19:16 -0600)]
Merge branch 'move_views_to_diesel' of https://github.com/lemmynet/lemmy into move_views_to_diesel

3 years agoEnsure that comments are always delivered to the parent creator (fixes #1325) (#156)
dessalines [Fri, 15 Jan 2021 01:18:18 +0000 (01:18 +0000)]
Ensure that comments are always delivered to the parent creator (fixes #1325) (#156)

Don't send activities to ourselves

Ensure that comments are always delivered to the parent creator (fixes #1325)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/156
Co-Authored-By: dessalines <dessalines@noreply.yerbamate.ml>
Co-Committed-By: dessalines <dessalines@noreply.yerbamate.ml>
3 years agoMerge pull request #1349 from LemmyNet/site_counts_local
Dessalines [Thu, 14 Jan 2021 21:10:26 +0000 (16:10 -0500)]
Merge pull request #1349 from LemmyNet/site_counts_local

Report only local counts in site_view.

3 years agoReport only local counts in site_view.
Dessalines [Thu, 14 Jan 2021 20:22:07 +0000 (15:22 -0500)]
Report only local counts in site_view.

- Move open_registrations under top level.
- Fixes #1340

3 years agoMerge pull request 'Add compilation benchmark, move scripts into subfolder' (#158...
dessalines [Thu, 14 Jan 2021 18:14:09 +0000 (18:14 +0000)]
Merge pull request 'Add compilation benchmark, move scripts into subfolder' (#158) from compilation-benchmark into move_views_to_diesel

Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/158

3 years agoAdd compilation benchmark, move scripts into subfolder
Felix Ableitner [Thu, 14 Jan 2021 16:51:38 +0000 (17:51 +0100)]
Add compilation benchmark, move scripts into subfolder

3 years agoMerge branch 'move_views_to_diesel' into remove_travis_and_federation_docker
Dessalines [Wed, 13 Jan 2021 19:20:21 +0000 (14:20 -0500)]
Merge branch 'move_views_to_diesel' into remove_travis_and_federation_docker

3 years agoRestoring docker-compose and nginx in federation folder.
Dessalines [Wed, 13 Jan 2021 19:18:26 +0000 (14:18 -0500)]
Restoring docker-compose and nginx in federation folder.

3 years agoMerge remote-tracking branch 'yerba/move_views_to_diesel' into move_views_to_diesel
Dessalines [Wed, 13 Jan 2021 18:16:25 +0000 (13:16 -0500)]
Merge remote-tracking branch 'yerba/move_views_to_diesel' into move_views_to_diesel

3 years agoMerge pull request 'Set debug=0 in cargo.toml to speed up builds' (#157) from debug...
dessalines [Wed, 13 Jan 2021 18:17:04 +0000 (18:17 +0000)]
Merge pull request 'Set debug=0 in cargo.toml to speed up builds' (#157) from debug-false into move_views_to_diesel

Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/157

3 years agoSet debug=0 in cargo.toml to speed up builds
Felix Ableitner [Wed, 13 Jan 2021 17:10:21 +0000 (18:10 +0100)]
Set debug=0 in cargo.toml to speed up builds

3 years agoVersion 0.9.0-rc.4
Dessalines [Wed, 13 Jan 2021 17:05:56 +0000 (12:05 -0500)]
Version 0.9.0-rc.4

3 years agoAnother notifs fix.
Dessalines [Wed, 13 Jan 2021 17:04:00 +0000 (12:04 -0500)]
Another notifs fix.

3 years agoUpdating docs.
Dessalines [Wed, 13 Jan 2021 17:03:26 +0000 (12:03 -0500)]
Updating docs.

3 years agoFixing top level replies, and notifs.
Dessalines [Wed, 13 Jan 2021 17:01:42 +0000 (12:01 -0500)]
Fixing top level replies, and notifs.

3 years agoVersion v0.9.0-rc.2
Dessalines [Wed, 13 Jan 2021 00:29:48 +0000 (19:29 -0500)]
Version v0.9.0-rc.2

3 years agoTrying autotag
Dessalines [Wed, 13 Jan 2021 00:26:32 +0000 (19:26 -0500)]
Trying autotag

3 years agoVersion v0.9.0-rc.1
Dessalines [Tue, 12 Jan 2021 23:59:07 +0000 (18:59 -0500)]
Version v0.9.0-rc.1

3 years agoMerge branch 'move_views_to_diesel' into remove_travis_and_federation_docker
Dessalines [Tue, 12 Jan 2021 16:56:24 +0000 (11:56 -0500)]
Merge branch 'move_views_to_diesel' into remove_travis_and_federation_docker

3 years agoMerge remote-tracking branch 'yerba/move_views_to_diesel' into move_views_to_diesel
Dessalines [Tue, 12 Jan 2021 16:12:54 +0000 (11:12 -0500)]
Merge remote-tracking branch 'yerba/move_views_to_diesel' into move_views_to_diesel

3 years agoDeletion on fetch (#1345)
Dessalines [Tue, 12 Jan 2021 16:12:41 +0000 (11:12 -0500)]
Deletion on fetch (#1345)

* Delete local object on fetch when receiving HTTP 410, split fetcher (fixes #1256)

* Removing submodules

* Trying to re-init submodule

* Trying to re-init submodule 2

* Trying to re-init submodule 3

* Logging line.

* Removing submodules

* Adding again.

* Adding again 2.

* Adding again 3.

* Adding again 4.

* Adding again 5.

* Adding again 6.

* Adding again 7.

* Adding again 8.

* Adding again 9.

* Add more clippy lints, remove dbg!() statement

* Adding again 10.

* Adding again 11.

* Adding again 12.

Co-authored-by: Felix Ableitner <me@nutomic.com>
3 years agoMerge pull request 'Include fix for mdbook xss vulnerability' (#155) from mdbook...
dessalines [Tue, 12 Jan 2021 15:57:27 +0000 (15:57 +0000)]
Merge pull request 'Include fix for mdbook xss vulnerability' (#155) from mdbook-xss into move_views_to_diesel

Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/155

3 years agoAdding back start-local-instances.
Dessalines [Tue, 12 Jan 2021 15:42:34 +0000 (10:42 -0500)]
Adding back start-local-instances.

3 years agoRevert "Revert "Removing docker/federation and docker/travis folders.""
Dessalines [Tue, 12 Jan 2021 15:40:38 +0000 (10:40 -0500)]
Revert "Revert "Removing docker/federation and docker/travis folders.""

This reverts commit e483b6b51fdbe70f77c28cf3ef4efe9c7cb6237a.

3 years agoRevert "Removing docker/federation and docker/travis folders."
Dessalines [Tue, 12 Jan 2021 15:39:15 +0000 (10:39 -0500)]
Revert "Removing docker/federation and docker/travis folders."

This reverts commit 689f5c13064f8000e387fafc6d1b1dab3e7b8873.

3 years agoRemoving docker/federation and docker/travis folders.
Dessalines [Tue, 12 Jan 2021 01:41:10 +0000 (20:41 -0500)]
Removing docker/federation and docker/travis folders.

3 years agoInclude fix for mdbook xss vulnerability
Felix Ableitner [Sat, 9 Jan 2021 16:54:31 +0000 (17:54 +0100)]
Include fix for mdbook xss vulnerability

3 years agoAdding stickied to post_aggregates.
Dessalines [Thu, 7 Jan 2021 21:22:17 +0000 (16:22 -0500)]
Adding stickied to post_aggregates.

- Added more indexes to account for sorting by stickied first.
- Changed all order bys in the diesel views to use post_aggregates.

3 years agoFixing some minor websocket things.
Dessalines [Thu, 7 Jan 2021 06:17:42 +0000 (01:17 -0500)]
Fixing some minor websocket things.

3 years agoPrivate message query debugging.
Dessalines [Wed, 6 Jan 2021 21:02:08 +0000 (16:02 -0500)]
Private message query debugging.

3 years agoLogging post query.
Dessalines [Wed, 6 Jan 2021 18:23:05 +0000 (13:23 -0500)]
Logging post query.

3 years agoAdding docs commit.
Dessalines [Wed, 6 Jan 2021 05:49:24 +0000 (00:49 -0500)]
Adding docs commit.

3 years agoTrying to get mdbooks to build.
Dessalines [Wed, 6 Jan 2021 05:34:26 +0000 (00:34 -0500)]
Trying to get mdbooks to build.