aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* move sensitive binding off C-c C-c.marty hiatt2024-06-041-1/+1
| | | | | | | C C is bad in search buffers (it cycles them) and profile buffers (cycling), so if point isn't on image, it does the other action, and being on an image also masks that binding. we go with S instead, which otherwise is just jump to scheduled toots.
* use sensitive image placeholdermarty hiatt2024-06-041-4/+2
|
* move toggle sensitive image to tl and give it a bindingmarty hiatt2024-06-041-0/+23
|
* editing to preserve polls. create poll plist from JSON.marty hiatt2024-06-031-2/+2
| | | | | still can't edit actual polls, but can view/clear them, which is much better than zilch.
* reload on edit: only send max-id arg if we have one!marty hiatt2024-06-031-6/+7
|
* simply format-poll length formattingmarty hiatt2024-06-021-7/+4
|
* poll not toot arg for format-pollmarty hiatt2024-06-021-3/+4
|
* get-poll > format-pollmarty hiatt2024-06-021-2/+2
|
* flycheckmarty hiatt2024-06-021-4/+8
|
* set max-id in buffer spec also after reloadingmarty hiatt2024-06-011-2/+6
|
* max-id arg/params for (so far only plain) profile viewmarty hiatt2024-06-011-1/+4
|
* max-id arg/param for notifs-getmarty hiatt2024-06-011-5/+5
|
* max-id arg for other -tl.el timelinesmarty hiatt2024-06-011-6/+9
|
* working max-id arg for hometimeline/reloadmarty hiatt2024-05-311-7/+12
|
* add max-id to buffer-spec, and set when calling tl--moremarty hiatt2024-05-311-15/+18
|
* add unfilter user filter langs option to filter user langsmarty hiatt2024-05-311-4/+8
|
* add fallback to tl--init*: if no results, try trending statuses. FIX #562marty hiatt2024-05-301-2/+14
|
* docstring and indexmarty hiatt2024-05-301-2/+5
|
* unfilter langs: POST raw params and it works!marty hiatt2024-05-291-1/+3
|
* not working unfilter user langs. adds json flag arg through action funsmarty hiatt2024-05-291-6/+16
|
* docstringsmarty hiatt2024-05-281-1/+2
|
* refactor remote-local domain checksmarty hiatt2024-05-281-7/+3
|
* filter post by language fix docstringmarty hiatt2024-05-281-3/+5
|
* add view-item-on-own-instance funmarty hiatt2024-05-271-1/+13
|
* add remote-local-domains customize.marty hiatt2024-05-271-2/+12
|
* add error handling in mastodon-tl--init* (for eg domains being private)marty hiatt2024-05-261-14/+19
|
* remote local: check domain against known instances.marty hiatt2024-05-261-4/+14
|
* force display of instance in handle for remote local timelines.marty hiatt2024-05-261-23/+41
|
* super rough view remote local timeline.marty hiatt2024-05-251-3/+18
|
* add get-buffer-type for profile-statuses-taggedmarty hiatt2024-05-211-0/+2
|
* profiles: support only-media argmarty hiatt2024-05-211-0/+2
|
* store notif type as prop so we can limit item actions by notif typemarty hiatt2024-04-241-2/+4
|
* bookmarking: no move when checking bookmarked-p statusmarty hiatt2024-03-291-0/+2
|
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-1/+1
|
* condition-case for mpv-startmarty hiatt2024-03-171-1/+5
|
* add masto-image to get-buffer-typemarty hiatt2024-03-131-1/+3
|
* media: rewrite process-full-sized-image-responsemarty hiatt2024-03-131-3/+2
|
* customise no-fill-on-render. FIX: #532marty hiatt2024-03-081-1/+8
|
* cw-in-thread: don't move point, only fold if cwmarty hiatt2024-03-051-4/+8
|
* optional full-size image in emacs, RET as fallback for browse-url toomarty hiatt2024-03-051-14/+28
|
* RET/click image to view full-sized version in emacs.marty hiatt2024-03-051-2/+29
|
* add toggle-spoiler-in-thread cmdmarty hiatt2024-03-041-3/+17
|
* remove stray or clauses in tl--goto-item-posmarty hiatt2024-02-221-10/+11
|
* update: skip scheduled-statuses viewmarty hiatt2024-02-201-0/+1
|
* docstringsmarty hiatt2024-02-151-2/+3
|
* Merge pull request 'Use display-buffer to allow customization' (#522) from ↵martianh2024-02-081-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'Rahguzar2024-01-061-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 reqmarty hiatt2024-02-071-1/+4
| |
* | mastodon-tl--tag-timeline-tags defcustommarty hiatt2024-01-211-4/+10
|/
* add sensitive property to images, so we can blur them one day.marty hiatt2023-12-231-8/+14
|