aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Expand)AuthorAgeFilesLines
* working v1 notifications custom. #608marty hiatt2024-10-291-74/+60
* group-notifs custom (for servers without). #608. WIP.marty hiatt2024-10-291-18/+119
* flychecksmarty hiatt2024-10-291-0/+1
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-291-4/+8
* fix severance/mod warning notifs (experimental still)marty hiatt2024-10-271-3/+3
* notif-id prop for notifs. get-single-notif cmd. #606marty hiatt2024-10-251-6/+25
* v rough severance/mod warning notifs. WIP. #593 #594marty hiatt2024-10-251-1/+25
* propertize grouped notif authors in help-echomarty hiatt2024-10-231-2/+3
* change email addressmarty hiatt2024-10-201-2/+2
* Merge branch 'map-nested-elt' into developmarty hiatt2024-10-201-4/+1
|\
| * refactor display-or-unamemarty hiatt2024-10-201-4/+1
* | remove stale fixmemarty hiatt2024-10-201-1/+0
|/
* notifs: remove stale notifs code from tl--insert-statusmarty hiatt2024-10-191-1/+0
* notifs: remove stray space at beginning of mentionsmarty hiatt2024-10-191-2/+4
* bump version, copyrightmarty hiatt2024-10-181-1/+1
* notifs: remove commentmarty hiatt2024-10-171-2/+0
* notifs: byline authors: help-echo remaining byline authorsmarty hiatt2024-10-171-2/+6
* notifs : remove stale id argmarty hiatt2024-10-171-2/+1
* notifs: clean up format-note. adjust some notif type conditionalsmarty hiatt2024-10-171-40/+25
* add some more symbols, for notifs actionsmarty hiatt2024-10-171-1/+1
* notifs: mastodon-notifications--typesmarty hiatt2024-10-171-13/+6
* notifs: make action authors work for all notif typesmarty hiatt2024-10-171-9/+5
* notifs: fix pagination using grouped min/max idsmarty hiatt2024-10-171-6/+6
* 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
* flycheckmarty hiatt2024-10-171-4/+4
* 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-171-22/+26
* bylines/notifs: use new uname/handle combo in reaction notifsmarty hiatt2024-10-161-9/+6
* 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-161-72/+82
* notifs: action symbol for action byline strmarty hiatt2024-10-161-1/+11
* rough overhaul of notifs byline code for grouped notificationsmarty hiatt2024-10-161-119/+191
* WIP: hacking for grouped notifs to work w new byline code.marty hiatt2024-10-121-3/+10
* use byline-username/-handle in notifications--byline-accountsmarty hiatt2024-10-121-47/+24
* notifs: type always reblog, not boostmarty hiatt2024-10-111-3/+3
* fix foll_reqs, add group/accounts props to notifsmarty hiatt2024-10-111-8/+7
* working v rough grouped notifsmarty hiatt2024-10-111-109/+136
* 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-101-119/+162
* unread notifs: return number directlymarty hiatt2024-10-101-2/+3
* add mastodon-notifications--get-unread-countmarty hiatt2024-10-081-0/+7
* notifs: don't require mastodon! require subr-x, autoloadsmarty hiatt2024-10-041-1/+6
* add images in notifs customizemarty hiatt2024-10-041-0/+6
* eq for symbols, string= for stringsmarty hiatt2024-08-221-20/+20
* apply filters to notifications. #575.marty hiatt2024-08-091-71/+79
* basic apply filters. #575.marty hiatt2024-08-091-0/+1