Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | docstrings + autoloads | marty hiatt | 2022-11-21 | 1 | -1/+5 | |
| | | ||||||
| * | edit toot at point | marty hiatt | 2022-11-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | edit from notifs we fetch 'base-toot or 'toot-json | |||||
| * | fix merge remnants | marty hiatt | 2022-11-19 | 1 | -3/+0 | |
| | | ||||||
| * | Merge branch 'develop' into lists | marty hiatt | 2022-11-19 | 1 | -2/+6 | |
| |\ | ||||||
| | * | -- separator for profile/tl funs in other files | marty hiatt | 2022-11-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | add notifications--get-mentions | marty hiatt | 2022-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | fix endpoint arg in init-sync | |||||
| * | | Merge branch 'develop' into lists | marty hiatt | 2022-11-16 | 1 | -6/+0 | |
| |\| | ||||||
| | * | notifications - use local map with foll-req acc/rej | marty hiatt | 2022-11-16 | 1 | -6/+0 | |
| | | | | | | | | | | | | this way we can remove these bindings from mastodon mode map | |||||
| * | | list view, keymaps, actions | marty hiatt | 2022-11-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | docstrings and comments | marty hiatt | 2022-11-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | remove commented autoloads from mastodon.el | marty hiatt | 2022-11-14 | 1 | -9/+0 | |
| | | ||||||
| * | remove call to shr-browse-url for non-masto URLs | marty hiatt | 2022-11-14 | 1 | -3/+6 | |
| | | ||||||
* | | remove commented autoloads from mastodon.el | marty hiatt | 2022-11-14 | 1 | -9/+0 | |
| | | ||||||
* | | remove call to shr-browse-url for non-masto URLs | marty hiatt | 2022-11-14 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch 'develop' | marty hiatt | 2022-11-13 | 1 | -1/+2 | |
|\| | ||||||
| * | add guppe groupe regex to --masto-url-p, lookup broken tho | marty hiatt | 2022-11-11 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'develop' | marty hiatt | 2022-11-05 | 1 | -4/+8 | |
|\| | ||||||
| * | boilerplate | marty hiatt | 2022-11-05 | 1 | -1/+3 | |
| | | ||||||
| * | edit header prop line for melpa | marty hiatt | 2022-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | use ts library to format poll expiry | marty hiatt | 2022-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | flycheck requires / thingatpt fun | marty hiatt | 2022-11-05 | 1 | -1/+3 | |
| | | ||||||
| * | add persist dep to mastodon.el file explicitly | marty hiatt | 2022-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | autoload profile-account-settings in mastodon.el | marty hiatt | 2022-10-15 | 1 | -0/+1 | |
| | | ||||||
* | | add persist dep to mastodon.el file explicitly | marty hiatt | 2022-09-19 | 1 | -1/+1 | |
|/ | ||||||
* | url-lookup: shr-browse-url in masto-mode, otherwise browse-url | marty hiatt | 2022-09-12 | 1 | -1/+3 | |
| | ||||||
* | improve masto-url-p regexes for users | marty hiatt | 2022-09-12 | 1 | -1/+3 | |
| | ||||||
* | autoloads/requires/mode hook in mastodon.el | marty hiatt | 2022-09-10 | 1 | -2/+5 | |
| | ||||||
* | customize option to display orig toot when replying | marty hiatt | 2022-09-06 | 1 | -0/+1 | |
| | ||||||
* | improve masto-url-p regexes | marty hiatt | 2022-09-03 | 1 | -31/+31 | |
| | ||||||
* | docstring | marty hiatt | 2022-09-03 | 1 | -1/+2 | |
| | ||||||
* | url-lookup: fix loading profile fun: just use the search JSON | marty hiatt | 2022-09-03 | 1 | -3/+2 | |
| | ||||||
* | get-text-property, coz our tl--property requres masto buffer | marty hiatt | 2022-09-03 | 1 | -1/+1 | |
| | ||||||
* | rough regex check for fedi URLs | marty hiatt | 2022-09-03 | 1 | -18/+37 | |
| | ||||||
* | work on url-lookup | marty hiatt | 2022-09-03 | 1 | -9/+11 | |
| | ||||||
* | url-lookup: read-string if no arg or url at point | marty hiatt | 2022-09-03 | 1 | -2/+5 | |
| | ||||||
* | mastodon.el - require mastodon-http | marty hiatt | 2022-09-03 | 1 | -0/+1 | |
| | ||||||
* | move url-lookup to mastodon.el | marty hiatt | 2022-09-03 | 1 | -0/+28 | |
| | ||||||
* | fix trending tags fun name + autoload in mastodon.el | marty hiatt | 2022-09-02 | 1 | -0/+1 | |
| | ||||||
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -3/+3 | |
| | ||||||
* | update dependencies, request version consistency | marty hiatt | 2022-08-27 | 1 | -1/+1 | |
| | ||||||
* | autoloads, flycheck | marty hiatt | 2022-08-27 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request '2FA login support' (#255) from ↵ | martianh | 2022-03-23 | 1 | -1/+29 | |
|\ | | | | | | | | | | | Red_Starfish/mastodon-up.el:login into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255 | |||||
| * | auth: make old mastodon.el users aware | Abhiseck Paira | 2022-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most old users of the mastodon.el wouldn't know about the introduction of new variable `mastodon-active-user'[1]. Our goal is to make them aware. Set the default value of [1] to nil. This way we can know that the user hasn't set [1] properly because user is unaware of it. In the definition of `mastodon-auth--access-token', check [1]'s value and if it's null, explain to the user about the new situation. Finally signal the error "Variables not set properly". We have considered the possibility of automating the process but since the new login mechanism depends on setting [1] *in the init file*, the only way to automate it would be to write to user's init file which we consider to be very rude and shouldn't be done by this package. | |||||
| * | update copyright holder info | Abhiseck Paira | 2022-01-17 | 1 | -0/+1 | |
| | | | | | | | | | | Update Copyright holder info for files that have undergone non trivial changes. | |||||
| * | mastodon.el: update `mastodon-instance-url' docstring | Abhiseck Paira | 2022-01-13 | 1 | -1/+15 | |
| | | | | | | | | | | | | Update the docstring for the defcustom `mastodon-instance-url' to clarify what it's value should be to reflect the changes introduced in the previous commit. | |||||
| * | mastodon.el: introduce new defcustom `mastodon-active-user' | Abhiseck Paira | 2022-01-13 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | Use `mastodon-active-user' and `mastodon-instance-url' to determine which mastodon account the user wants to be active for the current session of Emacs. See the documentation string of this variable for details on how to use it. This new variable becomes necessary to prevent conflict when a user has two accounts on the same instance, that is same value of `mastodon-instance-url'. | |||||
* | | autoload and binding for translate-toot-text | mousebot | 2022-03-13 | 1 | -0/+5 | |
| | | ||||||
* | | improve check for any existing masto buffers on mastodon load | mousebot | 2022-02-17 | 1 | -4/+9 | |
| | | ||||||
* | | fix view filters/foll suggests | mousebot | 2022-02-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - they get keymaps that inherit and so override the main masto keymap, which allows them to still have the basic timeline/view nav functions. - but we give them next-item rather than next toot so that they never try to e.g. load for toots into the buffer, which wouldn't work. - also remove the reference to foll requests view in tl--init as it is not longer needed. binding for follow suggestions remove tab from foll suggests keymap makes tab work as default, which means you can n/p to next/prev user, while still being able to tab to user next handle, to visit profile squashed commit: remove foll suggestions keymap | |||||
* | | fix view filters binding | mousebot | 2022-02-15 | 1 | -1/+1 | |
| | |