Commit Graph

42 Commits (a30be1ca5dd7d7ddd0128526fe2aaa878b1169ed)

Author SHA1 Message Date
Felix Ableitner 68173914ca Minor cleanup on reports PR 4 years ago
Dessalines 8fe578c958 Version v0.8.7 4 years ago
Dessalines ac75304a09 Version v0.8.6 4 years ago
Dessalines f3eebb1dfc Version v0.8.5 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
eiknat 9e604b4038 update/fix migration, add some doc
also run cargo fmt/clippy
4 years ago
eiknat 438414a64b add more details to the report views 4 years ago
eiknat 30d784c27c add mod room websocket impl 4 years ago
eiknat 2cd2a4df45 reports: split post/comment out again, add some other fixes 4 years ago
eiknat d6b1c8df2f reports: update db tables, combine api impl 4 years ago
eiknat 6d43202efb reports: initial reports api commit 4 years ago
Dessalines 08b8e9999b Merge remote-tracking branch 'yerba/main' into main 4 years ago
Dessalines 64ac4e382a Version v0.8.3 4 years ago
Felix Ableitner 06e82fe761 Add pending status for federated follows 4 years ago
Felix Ableitner 8803e7834f Enforce site and community bans for federated users 4 years ago
Dessalines 7e13970a4f Version v0.8.2 4 years ago
nutomic b7d2dac9bf Fix federation of community removal/deletion, added docs (#125)
Adding a federation test for community deletes / removes.

Add missing docs for community deletion/removal (fixes #1250)

Fix federation of community deletion/removal (fixes #1253)

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/125
4 years ago
Felix Ableitner c6c74ab1e3 Also check for ban when sending private message notification 4 years ago
Dessalines 0ea4095238 Changing docs formattin, running format. 4 years ago
eiknat fc36ae22c9
GetUserDetails doesnt return users own email (#1240)
* user: GetUserDetails doesnt return users own email

* user: rename get_user to get_user_dangerous, apply suggested changes
4 years ago
Dessalines 7ef044231f
Update cargo deps, upgrading lettre. #789 (#1234)
* Update cargo deps, upgrading lettre. #789

* Adding a comment

* Adding some better expect messages.

* Fixing lettre email.
4 years ago
Dessalines 134d66924e Version v0.8.1 4 years ago
Dessalines 18111629fa Fix invalid url error when removing icons. Fixes #1219 4 years ago
Dessalines cead2a6303 Version v0.8.0 4 years ago
Dessalines 571c71392e
Adding API and APUB URL checks for banners and icons. Fixes #1199 (#1200)
* Adding API and APUB URL checks for banners and icons. Fixes #1199

* Adding a check optional url.

* Missed a few.
4 years ago
Dessalines 907f8fff4c Updating deps. 4 years ago
Dessalines 97fc51b0cd Version v0.7.64 4 years ago
Dessalines 875b0e6f01 Version v0.7.63 4 years ago
Dessalines 03b1821586 Version v0.7.62 4 years ago
Nutomic c6c107cad1
Merge pull request #1173 from LemmyNet/password_length_check
Password length check. Fixes #1087
4 years ago
Nutomic dc18ec533e
Merge pull request #1174 from LemmyNet/add_community_name_search
Adding optional community_name field to search. Fixes #1057
4 years ago
Dessalines c348e788e4 Adding optional community_name field to search. Fixes #1057 4 years ago
Dessalines 557d476001 Password length check. Fixes #1087 4 years ago
Dessalines 04a4624f14 Changing default theme to browser from darkly. Fixes #1163 4 years ago
Dessalines 2ad137c280 Merge branch 'remove-hardcoded-https-dess' into main 4 years ago
Dessalines ada82582ef Version v0.7.61 4 years ago
Felix Ableitner 927ab1f040 Remove hardcoded usage of https (fixes #1126) 4 years ago
Dessalines 8bea13d651
More overwriteable fields (#1155)
* Adding more overwriteable fields for user. Fixes #1154

* Adding a note for bio.
4 years ago
nutomic bfed8a8be4 Dont federate embeds, but refetch them for security (#106)
Dont federate embeds, but refetch them for security (#ref 647)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/106
4 years ago
Dessalines 4de80dc29d Merge remote-tracking branch 'yerba/main' into main 4 years ago
nutomic 442369a041 Move websocket code into workspace (#107)
Adjust dockerfiles, fix cargo.toml and remove unused deps

Merge branch 'main' into move-websocket-to-workspace

Move api code into workspace

Move apub to separate workspace

Move websocket code into separate workspace

Some code cleanup

Remove websocket dependency on API

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/107
4 years ago