Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cond for more* pagination woes | marty hiatt | 2023-10-14 | 1 | -16/+18 | |
| | | ||||||
| * | add params arg to init-sync, use limit param for foll_reqs/sugests | marty hiatt | 2023-10-14 | 2 | -7/+16 | |
| | | ||||||
| * | partly refactor views function. | marty hiatt | 2023-10-14 | 1 | -9/+5 | |
| | | ||||||
| * | more*: msg when response is nil | marty hiatt | 2023-10-14 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | goto-too-pos: add masto-tab-stop second prop | marty hiatt | 2023-10-14 | 1 | -5/+12 | |
| | | ||||||
| * | move scroll up cmd | marty hiatt | 2023-10-14 | 1 | -9/+9 | |
| | | ||||||
* | | tl--prev-toot-id: don't assume our funs return anything. | marty hiatt | 2023-10-22 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | fixes a bug that would break thread loading, perhaps because an ancestor toot wasn't there when it was supposed to be, so we were check for prev id when there was no prev toot. maybe caused by viewing threads that include toots by ppl on blocked servers, which don't display. | |||||
* | | bump | marty hiatt | 2023-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | bump | marty hiatt | 2023-10-15 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | 4 | -12/+12 | |
| | ||||||
* | search check type not data before inserting. fixes b-spec | marty hiatt | 2023-10-14 | 1 | -3/+3 | |
| | ||||||
* | don't run update in trending/search buffers for now | marty hiatt | 2023-10-14 | 1 | -19/+23 | |
| | ||||||
* | bump | marty hiatt | 2023-10-13 | 1 | -1/+1 | |
| | ||||||
* | fix search statuses from profile | marty hiatt | 2023-10-13 | 1 | -1/+1 | |
| | ||||||
* | search headings even if no results | marty hiatt | 2023-10-13 | 1 | -3/+1 | |
| | ||||||
* | update: thread-id only if thread | marty hiatt | 2023-10-13 | 1 | -3/+4 | |
| | ||||||
* | bump | marty hiatt | 2023-10-13 | 1 | -1/+1 | |
| | ||||||
* | fix offset pagination for hashtags search | marty hiatt | 2023-10-13 | 1 | -10/+16 | |
| | ||||||
* | tl autoload for search pagination | marty hiatt | 2023-10-13 | 1 | -0/+1 | |
| | ||||||
* | add fun mastodon-buffer-p | marty hiatt | 2023-10-13 | 1 | -0/+5 | |
| | ||||||
* | autoload | marty hiatt | 2023-10-13 | 1 | -0/+1 | |
| | ||||||
* | work on tl--more*: msg if no more results, or if load full thread | marty hiatt | 2023-10-13 | 1 | -11/+15 | |
| | ||||||
* | fix reporting rules tests | marty hiatt | 2023-10-13 | 1 | -1/+1 | |
| | ||||||
* | FIX #494. mastodon-tl--more-json-async-offset for pagination. | marty hiatt | 2023-10-13 | 1 | -5/+40 | |
| | ||||||
* | 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 | 2 | -5/+4 | |
| | ||||||
* | docstrings autoloads | marty hiatt | 2023-10-13 | 2 | -3/+6 | |
| | ||||||
* | improve processing for trending-statuses | marty hiatt | 2023-10-13 | 1 | -6/+1 | |
| | ||||||
* | subst cmd keys for toot compose buffer | marty hiatt | 2023-10-13 | 1 | -40/+52 | |
| | ||||||
* | header-line-format no comment face | marty hiatt | 2023-10-13 | 1 | -3/+1 | |
| | ||||||
* | update profile note: subst cmd keys | marty hiatt | 2023-10-13 | 1 | -1/+2 | |
| | ||||||
* | set buffer spec explicitly for acct search | marty hiatt | 2023-10-13 | 1 | -1/+4 | |
| | ||||||
* | docstring | marty hiatt | 2023-10-13 | 1 | -4/+4 | |
| | ||||||
* | fix more: search-buffer-p check before seach buf cond | marty hiatt | 2023-10-13 | 1 | -9/+9 | |
| | ||||||
* | unfuck non-search pagination fucked by search pagination | marty hiatt | 2023-10-13 | 1 | -1/+3 | |
| | ||||||
* | add user id to user item inserting, for pagination | marty hiatt | 2023-10-13 | 1 | -5/+6 | |
| | ||||||
* | hack to avoid repeat of last search status on calling --more* | marty hiatt | 2023-10-13 | 1 | -1/+2 | |
| | ||||||
* | tl--more*: add cond to handle search data if in search buffer | marty hiatt | 2023-10-13 | 1 | -0/+8 | |
| | ||||||
* | 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 | |
| |