Commit Graph

  • 2bf2456496 Fix type of `StatusBuilder::media_ids` Ricardo Martins 2019-02-03 15:00:05 +0000
  • 8bb46a378c Add docs for format_err macro Paul Woolcock 2019-02-05 13:25:40 -0500
  • 5bb4cb4f82 README Paul Woolcock 2019-01-07 12:54:43 -0500
  • 497fa32a44 Make the `toml` feature more clear in the README example Paul Woolcock 2019-01-07 12:54:02 -0500
  • de658232fd Add CHANGELOG entry for v0.18 Paul Woolcock 2019-01-07 12:51:07 -0500
  • 466054211c Add CHANGELOG entry for 0.17 Paul Woolcock 2019-01-07 12:39:17 -0500
  • 9b8efcb8fa Fix typo Paul Woolcock 2019-01-07 12:29:42 -0500
  • a12e62eab6 Include a section about the differences between elefren & mammut Paul Woolcock 2019-01-07 12:16:01 -0500
  • cee33c8f01 Change docs to point to v0.18 Paul Woolcock 2019-01-07 11:51:49 -0500
  • 15cc5c60de Make `Registered::complete` take self by reference Paul Woolcock 2019-01-05 11:42:08 -0500
  • 107642be1c Update isolang requirement from 0.2 to 1.0 dependabot[bot] 2018-12-13 10:32:28 +0000
  • f12c0a4acb Add `Registered::into_parts` Paul Woolcock 2018-12-12 20:37:32 -0500
  • 4426bd6478 rustfmt pass Paul Woolcock 2018-12-12 16:43:56 -0500
  • 8b7ed19396 Allow constructing Scopes from a string Paul Woolcock 2018-12-12 16:43:43 -0500
  • 32e40edd6c Add `Registered::from_parts` Paul Woolcock 2018-12-12 16:42:57 -0500
  • aae013189c update to 0.17 Paul Woolcock 2018-12-12 12:35:05 -0500
  • 6f63fef0b2 follow returns a `Relationship`, not an `Account` Paul Woolcock 2018-12-12 12:33:49 -0500
  • 8196e322b5 Update pretty_env_logger requirement from 0.2.4 to 0.3.0 dependabot[bot] 2018-12-07 10:37:03 +0000
  • b7ae9f4c84 Update indoc requirement from 0.2.6 to 0.3.1 dependabot[bot] 2018-11-30 10:14:59 +0000
  • 4a1451265a Update try_from requirement from 0.2.2 to 0.3.2 dependabot[bot] 2018-11-29 10:15:10 +0000
  • e18433be61 fix typo Paul Woolcock 2018-10-12 11:37:02 -0400
  • 9369abcf7f Go back to the old matrix but include the named builds Paul Woolcock 2018-10-12 10:43:06 -0400
  • 1137bec8f8 Revert "try named builds for coverage & fmt" Paul Woolcock 2018-10-12 10:41:24 -0400
  • 38504ebe4d try named builds for coverage & fmt Paul Woolcock 2018-10-12 10:38:20 -0400
  • aa82d0d8d4 force-install this, for now Paul Woolcock 2018-10-04 05:36:07 -0400
  • 2628c11655 also upload coverage when on nightly Paul Woolcock 2018-09-19 11:39:45 -0400
  • 921a91f3d5 Build tarpaulin from scratch for now Paul Woolcock 2018-09-15 07:24:32 -0400
  • e6879ec8ea change up examples slightly Paul Woolcock 2018-10-10 05:27:28 -0400
  • 4dd40422b3 feat(api): shortcut methods for following & followers Paul Woolcock 2018-10-03 05:12:37 -0400
  • d524a64bfd Fix the error used here Paul Woolcock 2018-10-10 05:48:11 -0400
  • eb973a63c9
    Update version in README.md Paul Woolcock 2018-10-10 10:27:53 -0400
  • 9a080583f0 feature(api): Change `u64` ids to `&str` Paul Woolcock 2018-09-20 19:06:23 -0400
  • 6a20afde38 don't commit spare mastodon.toml* files Paul Woolcock 2018-10-03 12:52:40 -0400
  • 3009a5d0f5 Update Cargo.toml for 0.16 Paul Woolcock 2018-10-03 12:51:55 -0400
  • 1c452be925 update changelog Paul Woolcock 2018-10-03 05:22:14 -0400
  • 1c70ecd475 Missed a couple .unwraps, take them out Paul Woolcock 2018-10-03 05:32:34 -0400
  • 2d8958e0d9 Update code to be compatible with reqwest 0.9 Paul Woolcock 2018-09-20 09:05:52 -0400
  • 7f0d57038f Update reqwest requirement from 0.8 to 0.9 dependabot[bot] 2018-09-20 13:04:24 +0000
  • 0f476208ba update to v0.15.2 Paul Woolcock 2018-09-20 05:45:17 -0400
  • 580af50687 Make a couple new masto properties optional Paul Woolcock 2018-09-19 11:36:35 -0400
  • 8641eff3e3 Update to v0.15.1 Paul Woolcock 2018-09-18 21:13:32 -0400
  • 2edebe90d1 Pleroma doesn't have a `fields` field here Paul Woolcock 2018-09-18 20:40:24 -0400
  • 33e74b4442 Prep for v0.15.0 release Paul Woolcock 2018-09-15 06:57:25 -0400
  • 1f0ba1846c Add the "endorsements" endpoints from mastodon 2.5.0 Paul Woolcock 2018-09-14 09:32:54 -0400
  • 7de1bdc009 Implements the methods for the follow suggestions API Paul Woolcock 2018-09-13 21:37:44 -0400
  • 7d164cb8db Keyword/filtering API Paul Woolcock 2018-09-13 21:10:47 -0400
  • d6a9911a0b Eliminate another place using .form instead of .json Paul Woolcock 2018-09-13 06:22:06 -0400
  • 7d752a9fed Adds the `replies_count` property to Status Paul Woolcock 2018-09-10 05:49:38 -0400
  • 690b029d99 Add methods & data structures for all the "push" endpoints Paul Woolcock 2018-09-08 06:46:48 -0400
  • 28192e1188 Implement a method for `GET /api/v2/search` Paul Woolcock 2018-09-07 00:42:27 -0400
  • 67242c8f4b Change `search_accounts` to use a macro Paul Woolcock 2018-09-06 23:04:08 -0400
  • 34e2c00866 change `POST /search` to `GET /search` Paul Woolcock 2018-09-06 16:28:47 -0400
  • 20a9c69adc POST /.../unfollow returns a Relationship, not an Account Paul Woolcock 2018-09-06 13:18:29 -0400
  • 788177f5e8 Add tests to requests/statuses Paul Woolcock 2018-09-04 23:35:14 -0400
  • 0ad1e3741c Allow the user to update their profile metadata fields Paul Woolcock 2018-09-04 14:44:23 -0400
  • 375e4af286 Add a test for UpdateCredentials::build Paul Woolcock 2018-09-01 08:03:39 -0400
  • 989d9a5965 feat(status): Add language code to status builder Paul Woolcock 2018-09-01 07:41:54 -0400
  • a57c7e2f91 feat(update_credentials): Implement UpdateCredsRequest Paul Woolcock 2018-08-31 16:06:55 -0400
  • 6befd79935 use JSON instead of a mulitpart form Paul Woolcock 2018-08-31 09:12:05 -0400
  • 8db3d18219 Make sure scopes are percent-encoded when making the URL Paul Woolcock 2018-08-31 06:23:04 -0400
  • 034bd4e6d1 Add a helper for completing authentication via the command line Paul Woolcock 2018-08-31 05:57:59 -0400
  • e284894d40 feat(scopes): Implement granular OAuth scopes Paul Woolcock 2018-08-29 16:23:50 -0400
  • af806b7856 move Scopes to their own module Paul Woolcock 2018-08-29 13:52:35 -0400
  • 57cc44368c Document "everything" Paul Woolcock 2018-08-30 06:33:26 -0400
  • 9e78d5ed46 Start adding docs to MastodonClient trait Paul Woolcock 2018-08-30 06:21:05 -0400
  • c4a92cb17a Add `--features json` to the test matrix Paul Woolcock 2018-08-30 05:29:32 -0400
  • 42d3a935c8 We don't need to repeatedly recreate the doc Paul Woolcock 2018-08-29 19:52:24 -0400
  • a05a67f3cb Update to v0.14 Paul Woolcock 2018-08-29 12:28:36 -0400
  • c66c305df5 fix(client): fix broken paged_routes_with_id methods Paul Woolcock 2018-08-29 11:29:12 -0400
  • 2a6e922da7 feat(macros): add compile tests to the doc comments Paul Woolcock 2018-08-29 11:28:35 -0400
  • 46871da4c1 feat(helpers): add json helper module Paul Woolcock 2018-08-27 07:42:36 -0400
  • 1ec37e2370 rustfmt pass Paul Woolcock 2018-08-28 10:44:02 -0400
  • b4a43dc783 Add some more tests Paul Woolcock 2018-08-28 10:22:36 -0400
  • e57c400c46 Add tests for toml helpers Paul Woolcock 2018-08-28 06:25:49 -0400
  • 5b24922d9e Add some more lints, and fix the compile errors they generate Paul Woolcock 2018-08-28 05:23:35 -0400
  • 4e5a2f5c51 Update to v0.13.0 Paul Woolcock 2018-08-27 20:04:26 -0400
  • 1b54c20060 Update CHANGELOG for 0.13 Paul Woolcock 2018-08-27 16:49:58 -0400
  • 0df3f9fa2b Rework the `Registration` and `App` APIs Paul Woolcock 2018-08-27 16:06:00 -0400
  • 39e5aacfb5 Move this to the before_script phase Paul Woolcock 2018-08-27 17:11:33 -0400
  • 67ab7ee59a try caching $HOME/.cargo Paul Woolcock 2018-08-27 13:14:42 -0400
  • 5df4f8873c This isn't necessary Paul Woolcock 2018-08-27 11:59:15 -0400
  • dc6d2738e1 StatusBuilder::new takes anything that is Display Paul Woolcock 2018-08-27 11:50:08 -0400
  • e7005b0b6b Users shouldn't have to parameterize their code unless they need to for tests Paul Woolcock 2018-08-27 11:48:19 -0400
  • f8f8054c5c toml::to_file needs to be able to create the save file Paul Woolcock 2018-08-27 10:30:20 -0400
  • 1057e58343 There's no reason for Registration::complete to take an owned string Paul Woolcock 2018-08-27 10:28:39 -0400
  • 009798d17f Clean up status_builder a bit, and add some tests Paul Woolcock 2018-08-27 06:07:46 -0400
  • 6cee086d79 Add `max_toot_chars` to the Instance model Paul Woolcock 2018-08-27 05:47:05 -0400
  • 0913926702 Add test for entities::Account Paul Woolcock 2018-08-26 14:45:27 -0400
  • 4ff27dd049 Credientials -> Credentials Paul Woolcock 2018-08-26 23:01:38 -0400
  • ade7b16382 add OSX builds Paul Woolcock 2018-08-26 18:38:42 -0400
  • 465d449dac If we don't have `feature = "toml"` set, don't run rust-skeptic Paul Woolcock 2018-08-26 14:28:34 -0400
  • 49c89f05a0 Don't cache ./target, causes havoc with rust-skeptic Paul Woolcock 2018-08-26 12:26:31 -0400
  • fa99b2b8ff only do cargo-tarpaulin on a single build Paul Woolcock 2018-08-26 12:26:08 -0400
  • 98718ac4b8 just run cargo test Paul Woolcock 2018-08-26 08:48:36 -0400
  • a05f4ecb9b trying out some improvements to hopefully speed up the travis build Paul Woolcock 2018-08-25 14:15:35 -0400
  • 37d9a38aba expand the test matrix Paul Woolcock 2018-08-26 18:52:02 -0400
  • 18aa21522a Add appveyor.yml Paul Woolcock 2018-08-26 18:48:55 -0400
  • 038878c328 add appveyor badge Paul Woolcock 2018-08-26 18:52:47 -0400
  • aaa0edc98f Add a test for the default_redirect_uri Paul Woolcock 2018-08-25 14:12:14 -0400
  • dc70205757 rustfmt Paul Woolcock 2018-08-25 14:12:46 -0400