Commit Graph

4174 Commits (28116f8a5a44445b35bfe03a5602a4f166342778)
 

Author SHA1 Message Date
dull b 28116f8a5a Fix lib.rs 1 year ago
dull b 9ec77d041e Fix routes::feeds 1 year ago
dull b 0613cf8384 Remove unused perma deleted text 1 year ago
dull b 07bad4c4c3 Fix get_comment_parent_creator 1 year ago
dull b b375b693be Fix fetch_local_site_data 1 year ago
dull b 53a1837f38 Revert "Revert "Fix apub::api::resolve_object""
This reverts commit 96ed8bf2e9.
1 year ago
dull b 017ffd7ef9 Revert "Revert "Fix apub::activities::block""
This reverts commit 2ee206af7c.
1 year ago
dull b d74374b8fd Revert "Revert "Fix api_common::utils""
This reverts commit f740f115e5.
1 year ago
dull b f740f115e5 Revert "Fix api_common::utils"
This reverts commit 7dc73de613.
1 year ago
dull b 2ee206af7c Revert "Fix apub::activities::block"
This reverts commit 3b02389abd.
1 year ago
dull b 96ed8bf2e9 Revert "Fix apub::api::resolve_object"
This reverts commit 3e4059aabb.
1 year ago
dull b 0a8d1f8caf Revert "Fix some things"
This reverts commit 2bf8574bc8.
1 year ago
dull b 2bf8574bc8 Fix some things 1 year ago
dull b 3e4059aabb Fix apub::api::resolve_object 1 year ago
dull b 3b02389abd Fix apub::activities::block 1 year ago
dull b 7dc73de613 Fix api_common::utils 1 year ago
dull b 29b00d7ae8 Merge remote-tracking branch 'upstream/main' into db-traits-refactor 1 year ago
Dessalines f0e487f18a
300 comment limit. (#3306)
* 300 comment limit.

* Another fix.
1 year ago
Dessalines 7a04971ecd Version 0.18.1-rc.9 1 year ago
dull b 350fba29a8 fix 1 year ago
dull b 50ab303c42 Merge remote-tracking branch 'upstream/main' into db-traits-refactor 1 year ago
dull b 2c47ac35a0 fix 1 year ago
JP Moresmau bbca6ef6dc
Do not decrement comment score twice when removing then deleting. (#3196)
Fixes #3004

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
dull b 8f46003ebc Merge remote-tracking branch 'upstream/main' into db-traits-refactor 1 year ago
perillamint 696cca4ce4
Remove excessive content_type header configuration (#3470) 1 year ago
dull b cf827b4d22 try to make ci start 1 year ago
dullbananas 243b777384
Merge branch 'main' into db-traits-refactor 1 year ago
Dessalines 935b0bf048
Adding rest of community sorts. Fixes #3374 (#3376)
* Adding rest of community sorts. Fixes #3374

* Addressing PR comments.
1 year ago
dullbananas 37bf1843c9
Merge branch 'main' into db-traits-refactor 1 year ago
Nutomic e1494d4683
Dont compare db string errors (fixes #1393) (#3424)
* Dont compare db string errors (fixes #1393)

* cargo fmt

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
1 year ago
Simon Bordeyne b8ee9315bc
Add Open links in new tab setting (#3318)
* Add Open links in new tab setting

* reorder because it fixes tests ?
1 year ago
David BELEY efe98158c0
Fix awesome-lemmy owner (#3469) 1 year ago
David BELEY 050216eed9
Add awesome-lemmy to LemmyNet? (#3413)
* Add LemmyNet/awesome-lemmy

* Delete other apps/projects from README.md
1 year ago
Nutomic cb91eedd24
Use serde(skip) instead of skip_serializing, add placeholder values (#3362)
* Use serde(skip) instead of skip_serializing

The latter breaks lemmy_crawler as the field is not included in
the Lemmy API, but is required when attempting to parse API responses.
Should only use serde(skip) to avoid this problem

* use option

* add placeholders

* no unwrap
1 year ago
Nutomic 6405761891
Mark follow as pending when subscribing to remote community (fixes #3384) (#3406) 1 year ago
Felix Ableitner fc60b82f82 Fix formatting for latest nightly (#ref 3467) 1 year ago
Nutomic 3578dab67f
Remove PerformApub trait (#3423)
* Remove PerformApub trait

This is completely useless now that websocket is gone. In the future
I also plan to remove Perform and PerformCrud traits, but it will be
difficult to do that while still compiling crates in parallel.

* params need to use query
1 year ago
drumlinish 682ca55e0c
Fix quoting of max-file in docker-compose.yml (#3442) 1 year ago
dull b 41d7c72f41 Re-run CI 1 year ago
dull b 0957e2b319 Fix stuff 1 year ago
dull b 0d9db43b0a Remove more `&mut *` 1 year ago
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