aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
Commit message (Expand)AuthorAgeFilesLines
* change email addressmarty hiatt2024-10-201-1/+1
* eq for symbols, string= for stringsmarty hiatt2024-08-221-2/+2
* revert changes to auth--show-notice so that we see the message promptmarty hiatt2024-04-241-12/+18
* Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer'Rahguzar2024-01-061-18/+13
* Use `equal' to access alist entries by `mastodon-instance-url'David Edmondson2023-12-191-2/+2
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* request-auth-code: select-enable-clipboard.marty hiatt2023-10-301-0/+1
* Simplify calls to `alist-get`Stefan Monnier2023-08-271-4/+2
* new fun: mastodon-return-credential-account, var: mastodon-profile-credential...marty hiatt2023-08-221-6/+3
* give mastodon-auth--get-browser-login-url a proper alist.marty hiatt2023-07-131-4/+4
* audit auth.elmarty hiatt2023-05-101-25/+12
* refactor concat-params-to-url, replace append-query stringmarty hiatt2023-05-101-2/+2
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* sort all autoloadsmarty hiatt2023-03-191-5/+6
* make auth--get-account-name silentmarty hiatt2023-02-181-1/+3
* Do not pass URL directly to message.Troels Henriksen2022-12-231-1/+1
* message auth URL when copying to kill ringmarty hiatt2022-12-181-0/+1
* make a start on listsmarty hiatt2022-11-151-0/+8
* bump version in boilerplatemarty hiatt2022-08-271-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