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
path:
root
/
lisp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
auth: change name to mastodon-auth--request-authorization-code
Abhiseck Paira
2022-02-25
1
-2
/
+2
|
|
*
change '-' to '--' in between function and namespace names
Abhiseck Paira
2022-02-23
3
-19
/
+19
|
|
*
update copyright holder info
Abhiseck Paira
2022-01-17
3
-0
/
+3
|
|
*
define autoloads and defvars to silence the byte compiler
Abhiseck Paira
2022-01-17
2
-0
/
+9
|
|
*
make a public interface for accessing user details
Abhiseck Paira
2022-01-17
1
-0
/
+17
|
|
*
functions for making/checking active users
Abhiseck Paira
2022-01-17
1
-0
/
+27
|
|
*
store access token in plstore of the current user
Abhiseck Paira
2022-01-17
1
-0
/
+22
|
|
*
get account ID from user variables specified in the init file
Abhiseck Paira
2022-01-17
1
-0
/
+9
|
|
*
introduce a general plstore reading function
Abhiseck Paira
2022-01-17
1
-0
/
+7
|
|
*
abstract plstore implementation details of getting value
Abhiseck Paira
2022-01-17
1
-1
/
+7
|
|
*
refactor *-access-token and *-handle-token-response
Abhiseck Paira
2022-01-13
1
-10
/
+22
|
|
*
remove functions no longer needed
Abhiseck Paira
2022-01-13
1
-43
/
+0
|
|
*
re-implement user auth and token generation mechanism
Abhiseck Paira
2022-01-13
1
-10
/
+36
|
|
*
abstract Mastodon API request info
Abhiseck Paira
2022-01-13
1
-4
/
+13
|
|
*
add helper function `mastodon-http-append-query-string'
Abhiseck Paira
2022-01-13
1
-0
/
+8
|
|
*
mastodon.el: update `mastodon-instance-url' docstring
Abhiseck Paira
2022-01-13
1
-1
/
+15
|
|
*
mastodon.el: introduce new defcustom `mastodon-active-user'
Abhiseck Paira
2022-01-13
1
-0
/
+13
|
*
|
attach parent JSON to fave/boost notifs to fix replies
mousebot
2022-03-19
3
-8
/
+13
|
*
|
remove require test for --translate-toot-text
mousebot
2022-03-18
1
-2
/
+2
|
*
|
add header line to update profile note buffer
mousebot
2022-03-14
1
-0
/
+4
|
*
|
autoload and binding for translate-toot-text
mousebot
2022-03-13
1
-0
/
+5
|
*
|
make timestamps for boost/fave notifs the time of orig toot
mousebot
2022-03-12
1
-4
/
+13
|
*
|
make profile--show-user also work on profile headers
mousebot
2022-03-11
1
-1
/
+2
|
*
|
don't add play with mpv help-echo if media type is "unknown"
mousebot
2022-03-11
1
-1
/
+3
|
*
|
fix follow etc user when point on profile header info
mousebot
2022-03-11
1
-10
/
+16
|
*
|
favourite not favorite
mousebot
2022-03-11
3
-5
/
+5
|
*
|
improve empty notifications json message
mousebot
2022-03-11
1
-1
/
+1
|
*
|
make follow etc work on boost/fave notifs
mousebot
2022-03-11
2
-8
/
+16
|
*
|
translate toot with lingva.el
mousebot
2022-03-10
1
-0
/
+17
|
*
|
display image caption in help echo
mousebot
2022-03-10
2
-5
/
+10
|
*
|
add copy-toot-text function
mousebot
2022-02-28
1
-0
/
+7
|
*
|
add toot-json property to profile followers/following note
mousebot
2022-02-19
1
-1
/
+3
|
*
|
add checks to profile--show-user for when its called on nothing
mousebot
2022-02-19
1
-16
/
+22
|
*
|
test and message for foll reqs process
mousebot
2022-02-18
1
-1
/
+2
|
*
|
test for toot-json before following/muting/blocking etc
mousebot
2022-02-18
1
-28
/
+42
|
*
|
docstring insert-users-prop
mousebot
2022-02-18
1
-3
/
+4
|
*
|
profile--add-author-bylines docstring
mousebot
2022-02-18
1
-2
/
+1
|
*
|
FIX buffers that use alt acct fetch in interactive-user-handles-get
mousebot
2022-02-18
1
-8
/
+8
|
*
|
handle empty display_name in mastodon-tl--do-user-action-and-response
mousebot
2022-02-18
1
-1
/
+3
|
*
|
search: use toot-json propertize not user-json, for compat
mousebot
2022-02-18
1
-1
/
+1
|
*
|
use search-insert-users-propertized for foll reqs
mousebot
2022-02-18
1
-1
/
+3
|
*
|
handle empty display_name in search--get-user-info
mousebot
2022-02-18
1
-1
/
+3
|
*
|
tl--init: aslo set tl-buffer-spec before update-function
mousebot
2022-02-18
1
-4
/
+20
|
*
|
improve check for any existing masto buffers on mastodon load
mousebot
2022-02-17
1
-4
/
+9
|
*
|
no faves counts for following/followers in profile view
mousebot
2022-02-17
1
-1
/
+6
|
*
|
make interactive-user-handles-get work for all profile views
mousebot
2022-02-17
1
-2
/
+4
|
*
|
run goto-first-item in tl--init, unless profile view
mousebot
2022-02-17
2
-17
/
+15
|
*
|
cleanup indentation in tl.el
mousebot
2022-02-17
3
-76
/
+76
|
*
|
fix view filters/foll suggests
mousebot
2022-02-17
2
-27
/
+19
|
*
|
fix up follow requests view: own inheriting keymap
mousebot
2022-02-17
1
-9
/
+20
[prev]
[next]