Commit Graph

2626 Commits (8d12c77e26497bf94fcf9b3da609aa756bb572c8)
 

Author SHA1 Message Date
Felix Ableitner 8d12c77e26 Remove `dbg!` to avoid spamming logs 4 years ago
Felix Ableitner 8fc4e1ecfe Add logging to find bug (ref #1283)
Also simplify check_object_domain()
4 years ago
Dessalines 7d7fe5962a
Merge pull request #1285 from Whayme/patch-1
Short intro explanation, reformatted as a table
4 years ago
Scarlett 961fc9d0ce
Short intro explanation, reformatted as a table
More explanation from someone who understands the benefits of the log scale would be helpful.
4 years ago
Dessalines 5b66e4860c Merge remote-tracking branch 'yerba/main' into main 4 years ago
nutomic 3ceeecc63e Better account deletion (fixes #730) (#143)
Also clear bio

Better account deletion (fixes #730)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/143
4 years ago
Dessalines 5e10cf69b7 Merge remote-tracking branch 'yerba/main' into main 4 years ago
dessalines 050ca88085 Merge pull request 'Set valid context for our extra fields (ref #1220)' (#142) from apub-context into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/142
4 years ago
Dessalines ac330a3f7b
Adding a local RSS feed. Fixes #1279 (#1280)
* Adding a local RSS feed. Fixes #1279

* Shorten get_local_feed and get_all_feed functions

* Making the enum params the same.

Co-authored-by: Felix Ableitner <me@nutomic.com>
4 years ago
Dessalines 01a14e3b3c
Change references of dev.lemmy.ml to lemmy.ml (#1281)
* Change references of dev.lemmy.ml to lemmy.ml

* Remove the dev.lemmy.ml refs in RELEASES.md
4 years ago
Felix Ableitner a30be1ca5d Merge branch 'eiknat-feature/add-reporting-backend' into main 4 years ago
Felix Ableitner 68173914ca Minor cleanup on reports PR 4 years ago
Felix Ableitner f070b1823d Make changes on `content` field backwards compatible 4 years ago
Dessalines 2b5feca806 Trying out cargo chef and a travis docker image cache. (#1238)
* Trying out cargo chef and a travis docker image cache.

* trying to change internal target.

* Use latest cargo-chef with --target

* Remove caching for now.

* Adding back in chowns

* Adding back in cache.

* Remove travis caching.

* Switching dev dockerfile to match prod, using cargo-chef and alpine.

* Make travis happy

* Trying a chown rust.

* Caching cargo-chef first.

* Moving the chowns

* Removing many copy commands.

* Go back to rust 1.47.0 due to config-rs breaking.

* Adding the old volume mount version.

* Adding some script comments.

Co-authored-by: Luca Palmieri <lpalmieri@truelayer.com>
4 years ago
Felix Ableitner d75f621152 Populate `content` with HTML, and `source` with markdown (ref #1220) 4 years ago
Felix Ableitner 8bdbda1db9 Remove clap dependency 4 years ago
Felix Ableitner a2d80d8f2e Generate valid RSS feed (fixes #1274) 4 years ago
Felix Ableitner 8b5289d5c7 Add TODO about populating user outbox 4 years ago
Dessalines 8fe578c958 Version v0.8.7 4 years ago
Dessalines ac75304a09 Version v0.8.6 4 years ago
Felix Ableitner 7fe4558bee Create empty outbox for user (ref #1220) 4 years ago
Dessalines f3eebb1dfc Version v0.8.5 4 years ago
Felix Ableitner 250dcc26be For community_name API parameters, only search locally (fixes #1271) 4 years ago
Felix Ableitner 11fdef56db Dont handle activities twice in inbox 4 years ago
Felix Ableitner d6493f31d9 Reduce visibility of some structs and methods (replaces #1266) 4 years ago
Dessalines 8b8d47f6f5 Version v0.8.4 4 years ago
Felix Ableitner aaa3fc08af Add user_inbox check that activities are really addressed to local users 4 years ago
dessalines 9707de4d4a Merge pull request 'Populate `content` with HTML, and `source` with markdown (ref #1220)' (#141) from apub-media-type2 into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/141
4 years ago
Felix Ableitner a7b72ed5c4 Set valid context for our extra fields (ref #1220) 4 years ago
Felix Ableitner b2288fcb9a Make changes on `content` field backwards compatible 4 years ago
Felix Ableitner e0e23c2f9d Merge branch 'main' into apub-media-type2 4 years ago
Felix Ableitner cd3f20e49b Populate `content` with HTML, and `source` with markdown (ref #1220) 4 years ago
dessalines 1e187ab4f8 Merge pull request 'Remove clap dependency' (#139) from remove-clap2 into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/139
4 years ago
Felix Ableitner aaeb852f23 Remove clap dependency 4 years ago
Dessalines d26a7ad337
Trying out cargo chef and a travis docker image cache. (#1238)
* Trying out cargo chef and a travis docker image cache.

* trying to change internal target.

* Use latest cargo-chef with --target

* Remove caching for now.

* Adding back in chowns

* Adding back in cache.

* Remove travis caching.

* Switching dev dockerfile to match prod, using cargo-chef and alpine.

* Make travis happy

* Trying a chown rust.

* Caching cargo-chef first.

* Moving the chowns

* Removing many copy commands.

* Go back to rust 1.47.0 due to config-rs breaking.

* Adding the old volume mount version.

* Adding some script comments.

Co-authored-by: Luca Palmieri <lpalmieri@truelayer.com>
4 years ago
dessalines 911b26f163 Merge pull request 'Generate valid RSS feed (fixes #1274)' (#136) from valid-rss into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/136
4 years ago
Felix Ableitner 8920f439ce Generate valid RSS feed (fixes #1274) 4 years ago
Felix Ableitner 405ea38959 Add TODO about populating user outbox 4 years ago
Dessalines bffc82f752 Version v0.8.7 4 years ago
Dessalines e2693a4192 Version v0.8.6 4 years ago
Dessalines c7740a7ac5 Merge remote-tracking branch 'yerba/main' into main 4 years ago
dessalines c038acea5b Merge pull request 'Create empty outbox for user (ref #1220)' (#135) from user-outbox into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/135
4 years ago
Felix Ableitner 48f506277a Create empty outbox for user (ref #1220) 4 years ago
Dessalines b8dc3c11c1 Version v0.8.5 4 years ago
dessalines f0e3303aeb Merge pull request 'For community_name API parameters, only search locally (fixes #1271)' (#134) from community-name-local into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/134
4 years ago
Felix Ableitner 1ba1e466f7 For community_name API parameters, only search locally (fixes #1271) 4 years ago
dessalines eb690fc39c Merge pull request 'Dont handle activities twice in inbox' (#133) from inbox-deduplicate-handling into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/133
4 years ago
Felix Ableitner 14bf45d099 Dont handle activities twice in inbox 4 years ago
dessalines eee394cf85 Merge pull request 'Reduce visibility of some structs and methods (replaces #1266)' (#132) from reduce-visibility into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/132
4 years ago
Felix Ableitner 8675fed49c Reduce visibility of some structs and methods (replaces #1266) 4 years ago