Commit Graph

2952 Commits

Author SHA1 Message Date
Dessalines
e5a65d5807 Upgrading deps. 2020-12-21 09:34:59 -05:00
Dessalines
1a0d1f64f0 Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split 2020-12-21 09:28:20 -05:00
Felix Ableitner
bd06dd53e3 remove timing files added by accident 2020-12-21 14:53:27 +01:00
Felix Ableitner
5231666465 Move remaining structs from lemmy_db::source to lemmy_db_schema 2020-12-21 14:38:34 +01:00
Felix Ableitner
a7e231b35b Move community to lemmy_db_schema 2020-12-21 13:28:12 +01:00
Dessalines
e25436576a Fixing some clippy warnings. 2020-12-20 23:00:33 -05:00
Dessalines
8e1f41f1e4 Removing cargo check from drone, clippy already runs check. 2020-12-20 22:50:43 -05:00
Dessalines
04ce64e9b6 Adding to clippy 2020-12-20 22:42:29 -05:00
Dessalines
2aa8de87b2 Trying other drone checks. 2020-12-20 22:37:01 -05:00
Dessalines
929f1d02b5 Fixing integration tests. 2020-12-20 22:27:27 -05:00
Dessalines
d767dd998e Merge branch 'drone-io-dess' into move_views_to_diesel_drone 2020-12-20 21:48:29 -05:00
Dessalines
5af8257e19 Changing unit tests to api v2. 2020-12-20 16:16:57 -05:00
Dessalines
a27b7f8d1f Fix site aggs. 2020-12-20 00:09:20 -05:00
Dessalines
2d7d9cf7d8 Some API cleanup, adding site_id to site aggregates. 2020-12-19 20:10:47 -05:00
Felix Ableitner
f842bbff8d Move user to lemmy_db_schema, create traits for impls 2020-12-18 19:38:32 +01:00
Felix Ableitner
114f3cbfb5 Move comment, post definitions into lemmy_db_schema 2020-12-18 18:27:25 +01:00
Dessalines
3f36730dba Fixing unit tests. 2020-12-18 12:25:27 -05:00
Felix Ableitner
089d812dc8 Split lemmy_db into separate workspaces 2020-12-18 17:17:44 +01:00
Dessalines
9d0709dfe8 Trying again. 2020-12-17 21:55:15 -05:00
Dessalines
2e5297e337 Trying again. 2020-12-17 21:36:59 -05:00
Dessalines
5c266302c5 Adding unfollows. 2020-12-17 21:10:20 -05:00
Dessalines
6cc148f6a6 Trying again. 2020-12-17 16:02:35 -05:00
Dessalines
1607930d07 Trying again. 2020-12-17 16:00:51 -05:00
Dessalines
1a4e2f4770 Trying again. 2020-12-17 15:59:25 -05:00
Dessalines
caaf6b178b Trying again. 2020-12-17 15:35:28 -05:00
Dessalines
6d96f105c6 Dropping the unecessary views and table triggers. 2020-12-17 15:29:10 -05:00
Dessalines
583808d5e7 Trying again. 2020-12-17 14:59:53 -05:00
Dessalines
5768a4eda7 Trying again. 2020-12-17 14:36:22 -05:00
Dessalines
4997d4b0b5 Trying again. 2020-12-17 14:23:15 -05:00
Dessalines
179709cc09 Fixing drone tests. 2020-12-17 14:01:33 -05:00
dessalines
44b72ccbd6 Merge pull request 'Create empty inbox collections for actors (ref #1322)' (#151) from actor-inbox into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/151
2020-12-17 14:51:23 +00:00
dessalines
5b2fb07e44 Merge pull request 'Use correct content-type headers for apub inbox (ref #1220)' (#150) from inbox-headers into main
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/150
2020-12-17 14:44:08 +00:00
Dessalines
4c79e26078 Updating deps. 2020-12-17 09:13:12 -05:00
Felix Ableitner
4bf0ec94c8 Create empty inbox collections for actors (ref #1322) 2020-12-17 14:22:51 +01:00
Dessalines
4f5e51beb5 Removing fast tables and old views. 2020-12-16 22:42:25 -05:00
Dessalines
05c3e471ae Adding report views. 2020-12-16 22:03:03 -05:00
Dessalines
1cf520254d Adding private message view. 2020-12-16 17:16:48 -05:00
Dessalines
313f0467c8 Adding moderator views. 2020-12-16 16:28:18 -05:00
Dessalines
bd6a4a54a9 Merge branch 'main' into move_views_to_diesel 2020-12-16 14:01:16 -05:00
Dessalines
57c2f2ef1c Getting rid of terrible boxedjoin types. 2020-12-16 13:59:43 -05:00
Felix Ableitner
db0a51de2a Handle long activitystreams header in nginx config (ref #1322) 2020-12-16 18:24:14 +01:00
Dessalines
711db4c790 Removing old user_mention_view. 2020-12-16 11:09:21 -05:00
Felix Ableitner
cbd02f2a87 Use correct content-type headers for apub inbox (ref #1220) 2020-12-16 16:30:44 +01:00
eiknat
036161cb38
add on_conflict clauses to common unique constraint failures (#1264)
* add on_conflict clauses to common unique constraint failures

* user mention: change create conflict to do_update
2020-12-16 09:42:57 -05:00
Nutomic
c947539301
Add docs for creating custom lemmy frontend (#1319) 2020-12-16 09:03:21 -05:00
Dessalines
471abf7f29 Removing old comment_view. 2020-12-15 14:39:18 -05:00
Dessalines
e4714627a4 Beginning to add new comment_view. 2020-12-15 10:28:25 -05:00
Felix Ableitner
998e824bd8 Add IP forwarding headers to nginx config (fixes #1318) 2020-12-15 15:01:37 +01:00
Felix Ableitner
e492cce206 Allow running docker-less federation tests locally 2020-12-15 14:58:11 +01:00
Felix Ableitner
d5955b60c0 silence lemmy output in federation logs 2020-12-14 18:01:12 +01:00