Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoload ht-get | marty hiatt | 2024-11-02 | 1 | -1/+1 |
| | |||||
* | update point after widget. FIX #615 | marty hiatt | 2024-11-02 | 1 | -2/+2 |
| | |||||
* | notifs: improve byline docstrings for new byline logic | marty hiatt | 2024-11-01 | 2 | -15/+10 |
| | |||||
* | tl: remove stale args to insert status, inc. action-byline arg | marty hiatt | 2024-11-01 | 1 | -26/+7 |
| | | | | | | (they were used when notifs didn't have its own insert fun.) more clean up tl--insert-status | ||||
* | add mention symbol | marty hiatt | 2024-11-01 | 1 | -0/+1 |
| | |||||
* | some ifs become whens | marty hiatt | 2024-11-01 | 1 | -2/+2 |
| | |||||
* | tl: improve ctrl flow in --spoiler + --toot | marty hiatt | 2024-11-01 | 1 | -21/+17 |
| | |||||
* | fold-toot - respect CW state | marty hiatt | 2024-11-01 | 1 | -7/+20 |
| | |||||
* | bump tp version, bump version | marty hiatt | 2024-10-31 | 1 | -2/+2 |
| | |||||
* | cask build cleanups | marty hiatt | 2024-10-31 | 2 | -3/+4 |
| | |||||
* | keep cleaning up notifs insert note | marty hiatt | 2024-10-31 | 1 | -50/+49 |
| | |||||
* | --byline: pull fave/boost/edit/visibility from base toot if present | marty hiatt | 2024-10-31 | 1 | -9/+11 |
| | | | | for non-grouped notifs, new implementation of note/base relationship | ||||
* | notifs: factor an action-byline fun (maybe move into insert-note) | marty hiatt | 2024-10-31 | 1 | -74/+79 |
| | |||||
* | docs: remove old arg docstring | marty hiatt | 2024-10-30 | 1 | -3/+0 |
| | |||||
* | notifs: byline-accounts: remove toot arg | marty hiatt | 2024-10-30 | 1 | -2/+2 |
| | |||||
* | fix author action byline non-grouped notifs: use display-name if poss | marty hiatt | 2024-10-30 | 1 | -1/+2 |
| | |||||
* | FIX #610 fix note/base toot in format-note/author byline. | marty hiatt | 2024-10-30 | 2 | -8/+9 |
| | | | | | | | | | non-grouped notif pagination was broken because we were propertizing item-json and base-toot wrong. now we always hand insert-note the note data as toot, and the status notified about as base-toot. then we adjust our handling of this in tl--byline-author to display base item byline correctly. | ||||
* | notifs: fix author action byline, top, for ungrouped. FIX #612 | marty hiatt | 2024-10-30 | 2 | -34/+31 |
| | |||||
* | grouped notifs: top byline create with account data, not toot. #612 half fixed. | marty hiatt | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | byte-compile | marty hiatt | 2024-10-30 | 3 | -3/+4 |
| | |||||
* | Merge branch 'develop' into non-group-notifs | marty hiatt | 2024-10-30 | 2 | -3/+3 |
|\ | |||||
| * | bump tp.el version, bump version | marty hiatt | 2024-10-30 | 1 | -2/+2 |
| | | |||||
| * | add verified tick symbol | marty hiatt | 2024-10-30 | 1 | -1/+1 |
| | | |||||
* | | start on pagination for v1 notifs. #610 | marty hiatt | 2024-10-30 | 1 | -3/+6 |
| | | |||||
* | | docstrings tl.el | marty hiatt | 2024-10-30 | 1 | -4/+8 |
| | | |||||
* | | notifs: remove commented body-arg code from format-note | marty hiatt | 2024-10-30 | 1 | -30/+0 |
| | | |||||
* | | remove ACCOUNT and TYPE from our byline functions. | marty hiatt | 2024-10-30 | 2 | -34/+25 |
| | | | | | | | | | | | | | | | | | | to avoid them, for foll/reqs we send the full notif as TOOT arg, and fetch type/account from it as needed. muuuuuuuuch simpler, fingers crossed. fix grouped notifs new non-account arg byline code fix handle byline for grouped notifs | ||||
* | | FIX #609. insert-status remove author-byline arg, its always the same function | marty hiatt | 2024-10-30 | 2 | -15/+12 |
| | | |||||
* | | notifs: refactor some v1/v2 calling code, mastodon-notifiations--body-arg | marty hiatt | 2024-10-29 | 1 | -76/+88 |
| | | |||||
* | | move notifs customizes into mastodon.el | marty hiatt | 2024-10-29 | 3 | -34/+36 |
| | | |||||
* | | fix notifs custom group | marty hiatt | 2024-10-29 | 1 | -1/+1 |
| | | |||||
* | | working v1 notifications custom. #608 | marty hiatt | 2024-10-29 | 2 | -77/+62 |
| | | |||||
* | | group-notifs custom (for servers without). #608. WIP. | marty hiatt | 2024-10-29 | 2 | -19/+123 |
|/ | |||||
* | http: return nil if we render html error | marty hiatt | 2024-10-29 | 1 | -1/+3 |
| | |||||
* | after widgets added: newline before pinned statuses | marty hiatt | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | bump version | marty hiatt | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | flychecks | marty hiatt | 2024-10-29 | 2 | -1/+4 |
| | |||||
* | poll transient: display predicate for add choice | marty hiatt | 2024-10-29 | 1 | -1/+2 |
| | |||||
* | poll: choice add: uncomment max poll opts check | marty hiatt | 2024-10-29 | 1 | -2/+2 |
| | |||||
* | poll transient: checks for expiry, max opts, max length, > 1 opt | marty hiatt | 2024-10-29 | 1 | -22/+57 |
| | |||||
* | fix timestamp logic in notifs v2 (use base item when necessary) | marty hiatt | 2024-10-29 | 2 | -16/+21 |
| | |||||
* | poll transient: add another option interactively | marty hiatt | 2024-10-28 | 1 | -0/+32 |
| | |||||
* | add inspect prefix | marty hiatt | 2024-10-28 | 1 | -0/+14 |
| | |||||
* | fix severance/mod warning notifs (experimental still) | marty hiatt | 2024-10-27 | 1 | -3/+3 |
| | |||||
* | fix an eq '(4) prefix arg check | marty hiatt | 2024-10-27 | 1 | -1/+1 |
| | |||||
* | widget: add keymap to subitems too! | marty hiatt | 2024-10-27 | 1 | -1/+2 |
| | |||||
* | rough search widget | marty hiatt | 2024-10-27 | 1 | -1/+10 |
| | | | | | | search - require widget widget: restore search view heading | ||||
* | widget: remove mastodon-profile--views-plist | marty hiatt | 2024-10-27 | 2 | -8/+5 |
| | |||||
* | refactor mastodon-widget.el, add profile tagged statuses to widget. #607 | marty hiatt | 2024-10-27 | 2 | -101/+134 |
| | |||||
* | profile: remove endpoint name (items heading), replaced by widget | marty hiatt | 2024-10-26 | 1 | -24/+4 |
| |