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 (
Collapse
)
Author
Age
Files
Lines
...
*
get-poll > format-poll
marty hiatt
2024-06-02
1
-2
/
+2
|
*
flycheck
marty hiatt
2024-06-02
1
-4
/
+8
|
*
set max-id in buffer spec also after reloading
marty hiatt
2024-06-01
1
-2
/
+6
|
*
max-id arg/params for (so far only plain) profile view
marty hiatt
2024-06-01
1
-1
/
+4
|
*
max-id arg/param for notifs-get
marty hiatt
2024-06-01
1
-5
/
+5
|
*
max-id arg for other -tl.el timelines
marty hiatt
2024-06-01
1
-6
/
+9
|
*
working max-id arg for hometimeline/reload
marty hiatt
2024-05-31
1
-7
/
+12
|
*
add max-id to buffer-spec, and set when calling tl--more
marty hiatt
2024-05-31
1
-15
/
+18
|
*
add unfilter user filter langs option to filter user langs
marty hiatt
2024-05-31
1
-4
/
+8
|
*
add fallback to tl--init*: if no results, try trending statuses. FIX #562
marty hiatt
2024-05-30
1
-2
/
+14
|
*
docstring and index
marty hiatt
2024-05-30
1
-2
/
+5
|
*
unfilter langs: POST raw params and it works!
marty hiatt
2024-05-29
1
-1
/
+3
|
*
not working unfilter user langs. adds json flag arg through action funs
marty hiatt
2024-05-29
1
-6
/
+16
|
*
docstrings
marty hiatt
2024-05-28
1
-1
/
+2
|
*
refactor remote-local domain checks
marty hiatt
2024-05-28
1
-7
/
+3
|
*
filter post by language fix docstring
marty hiatt
2024-05-28
1
-3
/
+5
|
*
add view-item-on-own-instance fun
marty hiatt
2024-05-27
1
-1
/
+13
|
*
add remote-local-domains customize.
marty hiatt
2024-05-27
1
-2
/
+12
|
*
add error handling in mastodon-tl--init* (for eg domains being private)
marty hiatt
2024-05-26
1
-14
/
+19
|
*
remote local: check domain against known instances.
marty hiatt
2024-05-26
1
-4
/
+14
|
*
force display of instance in handle for remote local timelines.
marty hiatt
2024-05-26
1
-23
/
+41
|
*
super rough view remote local timeline.
marty hiatt
2024-05-25
1
-3
/
+18
|
*
add get-buffer-type for profile-statuses-tagged
marty hiatt
2024-05-21
1
-0
/
+2
|
*
profiles: support only-media arg
marty hiatt
2024-05-21
1
-0
/
+2
|
*
store notif type as prop so we can limit item actions by notif type
marty hiatt
2024-04-24
1
-2
/
+4
|
*
bookmarking: no move when checking bookmarked-p status
marty hiatt
2024-03-29
1
-0
/
+2
|
*
docstrings - reduce explicit refs to Mastodon itself.
marty hiatt
2024-03-27
1
-1
/
+1
|
*
condition-case for mpv-start
marty hiatt
2024-03-17
1
-1
/
+5
|
*
add masto-image to get-buffer-type
marty hiatt
2024-03-13
1
-1
/
+3
|
*
media: rewrite process-full-sized-image-response
marty hiatt
2024-03-13
1
-3
/
+2
|
*
customise no-fill-on-render. FIX: #532
marty hiatt
2024-03-08
1
-1
/
+8
|
*
cw-in-thread: don't move point, only fold if cw
marty hiatt
2024-03-05
1
-4
/
+8
|
*
optional full-size image in emacs, RET as fallback for browse-url too
marty hiatt
2024-03-05
1
-14
/
+28
|
*
RET/click image to view full-sized version in emacs.
marty hiatt
2024-03-05
1
-2
/
+29
|
*
add toggle-spoiler-in-thread cmd
marty hiatt
2024-03-04
1
-3
/
+17
|
*
remove stray or clauses in tl--goto-item-pos
marty hiatt
2024-02-22
1
-10
/
+11
|
*
update: skip scheduled-statuses view
marty hiatt
2024-02-20
1
-0
/
+1
|
*
docstrings
marty hiatt
2024-02-15
1
-2
/
+3
|
*
Merge pull request 'Use display-buffer to allow customization' (#522) from ↵
martianh
2024-02-08
1
-2
/
+2
|
\
|
|
|
|
|
|
|
|
|
|
rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522
|
*
Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer'
Rahguzar
2024-01-06
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice.
*
|
message appropriately for foll req
marty hiatt
2024-02-07
1
-1
/
+4
|
|
*
|
mastodon-tl--tag-timeline-tags defcustom
marty hiatt
2024-01-21
1
-4
/
+10
|
/
*
add sensitive property to images, so we can blur them one day.
marty hiatt
2023-12-23
1
-8
/
+14
|
*
tl--content: only call tl--media if we have media
marty hiatt
2023-12-22
1
-2
/
+4
|
*
docstring
marty hiatt
2023-12-08
1
-1
/
+2
|
*
copy image caption cmd
marty hiatt
2023-12-08
1
-0
/
+10
|
*
add image-description text property
marty hiatt
2023-12-08
1
-2
/
+4
|
*
remove ;; Version: strings in buffers other than mastodon.el
marty hiatt
2023-11-10
1
-1
/
+0
|
*
implement exclude_replies on profile view, inc. cycle
marty hiatt
2023-11-09
1
-0
/
+2
|
*
display-media-p var > defcustom
marty hiatt
2023-11-06
1
-3
/
+4
|
[prev]
[next]