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
a7e231b35b
Move community to lemmy_db_schema
2020-12-21 13:28:12 +01:00
929f1d02b5
Fixing integration tests.
2020-12-20 22:27:27 -05:00
5af8257e19
Changing unit tests to api v2.
2020-12-20 16:16:57 -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
089d812dc8
Split lemmy_db into separate workspaces
2020-12-18 17:17:44 +01: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
4bf0ec94c8
Create empty inbox collections for actors (ref #1322 )
2020-12-17 14:22:51 +01:00
57c2f2ef1c
Getting rid of terrible boxedjoin types.
2020-12-16 13:59:43 -05:00
711db4c790
Removing old user_mention_view.
2020-12-16 11:09:21 -05:00
cbd02f2a87
Use correct content-type headers for apub inbox (ref #1220 )
2020-12-16 16:30:44 +01: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
2400a078d7
Merge branch 'main' into move_views_to_diesel
2020-12-05 08:10:25 -06:00
b92e7eb781
Updating cargo deps, fixing image if_some deprecation.
2020-12-04 09:00:15 -05:00
ca7224c086
Starting on siteview.
2020-12-02 13:32:47 -06:00
Dessalines
45efa94ba4
Making sure image uploads have jwt cookie. Fixes #1291 ( #1299 )
2020-12-01 17:48:39 +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
a2d80d8f2e
Generate valid RSS feed ( fixes #1274 )
2020-11-26 13:24:13 +01:00
7fe4558bee
Create empty outbox for user (ref #1220 )
2020-11-26 13:24:12 +01:00
d6493f31d9
Reduce visibility of some structs and methods (replaces #1266 )
2020-11-26 13:24:04 +01:00
eiknat
9e604b4038
update/fix migration, add some doc
...
also run cargo fmt/clippy
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
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
8803e7834f
Enforce site and community bans for federated users
2020-11-09 15:29:36 +01:00
Kenneth Koski
b3035e21ef
Parameterize docs directory ( #1245 )
...
Adds `docs_dir` setting for configurable documentation location
2020-11-01 22:21:15 -05:00
dessalines
3bf885329d
Merge pull request 'Ignore incoming activities which have been received before, add /activities
endpoint' ( #118 ) from activity-checks into main
...
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/118
2020-10-27 16:26:16 +00:00
99abc49040
Add /activities endpoint (ref #1220 )
2020-10-26 12:54:27 +01:00
e7d3905093
Remove cache headers. Fixes #1222
2020-10-22 11:53:53 -05:00
e8379cb3f7
Also return json for long accept header with profile link (ref #1216 )
2020-10-21 15:48:43 +02:00
815cf60f45
Fixing clippy.
2020-10-16 09:09:37 -05:00
c87a009b37
Altering lemmy pict-rs-v2 forwarding.
2020-10-14 11:48:10 -05:00
9bbacd38f4
Merge branch 'asonix/pict-rs-v2' of https://github.com/asonix/lemmy into asonix-asonix/pict-rs-v2
2020-10-14 10:14:25 -05:00
0dda2577e1
Refactor apub code, split up large files
2020-10-12 16:10:09 +02:00
08588c873a
pict-rs v2
2020-10-10 19:31:56 -05:00
2ad137c280
Merge branch 'remove-hardcoded-https-dess' into main
2020-10-01 12:56:04 -05:00
927ab1f040
Remove hardcoded usage of https ( fixes #1126 )
2020-09-25 17:33:00 +02:00
Dessalines
8bea13d651
More overwriteable fields ( #1155 )
...
* Adding more overwriteable fields for user. Fixes #1154
* Adding a note for bio.
2020-09-25 11:16:49 -04: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
b99b62a211
Version v0.7.59
2020-09-23 08:58:30 -05:00
2189d15e5b
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
2020-09-22 10:12:36 -05:00
66cf9ff70a
Merge remote-tracking branch 'yerba/main' into main
2020-09-22 10:12:26 -05:00
9395312079
Fixing remote subscribe result. Fixes #1144
2020-09-21 09:35:13 -05:00
9d4973829b
Add integration test to ensure that signatures are verified
2020-09-18 16:37:46 +02:00
Dessalines
7bdb1abbe6
Published user time ( #1141 )
...
* Adding published time to UserForm.
- Federates user creation time. Fixes #1140
* Check the user published time.
2020-09-18 11:04:12 +00:00
96535366c3
Running cargo fmt.
2020-09-16 08:31:30 -05:00
3fbc8b130d
Adding site checking.
2020-09-16 08:29:51 -05:00
dd93ac49a3
Merge branch 'fix/add-check-to-create-site-endpoint' of https://github.com/eiknat/lemmy into eiknat-fix/add-check-to-create-site-endpoint
2020-09-16 08:13:19 -05:00
98c086abb9
Move websocket structs into lemmy_structs (ref #1115 )
2020-09-16 13:45:31 +02:00
eiknat
d0fefca6f9
api.site: check for existing site before creating
2020-09-15 21:59:59 -04:00
Dessalines
5c6258390c
Isomorphic docker ( #1124 )
...
* Adding a way to GetComments for a community given its name only.
* Adding getcomments to api docs.
* A first pass at locally working isomorphic integration.
* Testing out cargo-husky.
* Testing a fail hook.
* Revert "Testing a fail hook."
This reverts commit 0941cf1736
.
* Moving server to top level, now that UI is gone.
* Running cargo fmt using old way.
* Adding nginx, fixing up docker-compose files, fixing docs.
* Trying to re-add API tests.
* Fixing prod dockerfile.
* Redoing nightly fmt
* Trying to fix private message api test.
* Adding CommunityJoin, PostJoin instead of joins from GetComments, etc.
- Fixes #1122
* Fixing fmt.
* Fixing up docs.
* Removing translations.
* Adding apps / clients to readme.
* Fixing main image.
* Using new lemmy-isomorphic-ui with better javascript disabled.
* Try to fix image uploads in federation test
* Revert "Try to fix image uploads in federation test"
This reverts commit a2ddf2a90b
.
* Fix post url federation
* Adding some more tests, some still broken.
* Don't need gitattributes anymore.
* Update local federation test setup
* Fixing tests.
* Fixing travis build.
* Fixing travis build, again.
* Changing lemmy-isomorphic-ui to lemmy-ui
* Error in travis build again.
Co-authored-by: Felix Ableitner <me@nutomic.com>
2020-09-15 15:26:47 -04:00