eef93440d0
Starting to add post_view.
2020-12-10 15:53:49 -05:00
dabcfca67b
Adding tests for current aggregates.
2020-12-09 11:52:10 -05:00
46e38bf714
Merge branch 'main' into move_views_to_diesel
2020-12-08 13:17:55 -05:00
08ab85a9d5
Remove logging to find bug (yerbamate.ml/LemmyNet/lemmy/pulls/146)
2020-12-08 12:48:18 -05:00
9cc1cfc973
Apub local object handling ( #1297 )
...
* Limit visibility of some traits and methods
* WIP: alternative way to handle non-local object parsing
* finish this
* cleanup
* Move check for locked post into Comment::from_apub()
* Mark user as updated after fetching
* Should set last_refreshed_at, not updated
* Add ApubObject trait in DB, with method read_from_apub_id()
* Create shared, generic implementation for `FromApub`, prefer local data
* Check for community ban when parsing post/comment (fixes #1287 )
* Fix tests (changes in get_object_from_apub() prevented `Update` from working)
* Support parsing `like.object` either as URL or object
* Send out like.object as URL, instead of full object (fixes #1283 )
* add todo
2020-12-08 12:38:48 -05:00
e371ec1dc4
Adding user aggregates tests.
2020-12-07 15:58:53 -05:00
9884927b8a
Adding site aggregates unit test.
2020-12-06 22:17:52 -05:00
f5bef3980a
Adding hot rank function, possibly fixing views.
2020-12-06 16:44:36 -05:00
36f7b20784
Removing old communityviews
2020-12-06 09:12:51 -05:00
5e510e7a67
Adding other community views.
2020-12-05 23:37:16 -05:00
caedb7fcc4
Community view halfway done.
2020-12-05 22:49:15 -05:00
2400a078d7
Merge branch 'main' into move_views_to_diesel
2020-12-05 08:10:25 -06:00
028d1d0efc
Userview safe updated.
2020-12-04 23:18:30 -05:00
efdcbc44c4
Starting to work on community view, 2
2020-12-04 16:35:46 -05:00
88d7b0a83c
Starting to work on community view
2020-12-04 11:29:44 -05:00
b92e7eb781
Updating cargo deps, fixing image if_some deprecation.
2020-12-04 09:00:15 -05:00
2d4099577f
Removing old user_view.
2020-12-03 19:47:58 -05:00
6d8f93d8a1
More user aggregates.
2020-12-03 13:39:56 -05:00
d66f4e8ac0
Finishing up user aggregates.
2020-12-03 10:18:17 -05:00
5d44dedfda
Merge branch 'main' into move_views_to_diesel
2020-12-03 09:34:45 -05:00
7731479607
Adding SiteAggregates.
2020-12-02 22:39:31 -05:00
8a0336c2ff
Fixing community local filter. #1302
2020-12-02 16:04:13 -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
68173914ca
Minor cleanup on reports PR
2020-11-26 13:28:58 +01:00
250dcc26be
For community_name API parameters, only search locally ( fixes #1271 )
2020-11-26 13:24:12 +01:00
aaa3fc08af
Add user_inbox check that activities are really addressed to local users
2020-11-26 13:22:16 +01: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
070efe72af
add current context for reports
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
eiknat
e8e0890341
db: fix a few comments i missed
2020-11-11 15:11:52 -05:00
eiknat
d6b1c8df2f
reports: update db tables, combine api impl
2020-11-11 15:11:52 -05:00
eiknat
6d43202efb
reports: initial reports api commit
2020-11-11 15:11:52 -05:00
964d95de5c
Fix unit tests
2020-11-11 17:28:30 +01:00
06e82fe761
Add pending status for federated follows
2020-11-10 16:45:10 +01:00
8803e7834f
Enforce site and community bans for federated users
2020-11-09 15:29:36 +01:00
nutomic
7c51a36012
In activity table, remove user_id
and add sensitive
( #127 )
...
Forgot to add migrations
Add `sensitive` column to activities table, so PMs arent served over HTTP
Remove user_id column from actvity table
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/127
2020-11-06 13:06:47 +00:00
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
2020-10-30 18:19:47 -04:00
6d17d5ead2
Ignore incoming activities which have been received before (ref #1220 )
2020-10-23 14:29:56 +02:00
1c8913090d
Fixing post community filter. Fixes #1187
2020-10-09 13:09:00 -05:00
0b4ecdfc05
Fixing a bug with stickied order.
2020-10-08 18:33:54 -05:00
Dessalines
8d0580461b
Merge pull request #1180 from LemmyNet/no_conflict_triggers
...
No send blocked and no conflict triggers
2020-10-08 14:51:04 -04:00
Dessalines
f5184ce749
Fixing local filter, fixes #1181 ( #1182 )
2020-10-08 11:10:10 -04:00
c08d891742
Merge branch 'main' into no_conflict_triggers
2020-10-07 20:57:29 -05:00
b4c730e537
Revert "Removing on_conflict as it may not work with table triggers (user_fast, etc)"
...
This reverts commit db7027a367
.
2020-10-07 19:08:06 -05:00
db7027a367
Removing on_conflict as it may not work with table triggers (user_fast, etc)
2020-10-06 12:31:16 -05:00