Commit Graph

4154 Commits (50ab303c42fb8fa2a0684584ca98bf5162dd3fab)
 

Author SHA1 Message Date
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
Felix Ableitner 206789af67 Merge branch 'vijaykramesh_clear_deleted_posts_comments' 1 year ago
Felix Ableitner ce0cf0e41b Remove DELETED_REPLACEMENT_URL 1 year ago
Sander Saarend 6b28f8c616 Add support for sslmode=require for diesel-async DB connections (#3189) 1 year ago
cetra3 d6b580a530 Remove `actix_rt` & use standard tokio spawn (#3158)
* Remove `actix_rt` & use standard tokio spawn

* Adjust rust log back down

* Format correctly

* Update cargo lock

* Add DB settings

* Change name and update to latest rev

* Clean up formatting changes

* Move `worker_count` and `worker_retry_count` to settings

* Update defaults

* Use `0.4.4` instead of git branch
1 year ago
Dessalines e4d78b0974 Version 0.18.0 1 year ago
Dessalines 3f6e9a7f23 Version 0.18.0-rc.8 1 year ago
Dessalines 37a47de3a8 Revert "feat: re-added captcha checks (#3249)" (#3288)
This reverts commit 8a086c8240.
1 year ago
Dessalines b6cd1bde8e Fixing removed posts showing. Fixes #2875 (#3279)
* Fixing removed posts showing. Fixes #2875

* Fixing clippy.
1 year ago
Kresten Laust aea5f6a38b Reversed requirement question logic (#3283)
* Reversed requirement question logic

* Changed required state to 'true'
1 year ago
TKilFree 9537878519 feat: re-added captcha checks (#3249) 1 year ago
Sander Saarend 6d67f88603
Add support for sslmode=require for diesel-async DB connections (#3189) 1 year ago
cetra3 d7da911a48
Remove `actix_rt` & use standard tokio spawn (#3158)
* Remove `actix_rt` & use standard tokio spawn

* Adjust rust log back down

* Format correctly

* Update cargo lock

* Add DB settings

* Change name and update to latest rev

* Clean up formatting changes

* Move `worker_count` and `worker_retry_count` to settings

* Update defaults

* Use `0.4.4` instead of git branch
1 year ago
Dessalines 63d3759c48 Version 0.18.0 1 year ago
Dessalines cb3b9b1a66 Version 0.18.0-rc.8 1 year ago
Dessalines 1f1c0ad17a
Revert "feat: re-added captcha checks (#3249)" (#3288)
This reverts commit 8a086c8240.
1 year ago
Dessalines dce79b83bf
Fixing removed posts showing. Fixes #2875 (#3279)
* Fixing removed posts showing. Fixes #2875

* Fixing clippy.
1 year ago
Kresten Laust 39572e1c3e
Reversed requirement question logic (#3283)
* Reversed requirement question logic

* Changed required state to 'true'
1 year ago
TKilFree 8a086c8240
feat: re-added captcha checks (#3249) 1 year ago
Vijay Ramesh 418bca78e1
Merge branch 'main' into clear_deleted_posts_comments 1 year ago
Dessalines 60baebcb14 Version 0.18.0-rc.6 1 year ago
Nutomic ffce66abb8
Update apub library to 0.4.4 (#3258)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
kartikynwa 4f2fb68d6b
Add migration to mark local communities as such (#3257) 1 year ago
Nutomic 08e25d0e63
Remove translation part from docs links (#3260)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Nutomic 434beadb58
Use Rust 1.70 for Docker and CI (#3265) 1 year ago
ShittyKopper 862ceefc56
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
1 year ago
Óliver García Albertos 985359918f
logger: Use forwarded instead of peer IP address (#3223) 1 year ago
Vijay Ramesh 0d576a8f23
Merge branch 'main' into clear_deleted_posts_comments 1 year ago
kartikynwa ef3544bac4
Put /admin/purge routes before /admin routes (#3244) 1 year ago
Bnyro c9d1fec117
docs: Add Lemoa to lemmy projects section (#3247) 1 year ago