lemmy/crates/db_schema/src/source
Nutomic b96ce81f89
Move code to apub library (#1795)
* Remove dependency of apub_lib on LemmyContext

* Move ApubObject trait to library

* Reorganize files in apub lib

* Move ActorType, signatures, activity_queue to apub library
2021-10-06 16:20:05 -04:00
..
activity.rs Creating default DB forms. Fixes #1511 2021-03-20 16:59:07 -04:00
comment.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
comment_report.rs Clean up reporting (#1776) 2021-09-28 10:36:17 +00:00
community.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
community_block.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
local_user.rs Add show_new_posts_notifs setting. Fixes #1664 (#1665) 2021-07-22 20:07:40 +00:00
mod.rs Move jwt secret from config to database (fixes #1728) 2021-09-27 11:25:09 +02:00
moderator.rs Adding ModTransferCommunity to modlog in API. Fixes #1437 2021-08-17 17:52:28 -04:00
password_reset_request.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
person.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
person_block.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
person_mention.rs Strictly typing DB id fields. Fixes #1498 2021-03-18 16:25:21 -04:00
post.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
post_report.rs Clean up reporting (#1776) 2021-09-28 10:36:17 +00:00
private_message.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
secret.rs Move jwt secret from config to database (fixes #1728) 2021-09-27 11:25:09 +02:00
site.rs Making more fields optional in the API. 2021-04-23 02:30:13 -04:00