aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
...
* view instance description: handle calling from empty profilesmarty hiatt2022-11-141-3/+10
|
* remove commented --show-avatars varmarty hiatt2022-11-141-6/+0
|
* view-instance-description -- pleroma compatmarty hiatt2022-11-141-2/+7
|
* Merge branch 'no-parent' into developmarty hiatt2022-11-131-27/+18
|\
| * don't try to load thread if status at point is foll_reqmarty hiatt2022-11-121-39/+41
| |
| * wholly remove parent-toot; use base-toot/-id onlymarty hiatt2022-11-121-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.elmarty hiatt2022-11-131-7/+7
| |
* | tl-format-faves count: only get info if not foll-req/followmarty hiatt2022-11-131-15/+16
| |
* | tl--goto-toot-pos - message help echo on moving to toot bylinemarty hiatt2022-11-131-1/+15
| |
* | don't try to load thread if status at point is foll_reqmarty hiatt2022-11-131-37/+41
|/ | | | don't try to load thread if status at point is follow notif
* add poll TODOmarty hiatt2022-11-121-0/+2
|
* -tl: make follow-user work on profile note when no tootsmarty hiatt2022-11-121-5/+15
|
* poll votes - person/peoplemarty hiatt2022-11-121-1/+3
|
* flycheck -tlmarty hiatt2022-11-121-4/+5
|
* tl-process-link - refactor fetch EL from mentionsmarty hiatt2022-11-111-34/+31
|
* Fetch user handles from mentions in JSON where possible.marty hiatt2022-11-111-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 accountmarty hiatt2022-11-111-5/+12
|
* FIX: -tl--get-poll - add a fallback format stringmarty hiatt2022-11-101-1/+6
|
* cull stray nil arg from old --get-json-async args formmarty hiatt2022-11-101-1/+1
|
* process-response: optionally JSON array as vector, for instance descmarty hiatt2022-11-101-1/+3
|
* paginate favourites view using Link headermarty hiatt2022-11-101-55/+96
|
* use a proper dotted alist for response headers listmarty hiatt2022-11-091-4/+1
|
* --init: handle json or full response and handle Link headermarty hiatt2022-11-091-8/+18
|
* -tl--init* revert json > response arg for nowmarty hiatt2022-11-091-10/+1
|
* remove all 'headers' args in -toot and -tlmarty hiatt2022-11-091-11/+10
|
* factor out tl--set-buffer-spec function in -tl.el only for nowmarty hiatt2022-11-091-31/+36
|
* Merge branch 'develop' into headersmarty hiatt2022-11-091-29/+54
|\
| * indent -tl.elmarty hiatt2022-11-081-11/+11
| |
| * instance describe: handle emojis properlymarty hiatt2022-11-081-3/+13
| |
| * run --render-text before checking newline-if-longmarty hiatt2022-11-081-6/+7
| |
| * use ts library to format poll expirymarty hiatt2022-11-051-10/+12
| |
| * pretty expiry display and voter countmarty hiatt2022-11-051-6/+18
| |
| * small improvements to poll display in timelinemarty hiatt2022-11-051-3/+15
| | | | | | | | revert display of poll votes
* | add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-5/+6
| |
* | small improvements to poll display in timelinemarty hiatt2022-11-041-3/+15
|/
* get instance from account/url, so it works for ppl on own instancemarty hiatt2022-10-291-6/+5
|
* t = yes, :json-false = no, in instance description displaymarty hiatt2022-10-291-11/+18
|
* another proper-list-p testmarty hiatt2022-09-131-2/+4
|
* reload thread on delete tootmarty hiatt2022-09-131-1/+7
|
* proper-list-p test in --process-link to handle meta fieldsmarty hiatt2022-09-131-1/+3
|
* respect user pref reading:expand:spoilers for CWsmarty hiatt2022-09-121-1/+7
| | | | respect always expand CWd posts account preference
* remove stale TODOs and stale function --single-toot-from-urlmarty hiatt2022-09-111-7/+0
|
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-10/+10
|
* move url-lookup to mastodon.elmarty hiatt2022-09-031-30/+1
|
* docstringmarty hiatt2022-09-031-1/+1
|
* url-lookup: keymap and silent call / messagemarty hiatt2022-09-031-3/+9
|
* --thread edits to work with --url-lookup: id arg, point at tootmarty hiatt2022-09-031-9/+17
|
* tl--url-lookup command, FIX #240marty hiatt2022-09-031-0/+25
|
* simple error handling in single-toot and --threadmarty hiatt2022-09-021-31/+35
|
* start on loading masto URL links in mastodon.elmarty hiatt2022-09-021-0/+7
|