aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | make profile--extract-user-handles compat with foll req viewmousebot2022-02-151-1/+6
| | | | | | | | | | | | | | | | | | this allows following users directly from foll req views made extract-users-handles work with follwers/following in profile view
| * | more robust goto-first-toot on timeline/thread loadmousebot2022-02-151-6/+16
| | | | | | | | | | | | rather than using goto-next-toot, which loops when we have no items in buffer
| * | Merge branch 'filters' into developmousebot2022-02-153-2/+128
| |\ \
| | * | fix view filters bindingmousebot2022-02-151-1/+1
| | | |
| | * | Merge branch 'develop' into filtersmousebot2022-02-152-4/+25
| | |\ \
| | * | | buffer local keymap, error handling, make filters nicermousebot2022-02-153-37/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - separate goto-next/prev-filter commands - we use properties toot-id and byline so the navigation works, calqued on - goto-prev/next-toot - error handle no word or context supplied - reload filters view on create or delete
| | * | | Merge branch 'develop' into filtersmousebot2022-02-1410-61/+466
| | |\ \ \
| | * | | | view and delete filtersmousebot2022-02-141-1/+58
| | | | | |
| | * | | | second crack at create filtermousebot2022-02-091-11/+17
| | | | | |
| | * | | | fix go to first toot on thread loadmousebot2022-02-071-15/+15
| | | | | |
| | * | | | create filter first crackmousebot2022-02-071-0/+18
| | | | | |
| | * | | | --search-accounts-query use http--apimousebot2022-02-071-1/+1
| | | | | |
| | * | | | add go to next toot to tl--threadmousebot2022-02-071-1/+2
| | | | | |
| * | | | | factor out a decent insert-follow-requests funmousebot2022-02-151-1/+15
| | | | | |
| * | | | | replace all calls to mastodon-search--insert-users-propertizedmousebot2022-02-153-25/+5
| | |_|/ / | |/| | | | | | | | | | | | | with calls to mastodon-profile--add-author-bylines.
| * | | | improve use of goto-next-toot on timeline loadingmousebot2022-02-151-3/+10
| | | | |
| * | | | make accept/reject foll reqs cmds avail in foll reqs view!mousebot2022-02-152-1/+15
| | |/ / | |/| |
| * | | autoload -search--get-user-info for follow suggestionsmousebot2022-02-141-0/+1
| | | |
* | | | readme update on mainmousebot2022-02-181-1/+6
| | | |
* | | | Revert "readme update for filters, foll reqs, foll suggests"mousebot2022-02-171-45/+43
| | | | | | | | | | | | | | | | This reverts commit 6edc946a6ef225334cd3a5216aa28cfeb5b411a2.
* | | | Merge branch 'main' of codeberg.org:martianh/mastodon.elmousebot2022-02-171-43/+45
|\ \ \ \
| * | | | readme update for filters, foll reqs, foll suggestsmousebot2022-02-161-43/+45
| | | | |
| * | | | Merge branch 'develop'mousebot2022-02-131-0/+1
| |\| | |
| | * | | autoload http--api in search.elmousebot2022-02-131-0/+1
| | | | |
* | | | | autoload http--api in search.elmousebot2022-02-161-0/+1
|/ / / /
* | | | Merge branch 'develop'mousebot2022-02-135-38/+151
|\| | |
| * | | upread readme re mpv for gifs videosmousebot2022-02-131-0/+1
| | | |
| * | | make mpv an optional dependencymousebot2022-02-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | - keymap / help-echo are conditional on mpv being installed. - maybe mpv (and company, emojify, etc.) should become hard dependencies...
| * | | Merge branch 'mpv-play-at-point' into developmousebot2022-02-134-38/+148
| |\ \ \
| | * | | docstrings/comments cleanupmousebot2022-02-131-10/+10
| | | | |
| | * | | Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-122-5/+14
| | |\ \ \
| | * | | | use tl--field to get media attachments infomousebot2022-02-121-4/+2
| | | | | |
| | * | | | move get-media-types / docstrings.mousebot2022-02-121-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have to use mastodon-tl--field for the media types. we can't use mastodon-tl--property, as the 'attachments property for the toot doesn't exist yet when we are looking.
| | * | | | add c-ret binding to author-byline help echomousebot2022-02-121-4/+7
| | | | | |
| | * | | | fix media-link-rendering-gif testmousebot2022-02-111-1/+1
| | | | | |
| | * | | | Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-112-17/+10
| | |\ \ \ \
| | * | | | | autoloads and docstringsmousebot2022-02-111-3/+6
| | | | | | |
| | * | | | | put point after a boost/fave marker on successmousebot2022-02-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this will leave point on the author-byline, which is where we want it to be, as the marker is not strictly part of the byline, and we are adding info/actions to the author-byline.
| | * | | | | improve propertizing of boost/fave markersmousebot2022-02-111-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously, boost/fave markers behaved differently depending on whether they had just been created by the user, or if they were already existing and loaded with the timeline. in the first case, they'd not be part of the byline, in the second they would be. we make it that they not part of the byline, so `mastodon-tl--goto-next-toot', which works according to text properties, should always put point after them, on the author-byline. this also means that we can add help-echos and actions to the author byline without having to worry about also adding them to the boost/fave markers. fix call to format-faved-or-boosted-byline
| | * | | | | implement playing toot's moving image when point is on author bylinemousebot2022-02-111-4/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new: mpv-play-video-from-byline - new: find-first-video-in-attachments, returns first moving image attachment from the toot - edit mpv-play-video-at-point to accept args url and type - attachments type/url are now stored in attachments property of the byline - fetched with get-attachments-for-byline - keymap byline-keymap to allow playing with C-RET
| | * | | | | display toot's media type when on author bylinemousebot2022-02-111-15/+33
| | | | | | |
| | * | | | | replace if call with or call in tl--mediamousebot2022-02-111-4/+3
| | | | | | |
| | * | | | | Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-1113-95/+143
| | |\ \ \ \ \
| | * | | | | | disable moving image overlaymousebot2022-01-151-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to the bug the displays it before (point-min) if you load a timeline more than once :/
| | * | | | | | Merge branch 'develop' into mpv-play-at-pointmousebot2022-01-153-18/+26
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | try an all-the-icons icon. not too sure about it tho.mousebot2022-01-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | its unicode
| | * | | | | | add play symbol as after-string overlay to gifv and video typesmousebot2022-01-111-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also update the help-echo for the command to play them
| | * | | | | | add function to play gif/video at point. uses mpv.elmousebot2022-01-112-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oops fix the mpv require statement
| | * | | | | | add support for poll notificationsmousebot2022-01-051-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finally we now display all types of notifications! it's about bloody time.
* | | | | | | | update read me re contributingmousebot2022-02-131-2/+5
| | | | | | | |