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
/
mastodon-tl.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display a warning when composing a reply mentioning users from instances that...
Yuchen Pei
32 hours
1
-0
/
+12
*
refactor a read-more-or-less heading
marty hiatt
2024-11-02
1
-12
/
+18
*
add read less button to unfolded long posts (read more). FIX #614
marty hiatt
2024-11-02
1
-8
/
+22
*
notifs: improve byline docstrings for new byline logic
marty hiatt
2024-11-01
1
-2
/
+2
*
tl: remove stale args to insert status, inc. action-byline arg
marty hiatt
2024-11-01
1
-26
/
+7
*
add mention symbol
marty hiatt
2024-11-01
1
-0
/
+1
*
some ifs become whens
marty hiatt
2024-11-01
1
-2
/
+2
*
tl: improve ctrl flow in --spoiler + --toot
marty hiatt
2024-11-01
1
-21
/
+17
*
fold-toot - respect CW state
marty hiatt
2024-11-01
1
-7
/
+20
*
--byline: pull fave/boost/edit/visibility from base toot if present
marty hiatt
2024-10-31
1
-9
/
+11
*
docs: remove old arg docstring
marty hiatt
2024-10-30
1
-3
/
+0
*
FIX #610 fix note/base toot in format-note/author byline.
marty hiatt
2024-10-30
1
-1
/
+4
*
notifs: fix author action byline, top, for ungrouped. FIX #612
marty hiatt
2024-10-30
1
-18
/
+19
*
Merge branch 'develop' into non-group-notifs
marty hiatt
2024-10-30
1
-1
/
+1
|
\
|
*
add verified tick symbol
marty hiatt
2024-10-30
1
-1
/
+1
*
|
start on pagination for v1 notifs. #610
marty hiatt
2024-10-30
1
-3
/
+6
*
|
docstrings tl.el
marty hiatt
2024-10-30
1
-4
/
+8
*
|
remove ACCOUNT and TYPE from our byline functions.
marty hiatt
2024-10-30
1
-22
/
+19
*
|
FIX #609. insert-status remove author-byline arg, its always the same function
marty hiatt
2024-10-30
1
-9
/
+7
*
|
move notifs customizes into mastodon.el
marty hiatt
2024-10-29
1
-2
/
+2
*
|
working v1 notifications custom. #608
marty hiatt
2024-10-29
1
-3
/
+2
|
/
*
fix timestamp logic in notifs v2 (use base item when necessary)
marty hiatt
2024-10-29
1
-12
/
+13
*
Merge pull request 'Use interactive code to select event window' (#590) from ...
martianh
2024-10-26
1
-2
/
+2
|
\
|
*
Use interactive code to select event window
Rahguzar
2024-09-30
1
-2
/
+2
*
|
add announcements timeline. (adds no-byline args to tl init funs)
marty hiatt
2024-10-26
1
-12
/
+22
*
|
change email address
marty hiatt
2024-10-20
1
-2
/
+2
*
|
refactor display-or-uname
marty hiatt
2024-10-20
1
-18
/
+16
*
|
notifs: remove stale notifs code from tl--insert-status
marty hiatt
2024-10-19
1
-15
/
+9
*
|
remove stray " " from byline-booster
marty hiatt
2024-10-19
1
-2
/
+1
*
|
bylines: try out booster byline as top byline (like notifs)
marty hiatt
2024-10-19
1
-3
/
+3
*
|
add boost symbol in boost author byline
marty hiatt
2024-10-18
1
-4
/
+9
*
|
images in threads: load images for single-toot and thread toot
marty hiatt
2024-10-18
1
-0
/
+8
*
|
bump version, copyright
marty hiatt
2024-10-18
1
-1
/
+1
*
|
do use action response: change cond clause not/or to make a neither
marty hiatt
2024-10-18
1
-2
/
+1
*
|
notifs: fix do-user-action and get-user-handles for grouped notifs
marty hiatt
2024-10-18
1
-49
/
+61
*
|
notifs: handle actions fixed via user-handles-get
marty hiatt
2024-10-17
1
-14
/
+20
*
|
add some more symbols, for notifs actions
marty hiatt
2024-10-17
1
-14
/
+18
*
|
tiny clean up of tl--update
marty hiatt
2024-10-17
1
-9
/
+11
*
|
notifs: fix pagination using grouped min/max ids
marty hiatt
2024-10-17
1
-4
/
+16
*
|
notifs: tl--more-json-async: v2 api for notifs
marty hiatt
2024-10-17
1
-1
/
+2
*
|
notifs: no stats for foll-reqs / tl--byline: get type from group
marty hiatt
2024-10-17
1
-1
/
+3
*
|
notifs: top byline: action symbol, action author, action str
marty hiatt
2024-10-17
1
-0
/
+2
*
|
flycheck -tl.el
marty hiatt
2024-10-16
1
-7
/
+17
*
|
bylines: fix visibility icon position
marty hiatt
2024-10-16
1
-2
/
+2
*
|
bylines: format boost authors as clickable handles but display uname
marty hiatt
2024-10-16
1
-8
/
+16
*
|
bylines: move attachments from byline author to --byline
marty hiatt
2024-10-16
1
-8
/
+10
*
|
notifs: byline funcall dostrings
marty hiatt
2024-10-16
1
-2
/
+2
*
|
notifs: fix foll_reqs
marty hiatt
2024-10-16
1
-9
/
+10
*
|
rough overhaul of notifs byline code for grouped notifications
marty hiatt
2024-10-16
1
-9
/
+8
*
|
Merge branch 'develop' into byline-rework
marty hiatt
2024-10-16
1
-11
/
+68
|
\
\
[next]