Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix list-name grabbing in list add/delete/edit | marty hiatt | 2022-11-22 | 1 | -3/+3 |
| | |||||
* | Merge branch 'edit-posts' into develop | marty hiatt | 2022-11-21 | 1 | -1/+37 |
|\ | |||||
| * | display edit timestamp in byline, function to view toot history | marty hiatt | 2022-11-21 | 1 | -1/+37 |
| | | |||||
* | | group nav functions together | marty hiatt | 2022-11-21 | 1 | -46/+53 |
| | | |||||
* | | paginate bookmarks timeline (3/4 working?) | marty hiatt | 2022-11-21 | 1 | -3/+7 |
|/ | | | | | | | seems tl--more seems to repeat bookmarks after 3-4 loads. a similar issue was solved with favourites, but it was always after 2nd load. and we are using the fixed code here already. i have many more favourites than bookmarks. but still it would be nice to not seem to load more when we hit the end. | ||||
* | list followed tags | marty hiatt | 2022-11-19 | 1 | -0/+11 |
| | |||||
* | http--post - make args + headers optional args | marty hiatt | 2022-11-19 | 1 | -8/+6 |
| | | | | also update all calls to it, no need for nil nil everywhere. | ||||
* | start on follow/unfollow tags | marty hiatt | 2022-11-19 | 1 | -0/+40 |
| | |||||
* | propertize list accounts so -at-point list funs work there (rough) | marty hiatt | 2022-11-19 | 1 | -9/+12 |
| | |||||
* | list title - use link face | marty hiatt | 2022-11-19 | 1 | -7/+5 |
| | |||||
* | lists refactor response triage | marty hiatt | 2022-11-19 | 1 | -22/+23 |
| | |||||
* | fix remove account from list, simplify --accounts-in-list | marty hiatt | 2022-11-19 | 1 | -12/+10 |
| | |||||
* | Merge branch 'develop' into lists | marty hiatt | 2022-11-19 | 1 | -24/+58 |
|\ | |||||
| * | tl.el: -- separator for all function names | marty hiatt | 2022-11-18 | 1 | -7/+7 |
| | | |||||
| * | tl--update: message when no updates to avoid hang appearance | marty hiatt | 2022-11-18 | 1 | -4/+5 |
| | | |||||
| * | handle nil voters-count in poll display | marty hiatt | 2022-11-18 | 1 | -5/+12 |
| | | |||||
| * | profile--add-author-bylines -- still print avatar byline-author | marty hiatt | 2022-11-17 | 1 | -5/+17 |
| | | |||||
| * | autoloads docstring | marty hiatt | 2022-11-17 | 1 | -1/+4 |
| | | |||||
| * | refactor array params into -http--build-array-args-alist | marty hiatt | 2022-11-17 | 1 | -4/+4 |
| | | |||||
| * | add notifications--get-mentions | marty hiatt | 2022-11-17 | 1 | -2/+13 |
| | | | | | | | | fix endpoint arg in init-sync | ||||
* | | lists -- clean up, reload view etc | marty hiatt | 2022-11-19 | 1 | -5/+23 |
| | | |||||
* | | filters - read prompt add space | marty hiatt | 2022-11-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into lists | marty hiatt | 2022-11-16 | 1 | -17/+19 |
|\| | |||||
| * | move avatar insert from --byline-author to --byline | marty hiatt | 2022-11-16 | 1 | -11/+14 |
| | | | | | | | | | | so that it can be outside of 'byline t, so we don't auto navigate to it but to the user name part of the byline. | ||||
| * | url-lookup: no tl--property calls allowed in tl--thread! | marty hiatt | 2022-11-15 | 1 | -6/+5 |
| | | |||||
* | | list view, keymaps, actions | marty hiatt | 2022-11-16 | 1 | -37/+146 |
| | | |||||
* | | docstrings and comments | marty hiatt | 2022-11-16 | 1 | -0/+8 |
| | | |||||
* | | add delete and edit lists | marty hiatt | 2022-11-16 | 1 | -0/+37 |
| | | |||||
* | | make a start on lists | marty hiatt | 2022-11-15 | 1 | -1/+120 |
|/ | |||||
* | view instance description: handle calling from empty profiles | marty hiatt | 2022-11-14 | 1 | -3/+10 |
| | |||||
* | 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 |
| |