Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix an eq '(4) prefix arg check | marty hiatt | 2024-10-27 | 1 | -1/+1 |
| | |||||
* | rough search widget | marty hiatt | 2024-10-27 | 1 | -1/+10 |
| | | | | | | search - require widget widget: restore search view heading | ||||
* | change email address | marty hiatt | 2024-10-20 | 1 | -2/+2 |
| | |||||
* | refactor display-or-uname | marty hiatt | 2024-10-20 | 1 | -3/+1 |
| | |||||
* | flychecks | marty hiatt | 2024-10-19 | 1 | -4/+5 |
| | |||||
* | implement rough trending links, and link timeline | marty hiatt | 2024-10-16 | 1 | -1/+37 |
| | |||||
* | eq for symbols, string= for strings | marty hiatt | 2024-08-22 | 1 | -14/+14 |
| | |||||
* | remove old call to http--api-search | marty hiatt | 2024-08-19 | 1 | -1/+0 |
| | |||||
* | mastodon-http--api-search -> mastodon-http--api-v2 | marty hiatt | 2024-08-18 | 1 | -2/+2 |
| | |||||
* | audit the rest of search.el | marty hiatt | 2024-08-08 | 1 | -22/+24 |
| | |||||
* | re-write all (if x y "") clauses as (when x y), if poss. | marty hiatt | 2024-08-06 | 1 | -4/+3 |
| | | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize. | ||||
* | audit 1/2 of search.el | marty hiatt | 2024-08-06 | 1 | -24/+11 |
| | |||||
* | search.el: re-write search-accounts-query | marty hiatt | 2024-08-06 | 1 | -5/+7 |
| | |||||
* | no newline after READ MORE heading | marty hiatt | 2024-07-30 | 1 | -2/+2 |
| | |||||
* | factor out format-heading from insert-heading | marty hiatt | 2024-06-04 | 1 | -7/+13 |
| | |||||
* | fix typo in fun name | marty hiatt | 2024-01-26 | 1 | -1/+1 |
| | |||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 |
| | |||||
* | toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed | marty hiatt | 2023-10-15 | 1 | -2/+5 |
| | |||||
* | fix pagination for trending tags | marty hiatt | 2023-10-14 | 1 | -8/+2 |
| | |||||
* | refactor/rename mastodon-search--insert-heading | marty hiatt | 2023-10-14 | 1 | -9/+7 |
| | |||||
* | refactor search, handle no results | marty hiatt | 2023-10-14 | 1 | -18/+32 |
| | |||||
* | docstrings | marty hiatt | 2023-10-14 | 1 | -3/+5 |
| | |||||
* | rename search-query to query | marty hiatt | 2023-10-14 | 1 | -7/+7 |
| | |||||
* | search check type not data before inserting. fixes b-spec | marty hiatt | 2023-10-14 | 1 | -3/+3 |
| | |||||
* | search headings even if no results | marty hiatt | 2023-10-13 | 1 | -3/+1 |
| | |||||
* | fix offset pagination for hashtags search | marty hiatt | 2023-10-13 | 1 | -10/+16 |
| | |||||
* | autoload | marty hiatt | 2023-10-13 | 1 | -0/+1 |
| | |||||
* | add offset/limit params to search queries/buf spec | marty hiatt | 2023-10-13 | 1 | -3/+7 |
| | |||||
* | remove "api/v1/" from trends endpoint in buffer spec and buffer checks | marty hiatt | 2023-10-13 | 1 | -2/+1 |
| | |||||
* | improve processing for trending-statuses | marty hiatt | 2023-10-13 | 1 | -6/+1 |
| | |||||
* | set buffer spec explicitly for acct search | marty hiatt | 2023-10-13 | 1 | -1/+4 |
| | |||||
* | docstring | marty hiatt | 2023-10-13 | 1 | -4/+4 |
| | |||||
* | add user id to user item inserting, for pagination | marty hiatt | 2023-10-13 | 1 | -5/+6 |
| | |||||
* | 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 | 1 | -6/+3 |
| | |||||
* | implement following "accounts" search. FIX #493. | marty hiatt | 2023-10-13 | 1 | -9/+21 |
| | |||||
* | sub command keys for profile / search msg | marty hiatt | 2023-10-12 | 1 | -1/+3 |
| | |||||
* | flychecks | marty hiatt | 2023-10-12 | 1 | -1/+5 |
| | |||||
* | rough account statuses search | marty hiatt | 2023-10-12 | 1 | -0/+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 |
| | |||||
* | audit search.el | marty hiatt | 2023-05-10 | 1 | -45/+36 |
| | |||||
* | refactor format-heading in search.el | marty hiatt | 2023-05-10 | 1 | -15/+11 |
| | |||||
* | Merge branch 'with-masto-buf-2' into develop | marty hiatt | 2023-05-07 | 1 | -46/+40 |
|\ | |||||
| * | eval-when-compile for with-mastodon-buffer, and re-indent | marty hiatt | 2023-05-06 | 1 | -41/+40 |
| | | |||||
* | | Revert "with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -28/+30 |
| | | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c. | ||||
* | | Revert "updates to with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -15/+18 |
|/ | | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5. | ||||
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -18/+15 |
| |