Commit Graph

4183 Commits (7aeeec6810df9ec10d267f260fe003913403adca)
 

Author SHA1 Message Date
dull b 5db6b556cc DbConn trait 1 year ago
dull b 6846210074 Merge remote-tracking branch 'upstream/main' into db-traits-refactor 1 year ago
dull b 106c315d47 Use DbConn for CaptchaAnswer methods 1 year ago
dull b cc1a725c8a Revert "Get rid of repetitive `&mut *context.conn().await?`"
This reverts commit d2c6263ea1.
1 year ago
dull b c1c17ab63b Revert "Add blank lines under each line with `conn =`"
This reverts commit 773a6d3beb.
1 year ago
dull b 3021e2c9b8 Revert "Fix style mistakes (partial)"
This reverts commit 48a033b87f.
1 year ago
dull b 48a033b87f Fix style mistakes (partial) 1 year ago
phiresky cb28af508d
don't strip, log trace if requested (#3425) 1 year ago
Lemmus.org 810762762f
Update federated posts to not cache sensitive images if not allow by local site (#3253)
* Update federated posts to not cache sensitive images if not allow by local site

* Refactor thumbnail match to simplify logic
1 year ago
Dominic Mazzoni fcc010b5dc
Fix concatenation of audio captcha wav files (#3350)
* Fix concatenation of audio captcha wav files

* Log errors rather than crashing

* Return Result from captcha_as_wav_base64

* Change to return LemmyError

* Check for wav write error, format

* Remove unused import

* Rewrite to avoid clippy warnings
1 year ago
dullbananas 7d3894d5dd
Automatically manage database when running scripts/test.sh (#3389)
* Update .gitignore

* Create start-dev-db.sh

* Rename start-dev-db.sh to start_dev_db.sh

* Update .gitignore

* Update start_dev_db.sh

* Update start_dev_db.sh

* Update start_dev_db.sh

* Update start_dev_db.sh

* h

* Update test.sh

* Update start_dev_db.sh

* made it work

* Make test.sh work when run from scripts dir
1 year ago
dull b 773a6d3beb Add blank lines under each line with `conn =` 1 year ago
dull b d2c6263ea1 Get rid of repetitive `&mut *context.conn().await?` 1 year ago
dull b 9d54354af4 Fix stuff broken by merge 1 year ago
dull b a6cbbee3c7 Merge branch 'db-traits-refactor' of https://github.com/dullbananas/lemmy into db-traits-refactor 1 year ago
dull b 2c479314ce merge 1 year ago
dull b a8adf2dfb7 a lot 1 year ago
Dessalines 3159eedd99 Version 0.18.1-rc.4 1 year ago
Dessalines 6c64cb5233
Fixing release script. (#3398)
* Fixing release script.

* Version 0.18.1-rc.2

* Removing cargo update from release script.

* Fixing topdir location.
1 year ago
Nick Shockey 0464c46d26
Added gitattributes to normalize all files to lf (#3386)
This makes it less annoying to build on windows/mac

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Nutomic c216153dfb
Update activitypub-federation crate to 0.4.5 (#3379)
https://github.com/LemmyNet/activitypub-federation-rust/releases/tag/0.4.5
1 year ago
Sander Saarend ec18fd9869
Fix cargo warnings (#3397) 1 year ago
c-andy-candies ffc049078e
Fix missing sorting types (#3370)
* Fix missing sorting types

* Reordered sort_type_enum
1 year ago
Jan Klass 0f91759e4d
docs(api): Add api-common info on generating TypeScript bindings (#3330) 1 year ago
dullbananas bef76630c5
Remove redundant calls to `Iterator::collect` (#3365)
* Remove redundant calls to `Iterator::collect`

* Update mentions.rs

* Add clippy lints and run fmt

* CI ran on the wrong commit again 
1 year ago
Nutomic e4b739320c
Run cargo update as part of release script (#3369)
To get newest dependency patches and get rid of yanked deps

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Dessalines ad6f244b61 Version 0.18.1-rc.1 1 year ago
Nina Blanson e63aa80c3a
Fixes #2900 - Checks slur regex to see if it is too permissive (#3146)
* Fixes #2900 - Checks slur regex to see if it is too permissive along with small validation organization

* Clean up variable names, add handler for valid empty string usecase

* Update tests

* Create validation function and add tests

* Test clean up

* Use payload value vs local site value to prevent stunlocking

* Remove println added while testing

* Fall back to local site regex if not provided from request

* Attempt clean up of flaky comment_view tests

* Pull in latest submodule

* Move application, post check into functions, add more tests and improve test readability

---------

Co-authored-by: Nutomic <me@nutomic.com>
1 year ago
Domenic Horner d1d90af0eb
add new flag to api (#3363) 1 year ago
TKilFree 2aef6a5a33
feat: re-added captcha checks (#3289) 1 year ago
Sander Saarend 76a4513774
Limit password resets (#3344) 1 year ago
Dessalines 98482b1564
Fixing the release script. (#3295)
* Fixing the release script.

* Updating the submodules.
1 year ago
Sander Saarend 211e76dc27
Batch hot rank updates (#3175) 1 year ago
c-andy-candies f5209fffc1
Feature add three six and nine months options backend (#3226)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Nutomic 50efb1d519
Fetch community outbox and moderators in parallel (#3360)
This will speedup first time fetching of a remote community
1 year ago
Nutomic 8fbc630ce1
Remove networks from docker-compose.yml (#3356) 1 year ago
Simon Lundström c9e9ff46fa
Item URL should point to post URL (#3345)
If the post is an URL post the item link should point to the URL of the
link that is being posted.
1 year ago
Otto Rottier 62c8ac1db5
Site Metadata: resolve relative URLs for embedded images/videos (#3338)
* Site Metadata: resolve relative URLs for embedded images/videos

* api_common: relax version requirement of `webpage` dependency

With this change we opt into next (non breaking) versions of webpage-rs

* cargo +nightly fmt

* Add tests for resolving absolute urls in SiteMetadata
1 year ago
dullbananas b2a9d4a335
Use compression middleware (#3343) 1 year ago
Felix Ableitner 73d2faa9f5 Remove another unused dev dependency 1 year ago
cetra3 9406c3ad2b
Adjust the config check to be a separate faster to compile binary (#3313) 1 year ago
Felix Ableitner a39e948b52 Remove unused actix_rt dependency 1 year ago
wiki-me 83ff9adee5
Add Liftoff to README.md (#3357) 1 year ago
perillamint 3d7d6b2530
Respond with `Content-Type: application/activity+json` (#3353)
As per ActivityPub specification, the return type should be
`application/activity+json`, not `application/json`.
1 year ago
anonion 01dc1efe77
Fix lemmy UI environment variable (#3299) 1 year ago
Peter Dave Hello 2f3d60a63b
Leave no apk cache in Docker image (#3327) 1 year ago
Nutomic ddfa112e0b
Allow wildcard imports in schema.rs (#3293)
Dont mess with auto-generated code, this avoids problems with
clippy after running diesel commands
1 year ago
Scott c5886404ef
Update DB local_user.theme type to text (#3266)
* Update local_user.theme type to text

* fix default value

* Undo auto generate changes
1 year ago
TKilFree 21d5349785
feat: allow all admins to purge content (#3271) 1 year ago
Neshura 203e35899e
Add separate Post check for is_valid_body_field (#3263)
* Add separate Post check for is_valid_body_field

* Modify is_valid_body_check for posts only

* Fix check var reinit in validation.rs

* Extra empty line to rerun woodpecker with changes

* Change Option to bool, add false to non-post calls

* Woodpecker trick.. again

* Probable rust_fmt fail fixed

* cargo_clippy changes

* Missing space between = and if

* Remove ; after body length checks
1 year ago