aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | refactor un/follow, un/block, un/mute functionsmousebot2021-12-151-116/+72
| | | | | |/
| | | | * | improve display of polls:mousebot2021-12-161-4/+18
| | | | * | customize option to enable custom emoji by default.mousebot2021-12-152-1/+8
| | | | |/
| | | | * rename company mentions to 'mastodon-toot-mentions'mousebot2021-12-121-5/+6
| | | | * Merge pull request 'Do a bit of work on tests' (#18) from h_d/mastodon.el:tes...mouse bot2021-11-1210-625/+653
| | | | |\
| | | | | * Make the local ert runner pass.Holger Dürer2021-11-103-1/+4
| | | | | * Hamonize tests.Holger Dürer2021-11-109-127/+134
| | | | | * Reformatting `mastodon-search-tests.el`.Holger Dürer2021-11-108-511/+517
| | | | | * Change `mastodon-auth-test.el` to not expect errors.Holger Dürer2021-11-101-4/+16
| | | | |/
| | | | * move profile view followers/following bindings to 's'/'g'.mousebot2021-11-101-2/+2
| | | | * move profile--my-profile binding to 'O'mousebot2021-11-101-1/+1
| | | | * autocompletion ignores case of handles/display namesmousebot2021-11-091-2/+2
| | | * | update mastodon-media:get-media-link-rendering{-gif}mousebot2021-11-091-1/+28
| | | * | Merge branch 'develop' into media-typemousebot2021-11-091-2/+10
| | | |\|
| | | | * update test mastodon-media:get-media-link-rendering with extra propsmousebot2021-11-091-2/+10
| | | * | fetch media_attachments' "type" from server and store as propertymousebot2021-11-092-16/+23
| | | |/
| | | * remove help-echo for faves/boosts/replies, it breaks img echo keymapmousebot2021-11-091-10/+0
| | * | update mastodon-notifications--test-byline-concat for post notifymousebot2021-11-061-1/+3
| | * | add support for receiving notifications when a user postsmousebot2021-11-022-6/+64
| * | | fixme insert-status/get-media-link-renderingmousebot2021-11-091-0/+1
| | |/ | |/|
| * | Merge pull request 'Merge h_d's cleanups' (#8) from h_d/mastodon.el:cleanups ...mouse bot2021-11-0618-836/+800
| |\ \
| | * | Simplify the logic in `mastodon-tl--insert-status`.Holger Dürer2021-11-061-8/+5
| | * | Fix new warnings in `mastodon-inspect.el`.Holger Dürer2021-11-061-0/+3
| | * | Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-065-38/+34
| | * | Use portable filename component functions.Holger Dürer2021-11-061-12/+14
| | * | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-068-146/+145
| | * | Clean up uses of `url-retrieve-synchronously`.Holger Dürer2021-11-061-28/+12
| | * | Reformat all code.Holger Dürer2021-11-0617-615/+614
| | * | Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-064-35/+19
| |/ /
| * | display faves/boosts/replies in threads also for reblogsmousebot2021-11-061-5/+11
| * | tiny cleanupmousebot2021-11-063-2/+2
| * | add tests for -search.elmousebot2021-11-062-0/+142
| * | inspect functions for search.elmousebot2021-11-061-1/+33
| * | support downloading/using custom emoji with emojify.mousebot2021-11-051-1/+72
| * | defvar company-backends for flycheckmousebot2021-11-051-1/+2
| * | fix broken completion, restore search--get-user-info{-@}mousebot2021-11-031-1/+7
| * | Fix tests.Holger Dürer2021-11-0111-26/+52
| * | Fix compilation warnings.Holger Dürer2021-11-018-41/+65
| |/
| * include user's profile URL in company mentions completion.mousebot2021-11-012-17/+20
| * Merge branch 'develop' into imgcachingmousebot2021-10-293-56/+60
| |\
| | * Merge branch 'img-previews' into developmousebot2021-10-293-40/+32
| | |\
| | | * fix toot--send setting args/args-mediamousebot2021-10-291-17/+14
| | | * make get-max-toot-chars asyncmousebot2021-10-291-6/+11
| | | * docstringsmousebot2021-10-292-2/+2
| | | * merge upload-media-attachments functionality into toot-send.mousebot2021-10-292-41/+36
| | * | make get-max-toot-chars asyncmousebot2021-10-291-6/+11
| | |/
| | * hopefully improve attachment upload error handlingmousebot2021-10-291-9/+15
| | * fix for image uploads error in 'emacs -Q': expand file name!mousebot2021-10-291-1/+2
| | * require mastodon-toot in mastodon.el, for customize visibilitymousebot2021-10-281-9/+10
| | * fix group of mastodon-toot--attachment-heightmousebot2021-10-281-1/+1