aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
Commit message (Expand)AuthorAgeFilesLines
* bump version in boilerplatemarty hiatt2022-07-311-1/+1
* Merge branch 'develop'mousebot2022-04-051-71/+130
|\
| * Merge pull request '2FA login support' (#255) from Red_Starfish/mastodon-up.e...martianh2022-03-231-71/+130
| |\
| | * auth: make mastodon-auth-source-file a defvarAbhiseck Paira2022-02-251-8/+4
| | * auth: define variable mastodon-auth--user-unawareAbhiseck Paira2022-02-251-0/+15
| | * auth: make old mastodon.el users awareAbhiseck Paira2022-02-251-0/+8
| | * auth: make the wording in mastodon-auth--explanation clearerAbhiseck Paira2022-02-251-5/+11
| | * auth: present auth code request in a nicer wayAbhiseck Paira2022-02-251-1/+32
| | * auth: change name to mastodon-auth--request-authorization-codeAbhiseck Paira2022-02-251-2/+2
| | * change '-' to '--' in between function and namespace namesAbhiseck Paira2022-02-231-10/+10
| | * update copyright holder infoAbhiseck Paira2022-01-171-0/+1
| | * define autoloads and defvars to silence the byte compilerAbhiseck Paira2022-01-171-0/+7
| | * refactor *-access-token and *-handle-token-responseAbhiseck Paira2022-01-131-10/+22
| | * remove functions no longer neededAbhiseck Paira2022-01-131-43/+0
| | * re-implement user auth and token generation mechanismAbhiseck Paira2022-01-131-10/+36
* | | Merge branch 'develop'mousebot2022-02-131-1/+1
|\| |
| * | update homepage and copyright boilerplatemousebot2022-02-051-1/+1
| |/
* | Merge branch 'main'mousebot2021-12-231-18/+32
|\|
| * typos and docstringsmousebot2021-12-201-1/+1
| * bump version to a round numbermousebot2021-12-171-1/+1
| * boilerplate maintainer contactmousebot2021-12-171-0/+1
| * depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
| * bump version, change homepage link, readmemousebot2021-12-171-2/+2
| * Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-061-1/+0
| * Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-5/+5
| * Fix compilation warnings.Holger Dürer2021-11-011-3/+10
| * 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
* | Rewrite `mastodon-auth--access-token` so it handles errors.Ian Eure2020-05-031-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