Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add mastodon-tl--field-status | marty hiatt | 2024-08-06 | 1 | -0/+6 |
| | |||||
* | audit profile.el | marty hiatt | 2024-08-06 | 1 | -75/+80 |
| | |||||
* | audit profile.el up to remove-note-header | marty hiatt | 2024-08-05 | 1 | -26/+32 |
| | |||||
* | http: move concat params to url | marty hiatt | 2024-08-05 | 1 | -7/+7 |
| | |||||
* | audit notifications.el | marty hiatt | 2024-08-05 | 1 | -58/+35 |
| | |||||
* | commentary <> for url | marty hiatt | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'audit' into develop | marty hiatt | 2024-08-04 | 3 | -252/+262 |
|\ | |||||
| * | toot: audit rest of file. | marty hiatt | 2024-08-04 | 1 | -24/+25 |
| | | |||||
| * | toot: audit schedule code | marty hiatt | 2024-08-03 | 1 | -16/+18 |
| | | |||||
| * | toot: audit poll code | marty hiatt | 2024-08-03 | 1 | -9/+9 |
| | | |||||
| * | max attachments: move fallback into our get max fun | marty hiatt | 2024-08-03 | 1 | -6/+11 |
| | | |||||
| * | toot: re-write format-attachments | marty hiatt | 2024-08-03 | 1 | -20/+20 |
| | | |||||
| * | toot: attach-media: get max attachments from instance, y-or-n-p | marty hiatt | 2024-08-03 | 2 | -20/+35 |
| | | | | | | | | views: get-own-instance (for max attachs) | ||||
| * | re-write --reply again with a cond. | marty hiatt | 2024-08-02 | 1 | -17/+14 |
| | | |||||
| * | toot: re-write view-toot-edits | marty hiatt | 2024-08-02 | 1 | -21/+22 |
| | | |||||
| * | toot: re-write --reply | marty hiatt | 2024-08-02 | 1 | -17/+10 |
| | | |||||
| * | toot: re-write --mentions | marty hiatt | 2024-08-02 | 1 | -4/+1 |
| | | |||||
| * | toot: re-write mentions-to-string | marty hiatt | 2024-08-02 | 1 | -3/+3 |
| | | |||||
| * | audit first 1000 loc of toot.el. these are the uncontroversial edits | marty hiatt | 2024-08-02 | 1 | -103/+99 |
| | | |||||
| * | 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 |
| | | |||||
* | | Revert "multisession var in -toot.el" | marty hiatt | 2024-08-04 | 1 | -29/+21 |
| | | | | | | | | This reverts commit 00ac9103adba722f8c2ddbd67db6b0ff6bcebc46. | ||||
* | | Revert "replace persist with multisession" | marty hiatt | 2024-08-04 | 3 | -15/+10 |
|/ | | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece. | ||||
* | commentary | marty hiatt | 2024-08-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' into insert-status-for-fold | marty hiatt | 2024-08-02 | 1 | -7/+10 |
|\ | |||||
| * | add underscores to user-like url regexes | marty hiatt | 2024-08-02 | 1 | -7/+10 |
| | | |||||
| * | fix prev-item-id | marty hiatt | 2024-08-02 | 1 | -2/+2 |
| | | |||||
* | | 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 | 2 | -3/+17 |
| | |||||
* | refactor toot--toggle-bookmark | marty hiatt | 2024-08-01 | 1 | -33/+26 |
| | |||||
* | refactor toot--toggle-boost-or-favourite | marty hiatt | 2024-08-01 | 1 | -45/+46 |
| | |||||
* | fix where we leave point on (un)folding | marty hiatt | 2024-07-31 | 1 | -4/+5 |
| | |||||
* | bind fold toggle | marty hiatt | 2024-07-30 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -5/+4 |
| | |||||
* | 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 |
| | |||||
* | fix unfolding faved/bookmarked toots | marty hiatt | 2024-07-30 | 1 | -3/+4 |
| | |||||
* | toot.el: use mastodon-toot--base-toot-or-item-json | marty hiatt | 2024-07-30 | 1 | -9/+5 |
| | |||||
* | flymake our user-error mess | marty hiatt | 2024-07-30 | 1 | -27/+27 |
| | |||||
* | Merge branch 'with-toot-item' into develop | marty hiatt | 2024-07-30 | 1 | -122/+119 |
|\ | |||||
| * | docstring | marty hiatt | 2024-07-03 | 1 | -1/+1 |
| | | |||||
| * | toot.el: user-error not message when needed | marty hiatt | 2024-07-02 | 1 | -31/+29 |
| | | |||||
| * | use with-toot-item and clean up functions that use it | marty hiatt | 2024-07-02 | 1 | -89/+88 |
| | | |||||
* | | flip an if clause | marty hiatt | 2024-07-30 | 1 | -11/+11 |
| | | |||||
* | | add item-json prop to fave/boost strings, so (un)folding works | marty hiatt | 2024-07-29 | 1 | -4/+6 |
| | | |||||
* | | read CW when setting, not when sending, also display it. FIX #569. | marty hiatt | 2024-07-19 | 1 | -22/+12 |
| | |