Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | remove --view-author-profile, replace with --get-toot-author | marty hiatt | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | tl--symbol -- add media icon | marty hiatt | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | always use mastodon-tl--symbol | marty hiatt | 2022-11-26 | 1 | -3/+3 | |
| | | ||||||
| * | symbols: preceding space for locked accounts, private/direct toots | marty hiatt | 2022-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | cleanup --symbols, autoload | marty hiatt | 2022-11-26 | 1 | -31/+7 | |
| | | ||||||
| * | Merge branch 'develop' into HEAD | marty hiatt | 2022-11-26 | 1 | -137/+640 | |
| |\ | ||||||
| | * | paginate profile view followers/following with link header | marty hiatt | 2022-11-26 | 1 | -8/+15 | |
| | | | ||||||
| * | | use homegrown icons in tl--symbols list | marty hiatt | 2022-11-26 | 1 | -27/+17 | |
| | | | ||||||
| * | | Fix a missing parenthesis & added links to default icons | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+18 | |
| | | | ||||||
| * | | Added a user customizable symbol list | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+31 | |
| | | | ||||||
* | | | docstring | marty hiatt | 2022-11-26 | 1 | -1/+3 | |
| | | | ||||||
* | | | filter user posts by language. NB: we flip mastodon-iso-639-1! | marty hiatt | 2022-11-25 | 1 | -27/+62 | |
| |/ |/| | ||||||
* | | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-25 | 1 | -17/+67 | |
|\ \ | ||||||
| * | | refactor tl--media-attachment + customize to display caption not URL | marty hiatt | 2022-11-25 | 1 | -29/+41 | |
| | | | ||||||
| * | | set 'display to the image caption if we have one | marty hiatt | 2022-11-25 | 1 | -10/+18 | |
| | | | ||||||
| * | | caption + props for media urls as well as actual media | marty hiatt | 2022-11-25 | 1 | -15/+45 | |
| | | | | | | | | | | | | adds fun mastodon-tl--propertize-img-str-or-url, to prop both. | |||||
| * | | remove trailing double space from sparator | marty hiatt | 2022-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | tl-tests: remove trailing double spaces from separator again | |||||
| * | | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 1 | -61/+44 | |
| |\ \ | ||||||
* | | | | display icon for boosts | marty hiatt | 2022-11-24 | 1 | -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 develop | marty hiatt | 2022-11-24 | 1 | -61/+44 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | add missing nil params arg to tl--more | marty hiatt | 2022-11-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | if not when for edited-time in byline (for tests) | marty hiatt | 2022-11-22 | 1 | -17/+18 | |
| | | | ||||||
| * | | speculatively fix byline tests | marty hiatt | 2022-11-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | rename build-query-string to -params-str, + build-array-params-alist | marty hiatt | 2022-11-22 | 1 | -5/+5 | |
| | | | ||||||
| * | | try setting mastodon-mode in view-instance buffers | marty hiatt | 2022-11-22 | 1 | -0/+1 | |
| | | | ||||||
| * | | tl fix a -get-json call that :vector arg | marty hiatt | 2022-11-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | fix --get-response-async re params | marty hiatt | 2022-11-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix some tests due to params | marty hiatt | 2022-11-22 | 1 | -5/+4 | |
| | | | ||||||
| * | | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -34/+17 | |
| | | | | | | | | | | | | probably incomplete but mostly done. | |||||
* | | | use unicode star if poss for faves. --return-fave-char | marty hiatt | 2022-11-23 | 1 | -1/+12 | |
| | | | ||||||
* | | | move add account to list profile to profile.el, + readme | marty hiatt | 2022-11-23 | 1 | -12/+4 | |
| | | | ||||||
* | | | add account to list from profile buffer | marty hiatt | 2022-11-23 | 1 | -5/+15 | |
| | | | ||||||
* | | | Merge branch 'autoload-notifs-get' into develop | marty hiatt | 2022-11-22 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | make mastodon-notifications-get a global function | marty hiatt | 2022-11-21 | 1 | -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 buffers | marty hiatt | 2022-11-22 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | fix list-name grabbing in list add/delete/edit | marty hiatt | 2022-11-22 | 1 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | hack separator and propertizing for lists | marty hiatt | 2022-11-21 | 1 | -3/+14 | |
|/ / | | | | | | | | | properties mean that the list-at-point functions also work on accounts/whitespace within the particular list. | |||||
* | | 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 | |
| | | |