lemmy/crates/apub/src/objects
Nutomic 93225e5ddf
Error enum fixed (#3487)
* Create error type enum

* Replace magic string slices with LemmyErrorTypes

* Remove unused enum

* Add rename snake case to error enum

* Rename functions

* clippy

* Fix merge errors

* Serialize in PascalCase instead of snake_case

* Revert src/lib

* Add serialization tests

* Update translations

* Fix compilation error in test

* Fix another compilation error

* Add code for generating typescript types

* Various fixes to avoid breaking api

* impl From<LemmyErrorType> for LemmyError

* with_lemmy_type

* trigger ci

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-10 16:50:07 +02:00
..
comment.rs Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
community.rs improve performance of community followers inbox query (#3482) 2023-07-05 11:50:26 -04:00
instance.rs Cache federation blocklist (#3486) 2023-07-05 11:08:02 -04:00
mod.rs Update apub library to 0.4.4 (#3258) 2023-06-22 08:35:12 -04:00
person.rs Cache federation blocklist (#3486) 2023-07-05 11:08:02 -04:00
post.rs Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
private_message.rs Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00