Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | audit remainder of tl.el | marty hiatt | 2024-08-19 | 1 | -85/+98 | |
| | ||||||
* | more auditing of -tl.el | marty hiatt | 2024-08-19 | 1 | -116/+91 | |
| | ||||||
* | 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 | -6/+9 | |
| | ||||||
* | Merge branch 'develop' into filters-crud | marty hiatt | 2024-08-18 | 1 | -12/+12 | |
|\ | ||||||
| * | fix mute or unmute: use top level id to check if we posted | marty hiatt | 2024-08-17 | 1 | -12/+12 | |
| | | ||||||
* | | Merge branch 'develop' into filters-crud | marty hiatt | 2024-08-17 | 1 | -22/+25 | |
|\| | ||||||
| * | Merge branch 'filters-apply' into develop | marty hiatt | 2024-08-15 | 1 | -37/+88 | |
| |\ | ||||||
| * | | fix a bunch of tests | marty hiatt | 2024-08-13 | 1 | -4/+8 | |
| | | | ||||||
| * | | indent tl.el | marty hiatt | 2024-08-13 | 1 | -6/+6 | |
| | | | ||||||
| * | | fix toggle sensitive media | marty hiatt | 2024-08-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | fix read-poll option check | marty hiatt | 2024-08-12 | 1 | -11/+10 | |
| | | | ||||||
* | | | init-sync - add endpoint version arg (for v2 filters) | marty hiatt | 2024-08-13 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | basic apply filters. #575. | marty hiatt | 2024-08-09 | 1 | -37/+88 | |
|/ | ||||||
* | flymake tl.el | marty hiatt | 2024-08-08 | 1 | -6/+10 | |
| | ||||||
* | audit tl.el up to ;;; THREADS | marty hiatt | 2024-08-08 | 1 | -129/+128 | |
| | ||||||
* | re-write stats-for-toot | marty hiatt | 2024-08-08 | 1 | -26/+25 | |
| | ||||||
* | re-write tl--is-reply | marty hiatt | 2024-08-08 | 1 | -2/+2 | |
| | ||||||
* | re-write hashtag-from-url | marty hiatt | 2024-08-08 | 1 | -9/+5 | |
| | ||||||
* | audit tl.el up to ;;; POLLS | marty hiatt | 2024-08-08 | 1 | -80/+74 | |
| | ||||||
* | refactor process-image-or-cached | marty hiatt | 2024-08-08 | 1 | -12/+4 | |
| | ||||||
* | audit first 900 lines of tl.el | marty hiatt | 2024-08-08 | 1 | -15/+19 | |
| | ||||||
* | factor out image-trans-check. | marty hiatt | 2024-08-08 | 1 | -6/+8 | |
| | ||||||
* | tl: condition-case for next/prev funs | marty hiatt | 2024-08-08 | 1 | -18/+15 | |
| | ||||||
* | cl-remove nils rather than push for poss nil params | marty hiatt | 2024-08-08 | 1 | -15/+18 | |
| | ||||||
* | re-write all (if x y "") clauses as (when x y), if poss. | marty hiatt | 2024-08-06 | 1 | -32/+27 | |
| | | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize. | |||||
* | add mastodon-tl--field-status | marty hiatt | 2024-08-06 | 1 | -0/+6 | |
| | ||||||
* | tl: use mastodon-toot--base-toot-or-item-json | marty hiatt | 2024-08-02 | 1 | -2/+1 | |
| | ||||||
* | tl--byline: handle showing edits for notifs and for TL boosts. | marty hiatt | 2024-08-02 | 1 | -7/+11 | |
| | ||||||
* | fix prev-item-id | marty hiatt | 2024-08-02 | 1 | -2/+2 | |
| | ||||||
* | reimplement folding via insert body only. | marty hiatt | 2024-08-02 | 1 | -87/+101 | |
| | | | | | | | adds a toot-body prop to body only adds toot-foldable and toot-folded props to whole toot (so can check it at byline) shouldn't add any wrong newlines adds no-byline flag to insert-status | |||||
* | folding comments / action docstring | marty hiatt | 2024-08-01 | 1 | -2/+16 | |
| | ||||||
* | fix where we leave point on (un)folding | marty hiatt | 2024-07-31 | 1 | -4/+5 | |
| | ||||||
* | fold-post-toggle | marty hiatt | 2024-07-30 | 1 | -0/+11 | |
| | ||||||
* | small adjustments to point placement with (un)folding | marty hiatt | 2024-07-30 | 1 | -8/+11 | |
| | ||||||
* | no newline after READ MORE heading | marty hiatt | 2024-07-30 | 1 | -3/+2 | |
| | ||||||
* | fix newlines accumulating on (un)folding toots | marty hiatt | 2024-07-30 | 1 | -1/+4 | |
| | ||||||
* | add mastodon-tl--fold-post | marty hiatt | 2024-07-30 | 1 | -10/+18 | |
| | ||||||
* | --thread: diff name for option arg to avoid macro var | marty hiatt | 2024-07-30 | 1 | -3/+6 | |
| | ||||||
* | unfold toot: replace whole item on unfolding (so we have props!) | marty hiatt | 2024-07-18 | 1 | -15/+16 | |
| | ||||||
* | flymake | marty hiatt | 2024-07-18 | 1 | -3/+5 | |
| | ||||||
* | fold toots customize/ refactor | marty hiatt | 2024-07-18 | 1 | -10/+19 | |
| | ||||||
* | fold long posts, unfolding cmd. FIX #572. | marty hiatt | 2024-07-18 | 1 | -4/+47 | |
| | ||||||
* | horiz-bar refactor | marty hiatt | 2024-07-18 | 1 | -3/+2 | |
| | ||||||
* | wrap --thread in with-item macro | marty hiatt | 2024-07-12 | 1 | -36/+37 | |
| | ||||||
* | message -> user-error | marty hiatt | 2024-07-09 | 1 | -2/+2 | |
| | ||||||
* | tl: no-refresh for next-item in --single-toot | marty hiatt | 2024-07-04 | 1 | -1/+1 | |
| | ||||||
* | comments on mastodon-tl--goto-item-pos | marty hiatt | 2024-07-04 | 1 | -3/+7 | |
| | ||||||
* | move/rename with-toot-item | marty hiatt | 2024-07-01 | 1 | -8/+0 | |
| | ||||||
* | flycheck tl.el | marty hiatt | 2024-06-24 | 1 | -0/+4 | |
| |