]> Untitled Git - lemmy.git/log
lemmy.git
3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Tue, 22 Sep 2020 15:12:36 +0000 (10:12 -0500)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Tue, 22 Sep 2020 15:12:26 +0000 (10:12 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMerge pull request 'Add integration test to ensure that signatures are verified'...
dessalines [Tue, 22 Sep 2020 15:10:28 +0000 (15:10 +0000)]
Merge pull request 'Add integration test to ensure that signatures are verified' (#103) from integration-test into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/103

3 years agoMerge pull request #1145 from LemmyNet/fix_remote_subscribe
Nutomic [Mon, 21 Sep 2020 19:09:48 +0000 (19:09 +0000)]
Merge pull request #1145 from LemmyNet/fix_remote_subscribe

Fixing remote subscribe result. Fixes #1144

3 years agoAddress review comments
Felix Ableitner [Mon, 21 Sep 2020 15:24:42 +0000 (17:24 +0200)]
Address review comments

3 years agoFixing remote subscribe result. Fixes #1144
Dessalines [Mon, 21 Sep 2020 14:35:13 +0000 (09:35 -0500)]
Fixing remote subscribe result. Fixes #1144

3 years agoAdd openssl (#1143)
Dessalines [Mon, 21 Sep 2020 14:08:47 +0000 (10:08 -0400)]
Add openssl (#1143)

* Adding openssl.

* Openssl didnt work, switching to rustls.

3 years agoUpdate federation docs
Felix Ableitner [Mon, 21 Sep 2020 12:02:40 +0000 (14:02 +0200)]
Update federation docs

3 years agoAdd tests for community_inbox and user_inbox
Felix Ableitner [Fri, 18 Sep 2020 15:45:50 +0000 (17:45 +0200)]
Add tests for community_inbox and user_inbox

3 years agoAdd integration test to ensure that signatures are verified
Felix Ableitner [Fri, 18 Sep 2020 14:37:46 +0000 (16:37 +0200)]
Add integration test to ensure that signatures are verified

3 years agoPublished user time (#1141)
Dessalines [Fri, 18 Sep 2020 11:04:12 +0000 (07:04 -0400)]
Published user time (#1141)

* Adding published time to UserForm.

- Federates user creation time. Fixes #1140

* Check the user published time.

3 years agoMerge pull request 'Add tests for avatars, banners and more' (#102) from more-tests...
dessalines [Thu, 17 Sep 2020 18:22:07 +0000 (18:22 +0000)]
Merge pull request 'Add tests for avatars, banners and more' (#102) from more-tests into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/102

3 years agoAdd tests for avatars, banners and more
Felix Ableitner [Thu, 17 Sep 2020 15:41:51 +0000 (17:41 +0200)]
Add tests for avatars, banners and more

3 years agoUpdating cargo.lock.
Dessalines [Wed, 16 Sep 2020 17:37:09 +0000 (12:37 -0500)]
Updating cargo.lock.

3 years agoMerge branch 'update-deps' into main
Dessalines [Wed, 16 Sep 2020 17:35:37 +0000 (12:35 -0500)]
Merge branch 'update-deps' into main

3 years agoTurn off email notifications.
Dessalines [Wed, 16 Sep 2020 14:24:42 +0000 (09:24 -0500)]
Turn off email notifications.

3 years agoRunning cargo fmt.
Dessalines [Wed, 16 Sep 2020 13:31:30 +0000 (08:31 -0500)]
Running cargo fmt.

3 years agoAdding site checking.
Dessalines [Wed, 16 Sep 2020 13:29:51 +0000 (08:29 -0500)]
Adding site checking.

3 years agoMerge branch 'fix/add-check-to-create-site-endpoint' of https://github.com/eiknat...
Dessalines [Wed, 16 Sep 2020 13:13:19 +0000 (08:13 -0500)]
Merge branch 'fix/add-check-to-create-site-endpoint' of https://github.com/eiknat/lemmy into eiknat-fix/add-check-to-create-site-endpoint

3 years agoUpdate deps, remove rustls, dont specify patch version
Felix Ableitner [Wed, 16 Sep 2020 12:52:20 +0000 (14:52 +0200)]
Update deps, remove rustls, dont specify patch version

3 years agoMove websocket structs into lemmy_structs (ref #1115)
Felix Ableitner [Wed, 16 Sep 2020 10:25:22 +0000 (12:25 +0200)]
Move websocket structs into lemmy_structs (ref #1115)

3 years agoapi.site: check for existing site before creating
eiknat [Wed, 16 Sep 2020 01:36:11 +0000 (21:36 -0400)]
api.site: check for existing site before creating

3 years agoIsomorphic docker (#1124)
Dessalines [Tue, 15 Sep 2020 19:26:47 +0000 (15:26 -0400)]
Isomorphic docker (#1124)

* Adding a way to GetComments for a community given its name only.

* Adding getcomments to api docs.

* A first pass at locally working isomorphic integration.

* Testing out cargo-husky.

* Testing a fail hook.

* Revert "Testing a fail hook."

This reverts commit 0941cf17363f91bfb28fdd7b52fb9afd89fdc273.

* Moving server to top level, now that UI is gone.

* Running cargo fmt using old way.

* Adding nginx, fixing up docker-compose files, fixing docs.

* Trying to re-add API tests.

* Fixing prod dockerfile.

* Redoing nightly fmt

* Trying to fix private message api test.

* Adding CommunityJoin, PostJoin instead of joins from GetComments, etc.

- Fixes #1122

* Fixing fmt.

* Fixing up docs.

* Removing translations.

* Adding apps / clients to readme.

* Fixing main image.

* Using new lemmy-isomorphic-ui with better javascript disabled.

* Try to fix image uploads in federation test

* Revert "Try to fix image uploads in federation test"

This reverts commit a2ddf2a90b7ac718c3d9002986129e735f7b8c0a.

* Fix post url federation

* Adding some more tests, some still broken.

* Don't need gitattributes anymore.

* Update local federation test setup

* Fixing tests.

* Fixing travis build.

* Fixing travis build, again.

* Changing lemmy-isomorphic-ui to lemmy-ui

* Error in travis build again.

Co-authored-by: Felix Ableitner <me@nutomic.com>
3 years agoroutes.api: fix get_captcha endpoint (#1135)
eiknat [Tue, 15 Sep 2020 01:22:53 +0000 (21:22 -0400)]
routes.api: fix get_captcha endpoint (#1135)

3 years agoSplit lemmy_utils into multiple files (#96)
nutomic [Mon, 14 Sep 2020 15:29:50 +0000 (15:29 +0000)]
Split lemmy_utils into multiple files (#96)

Update dependencies

Move send_local_notifs into lemmy_api_structs (ref #1115)

Split lemmy_utils into multiple files

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

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Mon, 14 Sep 2020 14:12:13 +0000 (09:12 -0500)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMerge pull request 'Remove brotli dependency' (#97) from remove-brotli into main
dessalines [Mon, 14 Sep 2020 14:12:02 +0000 (14:12 +0000)]
Merge pull request 'Remove brotli dependency' (#97) from remove-brotli into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/97

3 years agoRemove brotli dependency
Felix Ableitner [Mon, 14 Sep 2020 10:23:05 +0000 (12:23 +0200)]
Remove brotli dependency

3 years agoApi docs corrections (#1131)
Marcin Wojnarowski [Sun, 13 Sep 2020 15:20:24 +0000 (17:20 +0200)]
Api docs corrections (#1131)

* corrected endpoint names/methods

* small typo fix

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Sat, 12 Sep 2020 22:48:24 +0000 (17:48 -0500)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoTranslated using Weblate (Italian)
riccardo [Fri, 11 Sep 2020 23:28:09 +0000 (23:28 +0000)]
Translated using Weblate (Italian)

Currently translated at 98.9% (281 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/it/

3 years agoupdate actix-web to v3 stable (#1125)
Rob Ede [Sat, 12 Sep 2020 01:37:25 +0000 (02:37 +0100)]
update actix-web to v3 stable (#1125)

3 years agoTranslated using Weblate (Korean)
Lee KiWon [Fri, 4 Sep 2020 15:10:32 +0000 (15:10 +0000)]
Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

3 years agoTranslated using Weblate (Russian)
kleeon [Fri, 4 Sep 2020 14:35:41 +0000 (14:35 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/

3 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Fri, 4 Sep 2020 00:28:35 +0000 (00:28 +0000)]
Translated using Weblate (Swedish)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/

Translated using Weblate (Swedish)

Currently translated at 98.5% (280 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/

3 years agoTranslated using Weblate (Russian)
kleeon [Fri, 4 Sep 2020 00:28:35 +0000 (00:28 +0000)]
Translated using Weblate (Russian)

Currently translated at 98.9% (281 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/

3 years agoTranslated using Weblate (Irish)
Lucy [Fri, 4 Sep 2020 00:28:35 +0000 (00:28 +0000)]
Translated using Weblate (Irish)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ga/

3 years agoTranslated using Weblate (Korean)
Lee KiWon [Fri, 4 Sep 2020 00:28:35 +0000 (00:28 +0000)]
Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

3 years agoVarious things refactored (#95)
nutomic [Thu, 3 Sep 2020 19:45:12 +0000 (19:45 +0000)]
Various things refactored (#95)

Remove unused derive macros

lemmy_rate_limit doesnt depend on lemmy_api_structs anymore

Dont use "pub extern crate"

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

3 years agoVersion v0.7.57
Dessalines [Thu, 3 Sep 2020 14:40:59 +0000 (09:40 -0500)]
Version v0.7.57

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Thu, 3 Sep 2020 14:40:57 +0000 (09:40 -0500)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoMerge branch 'structs_separate' into main
Dessalines [Thu, 3 Sep 2020 14:02:03 +0000 (09:02 -0500)]
Merge branch 'structs_separate' into main

3 years agoMerge branch 'main' into structs_separate
Dessalines [Thu, 3 Sep 2020 14:01:20 +0000 (09:01 -0500)]
Merge branch 'main' into structs_separate

3 years agoLocal timeline (#1111)
Dessalines [Thu, 3 Sep 2020 13:58:33 +0000 (09:58 -0400)]
Local timeline (#1111)

* Adding a local filter. Fixes #1103

* Not showing local if there are no federated instances.

3 years agoFixing user search leaking emails.
Dessalines [Thu, 3 Sep 2020 13:48:26 +0000 (08:48 -0500)]
Fixing user search leaking emails.

3 years agoMerge branch 'main' into fix_docker_caching
Dessalines [Thu, 3 Sep 2020 13:06:05 +0000 (08:06 -0500)]
Merge branch 'main' into fix_docker_caching

3 years agoAdding rate_limiter and api_structs.
Dessalines [Wed, 2 Sep 2020 23:17:35 +0000 (18:17 -0500)]
Adding rate_limiter and api_structs.

3 years agoMerge branch 'fix_docker_caching' into structs_separate
Dessalines [Wed, 2 Sep 2020 21:53:46 +0000 (16:53 -0500)]
Merge branch 'fix_docker_caching' into structs_separate

3 years agoAdding in a more reliable docker dev build. (The other wouldn't use buildkit).
Dessalines [Wed, 2 Sep 2020 20:41:49 +0000 (15:41 -0500)]
Adding in a more reliable docker dev build. (The other wouldn't use buildkit).

3 years agoUse romacs cargo-build-deps tool.
Dessalines [Wed, 2 Sep 2020 15:42:48 +0000 (10:42 -0500)]
Use romacs cargo-build-deps tool.

3 years agoMove api structs and rate limit into separate workspaces
Felix Ableitner [Tue, 1 Sep 2020 14:25:34 +0000 (16:25 +0200)]
Move api structs and rate limit into separate workspaces

3 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Wed, 2 Sep 2020 03:30:02 +0000 (03:30 +0000)]
Translated using Weblate (Swedish)

Currently translated at 98.5% (280 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/

3 years agoTranslated using Weblate (Russian)
kleeon [Wed, 2 Sep 2020 03:30:02 +0000 (03:30 +0000)]
Translated using Weblate (Russian)

Currently translated at 98.9% (281 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/

3 years agoTranslated using Weblate (Irish)
Lucy [Wed, 2 Sep 2020 03:30:02 +0000 (03:30 +0000)]
Translated using Weblate (Irish)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ga/

3 years agoTranslated using Weblate (Korean)
Lee KiWon [Wed, 2 Sep 2020 03:30:01 +0000 (03:30 +0000)]
Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

3 years agoRunning cargo +nightly fmt.
Dessalines [Tue, 1 Sep 2020 21:44:56 +0000 (16:44 -0500)]
Running cargo +nightly fmt.

3 years agoRemove wildcard imports (in particular super::*)
Felix Ableitner [Tue, 1 Sep 2020 13:20:22 +0000 (15:20 +0200)]
Remove wildcard imports (in particular super::*)

3 years agoFixing docker caching.
Dessalines [Mon, 31 Aug 2020 21:47:31 +0000 (16:47 -0500)]
Fixing docker caching.

3 years agoUpdating dev docker-compose.
Dessalines [Mon, 31 Aug 2020 18:39:01 +0000 (13:39 -0500)]
Updating dev docker-compose.

3 years agoMerge pull request 'Simplify docker federation setup' (#92) from update-docker-federa...
dessalines [Mon, 31 Aug 2020 16:50:43 +0000 (16:50 +0000)]
Merge pull request 'Simplify docker federation setup' (#92) from update-docker-federation into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/92

3 years agoMerge pull request 'Refactor websocket to split it into multiple files' (#91) from...
dessalines [Mon, 31 Aug 2020 16:43:16 +0000 (16:43 +0000)]
Merge pull request 'Refactor websocket to split it into multiple files' (#91) from refactor-websocket into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/91

3 years agoSimplify docker federation setup
Felix Ableitner [Mon, 31 Aug 2020 15:26:32 +0000 (17:26 +0200)]
Simplify docker federation setup

3 years agoRefactor websocket to split it into multiple files
Felix Ableitner [Mon, 31 Aug 2020 15:20:13 +0000 (17:20 +0200)]
Refactor websocket to split it into multiple files

3 years agoimplement ActivitySender actor (#89)
nutomic [Mon, 31 Aug 2020 13:48:02 +0000 (13:48 +0000)]
implement ActivitySender actor (#89)

Merge pull request 'Adding unique ap_ids. Fixes #1100' (#90) from unique_ap_ids into activity-sender

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/90

Adding back in on_conflict.

Trying to add back in the on_conflict_do_nothing.

Trying to reduce delay time.

Removing createFakes.

Removing some unit tests.

Adding comment jest timeout.

Fixing tests again.

Fixing tests again.

Merge branch 'activity-sender' into unique_ap_ids_2

Replace actix client with reqwest to speed up federation tests

Trying to fix tests again.

Fixing unit tests.

Fixing some broken unit tests, not done yet.

Adding uniques.

Adding unique ap_ids. Fixes #1100

use proper sql functionality for upsert

added logging

in fetcher, replace post/comment::create with upsert

no need to do an actual update in post/comment::upsert

Merge branch 'main' into activity-sender

implement upsert for user/community

reuse http client

got it working

attempt to use background-jobs crate

rewrite with proper error handling and less boilerplate

remove do_send, dont return errors from activity_sender

WIP: implement ActivitySender actor

Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/89

3 years agoVersion v0.7.56
Dessalines [Sat, 29 Aug 2020 21:21:40 +0000 (17:21 -0400)]
Version v0.7.56

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Sat, 29 Aug 2020 21:21:39 +0000 (17:21 -0400)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoMerge branch 'kartikynwa-webmanifest' into test
Dessalines [Sat, 29 Aug 2020 21:00:56 +0000 (17:00 -0400)]
Merge branch 'kartikynwa-webmanifest' into test

3 years agoMerge branch 'webmanifest' of https://github.com/kartikynwa/lemmy into kartikynwa...
Dessalines [Sat, 29 Aug 2020 21:00:43 +0000 (17:00 -0400)]
Merge branch 'webmanifest' of https://github.com/kartikynwa/lemmy into kartikynwa-webmanifest

3 years agoMerge branch 'add-service-worker' of https://github.com/eiknat/lemmy into eiknat...
Dessalines [Sat, 29 Aug 2020 14:36:58 +0000 (09:36 -0500)]
Merge branch 'add-service-worker' of https://github.com/eiknat/lemmy into eiknat-add-service-worker

3 years agoUpdating korean translation.
Dessalines [Sat, 29 Aug 2020 14:29:49 +0000 (09:29 -0500)]
Updating korean translation.

3 years agoTranslated using Weblate (Persian)
Mostafa Ahangarha [Sat, 29 Aug 2020 08:42:08 +0000 (08:42 +0000)]
Translated using Weblate (Persian)

Currently translated at 54.9% (156 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fa/

3 years agoTranslated using Weblate (Korean)
Lee KiWon [Sat, 29 Aug 2020 08:42:08 +0000 (08:42 +0000)]
Translated using Weblate (Korean)

Currently translated at 100.0% (284 of 284 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ko/

3 years agoAdd service worker
eiknat [Sat, 29 Aug 2020 03:47:15 +0000 (23:47 -0400)]
Add service worker

3 years agoBugfix: Adds case-insensitive SELECT queries to User_::find_by_username() (#1108)
Joshua Thomas [Sat, 29 Aug 2020 00:49:31 +0000 (20:49 -0400)]
Bugfix: Adds case-insensitive SELECT queries to User_::find_by_username() (#1108)

3 years agoVersion v0.7.55
Dessalines [Thu, 27 Aug 2020 14:38:29 +0000 (10:38 -0400)]
Version v0.7.55

3 years agoTranslated using Weblate (Spanish)
Sergio Varela [Sat, 22 Aug 2020 17:16:49 +0000 (17:16 +0000)]
Translated using Weblate (Spanish)

Currently translated at 98.4% (262 of 266 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/es/

Translated using Weblate (Spanish)

Currently translated at 96.2% (256 of 266 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/es/

3 years agoTranslated using Weblate (Greek)
Panos Alevropoulos [Sat, 22 Aug 2020 17:16:49 +0000 (17:16 +0000)]
Translated using Weblate (Greek)

Currently translated at 100.0% (266 of 266 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/el/

3 years agoAdding korean language template.
Dessalines [Thu, 27 Aug 2020 14:34:53 +0000 (10:34 -0400)]
Adding korean language template.

3 years agoFixing broken websocket sends. Removing WebSocketInfo (#1098)
Dessalines [Mon, 24 Aug 2020 11:58:24 +0000 (07:58 -0400)]
Fixing broken websocket sends. Removing WebSocketInfo (#1098)

4 years agoSwitch front end to use lemmy-js-client. Fixes #1090 (#1097)
Dessalines [Thu, 20 Aug 2020 14:50:26 +0000 (10:50 -0400)]
Switch front end to use lemmy-js-client. Fixes #1090 (#1097)

* Switch front end to use lemmy-js-client. Fixes #1090

* Adding an HTTP client. Cleaning up Websocket client.

4 years agoAdding a few more apub tests. (#1096)
Dessalines [Thu, 20 Aug 2020 12:44:22 +0000 (08:44 -0400)]
Adding a few more apub tests. (#1096)

* Adding a few more apub tests.

* Fixing travis build, adding a get_post function.

4 years agoVersion v0.7.54
Dessalines [Tue, 18 Aug 2020 13:43:45 +0000 (09:43 -0400)]
Version v0.7.54

4 years agoImplement context (#86)
nutomic [Tue, 18 Aug 2020 13:43:50 +0000 (13:43 +0000)]
Implement context (#86)

Implement context

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

4 years agoMerge branch 'fix-federation-enabled-option' into main
Dessalines [Tue, 18 Aug 2020 13:35:27 +0000 (09:35 -0400)]
Merge branch 'fix-federation-enabled-option' into main

4 years agoDont send out any activities if federation is disabled (fixes #1095)
Felix Ableitner [Tue, 18 Aug 2020 13:12:03 +0000 (15:12 +0200)]
Dont send out any activities if federation is disabled (fixes #1095)

4 years agoVersion v0.7.53
Dessalines [Mon, 17 Aug 2020 20:53:50 +0000 (16:53 -0400)]
Version v0.7.53

4 years agoFixing some formatting.
Dessalines [Mon, 17 Aug 2020 20:52:01 +0000 (16:52 -0400)]
Fixing some formatting.

4 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Mon, 17 Aug 2020 20:50:21 +0000 (16:50 -0400)]
Merge remote-tracking branch 'yerba/main' into main

4 years agoRemove tests for unimplemented Crud::delete functions (#87)
nutomic [Mon, 17 Aug 2020 20:50:44 +0000 (20:50 +0000)]
Remove tests for unimplemented Crud::delete functions (#87)

Remove tests for unimplemented Crud::delete functions

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

4 years agoAdded option to remove banned user data (posts, comments, communities) (#1093)
Dessalines [Mon, 17 Aug 2020 18:12:36 +0000 (14:12 -0400)]
Added option to remove banned user data (posts, comments, communities) (#1093)

- Works for both a site-ban, and a community ban.
- Fixes #557

4 years agoVersion v0.7.52
Dessalines [Sun, 16 Aug 2020 15:31:09 +0000 (11:31 -0400)]
Version v0.7.52

4 years agoFix community_view clippy
Dessalines [Sun, 16 Aug 2020 15:27:50 +0000 (11:27 -0400)]
Fix community_view clippy

4 years agoEncode crosspost url. Fixes #1083 (#1088)
Dessalines [Sun, 16 Aug 2020 15:05:45 +0000 (11:05 -0400)]
Encode crosspost url. Fixes #1083 (#1088)

4 years agoAllow mods that aren't creators to leave the mod team. Fixes #786 (#1091)
Dessalines [Sun, 16 Aug 2020 15:05:32 +0000 (11:05 -0400)]
Allow mods that aren't creators to leave the mod team. Fixes #786 (#1091)

4 years agoFixing community search. Fixes #1084 (#1089)
Dessalines [Sun, 16 Aug 2020 15:05:21 +0000 (11:05 -0400)]
Fixing community search. Fixes #1084 (#1089)

4 years agoVersion v0.7.50
Dessalines [Fri, 14 Aug 2020 20:00:27 +0000 (16:00 -0400)]
Version v0.7.50

4 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Fri, 14 Aug 2020 20:00:26 +0000 (16:00 -0400)]
Merge remote-tracking branch 'weblate/main' into main

4 years agoFix crash in federation tests
Felix Ableitner [Fri, 14 Aug 2020 14:50:21 +0000 (16:50 +0200)]
Fix crash in federation tests

4 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Thu, 13 Aug 2020 20:26:28 +0000 (16:26 -0400)]
Merge remote-tracking branch 'yerba/main' into main

4 years agoImplement instance blocklist (#85)
nutomic [Thu, 13 Aug 2020 20:26:49 +0000 (20:26 +0000)]
Implement instance blocklist (#85)

Implement instance blocklist

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