]> Untitled Git - lemmy.git/log
lemmy.git
12 months agodocker-compose: Add init to UI (#3248)
ShittyKopper [Thu, 22 Jun 2023 08:22:15 +0000 (11:22 +0300)]
docker-compose: Add init to UI (#3248)

* docker-compose: Add init to UI

Prevents waiting 10 seconds to shutdown

* docker-compose: Update to version 3.7

12 months agologger: Use forwarded instead of peer IP address (#3223)
Óliver García Albertos [Thu, 22 Jun 2023 07:34:51 +0000 (08:34 +0100)]
logger: Use forwarded instead of peer IP address (#3223)

12 months agoPut /admin/purge routes before /admin routes (#3244)
kartikynwa [Wed, 21 Jun 2023 20:32:06 +0000 (02:02 +0530)]
Put /admin/purge routes before /admin routes (#3244)

12 months agodocs: Add Lemoa to lemmy projects section (#3247)
Bnyro [Wed, 21 Jun 2023 20:15:10 +0000 (22:15 +0200)]
docs: Add Lemoa to lemmy projects section (#3247)

12 months agoEnsure site can only either be a private instance or federated when creating or editi...
Scott [Wed, 21 Jun 2023 20:14:12 +0000 (05:44 +0930)]
Ensure site can only either be a private instance or federated when creating or editing site (#3237)

* Add site visibility validation

* Fix formatting

* linter changes

* Update error message to match existing check

* Remove existing check

---------

Co-authored-by: Scott Merchant <97430840+scottmerchant@users.noreply.github.com>
12 months agoVersion 0.18.0-rc.5
Dessalines [Wed, 21 Jun 2023 20:02:42 +0000 (16:02 -0400)]
Version 0.18.0-rc.5

12 months agoTrying to fix version again. (#3246)
Dessalines [Wed, 21 Jun 2023 19:46:32 +0000 (15:46 -0400)]
Trying to fix version again. (#3246)

12 months agofeat: allow overriding smtp_password with the LEMMY_SMTP_PASSWORD env var (#3154)
Michał [Wed, 21 Jun 2023 17:36:42 +0000 (19:36 +0200)]
feat: allow overriding smtp_password with the LEMMY_SMTP_PASSWORD env var (#3154)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoVersion 0.18.0-rc.4
Dessalines [Wed, 21 Jun 2023 12:05:15 +0000 (08:05 -0400)]
Version 0.18.0-rc.4

12 months agoDont publish to crates.io (#3239)
Nutomic [Wed, 21 Jun 2023 11:57:01 +0000 (13:57 +0200)]
Dont publish to crates.io (#3239)

12 months agoCorrect error messages if user registers with taken user/email (#3093)
Nutomic [Wed, 21 Jun 2023 09:26:07 +0000 (11:26 +0200)]
Correct error messages if user registers with taken user/email (#3093)

* Correct error messages if user registers with taken user/email (fixes #2955)

* exists

12 months agoFixing cross_post duplicates. Fixes #3233 (#3234)
Dessalines [Wed, 21 Jun 2023 08:56:44 +0000 (04:56 -0400)]
Fixing cross_post duplicates. Fixes #3233 (#3234)

12 months agoAdd test to check reading and listing posts return my_vote (#3215)
JP Moresmau [Wed, 21 Jun 2023 08:48:39 +0000 (10:48 +0200)]
Add test to check reading and listing posts return my_vote (#3215)

12 months agoReduce memory usage of rate limiting (#3111)
dullbananas [Wed, 21 Jun 2023 08:28:20 +0000 (01:28 -0700)]
Reduce memory usage of rate limiting (#3111)

* Reduce Vec allocations

* Optimize stuff

* Move embedded migrations to separate crate

* Revert "Move embedded migrations to separate crate"

This reverts commit 44b104997016ee2a1f2c0bb735b75e654666860d.

* clippy, fmt

* Shrink rate limit allowance to f32

* Initialize rate limit allowance directly

* Add removal of old rate limit buckets

* Improve readability

* Remove usage of is_okay_and for Rust 1.67 compatibility

* Add dhat-heap feature

* Fix api_benchmark.sh and add run_and_benchmark.sh

* Revert "Fix api_benchmark.sh and add run_and_benchmark.sh"

This reverts commit b4528e5b85dd3f13cea43d72ada9382200c8fc77.

* Revert "Add dhat-heap feature"

This reverts commit 08e835d487b983c44ce2570d8c396d570d426916.

* Manually revert remaining stuff

* Use Ipv6Addr in RateLimitStorage

* Shrink last_checked in RateLimitBucket to 32 bits

* Fix rate_limit::get_ip

* Stuff (#1)

* Update rate_limiter.rs

* Update mod.rs

* Update scheduled_tasks.rs

* Fix rate_limiter.rs

* Dullbananas patch 1 (#2)

* Update rate_limiter.rs

* Update mod.rs

* Update scheduled_tasks.rs

* Fix rate_limiter.rs

* Rate limit IPv6 addresses in groups

* Fmt lib.rs

* woodpicker trigger

* Refactor and comment `check_rate_limit_full`

* Add `test_split_ipv6`

* Replace -2.0 with UNINITIALIZED_TOKEN_AMOUNT

* Add `test_rate_limiter`

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoAdding current domain from settings to CORs. (#3231)
Dessalines [Wed, 21 Jun 2023 00:29:48 +0000 (20:29 -0400)]
Adding current domain from settings to CORs. (#3231)

12 months agoremove debugging println (#3227)
Joel Beckmeyer [Tue, 20 Jun 2023 18:20:20 +0000 (14:20 -0400)]
remove debugging println (#3227)

12 months agoFixing comment_view unit tests. (#3224)
Dessalines [Tue, 20 Jun 2023 18:14:08 +0000 (14:14 -0400)]
Fixing comment_view unit tests. (#3224)

12 months agoFix parameter ordering for new_report_subject string (#3210)
Sander Saarend [Tue, 20 Jun 2023 15:24:04 +0000 (18:24 +0300)]
Fix parameter ordering for new_report_subject string (#3210)

12 months agoMove cors default to source code (#3219)
Nutomic [Tue, 20 Jun 2023 15:19:03 +0000 (17:19 +0200)]
Move cors default to source code (#3219)

12 months agoFixing tag deploys. (#3216)
Dessalines [Tue, 20 Jun 2023 14:29:24 +0000 (10:29 -0400)]
Fixing tag deploys. (#3216)

* Fixing tag deploys.

* Fixing tag deploys 2.

* Try to comment build_args.

* Fixing tag deploys 3.

* Fixing build args again.

* Last fix.

12 months agoFeature add hours as sorting options backend (#3161)
Ivo Barros [Tue, 20 Jun 2023 14:05:43 +0000 (15:05 +0100)]
Feature add hours as sorting options backend (#3161)

* add hours as sorting options

* ran cargo +nightly fmt

* woodpicker trigger

12 months agoDon't check verified email when an admin logs in (#3209)
kartikynwa [Tue, 20 Jun 2023 12:52:21 +0000 (18:22 +0530)]
Don't check verified email when an admin logs in (#3209)

Workaround for instance admins getting locked out when they turn on
the email verification requirement without having verified their
own email.

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agofix: add CORS origin environment variable (#3191)
Andrew DeLisa [Tue, 20 Jun 2023 12:29:38 +0000 (08:29 -0400)]
fix: add CORS origin environment variable (#3191)

* fix: add CORS origin environment variable

* chore: formatting

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agomake embedded pict-rs port configurable (#3201)
Joel Beckmeyer [Tue, 20 Jun 2023 11:07:18 +0000 (07:07 -0400)]
make embedded pict-rs port configurable (#3201)

12 months agoMove connection creation into scheduler. (#3120)
Dessalines [Tue, 20 Jun 2023 09:33:03 +0000 (05:33 -0400)]
Move connection creation into scheduler. (#3120)

* Move connection creation into scheduler.

- #3076

* Fix clippy.

12 months agoUpdate translations
Felix Ableitner [Tue, 20 Jun 2023 08:59:27 +0000 (10:59 +0200)]
Update translations

12 months agoCalculate initial hot_rank and hot_rank_active for posts and comments from other...
Sander Saarend [Tue, 20 Jun 2023 08:52:51 +0000 (11:52 +0300)]
Calculate initial hot_rank and hot_rank_active for posts and comments from other instances (#3131)

* Calculate initial hot_rank when receiving posts and comments from other instances

* Move hot rank update logic into db_schema

12 months agoChanged github issue template to align logically with the question asked (#3135)
ludrol [Fri, 16 Jun 2023 15:56:21 +0000 (17:56 +0200)]
Changed github issue template to align logically with the question asked (#3135)

12 months agoUpdate README.md (#3137)
Chethan [Fri, 16 Jun 2023 15:54:12 +0000 (21:24 +0530)]
Update README.md (#3137)

The Ace of Spades video linked in the README was private, have replaced it with a public video.

12 months agoRemove e-mail verification success e-mails (#3124)
Sander Saarend [Fri, 16 Jun 2023 15:53:33 +0000 (18:53 +0300)]
Remove e-mail verification success e-mails (#3124)

13 months agoFix Hidden communities showing in community list (#3094)
Alex Maras [Thu, 15 Jun 2023 11:39:58 +0000 (19:39 +0800)]
Fix Hidden communities showing in community list (#3094)

* Only show hidden communities when explicitly searching for them rather then in "all"

* dont set hidden to false when creating and updating - let DB set default

* lint

---------

Co-authored-by: Alex Maras <alexmaras@gmail.com>
13 months agoUpdate all dependencies (#3091)
Nutomic [Thu, 15 Jun 2023 09:37:05 +0000 (11:37 +0200)]
Update all dependencies (#3091)

13 months agoPrevent making an instance private if federation is enabled. (#3074)
Wyatt Smith [Thu, 15 Jun 2023 09:35:09 +0000 (02:35 -0700)]
Prevent making an instance private if federation is enabled. (#3074)

* Prevent making an instance private if federation is enabled.

* Added case where federation is enabled, check if the alternative setting is changed

* Merged the error messages for private instance/federation.

---------

Co-authored-by: Wyatt Smith <wys@dropbox.com>
13 months agoHandle scheduled task errors (#3090)
Sander Saarend [Thu, 15 Jun 2023 09:29:12 +0000 (12:29 +0300)]
Handle scheduled task errors (#3090)

* Add --disable-scheduled-tasks CLI flag

* Add error handling for scheduled tasks

13 months agoFix unapproved users being able to log in after registration mode set to closed....
Dessalines [Wed, 14 Jun 2023 23:02:17 +0000 (19:02 -0400)]
Fix unapproved users being able to log in after registration mode set to closed. (#3096)

- Fixes #3095

13 months agoLink tafkars in readme (#3087)
Nutomic [Wed, 14 Jun 2023 21:41:20 +0000 (23:41 +0200)]
Link tafkars in readme (#3087)

13 months agodoc: Added pythorhead library in readme (#3114)
Divided by Zer0 [Wed, 14 Jun 2023 21:40:49 +0000 (23:40 +0200)]
doc: Added pythorhead library in readme (#3114)

13 months agoOnly create ltree postgres extension in migration if doesn't already exist (#3092)
adisbladis [Wed, 14 Jun 2023 21:03:10 +0000 (09:03 +1200)]
Only create ltree postgres extension in migration if doesn't already exist (#3092)

13 months agoadd issue template yml from lemmy-ui (#3086)
Raymond Berger [Wed, 14 Jun 2023 20:21:03 +0000 (22:21 +0200)]
add issue template yml from lemmy-ui (#3086)

* add issue template yml from lemmy-ui

* prettier

* Empty-Commit for CI

* improve Qs

* add instance question

* delete hexbear

* backend version

13 months agoFix Issue #3075 by using None for local fields instead of Some(false) (#3088)
Neshura [Wed, 14 Jun 2023 12:34:45 +0000 (14:34 +0200)]
Fix Issue #3075 by using None for local fields instead of Some(false) (#3088)

* Set insert and update form "local" to None

* Extra space to retrigger woodpecker

* Resolve code review request

https://github.com/LemmyNet/lemmy/pull/3088#discussion_r1229336958

* Remove extra space after None,

13 months agostop requiring superuser to run migrations (#3002)
Charles Hall [Wed, 14 Jun 2023 11:54:12 +0000 (04:54 -0700)]
stop requiring superuser to run migrations (#3002)

Fixes <https://github.com/LemmyNet/lemmy/issues/2863>.

13 months agoFixes #1884 - Support Spoiler Tags (#3018)
Nina Blanson [Wed, 14 Jun 2023 11:15:59 +0000 (06:15 -0500)]
Fixes #1884 - Support Spoiler Tags (#3018)

* Fixes #1884 - Switches markdown libraries and creates a custom rule to manage spoiler blocks

* Add tests to cover invalid spoiler input

* Consolidate tests, add comments

* Make immutable, static instance of markdown parser

---------

Co-authored-by: Nutomic <me@nutomic.com>
13 months agoFix compilation
Felix Ableitner [Wed, 14 Jun 2023 09:34:29 +0000 (11:34 +0200)]
Fix compilation

13 months agoAlign default DB password with documentation (#3068)
Patrick Roe [Tue, 13 Jun 2023 20:23:07 +0000 (04:23 +0800)]
Align default DB password with documentation (#3068)

13 months agoUpdate RSS url (#3053)
JetpackJackson [Tue, 13 Jun 2023 20:17:02 +0000 (16:17 -0400)]
Update RSS url (#3053)

* Update RSS url

* Fixed next line

* making sure this thing uploads

* Update feeds.rs

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoDocker yaml anchors and docker logs (#3027)
Edgar Alvarado [Tue, 13 Jun 2023 12:37:06 +0000 (08:37 -0400)]
Docker yaml anchors and docker logs (#3027)

* Use anchor for duplicated compose properties

* Include docker log max

* Run prettier

13 months agoFix ports used by docker (#3012)
Edgar Alvarado [Mon, 12 Jun 2023 22:38:27 +0000 (18:38 -0400)]
Fix ports used by docker (#3012)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoAdd limit and pagination to feeds (#2980)
Jared Schneiderman [Mon, 12 Jun 2023 21:48:02 +0000 (17:48 -0400)]
Add limit and pagination to feeds (#2980)

* adds limit and pagination to all rss feeds

* consistent ordering

* refactor page and limit and add after

* revert back to using page

* remove offset change

* refactor to impl adding helper methods

* clippy

13 months agoUpgrade activitypub-federation to 0.4.1 (#3039)
Nutomic [Mon, 12 Jun 2023 18:12:15 +0000 (20:12 +0200)]
Upgrade activitypub-federation to 0.4.1 (#3039)

This improves logging so that its not necessary to enable debug
logs to find out that activity worker count needs to be increased.

13 months agoAdding Lemmy-Swift-Client to README.md (#3026)
Charlie Fish [Mon, 12 Jun 2023 13:31:27 +0000 (07:31 -0600)]
Adding Lemmy-Swift-Client to README.md (#3026)

13 months agouse usize::MAX for line wrap length, since lettre does it for us (#3034)
Andy Brandt [Mon, 12 Jun 2023 13:29:15 +0000 (08:29 -0500)]
use usize::MAX for line wrap length, since lettre does it for us (#3034)

fixes #2921

13 months agoupdate doku (#3003)
Charles Hall [Mon, 12 Jun 2023 09:55:47 +0000 (02:55 -0700)]
update doku (#3003)

Fixes malformed documentation generated by previous version.

13 months agoFix contributing link (#3015)
Nathan Schulzke [Mon, 12 Jun 2023 09:04:47 +0000 (03:04 -0600)]
Fix contributing link (#3015)

13 months agoBetter issue templates. (#2991)
Dessalines [Fri, 9 Jun 2023 21:08:27 +0000 (17:08 -0400)]
Better issue templates. (#2991)

* Better issue templates.

* Fixing bug report.

13 months agoallow specifying db uri in config file (#2956)
Charles Hall [Fri, 9 Jun 2023 12:18:22 +0000 (05:18 -0700)]
allow specifying db uri in config file (#2956)

* allow specifying db uri in config file

* succumb to a bug in doku

See <https://github.com/anixe/doku/issues/33>.

13 months agoAdding hot_rank columns in place of function sorting. (#2952)
Dessalines [Thu, 8 Jun 2023 20:15:15 +0000 (16:15 -0400)]
Adding hot_rank columns in place of function sorting. (#2952)

* Adding hot_rank columns in place of function sorting.

- Creates hot_rank columns for post, comment, and community.
- Fixes #2932

* Updating all hot ranks on startup.

* Fixing post.url migration.

* Removing update_instance_software from startup.

* Adding post_rank query

13 months agomake shebangs posix compliant (#2974)
Charles Hall [Thu, 8 Jun 2023 19:38:26 +0000 (12:38 -0700)]
make shebangs posix compliant (#2974)

Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```

13 months agoFix private message e-mail notification subject and body (#2963)
Andy Brandt [Thu, 8 Jun 2023 17:42:32 +0000 (12:42 -0500)]
Fix private message e-mail notification subject and body (#2963)

It used to say:

Subject: Private message from [your username]
Body: [your username] - [private message]

It now display the correct username that it's from.

13 months agoAdd comment depth check (#2940)
Anon [Thu, 8 Jun 2023 14:31:26 +0000 (09:31 -0500)]
Add comment depth check (#2940)

* Add comment depth check

* Move comment depth code

* linter fix

13 months agoAdd `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960)
Jason Watkins [Thu, 8 Jun 2023 12:30:16 +0000 (05:30 -0700)]
Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoFix translation build error (fixes #2967) (#2968)
Nutomic [Thu, 8 Jun 2023 11:12:40 +0000 (13:12 +0200)]
Fix translation build error (fixes #2967) (#2968)

13 months agoActivitypub breaking changes for Lemmy 0.18 (#2705)
Nutomic [Wed, 7 Jun 2023 19:18:17 +0000 (21:18 +0200)]
Activitypub breaking changes for Lemmy 0.18 (#2705)

* Remove deprecated field `group.moderators`

* Drop column local_site.federation_debug

* Remove backwards compatibility code for feature/lock post

https://github.com/LemmyNet/lemmy/pull/2716

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoAdd db index for post.url column (#2929)
Nutomic [Wed, 7 Jun 2023 15:31:24 +0000 (17:31 +0200)]
Add db index for post.url column (#2929)

* Add db index for post.url column

As mentioned in https://github.com/LemmyNet/lemmy/issues/2877#issuecomment-1576439829

Not sure if its preferable to do this, or make a combined index
which includes post.nsfw, post.removed, post.deleted

* remove unique

13 months agoFall back to String for Comment::path when not using the full feature (#2941)
derivator [Wed, 7 Jun 2023 13:38:46 +0000 (15:38 +0200)]
Fall back to String for Comment::path when not using the full feature (#2941)

13 months agoupdate diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882) (#2895)
Carlrs [Wed, 7 Jun 2023 10:54:40 +0000 (10:54 +0000)]
update diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882) (#2895)

* update diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882)

* get rid of deprecated RawValue type alias usage, explicitly import diesel types instead of using wildcard import

* Update diesel-derive-enum and diesel-derive-newtype libraries

* Revert manual changes to schema.rs

* Update to newer diesel-cli image in CI, run fix-clippy before schema comparison, update schema to one generated with diesel-cli 2.1.0 and clippyfixed

* Remove wildcard import lint, fix diesel schema pipeline

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoFix dev setups. (#2944)
Dessalines [Wed, 7 Jun 2023 02:22:21 +0000 (22:22 -0400)]
Fix dev setups. (#2944)

13 months agoSet version name for crates.io release (#2928)
Nutomic [Wed, 7 Jun 2023 00:24:06 +0000 (02:24 +0200)]
Set version name for crates.io release (#2928)

* Set version name for crates.io release

ref https://github.com/LemmyNet/lemmy-ui/issues/1052

* fix yml

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoFix handling of follows addressed to single value (#2920)
vpzomtrrfrt [Tue, 6 Jun 2023 22:33:38 +0000 (16:33 -0600)]
Fix handling of follows addressed to single value (#2920)

* Fix handling of follows addressed to single value

* Switch to deserialize_skip_error for Follow to

* Also use deserialize_skip_error for AcceptFollow and UndoFollow

* actually import deserialize_skip_error

13 months agoRemove chatserver (#2919)
Nutomic [Tue, 6 Jun 2023 16:27:22 +0000 (18:27 +0200)]
Remove chatserver (#2919)

* Remove chatserver

* fix clippy

* Remove captchas (fixes #2922)

* fix prettier

* fix api_common build

* cargo fmt

13 months agoAdding taglines to SiteResponse. Fixes #2925 (#2926)
Dessalines [Tue, 6 Jun 2023 12:59:34 +0000 (08:59 -0400)]
Adding taglines to SiteResponse. Fixes #2925 (#2926)

* Adding taglines to SiteResponse. Fixes #2925

* Fixing CI line.

13 months agoFix *All* reports not showing. Fixes #2902 (#2903)
Dessalines [Tue, 6 Jun 2023 09:01:48 +0000 (05:01 -0400)]
Fix *All* reports not showing. Fixes #2902 (#2903)

* Fix *All* reports not showing. Fixes #2902

* Fix *All* reports not showing. Fixes #2902

* Fixing tests.

13 months agoREADME updates (#2913)
Matt Pusch [Mon, 5 Jun 2023 15:34:15 +0000 (08:34 -0700)]
README updates (#2913)

* Updated readme to remove unsecure sunchid lemming article - replaced with wikipedia article.

Commented out sponsor list as page DNE.

Commented out Contributing section as all sites DNE. Added simple instructions for git contribution. Cleaned up formatting for Contributing section.

TODO: update join-lemmy.org/docs, uncomment removed lines

* Implemented suggested changes

13 months agoFilter empty username strings from Mastodon (fixes #2886) (#2887)
Nutomic [Mon, 5 Jun 2023 11:56:53 +0000 (13:56 +0200)]
Filter empty username strings from Mastodon (fixes #2886) (#2887)

* Filter empty username strings from Mastodon (fixes #2886)

* add issue link

13 months agoUpdate humane tech badge to point to new repo (#2898)
Udo [Mon, 5 Jun 2023 10:49:32 +0000 (12:49 +0200)]
Update humane tech badge to point to new repo (#2898)

13 months agoUpdate to fix nginx proxy config for Docker Installs (#2908)
Justin Gauthier [Mon, 5 Jun 2023 10:43:31 +0000 (06:43 -0400)]
Update to fix nginx proxy config for Docker Installs (#2908)

* Update to fix nginx proxy config

* Update docker-compose.yml - fix type

---------

Co-authored-by: Jax Gauthier <jax@gauthier.id>
13 months agoRemove jaeger, opentelemetry from docker-compose (#2894)
Nutomic [Sun, 4 Jun 2023 20:16:49 +0000 (22:16 +0200)]
Remove jaeger, opentelemetry from docker-compose (#2894)

13 months agoReplace remmel with Mlem. (#2890)
Dessalines [Thu, 1 Jun 2023 20:40:47 +0000 (16:40 -0400)]
Replace remmel with Mlem. (#2890)

13 months agoAdd CORS support for debug mode. (#2884)
Dessalines [Mon, 29 May 2023 21:14:00 +0000 (17:14 -0400)]
Add CORS support for debug mode. (#2884)

13 months agoDon't filter comments of posts from blocked community when viewing post detail (...
phankydn [Mon, 29 May 2023 15:41:47 +0000 (22:41 +0700)]
Don't filter comments of posts from blocked community when viewing post detail (#2880)

13 months agoRemove websocket code (#2878)
Nutomic [Mon, 29 May 2023 14:44:20 +0000 (16:44 +0200)]
Remove websocket code (#2878)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoDont return error in case optional auth is invalid (#2879)
Nutomic [Thu, 25 May 2023 14:50:07 +0000 (16:50 +0200)]
Dont return error in case optional auth is invalid (#2879)

* Dont return error in case optional auth is invalid

* fixes

13 months agoRemove unnecessary clone (#2874)
phankydn [Tue, 23 May 2023 23:00:19 +0000 (06:00 +0700)]
Remove unnecessary clone (#2874)

Co-authored-by: KyP <phanky.vn@proton.me>
13 months agoRemove GetCommunityResponse.default_post_language (#2867)
Nutomic [Sun, 21 May 2023 15:55:32 +0000 (17:55 +0200)]
Remove GetCommunityResponse.default_post_language (#2867)

This field is unnecessary because we already set a default language
with the same logic if none is passed in CreatePost. So if the user
doesnt set a post language, it should simply be passed as None. This
also has the advantage that it works with clients that dont support
language tags.

Technically not a breaking change because its optional, but better
be safe.

13 months agoMerge pull request #2866 from LemmyNet/remove-reqwest-retry
Nutomic [Thu, 18 May 2023 15:19:54 +0000 (17:19 +0200)]
Merge pull request #2866 from LemmyNet/remove-reqwest-retry

Optimize fetching of post url metadata

13 months agoDont refetch post url metadata when post is received again
Felix Ableitner [Thu, 18 May 2023 11:22:05 +0000 (13:22 +0200)]
Dont refetch post url metadata when post is received again

13 months agoDont retry outgoing HTTP requests (ref #2865)
Felix Ableitner [Thu, 18 May 2023 11:11:06 +0000 (13:11 +0200)]
Dont retry outgoing HTTP requests (ref #2865)

13 months agoForce enable undetermined language (#2851)
Nutomic [Thu, 18 May 2023 14:34:21 +0000 (16:34 +0200)]
Force enable undetermined language (#2851)

* Force enable undetermined language

* update

* fix tests

14 months agoFix typo that caused error (#2861)
SleeplessOne1917 [Sun, 14 May 2023 18:02:05 +0000 (18:02 +0000)]
Fix typo that caused error (#2861)

14 months agoPrettier check (#2855)
Dessalines [Sat, 13 May 2023 20:50:58 +0000 (16:50 -0400)]
Prettier check (#2855)

* Adding prettier check to CI.

* Running prettier on codebase.

14 months agoDowngrade postgres for CI to 15.2 (fixes #2857) (#2859)
Nutomic [Fri, 12 May 2023 23:08:32 +0000 (01:08 +0200)]
Downgrade postgres for CI to 15.2 (fixes #2857) (#2859)

14 months agoMake volumes used in docker compose work when running on machines with SELinux enable...
SleeplessOne1917 [Fri, 12 May 2023 00:15:12 +0000 (00:15 +0000)]
Make volumes used in docker compose work when running on machines with SELinux enabled (#2853)

* Make volumes used in docker compose work when running on machines with SELinux enabled

* Switch lemmy-ui comments

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoSet attribute `deny_unknown_fields` for Lemmy config (#2852)
Nutomic [Fri, 12 May 2023 00:12:12 +0000 (02:12 +0200)]
Set attribute `deny_unknown_fields` for Lemmy config (#2852)

With this attribute, Lemmy will throw an error and exit if any
invalid entry is found in the config file. I think can be useful
to notice typos or keys that were removed or renamed in an upgrade.
Currently you wouldnt notice these at all unless you manually
compare the config file with settings that are listed in documentation.

This should be considered a breaking change.

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoFixing empty req issue. (#2849)
Dessalines [Thu, 11 May 2023 19:20:45 +0000 (15:20 -0400)]
Fixing empty req issue. (#2849)

* Fixing empty req issue.

* Forgot skip serializing none.

14 months agoUpgrade api_test deps (#2850)
Dessalines [Wed, 10 May 2023 20:31:37 +0000 (16:31 -0400)]
Upgrade api_test deps (#2850)

* Upgrade api_test deps

* Fix cargo fmt.

* Try to trigger a new format

14 months agoAdding comments to all API related types. Fixes #2846 (#2848)
Dessalines [Wed, 10 May 2023 19:20:39 +0000 (15:20 -0400)]
Adding comments to all API related types. Fixes #2846 (#2848)

14 months agoAdding typescript generation for API. Fixes #2824 (#2827)
Dessalines [Wed, 26 Apr 2023 04:26:10 +0000 (00:26 -0400)]
Adding typescript generation for API. Fixes #2824 (#2827)

* Adding typescript generation for API. Fixes #2824

* Try to fix Ltree issue 1.

* Forgot a few types.

* Fixing api tests.

* Removing url_serde line.

* Manually deriving TS for some types.

14 months agoAddressing slow profile queries. #2777 (#2830)
Dessalines [Tue, 25 Apr 2023 23:28:06 +0000 (19:28 -0400)]
Addressing slow profile queries. #2777 (#2830)

* Addressing slow profile queries. #2777

* Addressing PR comments.

14 months agoReverting to older non-multi-arch dockerfile. Fixes #2832 (#2833)
Dessalines [Tue, 25 Apr 2023 20:40:58 +0000 (16:40 -0400)]
Reverting to older non-multi-arch dockerfile. Fixes #2832 (#2833)

14 months agoAdd `to` field in follow activities for better compatibility (#2829)
Nutomic [Mon, 24 Apr 2023 21:19:08 +0000 (23:19 +0200)]
Add `to` field in follow activities for better compatibility (#2829)

* Add `to` field in follow activities for better compatibility (fixes #2744)

* fix tests

14 months agoUse older git clone for woodpecker. (#2831)
Dessalines [Mon, 24 Apr 2023 19:40:36 +0000 (15:40 -0400)]
Use older git clone for woodpecker. (#2831)