index
:
mastodon.el.git
master
Emacs client for fediverse servers that implement the Mastodon API.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'develop' into echo-faves-in-thread
mousebot
2021-12-17
2
-49
/
+44
|
\
|
*
ensure media-attachment is not a dir
mousebot
2021-12-17
1
-9
/
+11
|
*
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
|
*
|
readme update
mousebot
2021-12-16
1
-25
/
+15
*
|
|
Merge branch 'develop' into echo-faves-in-thread
mousebot
2021-12-16
17
-785
/
+890
|
\
|
|
|
*
|
Merge branch 'immed-async-media-upload' into develop
mousebot
2021-12-16
2
-27
/
+29
|
|
\
|
|
|
*
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
2
-24
/
+23
|
*
|
refactor notify-user-posts functions
mousebot
2021-12-16
1
-25
/
+32
|
*
|
Merge branch 'develop' into notify-when-post
mousebot
2021-12-16
24
-931
/
+1229
|
|
\
\
|
|
*
\
Merge branch 'develop' into media-type
mousebot
2021-12-16
14
-741
/
+745
|
|
|
\
\
|
|
|
*
\
Merge branch 'refactor-follows-etc' into develop
mousebot
2021-12-16
1
-120
/
+76
|
|
|
|
\
\
|
|
|
|
*
|
indent-buffer on -tl.el
mousebot
2021-12-16
1
-14
/
+14
|
|
|
|
*
|
refactor un/follow, un/block, un/mute functions
mousebot
2021-12-15
1
-116
/
+72
|
|
|
|
|
/
|
|
|
*
|
improve display of polls:
mousebot
2021-12-16
1
-4
/
+18
|
|
|
*
|
customize option to enable custom emoji by default.
mousebot
2021-12-15
2
-1
/
+8
|
|
|
|
/
|
|
|
*
rename company mentions to 'mastodon-toot-mentions'
mousebot
2021-12-12
1
-5
/
+6
|
|
|
*
Merge pull request 'Do a bit of work on tests' (#18) from h_d/mastodon.el:tes...
mouse bot
2021-11-12
10
-625
/
+653
|
|
|
|
\
|
|
|
|
*
Make the local ert runner pass.
Holger Dürer
2021-11-10
3
-1
/
+4
|
|
|
|
*
Hamonize tests.
Holger Dürer
2021-11-10
9
-127
/
+134
|
|
|
|
*
Reformatting `mastodon-search-tests.el`.
Holger Dürer
2021-11-10
8
-511
/
+517
|
|
|
|
*
Change `mastodon-auth-test.el` to not expect errors.
Holger Dürer
2021-11-10
1
-4
/
+16
|
|
|
|
/
|
|
|
*
move profile view followers/following bindings to 's'/'g'.
mousebot
2021-11-10
1
-2
/
+2
|
|
|
*
move profile--my-profile binding to 'O'
mousebot
2021-11-10
1
-1
/
+1
|
|
|
*
autocompletion ignores case of handles/display names
mousebot
2021-11-09
1
-2
/
+2
|
|
*
|
update mastodon-media:get-media-link-rendering{-gif}
mousebot
2021-11-09
1
-1
/
+28
|
|
*
|
Merge branch 'develop' into media-type
mousebot
2021-11-09
1
-2
/
+10
|
|
|
\
|
|
|
|
*
update test mastodon-media:get-media-link-rendering with extra props
mousebot
2021-11-09
1
-2
/
+10
|
|
*
|
fetch media_attachments' "type" from server and store as property
mousebot
2021-11-09
2
-16
/
+23
|
|
|
/
|
|
*
remove help-echo for faves/boosts/replies, it breaks img echo keymap
mousebot
2021-11-09
1
-10
/
+0
|
*
|
update mastodon-notifications--test-byline-concat for post notify
mousebot
2021-11-06
1
-1
/
+3
|
*
|
add support for receiving notifications when a user posts
mousebot
2021-11-02
2
-6
/
+64
*
|
|
fixme insert-status/get-media-link-rendering
mousebot
2021-11-09
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request 'Merge h_d's cleanups' (#8) from h_d/mastodon.el:cleanups ...
mouse bot
2021-11-06
18
-836
/
+800
|
\
\
|
*
|
Simplify the logic in `mastodon-tl--insert-status`.
Holger Dürer
2021-11-06
1
-8
/
+5
|
*
|
Fix new warnings in `mastodon-inspect.el`.
Holger Dürer
2021-11-06
1
-0
/
+3
|
*
|
Do a bit if `if` and `progn` sanitizing.
Holger Dürer
2021-11-06
5
-38
/
+34
|
*
|
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
8
-146
/
+145
|
*
|
Clean up uses of `url-retrieve-synchronously`.
Holger Dürer
2021-11-06
1
-28
/
+12
|
*
|
Reformat all code.
Holger Dürer
2021-11-06
17
-615
/
+614
|
*
|
Use `defvar-local` to create buffer-local vars.
Holger Dürer
2021-11-06
4
-35
/
+19
|
/
/
*
|
display faves/boosts/replies in threads also for reblogs
mousebot
2021-11-06
1
-5
/
+11
*
|
tiny cleanup
mousebot
2021-11-06
3
-2
/
+2
*
|
add tests for -search.el
mousebot
2021-11-06
2
-0
/
+142
*
|
inspect functions for search.el
mousebot
2021-11-06
1
-1
/
+33
*
|
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 broken completion, restore search--get-user-info{-@}
mousebot
2021-11-03
1
-1
/
+7
[next]