index
:
mastodon-async
add-public-fields
bump-rust-version
comb
comb-entities/account
comb-entities/admin
comb-entities/announcement
comb-entities/application
comb-entities/conversation
comb-entities/instance
comb-entities/media-attachment
comb-entities/notifications
comb-entities/second-pass/docs
comb-entities/second-pass/example-tests
comb-entities/second-pass/prelude
comb-entities/second-pass/serde_rename
comb-entities/small-fries
comb-entities/starts-with-p
comb-entities/status-related
comb-methods/accounts
comb-methods/apps
comb-methods/filters
comb-methods/oauth-2
comb-methods/oauth-revoke
dependabot/cargo/derive_builder-0.20.1
dependabot/cargo/html2text-0.12.4
dependabot/cargo/parse_link_header-0.4.0
dependency/log/fix-macro
drop-dependency/hyper-old-types
drop-dependency/serde_qs
feature/add-post-macro
feature/async-v1
feature/async-websocket
feature/event-dispatcher
feature/is_variant
feature/logging
feature/media-with-descriptions
feature/sse
feature/thiserror
feature/wait-for-media-url
fix/breakages-from-tokio-dependency-change
fix/builder-style
fix/clone-as-into
fix/derive-is_variant
fix/entities-ids
fix/examples
fix/magic-is-not-send
fix/media-upload
fix/pass-client-to-stream
fix/public-timeline-should-be-paged
fix/reduce-tokio-features
fix/search_accounts_route
fix/spelling
fix/stream-urls
fix/tag-response
main
revision/derive_builder
typed-ids
v1
Mirror of https://github.com/dscottboggs/mastodon-async
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
add-public-fields
Fix: backwards compatibility
D. Scott Boggs
23 months
bump-rust-version
Bump Rust version to 1.67 for dependency "time"
D. Scott Boggs
14 months
comb
Merge pull request #145 from dscottboggs/dependabot/cargo/derive_builder-0.20.1
Scott Boggs
2 months
comb-entities/account
Update the credentials updater builder
D. Scott Boggs
22 months
comb-entities/admin
Add Admin::Report entity
D. Scott Boggs
22 months
comb-entities/announcement
Add entity for dealing with announcements
D. Scott Boggs
22 months
comb-entities/application
Add Application entity
D. Scott Boggs
22 months
comb-entities/conversation
Add Conversation entity
D. Scott Boggs
22 months
comb-entities/instance
Comb through the Instance and v1 Instance types
D. Scott Boggs
22 months
comb-entities/media-attachment
Comb through Attachment entity
D. Scott Boggs
22 months
comb-entities/notifications
comb through notification type
D. Scott Boggs
22 months
comb-entities/second-pass/docs
fix doc links
D. Scott Boggs
21 months
comb-entities/second-pass/example-tests
fixes
D. Scott Boggs
21 months
comb-entities/second-pass/prelude
clippy nits
D. Scott Boggs
21 months
comb-entities/second-pass/serde_rename
fix serde rename
D. Scott Boggs
21 months
comb-entities/small-fries
Comb web push subscription entity
D. Scott Boggs
21 months
comb-entities/starts-with-p
Add Trends::Link type
D. Scott Boggs
22 months
comb-entities/status-related
clippy nits
D. Scott Boggs
21 months
comb-methods/accounts
add account lookup method
D. Scott Boggs
14 months
comb-methods/apps
Clippy fixes
D. Scott Boggs
18 months
comb-methods/filters
cargo fmt
D. Scott Boggs
7 months
comb-methods/oauth-2
finish migration to strict OAuthToken type
D. Scott Boggs
14 months
comb-methods/oauth-revoke
Add OAuth revocation method
D. Scott Boggs
14 months
dependabot/cargo/derive_builder-0.20.1
Update derive_builder requirement from 0.12.0 to 0.20.1
dependabot[bot]
3 months
dependabot/cargo/html2text-0.12.4
Bump rust version due to requirement by dependency toml
D. Scott Boggs
8 months
dependabot/cargo/parse_link_header-0.4.0
Update parse_link_header requirement from 0.3.3 to 0.4.0
dependabot[bot]
3 months
dependency/log/fix-macro
Update to new log syntax
D. Scott Boggs
8 months
drop-dependency/hyper-old-types
drop dependency on hyper-old-types in favor of parse_link_header
D. Scott Boggs
23 months
drop-dependency/serde_qs
Drop dependency on serde_qs for now
D. Scott Boggs
22 months
feature/add-post-macro
Add new macro for simple form submission
D. Scott Boggs
14 months
feature/async-v1
update readme
D. Scott Boggs
24 months
feature/async-websocket
Switch to tokio-tungstenite for async websockets
D. Scott Boggs
23 months
feature/event-dispatcher
It doesn't work
D. Scott Boggs
23 months
feature/is_variant
Add is_variant methods to all enums
D. Scott Boggs
22 months
feature/logging
Add read_response helper
D. Scott Boggs
23 months
feature/media-with-descriptions
Add descriptions to media upload methods
D. Scott Boggs
23 months
feature/sse
this file isn't needed anymore
D. Scott Boggs
23 months
feature/thiserror
Change error implementation to use thiserror
D. Scott Boggs
23 months
feature/wait-for-media-url
Add a little more documentation
D. Scott Boggs
22 months
fix/breakages-from-tokio-dependency-change
Make tokio's rt-multi-thread enabled again in examples
D. Scott Boggs
23 months
fix/builder-style
Rewrite builders to move instead of taking a ref
D. Scott Boggs
22 months
fix/clone-as-into
Rewrite awkward code
D. Scott Boggs
23 months
fix/derive-is_variant
Switch from the `is_variant` crate to the `derive_is_enum_variant` one.
D. Scott Boggs
20 months
fix/entities-ids
Ignore README tests because they don't work in CI
D. Scott Boggs
22 months
fix/examples
Update version in README
D. Scott Boggs
23 months
fix/magic-is-not-send
Drop the magic bullshit
D. Scott Boggs
23 months
fix/media-upload
Fix bug in media upload, add optional detectoin of mime-/file-type
D. Scott Boggs
23 months
fix/pass-client-to-stream
Pass client instance to the event stream
D. Scott Boggs
21 months
fix/public-timeline-should-be-paged
Fix: public timeline should be paginated
D. Scott Boggs
15 months
fix/reduce-tokio-features
Drop unnecessary tokio feature dependency
D. Scott Boggs
23 months
fix/search_accounts_route
Fix Mastodon::search_accounts
D. Scott Boggs
16 months
fix/spelling
spelling and clippy fixes
D. Scott Boggs
23 months
fix/stream-urls
Fix stream urls
D. Scott Boggs
21 months
fix/tag-response
Fix discrepancy in server response formats
D. Scott Boggs
23 months
main
Merge pull request #132 from dscottboggs/cargo/toml-0.8
Scott Boggs
8 months
revision/derive_builder
Derive status builder
D. Scott Boggs
22 months
typed-ids
Add static assertions
D. Scott Boggs
22 months
v1
Merge pull request #132 from dscottboggs/cargo/toml-0.8
Scott Boggs
8 months