4db6585da0
Fixing some broken unit tests, not done yet.
2020-08-25 16:25:26 -04:00
447e210704
Adding uniques.
2020-08-25 12:45:47 -04:00
5b4722b66c
Adding unique ap_ids. Fixes #1100
2020-08-25 12:00:07 -04:00
8ac0fa6d6c
use proper sql functionality for upsert
2020-08-25 15:08:36 +02:00
fb88a5b3b4
added logging
2020-08-24 17:00:06 +02:00
14381fdc52
in fetcher, replace post/comment::create with upsert
2020-08-24 16:57:14 +02:00
934f83dbe4
no need to do an actual update in post/comment::upsert
2020-08-24 16:48:42 +02:00
ba1135184b
Merge branch 'main' into activity-sender
2020-08-24 15:11:51 +02:00
e135e7b466
implement upsert for user/community
2020-08-24 15:03:22 +02:00
Dessalines
2d5a50e80f
Fixing broken websocket sends. Removing WebSocketInfo ( #1098 )
2020-08-24 11:58:24 +00:00
71fd1e8508
reuse http client
2020-08-21 18:17:52 +02:00
74af8b8014
got it working
2020-08-21 17:44:28 +02:00
1b8eb9b970
attempt to use background-jobs crate
2020-08-20 18:52:48 +02:00
Dessalines
2080534744
Switch front end to use lemmy-js-client. Fixes #1090 ( #1097 )
...
* Switch front end to use lemmy-js-client. Fixes #1090
* Adding an HTTP client. Cleaning up Websocket client.
2020-08-20 10:50:26 -04:00
Dessalines
dbf231865d
Adding a few more apub tests. ( #1096 )
...
* Adding a few more apub tests.
* Fixing travis build, adding a get_post function.
2020-08-20 12:44:22 +00:00
f7f64363ea
rewrite with proper error handling and less boilerplate
2020-08-19 19:05:57 +02:00
512eeb0432
remove do_send, dont return errors from activity_sender
2020-08-19 15:11:22 +02:00
35649032c0
WIP: implement ActivitySender actor
2020-08-18 18:53:15 +02:00
e007006daf
Version v0.7.54
2020-08-18 09:43:45 -04:00
nutomic
14f2d190e5
Implement context ( #86 )
...
Implement context
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/86
2020-08-18 13:43:50 +00:00
53d449d5d7
Merge branch 'fix-federation-enabled-option' into main
2020-08-18 09:35:27 -04:00
fd2291c004
Dont send out any activities if federation is disabled ( fixes #1095 )
2020-08-18 15:12:03 +02:00
82faea7f85
Version v0.7.53
2020-08-17 16:53:50 -04:00
ae39ddf031
Fixing some formatting.
2020-08-17 16:52:01 -04:00
3301e0ba50
Merge remote-tracking branch 'yerba/main' into main
2020-08-17 16:50:21 -04:00
nutomic
ed72b096b9
Remove tests for unimplemented Crud::delete functions ( #87 )
...
Remove tests for unimplemented Crud::delete functions
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/87
2020-08-17 20:50:44 +00:00
Dessalines
c323ab5275
Added option to remove banned user data (posts, comments, communities) ( #1093 )
...
- Works for both a site-ban, and a community ban.
- Fixes #557
2020-08-17 18:12:36 +00:00
725e46da4a
Version v0.7.52
2020-08-16 11:31:09 -04:00
abadc79756
Fix community_view clippy
2020-08-16 11:27:50 -04:00
Dessalines
0a27432b65
Encode crosspost url. Fixes #1083 ( #1088 )
2020-08-16 11:05:45 -04:00
Dessalines
adeba99d38
Allow mods that aren't creators to leave the mod team. Fixes #786 ( #1091 )
2020-08-16 11:05:32 -04:00
Dessalines
7f97279c48
Fixing community search. Fixes #1084 ( #1089 )
2020-08-16 11:05:21 -04:00
dd0418af18
Version v0.7.50
2020-08-14 16:00:27 -04:00
995e56677a
Merge remote-tracking branch 'weblate/main' into main
2020-08-14 16:00:26 -04:00
2a3b475b99
Fix crash in federation tests
2020-08-14 16:50:21 +02:00
6b4eb79237
Merge remote-tracking branch 'yerba/main' into main
2020-08-13 16:26:28 -04:00
nutomic
164a9c29fe
Implement instance blocklist ( #85 )
...
Implement instance blocklist
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/85
2020-08-13 20:26:49 +00:00
Txopi
f566af0c45
Translated using Weblate (Basque)
...
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eu/
2020-08-13 16:08:10 +00:00
Dessalines
8c7c1f204c
Add a fix for double posts / comments. #1080 ( #1081 )
...
* Add a fix for double posts / comments. #1080
* Adding a comment.
* Moving upserts to lemmy_db.
2020-08-13 15:48:10 +00:00
Dessalines
1711eb98b4
Removing some unecessary unwrap. Fixes #639 ( #1078 )
...
* Removing some unecessary unwrap. Fixes #639
* Changing some location_infos.
Co-authored-by: Felix Ableitner <me@nutomic.com>
2020-08-13 15:46:31 +00:00
Dessalines
91926b2b1c
New post notifs. Fixes #1073 ( #1079 )
...
* New post notifs. Fixes #1073
* Some refactoring of browser notifs
2020-08-13 10:42:52 -04:00
nutomic
9a343cfe8b
Limit number of items read from community outbox ( #84 )
...
Limit number of items read from community outbox
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/84
2020-08-13 13:20:35 +00:00
4981eb38fb
Merge pull request #1075 from LemmyNet/fix_online_counts
...
Fixing online counts. Fixes #664
2020-08-13 11:41:45 +00:00
c19dfdae64
Fix formatting.
2020-08-12 10:45:04 -04:00
nutomic
a496d8af65
Implement undo<dislike> for activitypub ( #83 )
...
Merge branch 'main' into undo-dislike
Implement undo<dislike> for activitypub
Fix some TODOs in activitypub code
Add post_read back in, do some cleanup
Add some delete functions back in
Merge branch 'main' into remove-dead-code
Replace body of unused db functions with unimplemented!()
Remove dead code
Remove remaining usages of unwrap() from activitypub code
Remove most usage of Option::unwrap() from activitypub code
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/83
2020-08-12 14:43:45 +00:00
bb4da4da02
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
2020-08-12 08:35:02 -04:00
8ee6f852cb
Some formatting of post.rs
2020-08-12 08:31:05 -04:00
nutomic
aace1bd71e
Remove dead code ( #81 )
...
Add post_read back in, do some cleanup
Add some delete functions back in
Merge branch 'main' into remove-dead-code
Replace body of unused db functions with unimplemented!()
Remove dead code
Remove remaining usages of unwrap() from activitypub code
Remove most usage of Option::unwrap() from activitypub code
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/81
2020-08-12 12:30:52 +00:00
Dessalines
8daeba450c
Removing unnecessary oper struct. Fixes #660 ( #1077 )
2020-08-12 11:31:45 +00:00
Dessalines
d28e5245d2
Don't allow preferred usernames to start with @. Fixes #1058 ( #1076 )
...
* Don't allow preferred usernames to start with @. Fixes #1058
* Trim the preferred username.
2020-08-12 11:13:44 +00:00