| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | when toot replied to has a CW, adopt it as default for replying toot | mousebot | 2021-10-21 | 1 | -3/+11 |
| * | replies to toots adopt their visibility status by default. | mousebot | 2021-10-21 | 2 | -10/+13 |
| * | improvements to toot mentions completion | mousebot | 2021-10-21 | 3 | -21/+24 |
| * | remove empty lines from docstrings | mousebot | 2021-10-21 | 1 | -6/+0 |
| * | fix default-toot-visibility customize | mousebot | 2021-10-21 | 1 | -5/+5 |
| * | make add mentions-company-backend to company-backens buffer local | mousebot | 2021-10-21 | 1 | -1/+2 |
| * | Merge branch 'develop' into ments-completion | mousebot | 2021-10-20 | 2 | -49/+117 |
| |\ |
|
| | * | revert leftover caching things from merging image-previews branch | mousebot | 2021-10-20 | 1 | -3/+1 |
| | * | Merge branch 'img-previews' into develop | mousebot | 2021-10-20 | 4 | -56/+132 |
| | |\ |
|
| | | * | docstrings | mousebot | 2021-10-15 | 1 | -2/+2 |
| | | * | FIX the filename we send to post-media-attachement | mousebot | 2021-10-15 | 1 | -3/+3 |
| | | * | 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 |
| | | * | revert mastodon-http changes | mousebot | 2021-10-15 | 1 | -49/+9 |
| | | * | 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 |
| * | | | first go at company completion for mentions in new toots | mousebot | 2021-10-20 | 2 | -0/+72 |
| |/ / |
|
| * / | Revert "handle cached images" | mousebot | 2021-10-18 | 1 | -10/+4 |
| |/ |
|
| * | handle cached images | mousebot | 2021-10-09 | 1 | -4/+10 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | fix RET/i not working on image attachments in notifications. | mousebot | 2021-09-08 | 1 | -1/+4 |
| * | improve docstrings in mastodon-auth so i know what it does. | mousebot | 2021-08-11 | 1 | -6/+11 |