aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
Commit message (Expand)AuthorAgeFilesLines
* rever auth / client changes toomousebot2021-10-151-9/+9
* first test merge of hdurer's WIP: Posting of imagesmousebot2021-10-151-15/+15
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-3/+5
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* improve docstrings in mastodon-auth so i know what it does.mousebot2021-08-111-6/+11
* foll reqs/faves bindings global, autoloads and declarations, readmemousebot2021-06-011-0/+1
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* Rewrite `mastodon-auth--access-token` so it handles errors.Ian Eure2021-05-091-7/+16
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Explitly require json.el in files where we dynamically bind its vars.Holger Dürer2019-03-041-0/+1
* Use the email address of the current user as default (#203)Jürgen Hötzel2019-03-041-1/+1
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Optionally use auth-source-search for fetching and saving password. (#181)H Durer2018-08-101-0/+47
* Clean up code to remove compilation warnings.Holger Durer2018-08-101-0/+2
* Retoot add accts closes #155Alexander Griffith2018-03-051-0/+18
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-1/+1
* Keep track of to which instance secrets in plstore belong.Holger Dürer2018-03-021-10/+14
* Bump version to 0.7.1Johnson Denen2017-06-191-1/+1
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
* replaced declare-function with autoloadalexjgriffith2017-05-181-2/+2
* Remove most byte-compile warnings.Holger Dürer2017-05-181-1/+4
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+2
* Clean up use of progn.Holger Dürer2017-05-051-4/+3
* Bump to v0.6.2Johnson Denen2017-04-291-1/+1
* Bump to v0.6.1Johnson Denen2017-04-281-1/+1
* Bump to v0.6.0Johnson Denen2017-04-241-1/+1
* Bump to v0.5.5Johnson Denen2017-04-241-1/+1
* Bump to v0.5.4Johnson Denen2017-04-231-1/+1
* Fix some compilation errorsJohnson Denen2017-04-231-1/+1
* Make tweaks per package-lint feedbackJohnson Denen2017-04-231-0/+1
* Clean up tests and update DOCSTRINGsJohnson Denen2017-04-231-3/+6
* Rewrite mastodon-authJohnson Denen2017-04-231-127/+32
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-141-1/+0
* Add `mastodon-auth--client' functionJohnson Denen2017-04-121-1/+5
* Refactor mastodon--register-and-return-client-appJohnson Denen2017-04-121-3/+10
* Fix return value bugJohnson Denen2017-04-121-1/+3
* Use `read-passwd'Johnson Denen2017-04-121-1/+1
* Add tests for `mastodon--access-token'Johnson Denen2017-04-121-8/+11
* Add mastodon--get-access-token testJohnson Denen2017-04-121-8/+17
* Abstract success lambda to its own function and testJohnson Denen2017-04-121-5/+7
* Add store-client-id-and-secret testJohnson Denen2017-04-121-2/+6
* Remove progn and return register-client-app funcallJohnson Denen2017-04-121-3/+1
* Add mastodon-auth--registration-success testJohnson Denen2017-04-121-6/+9
* Make headers more conventionalJohnson Denen2017-04-101-4/+21
* Close #7 with repo URLJohnson Denen2017-04-091-1/+2
* Fix #8 flycheck issuesJohnson Denen2017-04-091-7/+22
* Fix #1 by adding scope to auth token requestJohnson Denen2017-04-091-1/+2
* Update DOCSTRINGsJohnson Denen2017-04-091-3/+19
* Refactor authorizationJohnson Denen2017-04-091-44/+76