aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add params arg to init-sync, use limit param for foll_reqs/sugestsmarty hiatt2023-10-142-7/+16
| |
| * partly refactor views function.marty hiatt2023-10-141-9/+5
| |
| * more*: msg when response is nilmarty hiatt2023-10-141-1/+2
| |
| * fix pagination for trending tagsmarty hiatt2023-10-141-8/+2
| |
| * add .elpaignore filemarty hiatt2023-10-141-0/+9
| |
| * refactor/rename mastodon-search--insert-headingmarty hiatt2023-10-141-9/+7
| |
| * goto-too-pos: add masto-tab-stop second propmarty hiatt2023-10-141-5/+12
| |
| * move scroll up cmdmarty hiatt2023-10-141-9/+9
| |
| * tests docstringmarty hiatt2023-10-141-4/+2
| |
* | readme contributingmarty hiatt2023-10-301-2/+4
| |
* | tl--prev-toot-id: don't assume our funs return anything.marty hiatt2023-10-221-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.
* | bumpmarty hiatt2023-10-161-1/+1
| |
* | fix elpaignoremarty hiatt2023-10-161-2/+1
| |
* | add .elpaignore filemarty hiatt2023-10-151-0/+9
| |
* | bumpmarty hiatt2023-10-151-1/+1
|/
* refactor search, handle no resultsmarty hiatt2023-10-141-18/+32
|
* docstringsmarty hiatt2023-10-141-3/+5
|
* rename search-query to querymarty hiatt2023-10-145-13/+13
|
* search check type not data before inserting. fixes b-specmarty hiatt2023-10-141-3/+3
|
* don't run update in trending/search buffers for nowmarty hiatt2023-10-141-19/+23
|
* bumpmarty hiatt2023-10-131-1/+1
|
* fix search statuses from profilemarty hiatt2023-10-131-1/+1
|
* search headings even if no resultsmarty hiatt2023-10-131-3/+1
|
* update: thread-id only if threadmarty hiatt2023-10-131-3/+4
|
* bumpmarty hiatt2023-10-131-1/+1
|
* indexmarty hiatt2023-10-131-1/+1
|
* fix offset pagination for hashtags searchmarty hiatt2023-10-131-10/+16
|
* tl autoload for search paginationmarty hiatt2023-10-131-0/+1
|
* add fun mastodon-buffer-pmarty hiatt2023-10-131-0/+5
|
* autoloadmarty hiatt2023-10-131-0/+1
|
* work on tl--more*: msg if no more results, or if load full threadmarty hiatt2023-10-131-11/+15
|
* fix reporting rules testsmarty hiatt2023-10-132-7/+7
|
* FIX #494. mastodon-tl--more-json-async-offset for pagination.marty hiatt2023-10-131-5/+40
|
* add offset/limit params to search queries/buf specmarty hiatt2023-10-131-3/+7
|
* remove "api/v1/" from trends endpoint in buffer spec and buffer checksmarty hiatt2023-10-132-5/+4
|
* docstrings autoloadsmarty hiatt2023-10-132-3/+6
|
* improve processing for trending-statusesmarty hiatt2023-10-131-6/+1
|
* subst cmd keys for toot compose buffermarty hiatt2023-10-131-40/+52
|
* header-line-format no comment facemarty hiatt2023-10-131-3/+1
|
* update profile note: subst cmd keysmarty hiatt2023-10-131-1/+2
|
* set buffer spec explicitly for acct searchmarty hiatt2023-10-131-1/+4
|
* docstringmarty hiatt2023-10-131-4/+4
|
* fix more: search-buffer-p check before seach buf condmarty hiatt2023-10-131-9/+9
|
* unfuck non-search pagination fucked by search paginationmarty hiatt2023-10-131-1/+3
|
* add user id to user item inserting, for paginationmarty hiatt2023-10-131-5/+6
|
* hack to avoid repeat of last search status on calling --more*marty hiatt2023-10-131-1/+2
|
* tl--more*: add cond to handle search data if in search buffermarty hiatt2023-10-131-0/+8
|
* add update function to search buf spec: --timelinemarty hiatt2023-10-131-1/+2
|
* add basic limit/offset search paramsmarty hiatt2023-10-131-1/+7
|
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-133-7/+10
|