Commit Graph

5 Commits (114f3cbfb5fc7b752fe52fa47143518c2a1172fb)

Author SHA1 Message Date
Felix Ableitner 114f3cbfb5 Move comment, post definitions into lemmy_db_schema 4 years ago
Dessalines f456f5da46 Re-organizing source tables into a different folder. 4 years ago
Nutomic 9cc1cfc973
Apub local object handling (#1297)
* Limit visibility of some traits and methods

* WIP: alternative way to handle non-local object parsing

* finish this

* cleanup

* Move check for locked post into Comment::from_apub()

* Mark user as updated after fetching

* Should set last_refreshed_at, not updated

* Add ApubObject trait in DB, with method read_from_apub_id()

* Create shared, generic implementation for `FromApub`, prefer local data

* Check for community ban when parsing post/comment (fixes #1287)

* Fix tests (changes in get_object_from_apub() prevented `Update` from working)

* Support parsing `like.object` either as URL or object

* Send out like.object as URL, instead of full object (fixes #1283)

* add todo
4 years ago
Felix Ableitner 695272f980 Create rustdoc for activitypub code 4 years ago
Felix Ableitner 0dda2577e1 Refactor apub code, split up large files 4 years ago