summaryrefslogtreecommitdiffstats
path: root/src/entities
AgeCommit message (Expand)Author
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2020-04-07add documentation to metadata fieldsJennifer Glauche
2020-04-07make MetadataFields be publicJennifer Glauche
2019-04-30account: Properly mark nullable source fieldsChristopher Davis
2019-04-25Fix Card entity to take a number for width x heightPaul Woolcock
2019-03-10Add `card` to `Status` entityPaul Woolcock
2019-03-06Initial commit of streaming supportPaul Woolcock
2019-03-06Fix panic if there are < page number of resultsPaul Woolcock
2019-03-05Add `derive(PartialEq)` to all entitiesPaul Woolcock
2018-09-19Make a couple new masto properties optionalPaul Woolcock
2018-09-18Pleroma doesn't have a `fields` field herePaul Woolcock
2018-09-14Add the "endorsements" endpoints from mastodon 2.5.0Paul Woolcock
2018-09-14Keyword/filtering APIPaul Woolcock
2018-09-10Adds the `replies_count` property to StatusPaul Woolcock
2018-09-10Add methods & data structures for all the "push" endpointsPaul Woolcock
2018-09-07Implement a method for `GET /api/v2/search`Paul Woolcock
2018-09-06POST /.../unfollow returns a Relationship, not an AccountPaul Woolcock
2018-09-04Allow the user to update their profile metadata fieldsPaul Woolcock
2018-09-01Add a test for UpdateCredentials::buildPaul Woolcock
2018-09-01feat(update_credentials): Implement UpdateCredsRequestPaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-28Add some more lints, and fix the compile errors they generatePaul Woolcock
2018-08-27Add `max_toot_chars` to the Instance modelPaul Woolcock
2018-08-27Add test for entities::AccountPaul Woolcock
2018-08-27Credientials -> CredentialsPaul Woolcock
2018-08-24These are not always present, make them Option<>sPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Introduce HttpSend trait for converting `Request` -> `Response`Paul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-22Reduce the visibility of ItemsIter and add docs to items_iterPaul Woolcock
2018-08-22Make the `Meta` fields optionalPaul Woolcock
2018-08-22This field can be `true/false` or `"true"/"false"`Paul Woolcock
2018-08-22make apps::prelude and use the preludes in the testsPaul Woolcock
2018-08-22Change `Mastodon::from_data` to just `Mastodon::from`Paul Woolcock
2018-08-21Change mammut references to elefrenPaul Woolcock
2018-08-21Adds a `MastodonClient` traitPaul Woolcock
2018-08-21fix testPaul Woolcock
2018-08-21fix the test so it actually tests somethingPaul Woolcock
2018-08-21Change `PageIter` to `ItemsIter`Paul Woolcock
2018-08-21Return `None` if there are no itemsPaul Woolcock
2018-08-21into_iter -> items_iterPaul Woolcock
2018-08-21Don't expose pageiter module, and add some docs to PageIterPaul Woolcock
2018-08-21Add `PageIter<T>` to abstract over iterating over pagesPaul Woolcock
2018-06-28fix(account): Fix moved field on Account (#31)Klaus Purer