Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docstrings | mousebot | 2021-10-15 | 1 | -2/+2 |
| | |||||
* | FIX the filename we send to post-media-attachement | mousebot | 2021-10-15 | 1 | -3/+3 |
| | | | | - it needs to be with full path of course! | ||||
* | binding to upload media, and check uploads up before posting toot | mousebot | 2021-10-15 | 1 | -4/+5 |
| | |||||
* | remove my old attachment display | mousebot | 2021-10-15 | 1 | -3/+0 |
| | |||||
* | disambiguate media--attachment-height and preview-max-height | mousebot | 2021-10-15 | 1 | -3/+3 |
| | |||||
* | flycheck toot.el | mousebot | 2021-10-15 | 1 | -3/+6 |
| | |||||
* | rever auth / client changes too | mousebot | 2021-10-15 | 2 | -13/+13 |
| | |||||
* | merge hdurers attachment upload and my own | mousebot | 2021-10-15 | 1 | -27/+21 |
| | | | | | | | | | | replace hdurer's mastodon-toot--post-media and my mastodon-toot--add-media-attachment with hdurer's mastodon-toot--attach-media (which holds the data in the toot draft) and my mastodon-toot--upload-media-attachments (which actually uploads them) | ||||
* | revert mastodon-http changes | mousebot | 2021-10-15 | 1 | -49/+9 |
| | | | | | - we will keep my old implementation of attachment uploading, as it already works with the media_ids[] of the API. | ||||
* | revert "private" visibility = "followers only" in toot draft | mousebot | 2021-10-15 | 1 | -3/+7 |
| | |||||
* | handle image scaling with image-transforms-p (when emacs >= 27.1) | mousebot | 2021-10-15 | 1 | -5/+8 |
| | |||||
* | first test merge of hdurer's WIP: Posting of images | mousebot | 2021-10-15 | 5 | -64/+176 |
| | |||||
* | handle caching of images | mousebot | 2021-10-09 | 1 | -4/+8 |
| | | | | | we now store images ourselves for caching rather than relying on url-automatic-caching. | ||||
* | handle cached images | mousebot | 2021-10-09 | 1 | -4/+10 |
| | | | | | | | | when we fetch images, check if they are cached, and if so use the cached version. for now, images aren't cached explicitly, but this should work if the user has `url-automatic-caching' enabled. | ||||
* | get relationships for a user with 1 rather than 2 requests | mousebot | 2021-10-05 | 1 | -2/+3 |
| | |||||
* | set a larger mastodon-http--timeout. | mousebot | 2021-10-05 | 1 | -1/+1 |
| | | | | loading profiles would often not make in 5 seconds on a slower connection | ||||
* | make updating new toots inserts them after any pinned toots | mousebot | 2021-10-04 | 1 | -3/+4 |
| | |||||
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 5 | -18/+37 |
| | |||||
* | revert bug workaround copying toot to kill ring | mousebot | 2021-10-03 | 1 | -2/+1 |
| | |||||
* | Fix: make after-change-functions buffer local. | Holger Dürer | 2021-10-03 | 1 | -1/+2 |
| | | | | See issue #218 — we mistakenly modified the global value and `mastodon-toot--update-status-fields` makes no sense outside the toot compose buffer. | ||||
* | make mastodon-toot--insert-emoji an alias | mousebot | 2021-10-03 | 1 | -3/+3 |
| | |||||
* | restore var toot--media-attachments | mousebot | 2021-10-02 | 1 | -3/+7 |
| | |||||
* | customize option default-media-directory | mousebot | 2021-10-02 | 1 | -1/+7 |
| | |||||
* | flycheck: docstrings, autoloads, declarations | mousebot | 2021-10-02 | 4 | -41/+78 |
| | |||||
* | add emojify-insert-emoji binding in mastodon new toot buffer | mousebot | 2021-10-02 | 1 | -0/+8 |
| | |||||
* | repair somewhat the media-upload functions and error handling | mousebot | 2021-10-02 | 2 | -18/+14 |
| | |||||
* | 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. |