Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill-current-buffer instead of kill-this-buffer | mousebot | 2021-10-01 | 1 | -1/+1 |
| | | | | | kill-this-buffer doesn't always work if not called from the menu bar, as stated in its docstring. | ||||
* | display "followers-only" for "private" post visibility | mousebot | 2021-09-23 | 1 | -3/+7 |
| | |||||
* | fix formatting of mastodon-toot-default-visibility | mousebot | 2021-09-23 | 1 | -4/+5 |
| | |||||
* | basic delete-and-redraft-toot, text status only for now. | mousebot | 2021-09-23 | 2 | -0/+27 |
| | |||||
* | hacks to minimize toot bug: copy text, only kill buffer after post | mousebot | 2021-09-23 | 1 | -3/+5 |
| | |||||
* | disable avatars by default | mousebot | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | on delete toot, redraw current timeline or profile | mousebot | 2021-09-23 | 2 | -1/+17 |
| | |||||
* | rename show-avatars-p custom to show-avatars | mousebot | 2021-09-22 | 1 | -3/+3 |
| | |||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 14 | -22/+22 |
| | |||||
* | make display of (scaled) avatars a customize option | mousebot | 2021-09-13 | 1 | -6/+15 |
| | |||||
* | use inbuilt image scaling if emacs version => 27.1 | mousebot | 2021-09-13 | 3 | -7/+17 |
| | | | | and put point at point-min on profile load | ||||
* | fix RET/i not working on image attachments in notifications. | mousebot | 2021-09-08 | 1 | -1/+4 |
| | | | | | notifications only have a url and a preview_url, but no remote_url. we still prefer remote_url in home timelines (inc. boosts) though. | ||||
* | improve docstrings in mastodon-auth so i know what it does. | mousebot | 2021-08-11 | 1 | -6/+11 |
| | |||||
* | zero index our poll vote, message choice + number on success | mousebot | 2021-08-10 | 1 | -9/+11 |
| | | | | zero indexing the vote means we vote for the option we actually chose | ||||
* | try to handle reblogged polls | mousebot | 2021-08-10 | 1 | -1/+5 |
| | |||||
* | provide poll option descriptions in completing-read | mousebot | 2021-08-10 | 1 | -15/+22 |
| | |||||
* | functions to vote on polls in timelines, bound to "v" | mousebot | 2021-08-09 | 2 | -5/+45 |
| | | | | - masto view favorites binding moved to "V", in line with other separate views being in capitals | ||||
* | mastodon-http--triage - messages errors rather than response buffer | mousebot | 2021-08-09 | 1 | -2/+15 |
| | |||||
* | use either display_name or username in author byline | mousebot | 2021-08-09 | 1 | -1/+3 |
| | | | | | this fixes the situation where accounts with nothing in "display_name" would appear as only as a handle | ||||
* | follow requests accept/reject from notifications + | mousebot | 2021-08-09 | 3 | -52/+110 |
| | | | | | | | - new bindings for f-req accept/reject (in both notifs and in f-req views) - check if we are at an f-req before accept/rejecting - flycheck / docstrings - fix notifs byline formatting for f-reqs | ||||
* | revert 'base-toot-id to 'toot-id in tl oldest toot | mousebot | 2021-08-08 | 1 | -1/+1 |
| | |||||
* | include follow-requests in notifications | mousebot | 2021-08-08 | 1 | -2/+21 |
| | |||||
* | fix typo in mastodon-tl--process-link setting 'account-id prop | mousebot | 2021-08-08 | 2 | -3/+5 |
| | | | | this prevented the 'account-id from being attached to mentions | ||||
* | replace 'toot-id with base-toot-id in mastodon-tl--oldest-id | mousebot | 2021-08-07 | 1 | -1/+2 |
| | | | | | | this is an attempt to avoid adding same toots instead of older toots on timelines. it seems to only happen sometimes, my guess it is happens when last toot displayed is favorited or boosted, perhaps only by the logged-in user. | ||||
* | fix mentions broken when on local instance | mousebot | 2021-08-07 | 1 | -3/+7 |
| | |||||
* | move follow req acc/rej bindings so they don't shadow profiles | mousebot | 2021-07-16 | 1 | -2/+2 |
| | |||||
* | typo in async http-layer, unless in http process-json, typo in readm | mousebot | 2021-06-21 | 2 | -4/+3 |
| | |||||
* | feed notfication ID to mastodon-notifications--insert-status | mousebot | 2021-06-19 | 2 | -11/+40 |
| | | | | | | | | which is a copy of mastodon-tl--insert-status. this makes the 'toot-id of notifications that of the favoriting/boosting item, rather than the item boosted/favorited. this ID is needed in order to make loading more older notifications work correctly. beforehand, the call would be incorrect and the same latest 20 notifications would load. | ||||
* | display boosted polls | mousebot | 2021-06-19 | 1 | -2/+5 |
| | |||||
* | hack to ensure toot buffer bindings are always enabled. | mousebot | 2021-06-19 | 2 | -3/+3 |
| | | | | | | | | make mastodon-toot-mode is run in mastodon-toot--compose-buffer before after-change-functions bugs. this makes mastodon-toot work properly even if mastodon-mode has not yet been run/loaded yet. | ||||
* | typos and readme | mousebot | 2021-06-14 | 2 | -2/+2 |
| | |||||
* | use mastodon-auth--user-acct instead of get-account-name in mastodon | mousebot | 2021-06-08 | 1 | -2/+3 |
| | | | | | | the former first checks if the value is stored in var mastodon-auth--acct-alist, and only makes a request if it doesn't get the handle from there. and if run it also stores the value. | ||||
* | attempt to handle response errors in mastodon-http--process-json | mousebot | 2021-06-07 | 1 | -1/+3 |
| | |||||
* | only get-home-timeline if mastodon buffers not already open. | mousebot | 2021-06-07 | 1 | -2/+15 |
| | | | | requires cl-lib | ||||
* | mastodon-http--get-async, only process json when status is returned | mousebot | 2021-06-07 | 1 | -1/+2 |
| | | | | (hopefully) | ||||
* | fix async "local" endpoint, docstrings | mousebot | 2021-06-07 | 1 | -4/+4 |
| | |||||
* | implement updating user profile note | mousebot | 2021-06-05 | 3 | -9/+89 |
| | | | | | uses a tiny minor mode 'profile-update', with bindings. U is a general binding for it. | ||||
* | handle error on kill async buffer, begin same on borked JSON. | mousebot | 2021-06-05 | 1 | -18/+14 |
| | |||||
* | enable async stream for user notifications. | mousebot | 2021-06-03 | 3 | -30/+64 |
| | | | | creates a notifications filter for the 'user' stream, then handles display of notifications, which have their own timeline funs. | ||||
* | add basic live updates of home/local/federated timelines. | mousebot | 2021-06-01 | 2 | -0/+338 |
| | | | | | the code, mastodon-async.el is taken from https://github.com/alexjgriffith/mastodon-future.el and only slightly modified to make the home stream work. | ||||
* | foll reqs/faves bindings global, autoloads and declarations, readme | mousebot | 2021-06-01 | 5 | -15/+21 |
| | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 13 | -26/+26 |
| | |||||
* | travis.yml, move to new cask install method | mousebot | 2021-05-31 | 2 | -4/+2 |
| | |||||
* | view favourites fun, and view/accept/reject follow requests funs. | mousebot | 2021-05-30 | 3 | -3/+69 |
| | | | | | | | and bindings. view-follow-requests makes mastodon-tl--init run in mastodon-profile-mode just so that its bindings can be restricted to that minor mode. | ||||
* | only show pinned statuses for "statuses" profile buffer | mousebot | 2021-05-30 | 1 | -2/+2 |
| | |||||
* | http: docstrings and move delete fun | mousebot | 2021-05-30 | 1 | -11/+11 |
| | |||||
* | add request and seq as dependencies, flycheck cleanups, and | mousebot | 2021-05-27 | 4 | -38/+45 |
| | | | | move http search funs into http.el | ||||
* | flychecks and autoloads | mousebot | 2021-05-26 | 4 | -6/+13 |
| | |||||
* | clean up media upload in http.el | mousebot | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | typos in tl and http error responses in http.el for attachments | mousebot | 2021-05-26 | 2 | -4/+7 |
| |