Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove commented --show-avatars var | marty hiatt | 2022-11-14 | 1 | -6/+0 |
| | |||||
* | view-instance-description -- pleroma compat | marty hiatt | 2022-11-14 | 1 | -2/+7 |
| | |||||
* | Merge branch 'no-parent' into develop | marty hiatt | 2022-11-13 | 1 | -27/+18 |
|\ | |||||
| * | don't try to load thread if status at point is foll_req | marty hiatt | 2022-11-12 | 1 | -39/+41 |
| | | |||||
| * | wholly remove parent-toot; use base-toot/-id only | marty hiatt | 2022-11-12 | 1 | -27/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the confusion came from the three different types of statuses we often encounter: - toot - boost/fave - notification (of boost/fave/mention) in notifications, we can't just use -tl--toot-id. it will return the notif's id, not the base toot's. so we do still fetch base-toot JSON (formerly 'parent-toot prop), and get base-toot-id from there, else from toot JSON. | ||||
* | | indent buffer -tl.el | marty hiatt | 2022-11-13 | 1 | -7/+7 |
| | | |||||
* | | tl-format-faves count: only get info if not foll-req/follow | marty hiatt | 2022-11-13 | 1 | -15/+16 |
| | | |||||
* | | tl--goto-toot-pos - message help echo on moving to toot byline | marty hiatt | 2022-11-13 | 1 | -1/+15 |
| | | |||||
* | | don't try to load thread if status at point is foll_req | marty hiatt | 2022-11-13 | 1 | -37/+41 |
|/ | | | | don't try to load thread if status at point is follow notif | ||||
* | add poll TODO | marty hiatt | 2022-11-12 | 1 | -0/+2 |
| | |||||
* | -tl: make follow-user work on profile note when no toots | marty hiatt | 2022-11-12 | 1 | -5/+15 |
| | |||||
* | poll votes - person/people | marty hiatt | 2022-11-12 | 1 | -1/+3 |
| | |||||
* | flycheck -tl | marty hiatt | 2022-11-12 | 1 | -4/+5 |
| | |||||
* | tl-process-link - refactor fetch EL from mentions | marty hiatt | 2022-11-11 | 1 | -34/+31 |
| | |||||
* | Fetch user handles from mentions in JSON where possible. | marty hiatt | 2022-11-11 | 1 | -2/+26 |
| | | | | | | | Fixes an issue where handles with subomain-hiding aliases would have broken links because they are fetched from the URL, which includes the subdomain. we sill use url extracting as a fallback, but it's probably not needed/useless. | ||||
* | do-link-action optional url lookup if search can't find account | marty hiatt | 2022-11-11 | 1 | -5/+12 |
| | |||||
* | FIX: -tl--get-poll - add a fallback format string | marty hiatt | 2022-11-10 | 1 | -1/+6 |
| | |||||
* | cull stray nil arg from old --get-json-async args form | marty hiatt | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | process-response: optionally JSON array as vector, for instance desc | marty hiatt | 2022-11-10 | 1 | -1/+3 |
| | |||||
* | paginate favourites view using Link header | marty hiatt | 2022-11-10 | 1 | -55/+96 |
| | |||||
* | use a proper dotted alist for response headers list | marty hiatt | 2022-11-09 | 1 | -4/+1 |
| | |||||
* | --init: handle json or full response and handle Link header | marty hiatt | 2022-11-09 | 1 | -8/+18 |
| | |||||
* | -tl--init* revert json > response arg for now | marty hiatt | 2022-11-09 | 1 | -10/+1 |
| | |||||
* | remove all 'headers' args in -toot and -tl | marty hiatt | 2022-11-09 | 1 | -11/+10 |
| | |||||
* | factor out tl--set-buffer-spec function in -tl.el only for now | marty hiatt | 2022-11-09 | 1 | -31/+36 |
| | |||||
* | Merge branch 'develop' into headers | marty hiatt | 2022-11-09 | 1 | -29/+54 |
|\ | |||||
| * | indent -tl.el | marty hiatt | 2022-11-08 | 1 | -11/+11 |
| | | |||||
| * | instance describe: handle emojis properly | marty hiatt | 2022-11-08 | 1 | -3/+13 |
| | | |||||
| * | run --render-text before checking newline-if-long | marty hiatt | 2022-11-08 | 1 | -6/+7 |
| | | |||||
| * | use ts library to format poll expiry | marty hiatt | 2022-11-05 | 1 | -10/+12 |
| | | |||||
| * | pretty expiry display and voter count | marty hiatt | 2022-11-05 | 1 | -6/+18 |
| | | |||||
| * | small improvements to poll display in timeline | marty hiatt | 2022-11-05 | 1 | -3/+15 |
| | | | | | | | | revert display of poll votes | ||||
* | | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -5/+6 |
| | | |||||
* | | small improvements to poll display in timeline | marty hiatt | 2022-11-04 | 1 | -3/+15 |
|/ | |||||
* | get instance from account/url, so it works for ppl on own instance | marty hiatt | 2022-10-29 | 1 | -6/+5 |
| | |||||
* | t = yes, :json-false = no, in instance description display | marty hiatt | 2022-10-29 | 1 | -11/+18 |
| | |||||
* | another proper-list-p test | marty hiatt | 2022-09-13 | 1 | -2/+4 |
| | |||||
* | reload thread on delete toot | marty hiatt | 2022-09-13 | 1 | -1/+7 |
| | |||||
* | proper-list-p test in --process-link to handle meta fields | marty hiatt | 2022-09-13 | 1 | -1/+3 |
| | |||||
* | respect user pref reading:expand:spoilers for CWs | marty hiatt | 2022-09-12 | 1 | -1/+7 |
| | | | | respect always expand CWd posts account preference | ||||
* | remove stale TODOs and stale function --single-toot-from-url | marty hiatt | 2022-09-11 | 1 | -7/+0 |
| | |||||
* | use seq-empty-p and string-empty-p calls | marty hiatt | 2022-09-05 | 1 | -10/+10 |
| | |||||
* | move url-lookup to mastodon.el | marty hiatt | 2022-09-03 | 1 | -30/+1 |
| | |||||
* | docstring | marty hiatt | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | url-lookup: keymap and silent call / message | marty hiatt | 2022-09-03 | 1 | -3/+9 |
| | |||||
* | --thread edits to work with --url-lookup: id arg, point at toot | marty hiatt | 2022-09-03 | 1 | -9/+17 |
| | |||||
* | tl--url-lookup command, FIX #240 | marty hiatt | 2022-09-03 | 1 | -0/+25 |
| | |||||
* | simple error handling in single-toot and --thread | marty hiatt | 2022-09-02 | 1 | -31/+35 |
| | |||||
* | start on loading masto URL links in mastodon.el | marty hiatt | 2022-09-02 | 1 | -0/+7 |
| | |||||
* | add optional instance arg to -view-instance-description | marty hiatt | 2022-09-02 | 1 | -4/+6 |
| |