summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-29Add Admin::Report entitycomb-entities/adminD. Scott Boggs
2023-01-29Add Admin::Measure entity typeD. Scott Boggs
2023-01-29Add entity for dealing with blocked IP rangesD. Scott Boggs
2023-01-29Fix domain IDsD. Scott Boggs
2023-01-29Add entity for dealing with blocked email domainsD. Scott Boggs
2023-01-29Add entity for dealing with domain blocksD. Scott Boggs
2023-01-29clippy fixD. Scott Boggs
2023-01-29Add Admin::DomainAllow entity typeD. Scott Boggs
2023-01-29add Admin::Dimension entity typeD. Scott Boggs
2023-01-29add Admin::Cohort entity typeD. Scott Boggs
2023-01-29Add Admin::CanonicalEmailBlock typeD. Scott Boggs
2023-01-29Add canonical email blockD. Scott Boggs
2023-01-29add Admin::Account entity and relatedD. Scott Boggs
2023-01-29Comb through accounts entitiesD. Scott Boggs
2023-01-29Derive status builderD. Scott Boggs
2023-01-29Use strict ID type for unauthenticated clientD. Scott Boggs
2023-01-29Replace special builder module for credentials with deriveD. Scott Boggs
2023-01-29Add credentials builderD. Scott Boggs
2023-01-29Change AppBuilder to be generated by derive_builderD. Scott Boggs
2023-01-29Update the credentials updater builderD. Scott Boggs
2023-01-29Comb through accounts entitiesD. Scott Boggs
2023-01-29Entities tests were not being run since being split offD. Scott Boggs
2023-01-29Add RuleId wrapper type and appropriate checksD. Scott Boggs
2023-01-29Convert string integers to u64 on deserializingD. Scott Boggs
2023-01-29Add doc comments for instance::ActivityScott Boggs
2023-01-29Mastodon::instance_activity now returns a structbaummarten
2023-01-29fixed docs for instance::Rule and DomainBlockbaummarten
2023-01-29example for Mastodon::instance_peersbaummarten
2023-01-29api/v1/instance/domain_blocksbaummarten
2023-01-29api/v1/instance/rulesbaummarten
2023-01-29api/v1/instance/activitybaummarten
2023-01-29api/v1/instance/peersbaummarten
2023-01-29Use macro to define ID typesD. Scott Boggs
2023-01-29Add description to entities crateD. Scott Boggs
2023-01-29This is a minor release, not a patchv1.1.0D. Scott Boggs
2023-01-29Add a little more documentationD. Scott Boggs
2023-01-29Update upload_photo example to wait for processingD. Scott Boggs
2023-01-29Add alias/convenience methodD. Scott Boggs
2023-01-29Add client method to wait for attachment processingD. Scott Boggs
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