summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-04Update to new log syntaxdependency/log/fix-macroD. Scott Boggs
2023-10-21clippy fixesD. Scott Boggs
2023-10-20Update notification dismissal routeD. Scott Boggs
2023-07-11Fix Mastodon::search_accountsfix/search_accounts_routeD. Scott Boggs
2023-07-08add bookmarks endpointerika
2023-04-26fix: next/prev page handling in Page structJosh McKinney
2023-04-14fix: authenticate in page_next/page_prev callsJosh McKinney
2023-03-19Switch from the `is_variant` crate to the `derive_is_enum_variant` one.fix/derive-is_variantD. Scott Boggs
2023-02-27Fix stream urlsv1.2.0D. Scott Boggs
2023-02-13Pass client instance to the event streamD. Scott Boggs
2023-02-01Add is_variant methods to all enumsD. Scott Boggs
2023-02-01Fixes for breaking changes in the toml crateD. Scott Boggs
2023-02-01Drop dependency on serde_qs for nowD. Scott Boggs
2023-01-29Add a little more documentationD. Scott Boggs
2023-01-29Add client method to wait for attachment processingD. 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-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-09Use `impl AsRef<str>` instead of `&str` to work with new ID typesD. Scott Boggs
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-04Fix: Use Visibility pub here, to be backwards compatibleMatthias Beyer
2023-01-04Add mastodon_async_entitiesMatthias Beyer
2023-01-03Fix: Remove unused importMatthias Beyer
2023-01-03Fix: Pass arguments in right orderMatthias Beyer
2023-01-03Fix clippy: Remove unnecessary Ok + ? operatorMatthias Beyer
2023-01-03Fix clippy: Remove unnecessary Ok + ? operatorMatthias Beyer
2023-01-03fixup! Add error variant for when not all bytes are writtenMatthias Beyer
2023-01-03use serde_json's to_writerD. Scott Boggs
2023-01-03Add error variant for when not all bytes are writtenMatthias Beyer
2022-12-29Make Registered::complete() accept an AsRef<str>Matthias Beyer
2022-12-29drop dependency on hyper-old-types in favor of parse_link_headerD. Scott Boggs
2022-12-29Replace dependency "chrono" with "time"Matthias Beyer
2022-12-29Change error implementation to use thiserrorD. Scott Boggs
2022-12-29Run cargo-fmt on whole codebaseMatthias Beyer
2022-12-29spelling and clippy fixesD. Scott Boggs
2022-12-29Optimize: Remove clone() callMatthias Beyer
2022-12-28Rewrite awkward codefix/clone-as-intoD. Scott Boggs
2022-12-28Add dependency on percent_encodingD. Scott Boggs
2022-12-28Drop the magic bullshitfix/magic-is-not-sendD. Scott Boggs
2022-12-28Wrap magic cookie in a mutexD. Scott Boggs
2022-12-27Fix clippy: Derive Eq for DataMatthias Beyer
2022-12-27Fix clippy: Derive Eq for MediaTypeMatthias Beyer
2022-12-27Fix clippy: Derive Eq for CardMatthias Beyer
2022-12-27Fix clippy: Derive Eq for FilterMatthias Beyer
2022-12-27Fix clippy: Derive Eq for AddFilterRequestMatthias Beyer