Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add update function to search buf spec: --timeline | marty hiatt | 2023-10-13 | 1 | -1/+2 | |
| | ||||||
* | add basic limit/offset search params | marty hiatt | 2023-10-13 | 1 | -1/+7 | |
| | ||||||
* | mastodon-http--api-search fun (search uses api v2) | marty hiatt | 2023-10-13 | 3 | -7/+10 | |
| | ||||||
* | also message profile search binding | marty hiatt | 2023-10-13 | 1 | -1/+2 | |
| | ||||||
* | implement following "accounts" search. FIX #493. | marty hiatt | 2023-10-13 | 1 | -9/+21 | |
| | ||||||
* | docstring for account search | marty hiatt | 2023-10-13 | 1 | -1/+1 | |
| | ||||||
* | http: build query str only when we have a value | marty hiatt | 2023-10-13 | 1 | -2/+3 | |
| | ||||||
* | view instance: if rendering error, display raw json | marty hiatt | 2023-10-12 | 1 | -19/+28 | |
| | ||||||
* | sub command keys for profile / search msg | marty hiatt | 2023-10-12 | 2 | -4/+8 | |
| | ||||||
* | flychecks | marty hiatt | 2023-10-12 | 2 | -1/+7 | |
| | ||||||
* | rough account statuses search | marty hiatt | 2023-10-12 | 2 | -0/+10 | |
| | ||||||
* | profile:message cycle binding | marty hiatt | 2023-10-12 | 1 | -1/+2 | |
| | ||||||
* | add completing-read for search type + message binding | marty hiatt | 2023-10-12 | 1 | -1/+9 | |
| | ||||||
* | rename two search funs | marty hiatt | 2023-10-12 | 1 | -4/+4 | |
| | ||||||
* | rework search into three separate views with view cycling on C-c C-c | marty hiatt | 2023-10-12 | 1 | -15/+66 | |
| | ||||||
* | handle search type buffers in buffer-type | marty hiatt | 2023-10-12 | 1 | -2/+11 | |
| | ||||||
* | masto-url-p -> fedi-url-p | marty hiatt | 2023-10-12 | 1 | -2/+2 | |
| | ||||||
* | url-p: optional @ prefix for "users" url | marty hiatt | 2023-10-12 | 1 | -1/+1 | |
| | ||||||
* | bump | marty hiatt | 2023-10-12 | 1 | -1/+1 | |
| | ||||||
* | add rough hometown user statuses url regex | marty hiatt | 2023-10-11 | 1 | -0/+1 | |
| | ||||||
* | toot-url-regex: \\> not \\b at end | marty hiatt | 2023-10-11 | 1 | -1/+2 | |
| | ||||||
* | improve handling of click to play: if image, call shr-browse-image | marty hiatt | 2023-10-10 | 1 | -9/+16 | |
| | ||||||
* | click to play video | marty hiatt | 2023-10-10 | 1 | -0/+6 | |
| | ||||||
* | expand-content-warnings custom: don't quote server symbol | marty hiatt | 2023-10-09 | 1 | -1/+1 | |
| | ||||||
* | inhibit-read-only typo fix | marty hiatt | 2023-10-09 | 1 | -1/+1 | |
| | ||||||
* | doctring for http--post | marty hiatt | 2023-10-08 | 1 | -2/+5 | |
| | ||||||
* | require shr for http.el | marty hiatt | 2023-10-08 | 1 | -0/+1 | |
| | ||||||
* | refactor toot-url and copy-toot-url | marty hiatt | 2023-10-08 | 1 | -5/+9 | |
| | ||||||
* | add mastodon-tl--expand-content-warnings. FIX #488. | marty hiatt | 2023-10-08 | 1 | -9/+25 | |
| | ||||||
* | add settings check to mode-hook-fun, fix when check for hl-current | marty hiatt | 2023-10-08 | 1 | -6/+4 | |
| | ||||||
* | bump | marty hiatt | 2023-10-07 | 1 | -1/+1 | |
| | ||||||
* | hotfix http-post error | marty hiatt | 2023-10-07 | 1 | -1/+1 | |
| | ||||||
* | bump | marty hiatt | 2023-10-05 | 1 | -1/+1 | |
| | ||||||
* | indent -toot.el | marty hiatt | 2023-10-05 | 1 | -4/+4 | |
| | ||||||
* | rear-nonsticky only for \n at end of compose header. | marty hiatt | 2023-10-05 | 1 | -3/+5 | |
| | | | | | prevents a bug where header can be edited despite read-only, and if header edited, it will be partially posted as toot text. | |||||
* | bump version | marty hiatt | 2023-10-05 | 1 | -1/+1 | |
| | ||||||
* | enable-custom-emoji: cl-find predicate for unless | marty hiatt | 2023-10-05 | 1 | -11/+12 | |
| | ||||||
* | bump version | marty hiatt | 2023-10-05 | 1 | -1/+1 | |
| | ||||||
* | remove lambda from masto-toot hook | marty hiatt | 2023-10-05 | 1 | -8/+9 | |
| | ||||||
* | mastodon-toot--enable-custom-emoji: performance improvement. | marty hiatt | 2023-10-04 | 1 | -6/+11 | |
| | ||||||
* | refactor mode function, to avoid multiple addition of lambda. | marty hiatt | 2023-10-04 | 1 | -7/+10 | |
| | ||||||
* | refactor misskey instance desc. if masto inst err, try misskey | marty hiatt | 2023-10-03 | 1 | -41/+23 | |
| | ||||||
* | instance-response-fun: misskey arg optional | marty hiatt | 2023-10-03 | 1 | -1/+2 | |
| | ||||||
* | add mastodon-views--instance-desc-misskey. TODO merge with other inst funs | marty hiatt | 2023-10-02 | 1 | -16/+58 | |
| | | | | partial fix for #468. | |||||
* | port fedi-http handling of POST JSON data or not | marty hiatt | 2023-10-02 | 1 | -8/+11 | |
| | ||||||
* | add misskey notes regex to masto-url-p | marty hiatt | 2023-10-02 | 1 | -1/+2 | |
| | ||||||
* | bump version | marty hiatt | 2023-09-27 | 1 | -1/+1 | |
| | ||||||
* | cursor-face prop for fave etc markers. | marty hiatt | 2023-09-27 | 1 | -2/+6 | |
| | | | | used to not break highlight-current-toot when inserting markers | |||||
* | mastodon-toot--action: 1 not 2 lets | marty hiatt | 2023-09-27 | 1 | -3/+3 | |
| | ||||||
* | (mastodon-tl--relative-time-details): Use `mastodon-tl--human-duration` | Stefan Monnier | 2023-09-21 | 1 | -54/+38 | |
| | | | | | | | | * lisp/mastodon-tl.el (mastodon-tl--human-duration): Cap the finest resolution and return a pair to include the resolution used. (mastodon-tl--format-poll-expiry): Adjust accordingly. (mastodon-tl--relative-time-details): Rewrite using `mastodon-tl--human-duration`. |