aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused codemarty hiatt2023-03-201-1/+0
* sort all autoloadsmarty hiatt2023-03-191-20/+21
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-2/+2
* 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
* make mastodon-notifications-get a global functionmarty hiatt2022-11-211-26/+8
* 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
* display edit notificationsmarty hiatt2022-11-211-7/+12
* http--post - make args + headers optional argsmarty hiatt2022-11-191-6/+3
* 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
* kw arg for foll-req rejectmarty hiatt2022-11-171-1/+1
* reorder notif types to match masto api docsmarty hiatt2022-11-171-8/+9
* notifications - use local map with foll-req acc/rejmarty hiatt2022-11-161-1/+11
* Merge branch 'no-parent' into developmarty hiatt2022-11-131-3/+3
|\
| * wholly remove parent-toot; use base-toot/-id onlymarty hiatt2022-11-121-3/+3
* | notifs - rename clear-all / clear-current, y-or-n-pmarty hiatt2022-11-131-11/+12
* | notifications--follow-request-process -- make non-interactivemarty hiatt2022-11-131-1/+0
* | remove extra defvar buffer-specmarty hiatt2022-11-131-1/+0
|/
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-1/+1
* autoloadmarty hiatt2022-08-301-0/+1
* clear notification(s) functionsmarty hiatt2022-08-301-0/+28
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
* autoloads, flycheckmarty hiatt2022-08-271-1/+4
* flychecks and docstringsmousebot2022-04-051-1/+3
* attach parent JSON to fave/boost notifs to fix repliesmousebot2022-03-191-3/+6
* favourite not favoritemousebot2022-03-111-2/+2
* improve empty notifications json messagemousebot2022-03-111-1/+1
* make follow etc work on boost/fave notifsmousebot2022-03-111-6/+12
* test and message for foll reqs processmousebot2022-02-181-1/+2
* add mini docs for foll reqs viewmousebot2022-02-151-1/+2
* message when notificiations--timeline returns nothing.mousebot2022-02-051-2/+4
* update homepage and copyright boilerplatemousebot2022-02-051-1/+1
* handle a buggy empty notificationmousebot2022-01-151-1/+2
* autoloadsmousebot2022-01-151-0/+2
* byte compile warningsmousebot2022-01-111-2/+3
* add support for poll notificationsmousebot2022-01-101-4/+12
* refactor notification functionsmousebot2022-01-031-75/+48
* fix follow-request-process: change "accept" to "authorize"mousebot2021-12-291-7/+8