aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'insert-status-refactor' into developmousebot2021-12-241-14/+2
|\
| * refactor mastodon-notifications--insert-statusmousebot2021-12-241-14/+2
* | refactor follow request accept/reject functions.mousebot2021-12-241-32/+29
|/
* tiny ediff clean up 2.mousebot2021-12-231-2/+1
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* Merge branch 'develop' into notify-when-postmousebot2021-12-161-49/+49
|\
| * Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-15/+15
| * Reformat all code.Holger Dürer2021-11-061-34/+34
| * tiny cleanupmousebot2021-11-061-1/+0
| * Fix compilation warnings.Holger Dürer2021-11-011-7/+8
* | add support for receiving notifications when a user postsmousebot2021-11-021-2/+24
|/
* restore original tl--init as tl--init-sync.mousebot2021-10-251-1/+1
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-5/+17
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* follow requests accept/reject from notifications +mousebot2021-08-091-13/+64
* include follow-requests in notificationsmousebot2021-08-081-2/+21
* feed notfication ID to mastodon-notifications--insert-statusmousebot2021-06-191-9/+38
* typos and readmemousebot2021-06-141-1/+1
* enable async stream for user notifications.mousebot2021-06-031-3/+3