aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵marty hiatt2024-10-141-14/+11
| | | | | | | | | | | | | | | | | | mastodon-profile-fields" This reverts commit 96057a1b090b93adf4e72781e8894aae9f158588.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the base idea is to separate our logic of author byline, and action byline. previously author-byline function would indifferently handle booster if a boost, else author. now it is always an author, and we implement booster byline separately. this should pave the way for bylines at top of posts, and should be clearer and simpler also. - move booster action-byline elt from byline to insert-status (outside byline proper) - factor out byline-handle/byline-username funs - factor our byline-booster/byline-booster-str funs this breaks notifs byline logic. we will fix it subsequently.
* | 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
| | | | | | | | | | we have an update function in notifs view. i think if we run this command, we always want to also check for new notifs.
* | 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
| |
| * toot: try double newline btw compose docs and body, for paragraph breakmarty hiatt2024-10-091-1/+1
| | | | | | | | | | maybe, seeing as thus sucks so bad, it cd be customize. but we really shouldn't have any interaction/overlap between docs and body.
| * transient: fix user settings sending source keysmarty hiatt2024-10-091-2/+2
| |
| * rename a utilmarty hiatt2024-10-091-2/+5
| |
| * http: remove msg callmarty hiatt2024-10-091-1/+0
| |
| * user settings transient: use new tp-parse-args-for-sendmarty hiatt2024-10-091-3/+1
| |
| * transient: fix profile fields using alist argsmarty hiatt2024-10-081-30/+50
| |
* | add mastodon-notifications--get-unread-countmarty hiatt2024-10-081-0/+7
|/
* fields transient: set tp-server-settings onlymarty hiatt2024-10-081-1/+1
|
* transient: remove testing funmarty hiatt2024-10-081-1/+0
|
* start on masto fields transientmarty hiatt2024-10-071-22/+8
|
* transient working with tp alist argsmarty hiatt2024-10-071-20/+22
|
* readme masto hydramarty hiatt2024-10-041-0/+5
|
* fix display/links of Media: links with captionsmarty hiatt2024-10-041-5/+6
|
* indexmarty hiatt2024-10-041-0/+1
|
* transient: improve field-dot-to-arraymarty hiatt2024-10-041-12/+1
|
* notifs: don't require mastodon! require subr-x, autoloadsmarty hiatt2024-10-041-1/+6
|
* move call to mastodon-media--inline-imagesmarty hiatt2024-10-041-7/+7
| | | | | from tl--insert-status to tl--timeline, so its called once per timeline not once per status!
* add images in notifs customizemarty hiatt2024-10-042-1/+13
|
* binding for settings transientmarty hiatt2024-10-041-0/+1
|
* add tp to Package-Requiresmarty hiatt2024-10-041-1/+2
|