aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor display-or-unamemarty hiatt2024-10-201-4/+1
|
* 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
|
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-5/+4
| | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize.
* audit notifications.elmarty hiatt2024-08-051-58/+35
|
* flycheckmarty hiatt2024-06-021-1/+1
|
* docstringsmarty hiatt2024-05-281-4/+2
|
* customs for display of profile note in foll req notifs: flag and max lengthmarty hiatt2024-05-271-6/+32
|
* force display of instance in handle for remote local timelines.marty hiatt2024-05-261-1/+1
|
* add commented profile note to foll-req notifs. FIX #519.marty hiatt2024-05-221-9/+21
|
* let bind a setq'd var to keep compiler happymarty hiatt2024-03-151-4/+5
|
* comment plain text in boost/fave notifs. FIX #432.marty hiatt2024-02-271-11/+28
|
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
|
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-3/+3
| | | | this means the triage callback always needs to handle 1 arg.