Commit graph

443 commits

Author SHA1 Message Date
f7330bf062 Implement create activity 2020-04-09 21:04:31 +02:00
1836d017f9 Simplify fetch_posts code 2020-04-08 18:39:45 +02:00
507686eaf7 Use instance struct instead of raw string 2020-04-08 18:22:44 +02:00
3320c2d651 Use Url instead of String 2020-04-08 14:37:05 +02:00
45d13145b5 Some refactoring of puller.rs 2020-04-08 14:08:33 +02:00
2c7d1caee6 Improve error handling 2020-04-08 13:23:59 +02:00
d3138f1dc9 Get users federated 2020-04-07 23:02:32 +02:00
eab4edc246 remove debug log for post creation 2020-04-07 19:13:33 +02:00
cca3a52856 Store remote communities/posts in db, federate posts! 2020-04-07 18:47:19 +02:00
3b18808434 Revert apub endpoint change (again) 2020-04-07 17:34:44 +02:00
77fbecf930 Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines/lemmy into federation 2020-04-07 17:33:50 +02:00
be1f5c4128 Set accept header and timeout for outgoing apub requests 2020-04-07 17:29:23 +02:00
Dessalines
64e4b28007 Removing community name unique constraint. Removing useless fedi_name column from user_table. 2020-04-07 10:54:15 -04:00
cd83fcb03e Revert apub endpoint url changes 2020-04-07 13:21:30 +02:00
Dessalines
1ea15c549d Adding post and comment ap_id columns. 2020-04-03 20:04:57 -04:00
Dessalines
37036e68b5 Version v0.6.45 2020-04-03 14:44:30 -04:00
786b3c7208 Move and rename some functions 2020-04-03 18:32:09 +02:00
75dbfeef4f Avoid using database views in federation code 2020-04-03 11:00:24 +02:00
6f4ba8be26 Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines/lemmy into federation 2020-04-03 07:24:46 +02:00
5f2d58bd26 Share list of communities over apub, some refactoring 2020-04-03 07:02:43 +02:00
Dessalines
705ac32c93 Federation DB Changes.
- Creating an activity table.
- Adding some federation-related columns to the user_ and community
  tables.
- Generating the actor_id and keys in code, updating the tables.
2020-04-03 00:12:05 -04:00
Dessalines
0892e7dbe2 Merge branch 'master' into federation 2020-04-02 15:11:11 -04:00
Dessalines
f907420ec5 Merge branch 'nutomic-auto-setup' into dev 2020-03-31 16:29:57 -04:00
c12fd12d9c Automatic instance setup based on config variables (fixes #404) 2020-03-29 00:13:13 +01:00
Dessalines
b0affad981 Changing markdown parser to comrak. Moving crate imports to lib.rs. 2020-03-28 18:02:49 -04:00
Dessalines
b78f00b4e2 Merge branch 'master' into federation 2020-03-28 15:41:42 -04:00
0090ae63e5 Convert md to html for feeds, try to deduplicate code 2020-03-28 16:56:20 +01:00
Dessalines
844b31a507 Version v0.6.44 2020-03-24 10:47:38 -04:00
Dessalines
52b062720f Version v0.6.43 2020-03-21 10:38:42 -04:00
Dessalines
df1445f0e4 Version v0.6.42 2020-03-20 19:33:11 -04:00
cbb1de537f Merge branch 'federation' of ssh://yerbamate.dev:222/nutomic/lemmy into federation 2020-03-20 10:47:46 +01:00
c6d7786afb Replace reqwest with chttp 2020-03-20 01:42:07 +01:00
6836f26d9a Adjust for updated Rust version 2020-03-19 19:01:01 +01:00
5976006859 Populate post data from apub 2020-03-19 17:27:13 +01:00
Dessalines
b13febd34a Version v0.6.41 2020-03-19 12:17:26 -04:00
Dessalines
b797c2b3ae Version v0.6.40 2020-03-19 00:53:34 -04:00
Dessalines
72a50aae07 Updating chttp to isahc. 2020-03-18 23:11:37 -04:00
Dessalines
43b954c5af Updating rust, rust deps, yarn deps. Fixes #605 2020-03-18 22:30:16 -04:00
56e4bfd556 Merge branch 'federation' of https://yerbamate.dev/nutomic/lemmy into federation 2020-03-18 20:16:40 -05:00
5f6cf64fc7 Upgraded to latest activitystreams 2020-03-18 20:16:17 -05:00
e823f55495 Merge branch 'master' into federation 2020-03-18 22:51:34 +01:00
af189c59f3 Rewrite federation settings 2020-03-18 22:09:00 +01:00
c95165b01a Read remote nodeinfo before doing anything 2020-03-18 16:08:08 +01:00
0cfb0da9cd Serve post data in apub format, some cleanup 2020-03-16 19:19:04 +01:00
48d237beb2 Remove boilerplate code 2020-03-16 18:30:25 +01:00
6dac23b887 Implemented basics for post federation, plus a bunch of other stuff 2020-03-14 22:03:05 +01:00
61107b6546 Move apub related code from websocket into api package 2020-03-14 13:15:23 +01:00
f3ab32bada WIP: federate posts between instances 2020-03-14 01:05:42 +01:00
Dessalines
902676a9f8 Adding full logging. 2020-03-13 11:08:42 -04:00
463d917f16 Merge branch 'master' into federation 2020-03-12 12:34:37 +01:00
2aa3353b98 Proper error logging for websocket 2020-03-12 12:03:04 +01:00
e7d13958d8 Federate follower count, use string id for community 2020-03-12 03:35:32 +01:00
6f9c398c88 updated to activitystreams 0.4.0-alpha.3 2020-03-12 01:01:25 +01:00
6feef5407b use urls for id again, more comments 2020-03-11 18:26:58 +01:00
da21e4e1c3 improved community federation (wip) 2020-03-11 12:29:10 +01:00
Dessalines
c8e19fa7bf Version v0.6.39 2020-03-09 23:26:15 -04:00
Dessalines
d932aaa27f Version v0.6.38 2020-03-09 23:24:06 -04:00
Dessalines
760bf3c77f Version v0.6.37 2020-03-09 23:22:24 -04:00
Dessalines
73cd755788 Version v0.6.36 2020-03-09 23:21:24 -04:00
Dessalines
3c578d8420 Version v0.6.35 2020-03-09 23:20:13 -04:00
Dessalines
ed57418e91 Version v0.6.34 2020-03-09 23:16:19 -04:00
Dessalines
43cbc3de1f Merge branch 'yerba_master' 2020-03-09 12:54:22 -04:00
nutomic
8431f53805 Move volumes into subfolder (ref #474) (#23)
Change ports and container names

Move volumes into subfolder (ref #474)

Merge pull request #587 from StaticallyTypedRice/patch-2

Clarify that content violating this code of conduct will likely be removed.
Clarify that content violating this code of conduct will likely be removed.

Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct.

Co-authored-by: Felix <me@nutomic.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-03-09 16:50:28 +00:00
Dessalines
ac95bdd8b5 Adding community title and description searching. Fixes #589 2020-03-08 19:14:52 -04:00
Dessalines
c5e9e9b674 Version v0.6.33 2020-03-08 00:46:15 -05:00
Dessalines
cfdf33b9d5 Version v0.6.32 2020-03-07 22:02:25 -05:00
Dessalines
072952e1a6 Running cargo update. 2020-03-07 19:52:00 -05:00
Dessalines
966a6fc70b Iframely and pictshare backend mostly done. 2020-03-07 18:31:13 -05:00
Dessalines
52f5178649 Version v0.6.31 2020-03-06 15:08:04 -05:00
Dessalines
585da4e911 Version v0.6.30 2020-03-06 13:24:12 -05:00
Dessalines
5418d45a82 Remove email from GetUserDetails when not same user. Fixes #579 2020-03-05 15:46:33 -05:00
b7ed716659 comment 2020-03-05 16:02:53 +01:00
f9494c2542 Revert "pull in activitypub library"
This reverts commit a52a954eb4.
2020-03-05 11:32:29 +01:00
Dessalines
6ebdf610d4 Version v0.6.29 2020-03-01 18:26:17 -05:00
Dessalines
0a09d07231 Version v0.6.28 2020-02-29 22:24:00 -05:00
Dessalines
d892a4f28c Version v0.6.27 2020-02-29 15:28:30 -05:00
Dessalines
a308b3579d Version v0.6.26 2020-02-29 13:10:28 -05:00
70995dab8c Various minor federation improvements 2020-02-29 18:38:47 +01:00
a52a954eb4 pull in activitypub library 2020-02-29 12:42:44 +01:00
9dcfe835a9 Some federation improvements 2020-02-29 03:11:39 +01:00
0d9598155b Merge branch 'master' into federation 2020-02-29 00:47:37 +01:00
Dessalines
6e6cfa9cf8 Version v0.6.25 2020-02-27 13:16:30 -05:00
Dessalines
6cde97836b Version v0.6.24 2020-02-19 13:35:58 -05:00
Dessalines
beec263ae6 Version v0.6.23 2020-02-18 12:37:35 -05:00
Dessalines
b79ec0cc1b Version v0.6.22 2020-02-17 16:11:49 -05:00
Dessalines
a0e0c3edab Version v0.6.21 2020-02-17 14:38:16 -05:00
Dessalines
d6eeabd73b Version v0.6.20 2020-02-17 13:04:53 -05:00
Dessalines
225bc0cca7 Merge branch 'master' of https://github.com/dessalines/lemmy 2020-02-17 11:21:04 -05:00
Dessalines
be83e99334 Version v0.6.19 2020-02-16 14:26:39 -05:00
Richard
a04b360d91 changed permissions from db-init.sh to be able to run 2020-02-14 21:30:06 +01:00
Dessalines
ee2c6e0850 Version v0.6.18 2020-02-14 10:12:40 -05:00
Dessalines
9237226585 Version v0.6.17 2020-02-09 15:08:51 -05:00
Dessalines
036d6260bb Adding instant voting / vote animations. Fixes #526 2020-02-09 15:04:41 -05:00
Dessalines
469594fac8 Fixing some technical debt. Fixes #524 2020-02-08 23:20:11 -05:00
Dessalines
841a86a666 Version v0.6.16 2020-02-08 11:44:16 -05:00
Dessalines
74aa161ff6 Change post sorting hot rank to use newest comment time. Fixes #517 2020-02-08 11:16:58 -05:00
Dessalines
8c5a510cfc Version v0.6.15 2020-02-07 23:50:33 -05:00
Dessalines
049556f146 Add new comments views to main and community pages. Fixes #480 2020-02-07 23:05:15 -05:00
Dessalines
1e157decec Version v0.6.14 2020-02-07 11:28:20 -05:00
Dessalines
65145b719c Adding post body searching. Fixes #507 2020-02-07 11:17:15 -05:00