| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | 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 |
* | profiles: try to split profile display from items display | marty hiatt | 2024-10-26 | 1 | -8/+12 |
* | make open-statuses cmd like the others | marty hiatt | 2024-10-26 | 1 | -5/+9 |
* | add a profile view type widget. ported from lem-ui.el | marty hiatt | 2024-10-26 | 1 | -0/+117 |
* | Merge pull request 'Use interactive code to select event window' (#590) from ... | martianh | 2024-10-26 | 1 | -2/+2 |
|\ |
|
| * | Use interactive code to select event window | Rahguzar | 2024-09-30 | 1 | -2/+2 |
* | | Merge branch 'poll-transient' into develop | marty hiatt | 2024-10-26 | 3 | -49/+216 |
|\ \ |
|
| * | | factor out poll classes subbing off tp-option-var. FIX #601 | marty hiatt | 2024-10-25 | 1 | -29/+12 |
| * | | transient poll: edit toot pulls in existing poll | marty hiatt | 2024-10-24 | 1 | -6/+16 |
| * | | poll: set tp-transient-settings on editing a toot | marty hiatt | 2024-10-24 | 2 | -6/+16 |
| * | | transient poll: use tp-transient-settings, handle repeated poll edits | marty hiatt | 2024-10-24 | 2 | -45/+86 |
| * | | boolean defcustom for transient poll | marty hiatt | 2024-10-23 | 2 | -3/+13 |
| * | | autoloads, flycheck | marty hiatt | 2024-10-23 | 1 | -5/+22 |
| * | | transient: add poll transient | marty hiatt | 2024-10-23 | 1 | -0/+86 |
| * | | add mastodon-instance-data var and fun | marty hiatt | 2024-10-23 | 2 | -18/+28 |
* | | | add announcements timeline. (adds no-byline args to tl init funs) | marty hiatt | 2024-10-26 | 1 | -12/+22 |
* | | | notif-id prop for notifs. get-single-notif cmd. #606 | marty hiatt | 2024-10-25 | 1 | -6/+25 |
* | | | v rough severance/mod warning notifs. WIP. #593 #594 | marty hiatt | 2024-10-25 | 1 | -1/+25 |
* | | | with-toot-item: exclude folls/foll reqs | marty hiatt | 2024-10-25 | 1 | -1/+3 |
|/ / |
|
* | | propertize grouped notif authors in help-echo | marty hiatt | 2024-10-23 | 1 | -2/+3 |
* | | bump | marty hiatt | 2024-10-22 | 1 | -1/+1 |