3b64c58198
Move most code into crates/ subfolder
2021-01-20 16:21:27 +01:00
1de8a4606a
A few API v2 changes based on nutomic's suggestions.
...
- Changed `edit_id` s to their type (comment_id)
- Moved websocket actions to their own file in structs and api.
- Got rid of UserViewDangerous, added UserSafeSettings.
- GetSite now returns UserSafeSettings for `my_user`.
- Got rid of `admin` field in `Register`.
2021-01-18 16:57:31 -05:00
4c681eb48b
Merge remote-tracking branch 'origin/split-db-workspace2' into move_views_to_diesel_split_2
2020-12-23 19:09:41 -05:00
58281208b9
Adding community_view to PostResponse.
...
- Changing to_vec function name.
2020-12-23 16:56:20 -05:00
95e30f0e08
Split up lemmy_db_views, put lemmy_rate_limit into lemmy_utils
2020-12-22 00:34:54 +01:00
d5efebbf47
Split lemmy_db into lemmy_db_queries, lemmy_db_aggregates and lemmy_db_views
2020-12-21 17:39:11 +01:00
1a0d1f64f0
Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split
2020-12-21 09:28:20 -05:00
5231666465
Move remaining structs from lemmy_db::source to lemmy_db_schema
2020-12-21 14:38:34 +01:00
2d7d9cf7d8
Some API cleanup, adding site_id to site aggregates.
2020-12-19 20:10:47 -05:00
f842bbff8d
Move user to lemmy_db_schema, create traits for impls
2020-12-18 19:38:32 +01:00
114f3cbfb5
Move comment, post definitions into lemmy_db_schema
2020-12-18 18:27:25 +01:00
05c3e471ae
Adding report views.
2020-12-16 22:03:03 -05:00
313f0467c8
Adding moderator views.
2020-12-16 16:28:18 -05:00
57c2f2ef1c
Getting rid of terrible boxedjoin types.
2020-12-16 13:59:43 -05:00
471abf7f29
Removing old comment_view.
2020-12-15 14:39:18 -05:00
f456f5da46
Re-organizing source tables into a different folder.
2020-12-13 12:04:42 -05:00
35bf50ab15
Removing old postview.
2020-12-11 10:27:33 -05:00
36f7b20784
Removing old communityviews
2020-12-06 09:12:51 -05:00
ca7224c086
Starting on siteview.
2020-12-02 13:32:47 -06:00
5b66e4860c
Merge remote-tracking branch 'yerba/main' into main
2020-11-27 16:00:15 -05:00
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
2020-11-27 21:00:18 +00:00
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>
2020-11-26 17:26:31 +00:00
eiknat
9e604b4038
update/fix migration, add some doc
...
also run cargo fmt/clippy
2020-11-11 15:11:52 -05:00
eiknat
438414a64b
add more details to the report views
2020-11-11 15:11:52 -05:00
eiknat
30d784c27c
add mod room websocket impl
2020-11-11 15:11:52 -05:00
eiknat
2cd2a4df45
reports: split post/comment out again, add some other fixes
2020-11-11 15:11:52 -05:00
18111629fa
Fix invalid url error when removing icons. Fixes #1219
2020-10-22 12:23:25 -05:00
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.
2020-10-15 18:23:56 +00:00
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
2020-09-24 17:43:42 +00:00
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
2020-09-24 13:53:21 +00:00