aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | | docstringmarty hiatt2022-11-261-1/+3
| | |
* | | filter user posts by language. NB: we flip mastodon-iso-639-1!marty hiatt2022-11-251-27/+62
| |/ |/|
* | Merge branch 'develop' into capf-completionmarty hiatt2022-11-251-17/+67
|\ \
| * | refactor tl--media-attachment + customize to display caption not URLmarty hiatt2022-11-251-29/+41
| | |
| * | set 'display to the image caption if we have onemarty hiatt2022-11-251-10/+18
| | |
| * | caption + props for media urls as well as actual mediamarty hiatt2022-11-251-15/+45
| | | | | | | | | | | | adds fun mastodon-tl--propertize-img-str-or-url, to prop both.
| * | remove trailing double space from sparatormarty hiatt2022-11-251-1/+1
| | | | | | | | | | | | tl-tests: remove trailing double spaces from separator again
| * | Merge branch 'params-always-in-http-el' into developmarty hiatt2022-11-241-61/+44
| |\ \
* | | | display icon for boostsmarty hiatt2022-11-241-8/+21
| | | | | | | | | | | | | | | | will later follow rougier's lead on this, but just wanted to see how it looked
* | | | Merge branch 'params-always-in-http-el' into developmarty hiatt2022-11-241-61/+44
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | add missing nil params arg to tl--moremarty hiatt2022-11-221-2/+2
| | |
| * | if not when for edited-time in byline (for tests)marty hiatt2022-11-221-17/+18
| | |
| * | speculatively fix byline testsmarty hiatt2022-11-221-1/+1
| | |
| * | rename build-query-string to -params-str, + build-array-params-alistmarty hiatt2022-11-221-5/+5
| | |
| * | try setting mastodon-mode in view-instance buffersmarty hiatt2022-11-221-0/+1
| | |
| * | tl fix a -get-json call that :vector argmarty hiatt2022-11-221-1/+2
| | |
| * | fix --get-response-async re paramsmarty hiatt2022-11-221-1/+1
| | |
| * | fix some tests due to paramsmarty hiatt2022-11-221-5/+4
| | |
| * | params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-34/+17
| | | | | | | | | | | | probably incomplete but mostly done.
* | | use unicode star if poss for faves. --return-fave-charmarty hiatt2022-11-231-1/+12
| | |
* | | move add account to list profile to profile.el, + readmemarty hiatt2022-11-231-12/+4
| | |
* | | add account to list from profile buffermarty hiatt2022-11-231-5/+15
| | |
* | | Merge branch 'autoload-notifs-get' into developmarty hiatt2022-11-221-2/+2
|\ \ \
| * | | 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.