Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' | marty hiatt | 2022-08-20 | 1 | -53/+51 |
|\ | |||||
| * | tl--byline: add bookmarked-p prop | marty hiatt | 2022-08-20 | 1 | -0/+1 |
| | | |||||
| * | tl--insert-status: fetch base-toot-id from parent-toot if present | marty hiatt | 2022-08-20 | 1 | -1/+3 |
| | | |||||
| * | FIX bookmark toggle, updating display in byline | marty hiatt | 2022-08-20 | 1 | -4/+4 |
| | | | | | | | | just boilerplate copying fave/boost funs for now, better than nothing. | ||||
| * | use bookmark emoji if possible | marty hiatt | 2022-08-19 | 1 | -2/+6 |
| | | |||||
| * | FIX the post visibility marker displayable check | marty hiatt | 2022-08-19 | 1 | -2/+2 |
| | | |||||
| * | format for bookmarked toots, help-echo for B/F/K format chars | marty hiatt | 2022-08-19 | 1 | -4/+15 |
| | | |||||
| * | docstring | marty hiatt | 2022-08-19 | 1 | -1/+1 |
| | | |||||
| * | tl--init*: fix a stray bracket | marty hiatt | 2022-08-19 | 1 | -8/+7 |
| | | |||||
| * | rename do-if-toot -- add tl prefix | marty hiatt | 2022-08-19 | 1 | -7/+7 |
| | | |||||
| * | fix formatting of unmute-user | marty hiatt | 2022-08-10 | 1 | -1/+2 |
| | | |||||
| * | -tl--do-if-toot macro | marty hiatt | 2022-08-10 | 1 | -48/+43 |
| | | |||||
* | | Merge branch 'develop' | marty hiatt | 2022-08-20 | 1 | -7/+22 |
|\ \ | |||||
| * | | use bookmark emoji if possible | marty hiatt | 2022-08-19 | 1 | -0/+1 |
| | | | |||||
| * | | use bookmark emoji if possible | marty hiatt | 2022-08-19 | 1 | -2/+5 |
| | | | |||||
| * | | FIX the post visibility marker displayable check | marty hiatt | 2022-08-19 | 1 | -2/+2 |
| | | | |||||
| * | | docstring | marty hiatt | 2022-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | format for bookmarked toots, help-echo for B/F/K format chars | marty hiatt | 2022-08-19 | 1 | -4/+15 |
| | | | |||||
| * | | tl--init*: fix a stray bracket | marty hiatt | 2022-08-19 | 1 | -8/+7 |
| | | | |||||
| * | | fix formatting of unmute-user | marty hiatt | 2022-08-10 | 1 | -1/+2 |
| |/ | |||||
* | | tl--init*: fix a stray bracket | marty hiatt | 2022-08-19 | 1 | -8/+7 |
| | | |||||
* | | fix formatting of unmute-user | marty hiatt | 2022-08-10 | 1 | -1/+2 |
| | | |||||
* | | bump version in boilerplate | marty hiatt | 2022-07-31 | 1 | -1/+1 |
|/ | |||||
* | --thread: use --api for get-json url for toot | marty hiatt | 2022-07-27 | 1 | -4/+2 |
| | |||||
* | --thread: fetch current toot before printing thread | marty hiatt | 2022-07-26 | 1 | -1/+6 |
| | | | | fixes #264, where if you fave a toot then enter its thread, fave status is lost. | ||||
* | no fave counts for fol-req notifs | marty hiatt | 2022-07-23 | 1 | -1/+8 |
| | |||||
* | tl--thread: FIX fetching of toot id for notifs/use parent toot | marty hiatt | 2022-06-27 | 1 | -2/+7 |
| | |||||
* | --get-buffer-property: or rather than if | marty hiatt | 2022-06-27 | 1 | -4/+3 |
| | |||||
* | tl--more: message before and after appending more toots. | mousebot | 2022-05-13 | 1 | -1/+3 |
| | | | | | | | | | this user feedback prevents hitting 'n' running tl--more again before toots have been appended, when what the user wanted was only to naviagate to the next too after they'd been appended. running tl--more before toots are appended causes a bug of appending the same set of toots twice. | ||||
* | flychecks and docstrings | mousebot | 2022-04-05 | 1 | -1/+2 |
| | |||||
* | attach parent JSON to fave/boost notifs to fix replies | mousebot | 2022-03-19 | 1 | -2/+3 |
| | | | | | | | because we switched to using boost/fave JSON rather than parent, as 'toot-json, replies to these toots were broken (mentions, etc.) so now we attach both bits of data and selectively pull from each. | ||||
* | make timestamps for boost/fave notifs the time of orig toot | mousebot | 2022-03-12 | 1 | -4/+13 |
| | | | | | | | | | | | | do not use the time stamp of the boosting/faving. in other views, mastodon-tl--field already handles this by fetching from 'reblog if present, but in notifs, there's no reblog section, and instead there's a status section. so we fetch from status if present, else fallback to using --field. this became necessary when we started attaching the boost/fave json to such notifs, rather than the json of the boosed/faved toot. | ||||
* | fix follow etc user when point on profile header info | mousebot | 2022-03-11 | 1 | -10/+16 |
| | | | | | | | | we just modify the if test to not run in accounts buffers, which means we end up using the next-toot solution, as was originally the case. hopefully a profile view will always have a toot or user or sth. else we cd find a better solution | ||||
* | favourite not favorite | mousebot | 2022-03-11 | 1 | -2/+2 |
| | |||||
* | display image caption in help echo | mousebot | 2022-03-10 | 1 | -2/+3 |
| | |||||
* | test for toot-json before following/muting/blocking etc | mousebot | 2022-02-18 | 1 | -28/+42 |
| | | | | | | | | | | | this is more needed now that we have some other buffers like follow suggestions and follow requests, which want to be able to use these functions. previously, if any of them were called in these buffers when not on the correct item, the buffer would reload and duplicate. ultimately this was probably due to tl--property calls failing, which causes goto-next-toot to be called, which when it also fails calls tl--more. | ||||
* | 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 |
| | |||||
* | tl--init: aslo set tl-buffer-spec before update-function | mousebot | 2022-02-18 | 1 | -4/+20 |
| | |||||
* | 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 |
| | | | | | | | | - profile statuses: leave as is - profile followers/following: we extract handle direct from toot-json without running mastodon-profile--extract-users-handles on the toot, as with user views there is no toot | ||||
* | run goto-first-item in tl--init, unless profile view | mousebot | 2022-02-17 | 1 | -16/+15 |
| | | | | | | | | - remove call to goto-next-item from view filters and view foll suggests tweak init-sync goto-first-item behaviour remove call to goto-next-toot on profile load | ||||
* | cleanup indentation in tl.el | mousebot | 2022-02-17 | 1 | -51/+51 |
| | | | | cleanup indents | ||||
* | fix view filters/foll suggests | mousebot | 2022-02-17 | 1 | -27/+18 |
| | | | | | | | | | | | | | | | | | | | | - they get keymaps that inherit and so override the main masto keymap, which allows them to still have the basic timeline/view nav functions. - but we give them next-item rather than next toot so that they never try to e.g. load for toots into the buffer, which wouldn't work. - also remove the reference to foll requests view in tl--init as it is not longer needed. binding for follow suggestions remove tab from foll suggests keymap makes tab work as default, which means you can n/p to next/prev user, while still being able to tab to user next handle, to visit profile squashed commit: remove foll suggestions keymap | ||||
* | rename goto-first-toot to goto-first-item | mousebot | 2022-02-17 | 1 | -5/+7 |
| | | | | and enable it in "favourites" buffer | ||||
* | re-factor follow-user functions for various views | mousebot | 2022-02-17 | 1 | -3/+12 |
| | | | | | | | | | | | | | | - revert profile--extract-users-handles - rewrite search--insert-users-propertized to handle raw account JSON, and to call search--get-user-info itself, so we can add full acct JSON to each user displayed and use it for follow-user etc. - and to choose how we want to follow users, we edit tl--interactive-user-handles-get to work differently depending on context: - poss contexts are "follow suggestions" view, search results, and profiles displaying a user's followers/followed users. | ||||
* | move next/prev item funs | mousebot | 2022-02-17 | 1 | -15/+15 |
| | |||||
* | Revert "replace all calls to mastodon-search--insert-users-propertized" | mousebot | 2022-02-17 | 1 | -1/+1 |
| | | | | This reverts commit 787f18dcff2ee7a4c5a5cbf331f4e2d26997e1cc. | ||||
* | Revert "move faves count help-echo propertize into tl--byline" | mousebot | 2022-02-17 | 1 | -32/+31 |
| | | | | This reverts commit 48a89e518d0a84d4b81c223c9e8cf151df619b1f. | ||||
* | fix reload on filter create in filter view | mousebot | 2022-02-17 | 1 | -2/+3 |
| |