summaryrefslogtreecommitdiffstats
path: root/src/registration.rs
AgeCommit message (Expand)Author
2021-05-19Fix deprecation warningPaul Woolcock
2020-09-29use the async reqwest client but present the same blocking apiPaul Woolcock
2020-09-29use std::convert::TryInto instead of using crateranfdev
2020-09-27Manually updated reqwest to 10.8 and url to 2.1ranfdev
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2020-06-08Remove url 2.xleo60228
2020-06-08Use WebSockets for eventsleo60228
2019-04-15Add `force_login` to the params sent to the /oauth/authorize endpointPaul Woolcock
2019-03-05use string for status id in StatusBuilderPaul Woolcock
2019-01-05Make `Registered::complete` take self by referencePaul Woolcock
2018-12-12Add `Registered::into_parts`Paul Woolcock
2018-12-12Add `Registered::from_parts`Paul Woolcock
2018-09-20Update code to be compatible with reqwest 0.9Paul Woolcock
2018-09-13Eliminate another place using .form instead of .jsonPaul Woolcock
2018-08-31Make sure scopes are percent-encoded when making the URLPaul Woolcock
2018-08-30feat(scopes): Implement granular OAuth scopesPaul Woolcock
2018-08-30move Scopes to their own modulePaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-28Add some more testsPaul Woolcock
2018-08-28Add some more lints, and fix the compile errors they generatePaul Woolcock
2018-08-27Update to v0.13.0Paul Woolcock
2018-08-27Rework the `Registration` and `App` APIsPaul Woolcock
2018-08-27Users shouldn't have to parameterize their code unless they need to for testsPaul Woolcock
2018-08-27There's no reason for Registration::complete to take an owned stringPaul Woolcock
2018-08-26Add a test for the default_redirect_uriPaul Woolcock
2018-08-26Remove `elefren::apps::prelude`Paul Woolcock
2018-08-25rustfmt passPaul Woolcock
2018-08-25duplicate the AppBuilder api in RegistrationPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Introduce HttpSend trait for converting `Request` -> `Response`Paul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Revamp registration & auth processPaul Woolcock
2018-08-22make apps::prelude and use the preludes in the testsPaul Woolcock
2018-08-22Set a default redirect_uri if none is providedPaul Woolcock
2018-08-21Change mammut references to elefrenPaul Woolcock
2018-08-21Adds a `MastodonClient` traitPaul Woolcock
2018-06-29Fixed example code, and {un}follow routes.Aaron Power
2018-03-02Fixed examplesAaron Power
2018-02-10Fixed the registration of new apps as well as url of statuses is now an Optio...TheBestJohn
2017-11-11docs(all): Added documentation to missing partsAaron Power
2017-11-09updated reqwest and fixed media routeAaron Power
2017-05-06Version 0.6Aaron Power
2017-04-210.3.0 Redone registration api, added debug/cloneAaron Power