aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* tl--init: funcall get-response-async or get-json asyncmarty hiatt2024-08-191-10/+10
* audit remainder of tl.elmarty hiatt2024-08-191-85/+98
* more auditing of -tl.elmarty hiatt2024-08-191-116/+91
* remove old call to http--api-searchmarty hiatt2024-08-191-1/+0
* mastodon-http--api-search -> mastodon-http--api-v2marty hiatt2024-08-181-6/+9
* Merge branch 'develop' into filters-crudmarty hiatt2024-08-181-12/+12
|\
| * fix mute or unmute: use top level id to check if we postedmarty hiatt2024-08-171-12/+12
* | Merge branch 'develop' into filters-crudmarty hiatt2024-08-171-22/+25
|\|
| * Merge branch 'filters-apply' into developmarty hiatt2024-08-151-37/+88
| |\
| * | fix a bunch of testsmarty hiatt2024-08-131-4/+8
| * | indent tl.elmarty hiatt2024-08-131-6/+6
| * | fix toggle sensitive mediamarty hiatt2024-08-121-2/+2
| * | fix read-poll option checkmarty hiatt2024-08-121-11/+10
* | | init-sync - add endpoint version arg (for v2 filters)marty hiatt2024-08-131-2/+3
| |/ |/|
* | basic apply filters. #575.marty hiatt2024-08-091-37/+88
|/
* flymake tl.elmarty hiatt2024-08-081-6/+10
* audit tl.el up to ;;; THREADSmarty hiatt2024-08-081-129/+128
* re-write stats-for-tootmarty hiatt2024-08-081-26/+25
* re-write tl--is-replymarty hiatt2024-08-081-2/+2
* re-write hashtag-from-urlmarty hiatt2024-08-081-9/+5
* audit tl.el up to ;;; POLLSmarty hiatt2024-08-081-80/+74
* refactor process-image-or-cachedmarty hiatt2024-08-081-12/+4
* audit first 900 lines of tl.elmarty hiatt2024-08-081-15/+19
* factor out image-trans-check.marty hiatt2024-08-081-6/+8
* tl: condition-case for next/prev funsmarty hiatt2024-08-081-18/+15
* cl-remove nils rather than push for poss nil paramsmarty hiatt2024-08-081-15/+18
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-32/+27
* add mastodon-tl--field-statusmarty hiatt2024-08-061-0/+6
* tl: use mastodon-toot--base-toot-or-item-jsonmarty hiatt2024-08-021-2/+1
* tl--byline: handle showing edits for notifs and for TL boosts.marty hiatt2024-08-021-7/+11
* fix prev-item-idmarty hiatt2024-08-021-2/+2
* reimplement folding via insert body only.marty hiatt2024-08-021-87/+101
* folding comments / action docstringmarty hiatt2024-08-011-2/+16
* fix where we leave point on (un)foldingmarty hiatt2024-07-311-4/+5
* fold-post-togglemarty hiatt2024-07-301-0/+11
* small adjustments to point placement with (un)foldingmarty hiatt2024-07-301-8/+11
* no newline after READ MORE headingmarty hiatt2024-07-301-3/+2
* fix newlines accumulating on (un)folding tootsmarty hiatt2024-07-301-1/+4
* add mastodon-tl--fold-postmarty hiatt2024-07-301-10/+18
* --thread: diff name for option arg to avoid macro varmarty hiatt2024-07-301-3/+6
* unfold toot: replace whole item on unfolding (so we have props!)marty hiatt2024-07-181-15/+16
* flymakemarty hiatt2024-07-181-3/+5
* fold toots customize/ refactormarty hiatt2024-07-181-10/+19
* fold long posts, unfolding cmd. FIX #572.marty hiatt2024-07-181-4/+47
* horiz-bar refactormarty hiatt2024-07-181-3/+2
* wrap --thread in with-item macromarty hiatt2024-07-121-36/+37
* message -> user-errormarty hiatt2024-07-091-2/+2
* tl: no-refresh for next-item in --single-tootmarty hiatt2024-07-041-1/+1
* comments on mastodon-tl--goto-item-posmarty hiatt2024-07-041-3/+7
* move/rename with-toot-itemmarty hiatt2024-07-011-8/+0