aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* tiny clean up of tl--updatemarty hiatt2024-10-171-9/+11
* notifs: fix pagination using grouped min/max idsmarty hiatt2024-10-172-10/+22
* notifs: item-type = toot (for nav, item actions)marty hiatt2024-10-171-1/+1
* notifs: improve insert-note text props. fixes pagination (hack)marty hiatt2024-10-171-12/+16
* notifs: tl--more-json-async: v2 api for notifsmarty hiatt2024-10-171-1/+2
* flycheckmarty hiatt2024-10-171-4/+4
* notifs: no stats for foll-reqs / tl--byline: get type from groupmarty hiatt2024-10-171-1/+3
* grouped notifs: fix foll req process: use notif-type prop not item-jsonmarty hiatt2024-10-171-1/+3
* notifs: comment faved/boosted toot body line-prefix (breaks cursor highlight)marty hiatt2024-10-171-3/+7
* notifs: top byline: action symbol, action author, action strmarty hiatt2024-10-172-22/+28
* bylines/notifs: use new uname/handle combo in reaction notifsmarty hiatt2024-10-161-9/+6
* flycheck -tl.elmarty hiatt2024-10-161-7/+17
* bylines: fix visibility icon positionmarty hiatt2024-10-161-2/+2
* bylines: format boost authors as clickable handles but display unamemarty hiatt2024-10-161-8/+16
* bylines: move attachments from byline author to --bylinemarty hiatt2024-10-161-8/+10
* notifs: byline funcall dostringsmarty hiatt2024-10-161-2/+2
* notifs: revert add fave/boost to foll_req conditionmarty hiatt2024-10-161-7/+3
* notifs: string-trim action authorsmarty hiatt2024-10-161-23/+24
* notifs: fix foll_reqsmarty hiatt2024-10-162-81/+92
* notifs: action symbol for action byline strmarty hiatt2024-10-161-1/+11
* rough overhaul of notifs byline code for grouped notificationsmarty hiatt2024-10-162-128/+199
* Merge branch 'develop' into byline-reworkmarty hiatt2024-10-163-16/+108
|\
| * Merge branch 'card' into developmarty hiatt2024-10-161-4/+47
| |\
| | * card authors tiny clean up. #596.marty hiatt2024-10-141-8/+9
| | * no byline prop for card authormarty hiatt2024-10-141-1/+0
| | * flymake load-path dir-localsmarty hiatt2024-10-141-4/+3
| | * re-do display of card (link) author. #596marty hiatt2024-10-131-7/+21
| | * WIP. display fediverse account of link authors if available.marty hiatt2024-10-101-4/+33
| * | implement rough trending links, and link timelinemarty hiatt2024-10-162-2/+49
| * | Revert "transient: factor out a field infix, to simplify mastodon-profile-fie...marty hiatt2024-10-141-14/+11
| * | byline: help echo timestamps in numbersmarty hiatt2024-10-141-6/+9
| * | flymake load-path dir-localsmarty hiatt2024-10-141-4/+3
| * | transient: factor out a field infix, to simplify mastodon-profile-fieldsmarty hiatt2024-10-131-11/+14
| * | clean up cond predicates - use member!marty hiatt2024-10-101-25/+18
| * | add mastodon-notifications--action-alist, use reblog in notifications.elmarty hiatt2024-10-101-20/+15
| |/
* | WIP: hacking for grouped notifs to work w new byline code.marty hiatt2024-10-122-5/+21
* | use byline-username/-handle in notifications--byline-accountsmarty hiatt2024-10-122-52/+29
* | tl.el: reorg byline author/action byline logicmarty hiatt2024-10-121-61/+93
* | notifs list boosters/favers, use local notif data if possmarty hiatt2024-10-111-7/+19
* | tl.el: cull :force arg for notifs reloadmarty hiatt2024-10-111-1/+1
* | notifs: type always reblog, not boostmarty hiatt2024-10-111-3/+3
* | mastodon.el: remove force logic from mastodon-notifications-get.marty hiatt2024-10-111-18/+15
* | fix foll_reqs, add group/accounts props to notifsmarty hiatt2024-10-112-12/+13
* | working v rough grouped notifsmarty hiatt2024-10-112-120/+153
* | update notifs action alist: match server typesmarty hiatt2024-10-111-2/+4
* | remove notifs type funsmarty hiatt2024-10-111-34/+0
* | 1st mockup of grouped notifsmarty hiatt2024-10-102-120/+164
|/
* unread notifs: return number directlymarty hiatt2024-10-101-2/+3
* Merge branch 'develop' into unread-notifsmarty hiatt2024-10-103-45/+60
|\
| * FIX filling in formatting reply quote! hurrah!marty hiatt2024-10-091-8/+3