summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-26Derive status builderrevision/derive_builderD. Scott Boggs
2023-01-26Use strict ID type for unauthenticated clientD. Scott Boggs
2023-01-25Replace special builder module for credentials with deriveD. Scott Boggs
2023-01-25Add credentials builderD. Scott Boggs
2023-01-25Change AppBuilder to be generated by derive_builderD. Scott Boggs
2023-01-25Update the credentials updater builderD. Scott Boggs
2023-01-25Comb through accounts entitiesD. Scott Boggs
2023-01-25Entities tests were not being run since being split offD. Scott Boggs
2023-01-25Add RuleId wrapper type and appropriate checksD. Scott Boggs
2023-01-25Convert string integers to u64 on deserializingD. Scott Boggs
2023-01-25Add doc comments for instance::ActivityScott Boggs
2023-01-25Mastodon::instance_activity now returns a structbaummarten
2023-01-25fixed docs for instance::Rule and DomainBlockbaummarten
2023-01-25example for Mastodon::instance_peersbaummarten
2023-01-25api/v1/instance/domain_blocksbaummarten
2023-01-25api/v1/instance/rulesbaummarten
2023-01-25api/v1/instance/activitybaummarten
2023-01-25api/v1/instance/peersbaummarten
2023-01-24Ignore README tests because they don't work in CID. Scott Boggs
2023-01-24bump versionD. Scott Boggs
2023-01-24Test the whole workspaceD. Scott Boggs
2023-01-24Fix routes which take an Id type; fix doctestsD. Scott Boggs
2023-01-24Add Id types to prelude and entities prelude to crate preludeD. Scott Boggs
2023-01-24Implement std::format::Display for all Id typesD. Scott Boggs
2023-01-24Add CI jobs to comb branchD. Scott Boggs
2023-01-21Add note pointing to more complete example.D. Scott Boggs
2023-01-20Fix errors caused by sync locks crossing `await` in `cli::authenticate`Sprite
2023-01-14Update docs for Registration::new_with_clientkuna
2023-01-14Mastodon::new now wraps Mastodon::new_with_clientbaummarten
2023-01-14Registration::new_with_clientbaummarten
2023-01-09Add static assertionsD. Scott Boggs
2023-01-09Add constructors for ID typesD. Scott Boggs
2023-01-09Add Mention ID typeD. Scott Boggs
2023-01-09Add List ID typeD. Scott Boggs
2023-01-09Use `impl AsRef<str>` instead of `&str` to work with new ID typesD. Scott Boggs
2023-01-09Add ID type for reportsD. Scott Boggs
2023-01-09Add ID type for relationshipsD. Scott Boggs
2023-01-09Add ID type for pushesD. Scott Boggs
2023-01-09Add ID type for notificationsD. Scott Boggs
2023-01-09Add ID type for filtersD. Scott Boggs
2023-01-09Add ID type for attachmentsD. Scott Boggs
2023-01-09Add ID type for accountD. Scott Boggs
2023-01-09Wrap status id in helper typeMatthias Beyer
2023-01-09Fix: backwards compatibilityD. Scott Boggs
2023-01-09Split status_builder module into a few filesD. Scott Boggs
2023-01-09Publish NewStatus fieldsD. Scott Boggs
2023-01-09Add support for Filter v2D. Scott Boggs
2023-01-09Move legacy Filter type to mod v1; publish fieldsD. Scott Boggs
2023-01-09Finish TODO Parse DateTime before publishing this fieldD. Scott Boggs
2023-01-09Make additional fields publicD. Scott Boggs