summaryrefslogtreecommitdiffstats
path: root/src/apps.rs
AgeCommit message (Expand)Author
2020-09-29use std::convert::TryInto instead of using crateranfdev
2020-09-26Remove `HttpSend` and `HttpSender`Paul 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
2019-09-04fix rustfmtPaul 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-28rustfmt passPaul Woolcock
2018-08-28Add some more testsPaul Woolcock
2018-08-27Rework the `Registration` and `App` APIsPaul Woolcock
2018-08-26Remove `elefren::apps::prelude`Paul Woolcock
2018-08-25duplicate the AppBuilder api in RegistrationPaul 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-21Change mammut references to elefrenPaul Woolcock
2018-06-29Fixed example code, and {un}follow routes.Aaron 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-05-06Version 0.6Aaron Power
2017-04-210.2 corrected oauth, and added some documentationAaron Power
2017-04-10Initial commitAaron Power