aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docstring poll donemarty hiatt2024-11-021-1/+1
|
* Merge branch 'poll-var' into developmarty hiatt2024-11-022-27/+32
|\
| * revert transient polls to use mastodon-toot-pollmarty hiatt2024-11-022-27/+32
| | | | | | | | | | | | | | internally, the transients still use tp-transient-settings, but they fetch from mastodon-toot-poll, and set it when done. we also hack around so that the cancelling functions work ok.
* | Merge branch 'read-less' into developmarty hiatt2024-11-021-15/+35
|\ \
| * | refactor a read-more-or-less headingmarty hiatt2024-11-021-12/+18
| | |
| * | add read less button to unfolded long posts (read more). FIX #614marty hiatt2024-11-021-8/+22
| | |
* | | autoload ht-getmarty hiatt2024-11-021-1/+1
|/ /
* / update point after widget. FIX #615marty hiatt2024-11-021-2/+2
|/
* readme for some of the new stuffmarty hiatt2024-11-011-36/+35
|
* notifs: improve byline docstrings for new byline logicmarty hiatt2024-11-012-15/+10
|
* tl: remove stale args to insert status, inc. action-byline argmarty hiatt2024-11-011-26/+7
| | | | | | (they were used when notifs didn't have its own insert fun.) more clean up tl--insert-status
* add mention symbolmarty hiatt2024-11-011-0/+1
|
* Merge branch 'non-group-notifs' into developmarty hiatt2024-11-014-235/+304
|\
| * remove elsa from Caskmarty hiatt2024-11-011-1/+0
| |
| * Merge branch 'develop' into non-group-notifsmarty hiatt2024-11-010-0/+0
| |\
| * | some ifs become whensmarty hiatt2024-11-011-2/+2
| | |
| * | tl: improve ctrl flow in --spoiler + --tootmarty hiatt2024-11-011-21/+17
| | |
| * | fold-toot - respect CW statemarty hiatt2024-11-011-7/+20
| | |
| * | bump tp version, bump versionmarty hiatt2024-10-311-2/+2
| | |
| * | cask build cleanupsmarty hiatt2024-10-312-3/+4
| | |
| * | keep cleaning up notifs insert notemarty hiatt2024-10-311-50/+49
| | |
| * | --byline: pull fave/boost/edit/visibility from base toot if presentmarty hiatt2024-10-311-9/+11
| | | | | | | | | | | | for non-grouped notifs, new implementation of note/base relationship
| * | notifs: factor an action-byline fun (maybe move into insert-note)marty hiatt2024-10-311-74/+79
| | |
| * | docs: remove old arg docstringmarty hiatt2024-10-301-3/+0
| | |
| * | notifs: byline-accounts: remove toot argmarty hiatt2024-10-301-2/+2
| | |
| * | fix author action byline non-grouped notifs: use display-name if possmarty hiatt2024-10-301-1/+2
| | |
| * | FIX #610 fix note/base toot in format-note/author byline.marty hiatt2024-10-302-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 #612marty hiatt2024-10-302-34/+31
| | |
| * | grouped notifs: top byline create with account data, not toot. #612 half fixed.marty hiatt2024-10-301-1/+1
| | |
| * | byte-compilemarty hiatt2024-10-303-3/+4
| | |
| * | Merge branch 'develop' into non-group-notifsmarty hiatt2024-10-302-3/+3
| |\ \
| * | | start on pagination for v1 notifs. #610marty hiatt2024-10-301-3/+6
| | | |
| * | | docstrings tl.elmarty hiatt2024-10-301-4/+8
| | | |
| * | | notifs: remove commented body-arg code from format-notemarty hiatt2024-10-301-30/+0
| | | |
| * | | remove ACCOUNT and TYPE from our byline functions.marty hiatt2024-10-302-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 functionmarty hiatt2024-10-302-15/+12
| | | |
| * | | notifs: refactor some v1/v2 calling code, mastodon-notifiations--body-argmarty hiatt2024-10-291-76/+88
| | | |
| * | | indexmarty hiatt2024-10-291-47/+49
| | | |
| * | | move notifs customizes into mastodon.elmarty hiatt2024-10-294-37/+39
| | | |
| * | | fix notifs custom groupmarty hiatt2024-10-291-1/+1
| | | |
| * | | working v1 notifications custom. #608marty hiatt2024-10-292-77/+62
| | | |
| * | | group-notifs custom (for servers without). #608. WIP.marty hiatt2024-10-292-19/+123
| | | |
* | | | remove elsa from Caskmarty hiatt2024-11-011-1/+0
| |_|/ |/| |
* | | some ifs become whensmarty hiatt2024-11-011-2/+2
| | |
* | | tl: improve ctrl flow in --spoiler + --toot. FIX #579marty hiatt2024-11-011-21/+17
| | |
* | | fold-toot - respect CW statemarty hiatt2024-11-011-7/+20
| | |
* | | toot.el cask build cleanupsmarty hiatt2024-10-311-0/+4
| | |
* | | bump tp version, bump versionmarty hiatt2024-10-311-2/+2
| | |
* | | byte-compilemarty hiatt2024-10-303-3/+4
| |/ |/|
* | bump tp.el version, bump versionmarty hiatt2024-10-301-2/+2
| |