| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-17 | 1 | -15/+18 |
|\ |
|
| * | fix media attachments test before posting | mousebot | 2021-12-17 | 1 | -15/+18 |
* | | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-16 | 1 | -26/+28 |
|\| |
|
| * | attach media test before post | mousebot | 2021-12-15 | 1 | -3/+6 |
| * | a first hack to make media uploads immediate and async. | mousebot | 2021-12-15 | 1 | -23/+22 |
* | | customize option to enable custom emoji by default. | mousebot | 2021-12-15 | 1 | -0/+5 |
|/ |
|
* | rename company mentions to 'mastodon-toot-mentions' | mousebot | 2021-12-12 | 1 | -5/+6 |
* | autocompletion ignores case of handles/display names | mousebot | 2021-11-09 | 1 | -2/+2 |
* | Do a bit if `if` and `progn` sanitizing. | Holger Dürer | 2021-11-06 | 1 | -15/+14 |
* | Use portable filename component functions. | Holger Dürer | 2021-11-06 | 1 | -12/+14 |
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 1 | -32/+32 |
* | Reformat all code. | Holger Dürer | 2021-11-06 | 1 | -53/+53 |
* | Use `defvar-local` to create buffer-local vars. | Holger Dürer | 2021-11-06 | 1 | -16/+8 |
* | tiny cleanup | mousebot | 2021-11-06 | 1 | -1/+1 |
* | support downloading/using custom emoji with emojify. | mousebot | 2021-11-05 | 1 | -1/+72 |
* | defvar company-backends for flycheck | mousebot | 2021-11-05 | 1 | -1/+2 |
* | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -18/+23 |
* | include user's profile URL in company mentions completion. | mousebot | 2021-11-01 | 1 | -13/+15 |
* | fix toot--send setting args/args-media | mousebot | 2021-10-29 | 1 | -17/+14 |
* | make get-max-toot-chars async | mousebot | 2021-10-29 | 1 | -6/+11 |
* | docstrings | mousebot | 2021-10-29 | 1 | -1/+1 |
* | merge upload-media-attachments functionality into toot-send. | mousebot | 2021-10-29 | 1 | -38/+32 |
* | fix for image uploads error in 'emacs -Q': expand file name! | mousebot | 2021-10-29 | 1 | -1/+2 |
* | fix group of mastodon-toot--attachment-height | mousebot | 2021-10-28 | 1 | -1/+1 |
* | api/v2 for media attachment uploads | mousebot | 2021-10-26 | 1 | -1/+1 |
* | toot--enable-completion-for-mentions only if company noerror | mousebot | 2021-10-26 | 1 | -4/+5 |
* | _args for update-status-fields | mousebot | 2021-10-25 | 1 | -1/+1 |
* | declare company-mode functions | mousebot | 2021-10-25 | 1 | -1/+5 |
* | rewrite bookmark-toot as toggle | mousebot | 2021-10-23 | 1 | -20/+17 |
* | move defcustom attachment-height from media to toot | mousebot | 2021-10-22 | 1 | -4/+7 |
* | don't allow posts longer than server's max_toot_chars length | mousebot | 2021-10-22 | 1 | -7/+9 |
* | flycheck, autoloads, docstrings | mousebot | 2021-10-22 | 1 | -2/+6 |
* | bookmark/unbookmark toot funs | mousebot | 2021-10-22 | 1 | -0/+24 |
* | use http--api in max-toot-chars fun | mousebot | 2021-10-22 | 1 | -3/+2 |
* | collect max toot chars from server and display in new toot buffer | mousebot | 2021-10-22 | 1 | -2/+17 |
* | redrafts adopt reply to id from deleted toot | mousebot | 2021-10-21 | 1 | -2/+5 |
* | fix cw test for replies and for redrafts: "" not nil. | mousebot | 2021-10-21 | 1 | -2/+2 |
* | print toot keybinding docs in two columns | mousebot | 2021-10-21 | 1 | -5/+37 |
* | move attachments lower in toot-docs | mousebot | 2021-10-21 | 1 | -4/+5 |
* | revert to forward-whitespace -1 test for company | mousebot | 2021-10-21 | 1 | -3/+7 |
* | redraft toots adopt visibility and CW of deleted toot | mousebot | 2021-10-21 | 1 | -6/+14 |
* | 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 | 1 | -7/+11 |
* | improvements to toot mentions completion | mousebot | 2021-10-21 | 1 | -12/+11 |
* | 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 | 1 | -48/+111 |
|\ |
|
| * | 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 |