53 Commits (master)

Author SHA1 Message Date
Ondřej Hruška 638594b11b
improvements in streaming, add debug format structs 3 years ago
Ondřej Hruška 568b1ff07a
convert all to sync, remove now broken doc comments, some renames 3 years ago
Ondřej Hruška c967e59ffb
all asyncified except for streaming 3 years ago
Ondřej Hruška ded6d806f9
fix clippy lints 3 years ago
Ondřej Hruška bc70389346
add new rustfmt.toml and reformat code 3 years ago
Ondřej Hruška a139a39a2e
update serde_qs so the error enum is compatible with Anyhow, fix deprecated warning 3 years ago
ranfdev d0e257df85 use std::convert::TryInto instead of using crate 4 years ago
ranfdev 83587a10d2 Manually updated reqwest to 10.8 and url to 2.1 4 years ago
Paul Woolcock d66c63dd28 Remove `HttpSend` and `HttpSender` 4 years ago
Paul Woolcock 602bfb7cdd use nightly fmt 4 years ago
Paul Woolcock 7487f607e6 Second fmt pass 4 years ago
Paul Woolcock 982a8fc776 making clippy happy 4 years ago
Paul Woolcock a69d0ea928 Cargo-fmt pass 4 years ago
Paul Woolcock 0b4ee7bfb2 Various cleanup tasks 4 years ago
Paul Woolcock 16bc060407 Update to the 2018 edition 4 years ago
leo60228 7e67e10bc4 Remove url 2.x 4 years ago
leo60228 791bc83387 Use WebSockets for events 4 years ago
Paul Woolcock 6c978f090f Add `force_login` to the params sent to the /oauth/authorize endpoint 5 years ago
Paul Woolcock dd72034849 use string for status id in StatusBuilder 5 years ago
Paul Woolcock 15cc5c60de Make `Registered::complete` take self by reference 5 years ago
Paul Woolcock f12c0a4acb Add `Registered::into_parts` 5 years ago
Paul Woolcock 32e40edd6c Add `Registered::from_parts` 5 years ago
Paul Woolcock 2d8958e0d9 Update code to be compatible with reqwest 0.9 6 years ago
Paul Woolcock d6a9911a0b Eliminate another place using .form instead of .json 6 years ago
Paul Woolcock 8db3d18219 Make sure scopes are percent-encoded when making the URL 6 years ago
Paul Woolcock e284894d40 feat(scopes): Implement granular OAuth scopes 6 years ago
Paul Woolcock af806b7856 move Scopes to their own module 6 years ago
Paul Woolcock 57cc44368c Document "everything" 6 years ago
Paul Woolcock b4a43dc783 Add some more tests 6 years ago
Paul Woolcock 5b24922d9e Add some more lints, and fix the compile errors they generate 6 years ago
Paul Woolcock 4e5a2f5c51 Update to v0.13.0 6 years ago
Paul Woolcock 0df3f9fa2b Rework the `Registration` and `App` APIs 6 years ago
Paul Woolcock e7005b0b6b Users shouldn't have to parameterize their code unless they need to for tests 6 years ago
Paul Woolcock 1057e58343 There's no reason for Registration::complete to take an owned string 6 years ago
Paul Woolcock aaa0edc98f Add a test for the default_redirect_uri 6 years ago
Paul Woolcock a407249fa5 Remove `elefren::apps::prelude` 6 years ago
Paul Woolcock c5788b8bd5 rustfmt pass 6 years ago
Paul Woolcock 1436c28e42 duplicate the AppBuilder api in Registration 6 years ago
Paul Woolcock 3330a26760 rustfmt pass 6 years ago
Paul Woolcock 49a2237803 Introduce HttpSend trait for converting `Request` -> `Response` 6 years ago
Paul Woolcock 8636e690c3 rustfmt pass 6 years ago
Paul Woolcock 0f5e295ea9 Revamp registration & auth process 6 years ago
Paul Woolcock e5175f09fe make apps::prelude and use the preludes in the tests 6 years ago
Paul Woolcock 7f1303b5f6 Set a default redirect_uri if none is provided 6 years ago
Paul Woolcock a9b6b52890 Change mammut references to elefren 6 years ago
Paul Woolcock 22b4b04738 Adds a `MastodonClient` trait 6 years ago
Aaron Power 523d83022e Fixed example code, and {un}follow routes. 6 years ago
Aaron Power 75eea88023 Fixed examples 6 years ago
TheBestJohn ab1e5f86f0 Fixed the registration of new apps as well as url of statuses is now an Option<String> (#23) 6 years ago
Aaron Power b445197381 docs(all): Added documentation to missing parts 7 years ago