Commit Graph

  • e572664633
    Add audio to MediaType enum main cel 🌸 2023-06-23 14:32:42 +0100
  • 7c09814bba
    Merge pull request #106 from vbrandl/fix/openssl-dependency Scott Boggs 2023-06-16 08:05:00 -0400
  • 6ecde64fc3
    Disable default features for reqwest Valentin Brandl 2023-06-14 19:00:00 +0200
  • a8dcd93bf4 Add shell.nix D. Scott Boggs 2023-06-04 11:46:24 -0400
  • b3e3575f84 bump version in cargo.toml D. Scott Boggs 2023-06-10 13:28:00 -0400
  • db6cbdb7fe
    Merge pull request #103 from baummarten/fix_entities Scott Boggs 2023-06-10 13:21:54 -0400
  • 1524895122 entities/Cargo.toml: time >= 0.3.16 baummarten 2023-06-09 17:38:49 +0200
  • 7d0055e30b
    Merge pull request #102 from dscottboggs/dependabot/cargo/criterion-0.5.1 Scott Boggs 2023-06-01 12:01:36 -0400
  • 3b706f2897
    Merge pull request #101 from dscottboggs/dependabot/cargo/html2text-0.6.0 Scott Boggs 2023-06-01 12:01:18 -0400
  • 236019fd6f
    Update criterion requirement from 0.4.0 to 0.5.1 dependabot[bot] 2023-06-01 03:01:20 +0000
  • 1339015f63
    Update html2text requirement from 0.5.0 to 0.6.0 dependabot[bot] 2023-06-01 03:00:50 +0000
  • d521f4158b
    Merge pull request #99 from joshka/fix-paging Scott Boggs 2023-05-19 08:21:29 -0400
  • d4956e943c
    fix: next/prev page handling in Page struct Josh McKinney 2023-04-26 18:53:23 -0700
  • 1cb3b834cf
    Merge pull request #97 from joshka/page_auth Scott Boggs 2023-04-22 06:35:23 -0400
  • 321f332723
    Merge pull request #98 from joshka/msrv Scott Boggs 2023-04-22 06:33:33 -0400
  • 128ce5de3f
    Merge pull request #92 from dscottboggs/dependabot/cargo/html2text-0.5.0 Scott Boggs 2023-04-22 06:33:08 -0400
  • 1e8d7f3967 build: set the rust msrv to 1.65 Josh McKinney 2023-04-14 16:20:58 -0700
  • 2f3daffa74 fix: authenticate in page_next/page_prev calls Josh McKinney 2023-04-14 05:05:44 -0700
  • da873e4ea8
    Update html2text requirement from 0.4.4 to 0.5.0 dependabot[bot] 2023-04-01 02:59:52 +0000
  • 782ae82fb5 Bump version D. Scott Boggs 2023-03-19 12:05:15 -0400
  • e6aae9041f
    Merge pull request #90 from dscottboggs/fix/derive-is_variant Scott Boggs 2023-03-19 12:02:54 -0400
  • e279f4bda7 Switch from the `is_variant` crate to the `derive_is_enum_variant` one. D. Scott Boggs 2023-03-19 11:17:55 -0400
  • 7324a6c086 Fix stream urls D. Scott Boggs 2023-02-27 08:34:17 -0500
  • ae3c9ae6ce Bump version D. Scott Boggs 2023-02-13 12:31:10 -0500
  • 1884ea272c Pass client instance to the event stream D. Scott Boggs 2023-02-13 11:54:49 -0500
  • 6f5a2a5e90 Add is_variant methods to all enums D. Scott Boggs 2023-02-01 15:06:37 -0500
  • 1081273571 Temporary patch for is_variant enabled D. Scott Boggs 2023-02-01 15:06:10 -0500
  • 2e8f8a4885 Fixes for breaking changes in the toml crate D. Scott Boggs 2023-02-01 07:05:18 -0500
  • 765ab75ea8 Update toml requirement from 0.5 to 0.7 dependabot[bot] 2023-02-01 02:06:56 +0000
  • 77409389ac Drop dependency on serde_qs for now D. Scott Boggs 2023-02-01 06:14:48 -0500
  • 6b2cb17d9a Update indoc requirement from 1.0 to 2.0 dependabot[bot] 2023-02-01 02:06:25 +0000
  • d6f9617207 Use macro to define ID types D. Scott Boggs 2023-01-29 08:59:40 -0500
  • 3ac64d3d08 Add description to entities crate D. Scott Boggs 2023-01-29 07:03:09 -0500
  • 6ff6697b46 This is a minor release, not a patch D. Scott Boggs 2023-01-29 06:56:45 -0500
  • b6d6651869 Add a little more documentation D. Scott Boggs 2023-01-29 06:05:55 -0500
  • 0cfe4d7db8 Update upload_photo example to wait for processing D. Scott Boggs 2023-01-26 08:48:04 -0500
  • 5f5bc8728c Add alias/convenience method D. Scott Boggs 2023-01-26 05:16:41 -0500
  • b6fd884387 Add client method to wait for attachment processing D. Scott Boggs 2023-01-25 06:59:43 -0500
  • 184dd32146 Ignore README tests because they don't work in CI D. Scott Boggs 2023-01-24 15:14:41 -0500
  • 45338d5977 bump version D. Scott Boggs 2023-01-21 15:30:42 -0500
  • 8abf4950f9 Test the whole workspace D. Scott Boggs 2023-01-21 14:45:00 -0500
  • e662eac46a Fix routes which take an Id type; fix doctests D. Scott Boggs 2023-01-21 14:36:45 -0500
  • 53fc05d36f Add Id types to prelude and entities prelude to crate prelude D. Scott Boggs 2023-01-21 14:34:07 -0500
  • be39ca6e24 Implement std::format::Display for all Id types D. Scott Boggs 2023-01-21 11:04:19 -0500
  • eeac76c750 Add CI jobs to comb branch D. Scott Boggs 2023-01-21 10:23:40 -0500
  • ef28d8367f Add note pointing to more complete example. D. Scott Boggs 2023-01-21 05:33:41 -0500
  • 2301fda307 Fix errors caused by sync locks crossing `await` in `cli::authenticate` Sprite 2023-01-20 21:14:20 +0800
  • 9084c1fcaa Update docs for Registration::new_with_client kuna 2023-01-14 20:43:43 +0100
  • d94bcd45d2 Mastodon::new now wraps Mastodon::new_with_client baummarten 2023-01-14 20:06:55 +0100
  • 72d158513c Registration::new_with_client baummarten 2023-01-12 17:01:33 +0100
  • c93e5a5020 Add static assertions D. Scott Boggs 2023-01-09 08:39:42 -0500
  • fcc2035b46 Add constructors for ID types D. Scott Boggs 2023-01-09 08:26:13 -0500
  • 876ac3b985 Add Mention ID type D. Scott Boggs 2023-01-09 08:25:24 -0500
  • 6d8a9d6194 Add List ID type D. Scott Boggs 2023-01-09 08:25:10 -0500
  • 6e044c3f35 Use `impl AsRef<str>` instead of `&str` to work with new ID types D. Scott Boggs 2023-01-09 08:04:07 -0500
  • 06caec85b3 Add ID type for reports D. Scott Boggs 2023-01-09 07:54:07 -0500
  • d4e7c4b59b Add ID type for relationships D. Scott Boggs 2023-01-09 07:53:58 -0500
  • f4ef3c27ab Add ID type for pushes D. Scott Boggs 2023-01-09 07:53:44 -0500
  • f188c20250 Add ID type for notifications D. Scott Boggs 2023-01-09 07:53:35 -0500
  • c5f199b460 Add ID type for filters D. Scott Boggs 2023-01-09 07:53:25 -0500
  • 9f4327f546 Add ID type for attachments D. Scott Boggs 2023-01-09 07:45:08 -0500
  • 547d994d13 Add ID type for account D. Scott Boggs 2023-01-09 07:44:54 -0500
  • 97ae0973c3 Wrap status id in helper type Matthias Beyer 2022-12-29 22:00:09 +0100
  • 10ec4dc81f Fix: backwards compatibility D. Scott Boggs 2023-01-04 13:06:30 -0500
  • 14dc17e582 Split status_builder module into a few files D. Scott Boggs 2023-01-04 08:54:03 -0500
  • cc6bd77cab Publish NewStatus fields D. Scott Boggs 2023-01-04 08:46:33 -0500
  • abafaf224c Add support for Filter v2 D. Scott Boggs 2023-01-03 06:42:37 -0500
  • 6ee2f277d8 Move legacy Filter type to mod v1; publish fields D. Scott Boggs 2023-01-02 06:37:19 -0500
  • acef484b73 Finish TODO Parse DateTime before publishing this field D. Scott Boggs 2023-01-02 06:34:09 -0500
  • 94624ac1db Make additional fields public D. Scott Boggs 2023-01-02 06:22:30 -0500
  • 83e02464af Add notification type "follow request" jhwgh1968 2023-01-08 03:29:52 +0000
  • 9fd1b29521 Add "poll" notification support jhwgh1968 2023-01-07 15:56:09 +0000
  • 6dcffc0802 Fix: Use Visibility pub here, to be backwards compatible Matthias Beyer 2023-01-04 08:15:02 +0100
  • e0f38240b7 Make package fields workspace-wide Matthias Beyer 2022-12-30 10:54:06 +0100
  • af3facfbf0 Add mastodon_async_entities Matthias Beyer 2022-12-30 10:41:37 +0100
  • 02de9f5d32 Fix: Remove unused import Matthias Beyer 2023-01-03 15:24:33 +0100
  • 53447d1f48 Fix: Pass arguments in right order Matthias Beyer 2023-01-03 15:23:01 +0100
  • 5d445d2708 Fix clippy: Remove unnecessary Ok + ? operator Matthias Beyer 2022-12-29 18:36:14 +0100
  • 88ba4c0894 Fix clippy: Remove unnecessary Ok + ? operator Matthias Beyer 2022-12-29 18:36:14 +0100
  • b47e435b49 Fix: Let clippy lint all features Matthias Beyer 2022-12-29 18:35:58 +0100
  • 00c390f56b fixup! Add error variant for when not all bytes are written Matthias Beyer 2023-01-03 13:09:38 +0100
  • 1e4b2e0adb use serde_json's to_writer D. Scott Boggs 2023-01-03 06:58:54 -0500
  • dbbdb8e5c0 Add error variant for when not all bytes are written Matthias Beyer 2022-12-29 18:41:42 +0100
  • 21dd421656 Move prelude use statements to separate fn Scott Boggs 2023-01-03 06:38:42 -0500
  • faf0cda10c Add test for API exports Matthias Beyer 2022-12-30 12:28:06 +0100
  • c497e11b4d Update url requirement from 1 to 2 dependabot[bot] 2023-01-01 02:04:35 +0000
  • e328924193 Add rust-cache in CI workflow Matthias Beyer 2022-12-30 12:50:37 +0100
  • f830671ee9 Make tokio's rt-multi-thread enabled again in examples D. Scott Boggs 2022-12-30 09:59:39 -0500
  • 6ba0cd03f8 Drop unnecessary tokio feature dependency D. Scott Boggs 2022-12-30 06:59:57 -0500
  • c32f628c49 Make Registered::complete() accept an AsRef<str> Matthias Beyer 2022-12-29 19:05:27 +0100
  • f037379d0f drop dependency on hyper-old-types in favor of parse_link_header D. Scott Boggs 2022-12-29 13:00:50 -0500
  • 5832111f46 Replace dependency "chrono" with "time" Matthias Beyer 2022-12-29 16:18:16 +0100
  • 96fbef900e Change error implementation to use thiserror D. Scott Boggs 2022-12-29 13:18:04 -0500
  • d2cdd8e514 Add debugging note to the README D. Scott Boggs 2022-12-29 12:19:23 -0500
  • 346ac52f30 Add workflow job to check formatting Matthias Beyer 2022-12-27 16:04:10 +0100
  • c689b8390c Run cargo-fmt on whole codebase Matthias Beyer 2022-12-27 16:03:25 +0100
  • d61c2e5c91 Empty rustfmt configuration for default settings Matthias Beyer 2022-12-27 16:03:15 +0100
  • 89f9efe639 Add workflow job to build examples Matthias Beyer 2022-12-29 12:04:34 +0100
  • 351bb0741b spelling and clippy fixes D. Scott Boggs 2022-12-28 09:24:45 -0500
  • 963a3323ea Optimize: Remove clone() call Matthias Beyer 2022-12-27 16:06:55 +0100