| Commit message (Expand) | Author | Age | Files | Lines |
* | change email address | marty hiatt | 2024-10-20 | 1 | -1/+1 |
* | eq for symbols, string= for strings | marty hiatt | 2024-08-22 | 1 | -2/+2 |
* | revert changes to auth--show-notice so that we see the message prompt | marty hiatt | 2024-04-24 | 1 | -12/+18 |
* | Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer' | Rahguzar | 2024-01-06 | 1 | -18/+13 |
* | Use `equal' to access alist entries by `mastodon-instance-url' | David Edmondson | 2023-12-19 | 1 | -2/+2 |
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 |
* | request-auth-code: select-enable-clipboard. | marty hiatt | 2023-10-30 | 1 | -0/+1 |
* | Simplify calls to `alist-get` | Stefan Monnier | 2023-08-27 | 1 | -4/+2 |
* | new fun: mastodon-return-credential-account, var: mastodon-profile-credential... | marty hiatt | 2023-08-22 | 1 | -6/+3 |
* | give mastodon-auth--get-browser-login-url a proper alist. | marty hiatt | 2023-07-13 | 1 | -4/+4 |
* | audit auth.el | marty hiatt | 2023-05-10 | 1 | -25/+12 |
* | refactor concat-params-to-url, replace append-query string | marty hiatt | 2023-05-10 | 1 | -2/+2 |
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -5/+6 |
* | make auth--get-account-name silent | marty hiatt | 2023-02-18 | 1 | -1/+3 |
* | Do not pass URL directly to message. | Troels Henriksen | 2022-12-23 | 1 | -1/+1 |
* | message auth URL when copying to kill ring | marty hiatt | 2022-12-18 | 1 | -0/+1 |
* | make a start on lists | marty hiatt | 2022-11-15 | 1 | -0/+8 |
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -1/+1 |
* | Merge branch 'develop' | mousebot | 2022-04-05 | 1 | -71/+130 |
|\ |
|
| * | Merge pull request '2FA login support' (#255) from Red_Starfish/mastodon-up.e... | martianh | 2022-03-23 | 1 | -71/+130 |
| |\ |
|
| | * | auth: make mastodon-auth-source-file a defvar | Abhiseck Paira | 2022-02-25 | 1 | -8/+4 |
| | * | auth: define variable mastodon-auth--user-unaware | Abhiseck Paira | 2022-02-25 | 1 | -0/+15 |
| | * | auth: make old mastodon.el users aware | Abhiseck Paira | 2022-02-25 | 1 | -0/+8 |
| | * | auth: make the wording in mastodon-auth--explanation clearer | Abhiseck Paira | 2022-02-25 | 1 | -5/+11 |
| | * | auth: present auth code request in a nicer way | Abhiseck Paira | 2022-02-25 | 1 | -1/+32 |
| | * | auth: change name to mastodon-auth--request-authorization-code | Abhiseck Paira | 2022-02-25 | 1 | -2/+2 |
| | * | change '-' to '--' in between function and namespace names | Abhiseck Paira | 2022-02-23 | 1 | -10/+10 |
| | * | update copyright holder info | Abhiseck Paira | 2022-01-17 | 1 | -0/+1 |
| | * | define autoloads and defvars to silence the byte compiler | Abhiseck Paira | 2022-01-17 | 1 | -0/+7 |
| | * | refactor *-access-token and *-handle-token-response | Abhiseck Paira | 2022-01-13 | 1 | -10/+22 |
| | * | remove functions no longer needed | Abhiseck Paira | 2022-01-13 | 1 | -43/+0 |
| | * | re-implement user auth and token generation mechanism | Abhiseck Paira | 2022-01-13 | 1 | -10/+36 |
* | | | Merge branch 'develop' | mousebot | 2022-02-13 | 1 | -1/+1 |
|\| | |
|
| * | | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'main' | mousebot | 2021-12-23 | 1 | -18/+32 |
|\| |
|
| * | typos and docstrings | mousebot | 2021-12-20 | 1 | -1/+1 |
| * | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
| * | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
| * | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
| * | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
| * | Do a bit if `if` and `progn` sanitizing. | Holger Dürer | 2021-11-06 | 1 | -1/+0 |
| * | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 1 | -5/+5 |
| * | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -3/+10 |
| * | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -3/+5 |
| * | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
| * | improve docstrings in mastodon-auth so i know what it does. | mousebot | 2021-08-11 | 1 | -6/+11 |
| * | foll reqs/faves bindings global, autoloads and declarations, readme | mousebot | 2021-06-01 | 1 | -0/+1 |
| * | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
| * | Rewrite `mastodon-auth--access-token` so it handles errors. | Ian Eure | 2021-05-09 | 1 | -7/+16 |