]> Untitled Git - lemmy.git/log
lemmy.git
3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Wed, 16 Dec 2020 19:01:16 +0000 (14:01 -0500)]
Merge branch 'main' into move_views_to_diesel

3 years agoGetting rid of terrible boxedjoin types.
Dessalines [Wed, 16 Dec 2020 18:59:43 +0000 (13:59 -0500)]
Getting rid of terrible boxedjoin types.

3 years agoHandle long activitystreams header in nginx config (ref #1322)
Felix Ableitner [Wed, 16 Dec 2020 17:24:14 +0000 (18:24 +0100)]
Handle long activitystreams header in nginx config (ref #1322)

3 years agoRemoving old user_mention_view.
Dessalines [Wed, 16 Dec 2020 16:09:21 +0000 (11:09 -0500)]
Removing old user_mention_view.

3 years agoadd on_conflict clauses to common unique constraint failures (#1264)
eiknat [Wed, 16 Dec 2020 14:42:57 +0000 (09:42 -0500)]
add on_conflict clauses to common unique constraint failures (#1264)

* add on_conflict clauses to common unique constraint failures

* user mention: change create conflict to do_update

3 years agoAdd docs for creating custom lemmy frontend (#1319)
Nutomic [Wed, 16 Dec 2020 14:03:21 +0000 (14:03 +0000)]
Add docs for creating custom lemmy frontend (#1319)

3 years agoRemoving old comment_view.
Dessalines [Tue, 15 Dec 2020 19:39:18 +0000 (14:39 -0500)]
Removing old comment_view.

3 years agoBeginning to add new comment_view.
Dessalines [Tue, 15 Dec 2020 15:28:25 +0000 (10:28 -0500)]
Beginning to add new comment_view.

3 years agoAdd IP forwarding headers to nginx config (fixes #1318)
Felix Ableitner [Tue, 15 Dec 2020 14:01:37 +0000 (15:01 +0100)]
Add IP forwarding headers to nginx config (fixes #1318)

3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Sun, 13 Dec 2020 17:07:11 +0000 (12:07 -0500)]
Merge branch 'main' into move_views_to_diesel

3 years agoRe-organizing source tables into a different folder.
Dessalines [Sun, 13 Dec 2020 17:04:42 +0000 (12:04 -0500)]
Re-organizing source tables into a different folder.

3 years agoAdding tests for post aggregates.
Dessalines [Fri, 11 Dec 2020 18:07:27 +0000 (13:07 -0500)]
Adding tests for post aggregates.

3 years agoRemoving old postview.
Dessalines [Fri, 11 Dec 2020 15:27:33 +0000 (10:27 -0500)]
Removing old postview.

3 years agoAdding a viewtovec trait.
Dessalines [Fri, 11 Dec 2020 01:39:42 +0000 (20:39 -0500)]
Adding a viewtovec trait.

3 years agoStarting to add post_view.
Dessalines [Thu, 10 Dec 2020 20:53:49 +0000 (15:53 -0500)]
Starting to add post_view.

3 years agoAdding tests for current aggregates.
Dessalines [Wed, 9 Dec 2020 16:52:10 +0000 (11:52 -0500)]
Adding tests for current aggregates.

3 years agoMinor grammar change in docs
Felix Ableitner [Wed, 9 Dec 2020 11:34:50 +0000 (12:34 +0100)]
Minor grammar change in docs

3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Tue, 8 Dec 2020 18:31:25 +0000 (13:31 -0500)]
Merge branch 'main' into move_views_to_diesel

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Tue, 8 Dec 2020 18:31:09 +0000 (13:31 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMerge pull request 'Some more minor docs changes' (#149) from more-docs into main
dessalines [Tue, 8 Dec 2020 18:31:45 +0000 (18:31 +0000)]
Merge pull request 'Some more minor docs changes' (#149) from more-docs into main

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

3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Tue, 8 Dec 2020 18:17:55 +0000 (13:17 -0500)]
Merge branch 'main' into move_views_to_diesel

3 years agoSome more minor docs changes
Felix Ableitner [Tue, 8 Dec 2020 18:09:11 +0000 (19:09 +0100)]
Some more minor docs changes

3 years agoRemove logging to find bug (yerbamate.ml/LemmyNet/lemmy/pulls/146)
Felix Ableitner [Mon, 7 Dec 2020 12:40:39 +0000 (13:40 +0100)]
Remove logging to find bug (yerbamate.ml/LemmyNet/lemmy/pulls/146)

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Tue, 8 Dec 2020 17:38:21 +0000 (12:38 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoApub local object handling (#1297)
Nutomic [Tue, 8 Dec 2020 17:38:48 +0000 (17:38 +0000)]
Apub local object handling (#1297)

* Limit visibility of some traits and methods

* WIP: alternative way to handle non-local object parsing

* finish this

* cleanup

* Move check for locked post into Comment::from_apub()

* Mark user as updated after fetching

* Should set last_refreshed_at, not updated

* Add ApubObject trait in DB, with method read_from_apub_id()

* Create shared, generic implementation for `FromApub`, prefer local data

* Check for community ban when parsing post/comment (fixes #1287)

* Fix tests (changes in get_object_from_apub() prevented `Update` from working)

* Support parsing `like.object` either as URL or object

* Send out like.object as URL, instead of full object (fixes #1283)

* add todo

3 years agoMerge pull request 'Rewrite federation docs' (#145) from federation-docs into main
dessalines [Tue, 8 Dec 2020 17:36:37 +0000 (17:36 +0000)]
Merge pull request 'Rewrite federation docs' (#145) from federation-docs into main

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

3 years agoRewrite federation docs
Felix Ableitner [Sun, 29 Nov 2020 12:09:14 +0000 (13:09 +0100)]
Rewrite federation docs

3 years agoMerge remote-tracking branch 'origin/main' into move_views_to_diesel
Dessalines [Mon, 7 Dec 2020 21:22:09 +0000 (16:22 -0500)]
Merge remote-tracking branch 'origin/main' into move_views_to_diesel

3 years agoAdding user aggregates tests.
Dessalines [Mon, 7 Dec 2020 20:58:53 +0000 (15:58 -0500)]
Adding user aggregates tests.

3 years agoMerge pull request #1311 from r0qstr/patch-1
Nutomic [Mon, 7 Dec 2020 12:17:15 +0000 (12:17 +0000)]
Merge pull request #1311 from r0qstr/patch-1

Update lemmy_council.md

3 years agoAdding site aggregates unit test.
Dessalines [Mon, 7 Dec 2020 03:17:52 +0000 (22:17 -0500)]
Adding site aggregates unit test.

3 years agoAdding hot rank function, possibly fixing views.
Dessalines [Sun, 6 Dec 2020 21:44:36 +0000 (16:44 -0500)]
Adding hot rank function, possibly fixing views.

3 years agoRemoving old communityviews
Dessalines [Sun, 6 Dec 2020 14:12:51 +0000 (09:12 -0500)]
Removing old communityviews

3 years agoAdding other community views.
Dessalines [Sun, 6 Dec 2020 04:37:16 +0000 (23:37 -0500)]
Adding other community views.

3 years agoCommunity view halfway done.
Dessalines [Sun, 6 Dec 2020 03:49:15 +0000 (22:49 -0500)]
Community view halfway done.

3 years agoUpdate lemmy_council.md
r0qstr [Sat, 5 Dec 2020 20:02:19 +0000 (21:02 +0100)]
Update lemmy_council.md

added myself as a council member

3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Sat, 5 Dec 2020 14:10:25 +0000 (08:10 -0600)]
Merge branch 'main' into move_views_to_diesel

3 years agoUserview safe updated.
Dessalines [Sat, 5 Dec 2020 04:18:30 +0000 (23:18 -0500)]
Userview safe updated.

3 years agoStarting to work on community view, 2
Dessalines [Fri, 4 Dec 2020 21:35:46 +0000 (16:35 -0500)]
Starting to work on community view, 2

3 years agoMerge pull request #1308 from LemmyNet/update_cargo_deps
Dessalines [Fri, 4 Dec 2020 18:07:43 +0000 (13:07 -0500)]
Merge pull request #1308 from LemmyNet/update_cargo_deps

Updating cargo deps, fixing image if_some deprecation.

3 years agoStarting to work on community view
Dessalines [Fri, 4 Dec 2020 16:29:44 +0000 (11:29 -0500)]
Starting to work on community view

3 years agoUpdating cargo deps, fixing image if_some deprecation.
Dessalines [Fri, 4 Dec 2020 14:00:15 +0000 (09:00 -0500)]
Updating cargo deps, fixing image if_some deprecation.

3 years agoRemoving old user_view.
Dessalines [Fri, 4 Dec 2020 00:47:58 +0000 (19:47 -0500)]
Removing old user_view.

3 years agoMore user aggregates.
Dessalines [Thu, 3 Dec 2020 18:39:56 +0000 (13:39 -0500)]
More user aggregates.

3 years agoFinishing up user aggregates.
Dessalines [Thu, 3 Dec 2020 15:18:17 +0000 (10:18 -0500)]
Finishing up user aggregates.

3 years agoMerge branch 'main' into move_views_to_diesel
Dessalines [Thu, 3 Dec 2020 14:34:45 +0000 (09:34 -0500)]
Merge branch 'main' into move_views_to_diesel

3 years agoVersion v0.8.10
Dessalines [Thu, 3 Dec 2020 14:28:58 +0000 (08:28 -0600)]
Version v0.8.10

3 years agoStarting to work on user aggs.
Dessalines [Thu, 3 Dec 2020 14:27:22 +0000 (08:27 -0600)]
Starting to work on user aggs.

3 years agoMerge pull request #1304 from LemmyNet/fix_community_local_filter
Nutomic [Thu, 3 Dec 2020 11:55:16 +0000 (11:55 +0000)]
Merge pull request #1304 from LemmyNet/fix_community_local_filter

Fixing community local filter. #1302

3 years agoAdding SiteAggregates.
Dessalines [Thu, 3 Dec 2020 03:39:31 +0000 (22:39 -0500)]
Adding SiteAggregates.

3 years agoFixing community local filter. #1302
Dessalines [Wed, 2 Dec 2020 21:04:13 +0000 (16:04 -0500)]
Fixing community local filter. #1302

3 years agoStarting on siteview.
Dessalines [Wed, 2 Dec 2020 19:32:47 +0000 (13:32 -0600)]
Starting on siteview.

3 years agoMerge pull request #1300 from Tafiti/patch-1
Nutomic [Wed, 2 Dec 2020 12:55:46 +0000 (12:55 +0000)]
Merge pull request #1300 from Tafiti/patch-1

Added council member

3 years agoAdded a council member.
Tafiti [Tue, 1 Dec 2020 23:22:17 +0000 (18:22 -0500)]
Added a council member.

3 years agotypo
Tafiti [Tue, 1 Dec 2020 23:18:47 +0000 (18:18 -0500)]
typo

3 years agoVersion v0.8.9
Dessalines [Tue, 1 Dec 2020 18:54:44 +0000 (12:54 -0600)]
Version v0.8.9

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Tue, 1 Dec 2020 18:29:51 +0000 (13:29 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoAdd check to make sure that inbox doesnt receive local activities (ref #1283) (#147)
nutomic [Tue, 1 Dec 2020 18:30:15 +0000 (18:30 +0000)]
Add check to make sure that inbox doesnt receive local activities (ref #1283) (#147)

Fixed comparison

Add check to make sure that inbox doesnt receive local activities (ref #1283)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/147

3 years agoFix post ranking docs in about guide. Fixes #1294 (#1295)
Dessalines [Tue, 1 Dec 2020 17:54:37 +0000 (12:54 -0500)]
Fix post ranking docs in about guide. Fixes #1294 (#1295)

* Fix post ranking docs in about guide. Fixes #1294

* Shortening lines to refer to not just posts.

* Fixing top line.

3 years agoMaking sure image uploads have jwt cookie. Fixes #1291 (#1299)
Dessalines [Tue, 1 Dec 2020 17:48:39 +0000 (12:48 -0500)]
Making sure image uploads have jwt cookie. Fixes #1291 (#1299)

3 years agoMerge branch 'patch-1' of https://github.com/Whayme/lemmy into Whayme-patch-1
Dessalines [Tue, 1 Dec 2020 17:32:27 +0000 (11:32 -0600)]
Merge branch 'patch-1' of https://github.com/Whayme/lemmy into Whayme-patch-1

3 years agoUpdate lemmy_council.md (#1290)
Porrumentzio [Tue, 1 Dec 2020 16:25:04 +0000 (17:25 +0100)]
Update lemmy_council.md (#1290)

Removed line saying that council members are administrators on official instances, as it is unclear that currently only https://lemmy.ml is a official instance.

3 years agoReplaced table
Scarlett [Mon, 30 Nov 2020 19:53:08 +0000 (13:53 -0600)]
Replaced table

3 years agoRevert "Short intro explanation, reformatted as a table"
Dessalines [Mon, 30 Nov 2020 19:24:09 +0000 (14:24 -0500)]
Revert "Short intro explanation, reformatted as a table"

This reverts commit 961fc9d0ce1683e79188d42594ad9a59f59b0426.

3 years agoVersion v0.8.8
Dessalines [Mon, 30 Nov 2020 18:56:05 +0000 (12:56 -0600)]
Version v0.8.8

3 years agoMerge pull request 'Add logging to find bug (ref #1283)' (#146) from debug-1283 into...
dessalines [Mon, 30 Nov 2020 18:49:11 +0000 (18:49 +0000)]
Merge pull request 'Add logging to find bug (ref #1283)' (#146) from debug-1283 into main

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

3 years agoRemove `dbg!` to avoid spamming logs
Felix Ableitner [Mon, 30 Nov 2020 17:28:31 +0000 (18:28 +0100)]
Remove `dbg!` to avoid spamming logs

3 years agoAdd logging to find bug (ref #1283)
Felix Ableitner [Mon, 30 Nov 2020 17:24:10 +0000 (18:24 +0100)]
Add logging to find bug (ref #1283)

Also simplify check_object_domain()

3 years agoMerge pull request #1285 from Whayme/patch-1
Dessalines [Sat, 28 Nov 2020 21:16:43 +0000 (16:16 -0500)]
Merge pull request #1285 from Whayme/patch-1

Short intro explanation, reformatted as a table

3 years agoShort intro explanation, reformatted as a table
Scarlett [Sat, 28 Nov 2020 06:29:56 +0000 (00:29 -0600)]
Short intro explanation, reformatted as a table

More explanation from someone who understands the benefits of the log scale would be helpful.

3 years agoBetter account deletion (fixes #730) (#143)
nutomic [Fri, 27 Nov 2020 21:00:18 +0000 (21:00 +0000)]
Better account deletion (fixes #730) (#143)

Also clear bio

Better account deletion (fixes #730)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/143

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Fri, 27 Nov 2020 21:00:15 +0000 (16:00 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Fri, 27 Nov 2020 20:58:22 +0000 (15:58 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMerge pull request 'Set valid context for our extra fields (ref #1220)' (#142) from...
dessalines [Fri, 27 Nov 2020 20:28:52 +0000 (20:28 +0000)]
Merge pull request 'Set valid context for our extra fields (ref #1220)' (#142) from apub-context into main

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

3 years agoAdding a local RSS feed. Fixes #1279 (#1280)
Dessalines [Thu, 26 Nov 2020 17:26:31 +0000 (12:26 -0500)]
Adding a local RSS feed. Fixes #1279 (#1280)

* Adding a local RSS feed. Fixes #1279

* Shorten get_local_feed and get_all_feed functions

* Making the enum params the same.

Co-authored-by: Felix Ableitner <me@nutomic.com>
3 years agoChange references of dev.lemmy.ml to lemmy.ml (#1281)
Dessalines [Thu, 26 Nov 2020 16:47:01 +0000 (11:47 -0500)]
Change references of dev.lemmy.ml to lemmy.ml (#1281)

* Change references of dev.lemmy.ml to lemmy.ml

* Remove the dev.lemmy.ml refs in RELEASES.md

3 years agoMerge branch 'eiknat-feature/add-reporting-backend' into main
Felix Ableitner [Thu, 26 Nov 2020 12:31:25 +0000 (13:31 +0100)]
Merge branch 'eiknat-feature/add-reporting-backend' into main

3 years agoMinor cleanup on reports PR
Felix Ableitner [Thu, 26 Nov 2020 12:28:58 +0000 (13:28 +0100)]
Minor cleanup on reports PR

3 years agoMake changes on `content` field backwards compatible
Felix Ableitner [Wed, 25 Nov 2020 13:07:04 +0000 (14:07 +0100)]
Make changes on `content` field backwards compatible

3 years agoTrying out cargo chef and a travis docker image cache. (#1238)
Dessalines [Mon, 23 Nov 2020 15:59:06 +0000 (10:59 -0500)]
Trying out cargo chef and a travis docker image cache. (#1238)

* Trying out cargo chef and a travis docker image cache.

* trying to change internal target.

* Use latest cargo-chef with --target

* Remove caching for now.

* Adding back in chowns

* Adding back in cache.

* Remove travis caching.

* Switching dev dockerfile to match prod, using cargo-chef and alpine.

* Make travis happy

* Trying a chown rust.

* Caching cargo-chef first.

* Moving the chowns

* Removing many copy commands.

* Go back to rust 1.47.0 due to config-rs breaking.

* Adding the old volume mount version.

* Adding some script comments.

Co-authored-by: Luca Palmieri <lpalmieri@truelayer.com>
3 years agoPopulate `content` with HTML, and `source` with markdown (ref #1220)
Felix Ableitner [Tue, 24 Nov 2020 17:53:43 +0000 (18:53 +0100)]
Populate `content` with HTML, and `source` with markdown (ref #1220)

3 years agoRemove clap dependency
Felix Ableitner [Mon, 23 Nov 2020 17:48:20 +0000 (18:48 +0100)]
Remove clap dependency

3 years agoGenerate valid RSS feed (fixes #1274)
Felix Ableitner [Fri, 20 Nov 2020 14:11:47 +0000 (15:11 +0100)]
Generate valid RSS feed (fixes #1274)

3 years agoAdd TODO about populating user outbox
Felix Ableitner [Thu, 19 Nov 2020 12:50:43 +0000 (13:50 +0100)]
Add TODO about populating user outbox

3 years agoVersion v0.8.7
Dessalines [Wed, 18 Nov 2020 22:18:53 +0000 (16:18 -0600)]
Version v0.8.7

3 years agoVersion v0.8.6
Dessalines [Wed, 18 Nov 2020 19:12:24 +0000 (13:12 -0600)]
Version v0.8.6

3 years agoCreate empty outbox for user (ref #1220)
Felix Ableitner [Wed, 18 Nov 2020 16:04:35 +0000 (17:04 +0100)]
Create empty outbox for user (ref #1220)

3 years agoVersion v0.8.5
Dessalines [Tue, 17 Nov 2020 21:11:58 +0000 (15:11 -0600)]
Version v0.8.5

3 years agoFor community_name API parameters, only search locally (fixes #1271)
Felix Ableitner [Tue, 17 Nov 2020 17:05:25 +0000 (18:05 +0100)]
For community_name API parameters, only search locally (fixes #1271)

3 years agoDont handle activities twice in inbox
Felix Ableitner [Mon, 16 Nov 2020 20:41:47 +0000 (21:41 +0100)]
Dont handle activities twice in inbox

3 years agoReduce visibility of some structs and methods (replaces #1266)
Felix Ableitner [Mon, 16 Nov 2020 15:44:04 +0000 (16:44 +0100)]
Reduce visibility of some structs and methods (replaces #1266)

3 years agoVersion v0.8.4
Dessalines [Thu, 12 Nov 2020 17:54:31 +0000 (11:54 -0600)]
Version v0.8.4

3 years agoAdd user_inbox check that activities are really addressed to local users
Felix Ableitner [Wed, 11 Nov 2020 16:40:45 +0000 (17:40 +0100)]
Add user_inbox check that activities are really addressed to local users

3 years agoMerge pull request 'Populate `content` with HTML, and `source` with markdown (ref...
dessalines [Wed, 25 Nov 2020 19:54:52 +0000 (19:54 +0000)]
Merge pull request 'Populate `content` with HTML, and `source` with markdown (ref #1220)' (#141) from apub-media-type2 into main

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

3 years agoSet valid context for our extra fields (ref #1220)
Felix Ableitner [Wed, 25 Nov 2020 17:44:49 +0000 (18:44 +0100)]
Set valid context for our extra fields (ref #1220)

3 years agoMake changes on `content` field backwards compatible
Felix Ableitner [Wed, 25 Nov 2020 13:07:04 +0000 (14:07 +0100)]
Make changes on `content` field backwards compatible

3 years agoMerge branch 'main' into apub-media-type2
Felix Ableitner [Wed, 25 Nov 2020 12:15:29 +0000 (13:15 +0100)]
Merge branch 'main' into apub-media-type2

3 years agoPopulate `content` with HTML, and `source` with markdown (ref #1220)
Felix Ableitner [Tue, 24 Nov 2020 17:53:43 +0000 (18:53 +0100)]
Populate `content` with HTML, and `source` with markdown (ref #1220)

3 years agoMerge pull request 'Remove clap dependency' (#139) from remove-clap2 into main
dessalines [Mon, 23 Nov 2020 18:01:39 +0000 (18:01 +0000)]
Merge pull request 'Remove clap dependency' (#139) from remove-clap2 into main

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

3 years agoRemove clap dependency
Felix Ableitner [Mon, 23 Nov 2020 17:48:20 +0000 (18:48 +0100)]
Remove clap dependency