aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-8/+8
|
* * lisp/mastodon-notifications.el: Fix dependencyStefan Monnier2023-08-271-4/+5
| | | | | | | | | | | The file can't be loaded before `mastodon` because it requires `mastodon-mode-map`, so just require it. Also make the keymap definition more standard. * lisp/mastodon-notifications.el: Require `mastodon`. (mastodon-mode-map): Remove redundant declaration. (mastodon-notifications--map): Avoid `copy-keymap` and `keymap-canonicalize`.
* audit notifications.elmarty hiatt2023-05-091-14/+12
|
* let-alist follow-request-processmarty hiatt2023-05-091-25/+20
|
* notifs: fix edit response alistmarty hiatt2023-03-281-1/+1
|
* notifs-foll-req process: call reload-timeline-or-profilemarty hiatt2023-03-271-1/+1
|
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
| | | | main file is set in .dir-locals.el now
* remove unused codemarty hiatt2023-03-201-1/+0
|
* sort all autoloadsmarty hiatt2023-03-191-20/+21
| | | | sort autoloads in profile.el
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-2/+2
| | | | | | | | | | | | | | | These are currently lists, follow suggestions, filters, scheduled toots, follow requests, and instance descriptions. fix remanant tl fun names in views stray views fun rename in notifs.el stray views funs in notifs stray views funs in toot.el views file commentary
* move clear-current notif binding off 'c' to 'C-k'marty hiatt2023-02-271-1/+1
|
* remove first empty line in docstringsmarty hiatt2023-01-091-1/+0
|
* update copyright/author attributionmarty hiatt2022-11-271-0/+2
|
* masto mode map: 'g' calls --updatemarty hiatt2022-11-211-1/+0
| | | | also remove notifs-get from same key in notifs map, for consistency
* make mastodon-notifications-get a global functionmarty hiatt2022-11-211-26/+8
| | | | | | | | | so we can view notifs without first openin other masto buffers - move it to mastodon.el - autoload cookie - rename all instances - pray the keymap works
* autoload notifs--get, clean up buffer-name arg/handling in samemarty hiatt2022-11-211-2/+5
|
* notifs: switch to filtered view when already in notifs viewmarty hiatt2022-11-211-1/+2
| | | | we just have to set the let var propertly for filtered views.
* display edit notificationsmarty hiatt2022-11-211-7/+12
|
* http--post - make args + headers optional argsmarty hiatt2022-11-191-6/+3
| | | | also update all calls to it, no need for nil nil everywhere.
* notifs--get: switch and update if we already have the buffermarty hiatt2022-11-191-7/+11
|
* notifs: don't remove "status" from types, add other notifs viewsmarty hiatt2022-11-191-3/+28
|
* notifs mentions -- also set buffer namemarty hiatt2022-11-181-3/+3
|
* binding for clear notif at pointmarty hiatt2022-11-171-0/+1
|
* add notifications--get-mentionsmarty hiatt2022-11-171-3/+16
| | | | fix endpoint arg in init-sync