aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | make mastodon-notifications-get a global functionmarty hiatt2022-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we can view notifs without first openin other masto buffers - move it to mastodon.el - autoload cookie - rename all instances - pray the keymap works
* | | | try setting mastodon-mode in view-instance buffersmarty hiatt2022-11-221-0/+1
| | | |
* | | | fix list-name grabbing in list add/delete/editmarty hiatt2022-11-221-3/+3
| |/ / |/| |
* | | hack separator and propertizing for listsmarty hiatt2022-11-211-3/+14
|/ / | | | | | | | | properties mean that the list-at-point functions also work on accounts/whitespace within the particular list.
* | Merge branch 'edit-posts' into developmarty hiatt2022-11-211-1/+37
|\ \
| * | display edit timestamp in byline, function to view toot historymarty hiatt2022-11-211-1/+37
| | |
* | | group nav functions togethermarty hiatt2022-11-211-46/+53
| | |
* | | paginate bookmarks timeline (3/4 working?)marty hiatt2022-11-211-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 tagsmarty hiatt2022-11-191-0/+11
| |
* | http--post - make args + headers optional argsmarty hiatt2022-11-191-8/+6
| | | | | | | | also update all calls to it, no need for nil nil everywhere.
* | start on follow/unfollow tagsmarty hiatt2022-11-191-0/+40
| |
* | propertize list accounts so -at-point list funs work there (rough)marty hiatt2022-11-191-9/+12
| |
* | list title - use link facemarty hiatt2022-11-191-7/+5
| |
* | lists refactor response triagemarty hiatt2022-11-191-22/+23
| |
* | fix remove account from list, simplify --accounts-in-listmarty hiatt2022-11-191-12/+10
| |
* | Merge branch 'develop' into listsmarty hiatt2022-11-191-24/+58
|\ \
| * | tl.el: -- separator for all function namesmarty hiatt2022-11-181-7/+7
| | |
| * | tl--update: message when no updates to avoid hang appearancemarty hiatt2022-11-181-4/+5
| | |
| * | handle nil voters-count in poll displaymarty hiatt2022-11-181-5/+12
| | |
| * | profile--add-author-bylines -- still print avatar byline-authormarty hiatt2022-11-171-5/+17
| | |
| * | autoloads docstringmarty hiatt2022-11-171-1/+4
| | |
| * | refactor array params into -http--build-array-args-alistmarty hiatt2022-11-171-4/+4
| | |
| * | add notifications--get-mentionsmarty hiatt2022-11-171-2/+13
| | | | | | | | | | | | fix endpoint arg in init-sync
* | | lists -- clean up, reload view etcmarty hiatt2022-11-191-5/+23
| | |
* | | filters - read prompt add spacemarty hiatt2022-11-191-1/+1
| | |
* | | Merge branch 'develop' into listsmarty hiatt2022-11-161-17/+19
|\| |
| * | move avatar insert from --byline-author to --bylinemarty hiatt2022-11-161-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 hiatt2022-11-151-6/+5
| |
* | list view, keymaps, actionsmarty hiatt2022-11-161-37/+146
| |
* | docstrings and commentsmarty hiatt2022-11-161-0/+8
| |
* | add delete and edit listsmarty hiatt2022-11-161-0/+37
| |
* | make a start on listsmarty hiatt2022-11-151-1/+120
|/
* 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
|