aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Expand)AuthorAgeFilesLines
* profile - small cleanup of fields-insertmarty hiatt2022-08-071-11/+3
* text-mode for update profile notemarty hiatt2022-08-031-0/+1
* cycle thru profile view: toots, followers, followingmarty hiatt2022-08-031-2/+17
* add header line to update profile note buffermousebot2022-03-141-0/+4
* make profile--show-user also work on profile headersmousebot2022-03-111-1/+2
* make follow etc work on boost/fave notifsmousebot2022-03-111-2/+4
* add toot-json property to profile followers/following notemousebot2022-02-191-1/+3
* add checks to profile--show-user for when its called on nothingmousebot2022-02-191-16/+22
* profile--add-author-bylines docstringmousebot2022-02-181-2/+1
* use search-insert-users-propertized for foll reqsmousebot2022-02-181-1/+3
* run goto-first-item in tl--init, unless profile viewmousebot2022-02-171-1/+0
* cleanup indentation in tl.elmousebot2022-02-171-2/+2
* fix up follow requests view: own inheriting keymapmousebot2022-02-171-9/+20
* re-factor follow-user functions for various viewsmousebot2022-02-171-8/+3
* move faves count help-echo propertize into tl--bylinemousebot2022-02-151-1/+5
* add mini docs for foll reqs viewmousebot2022-02-151-1/+4
* add generic goto-next/prev-item funs for filters/foll reqsmousebot2022-02-151-2/+4
* make profile--extract-user-handles compat with foll req viewmousebot2022-02-151-1/+6
* factor out a decent insert-follow-requests funmousebot2022-02-151-1/+15
* replace all calls to mastodon-search--insert-users-propertizedmousebot2022-02-151-2/+1
* make accept/reject foll reqs cmds avail in foll reqs view!mousebot2022-02-151-0/+13
* message for no follow reqs in add-author-bylines funmousebot2022-02-051-14/+16
* don't call mastodon-profile-mode in profile--view-follow-requestsmousebot2022-02-051-1/+0
* update homepage and copyright boilerplatemousebot2022-02-051-1/+1
* refactor follow request accept/reject functions.mousebot2021-12-241-46/+0
* tiny ediff clean up 2.mousebot2021-12-231-3/+2
* remove all ^M from update profile note buffermousebot2021-12-211-0/+1
* remove old commentsmousebot2021-12-201-6/+1
* typos and docstringsmousebot2021-12-201-3/+4
* 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
* move profile view followers/following bindings to 's'/'g'.mousebot2021-11-101-2/+2
* Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-061-6/+5
* Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-31/+31
* Reformat all code.Holger Dürer2021-11-061-12/+12
* Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-061-2/+1
* Fix tests.Holger Dürer2021-11-011-1/+1
* display status of locked accounts in profile viewmousebot2021-10-261-1/+7
* update discover menumousebot2021-10-221-0/+8
* get relationships for a user with 1 rather than 2 requestsmousebot2021-10-051-2/+3
* make updating new toots inserts them after any pinned tootsmousebot2021-10-041-3/+4
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* use inbuilt image scaling if emacs version => 27.1mousebot2021-09-131-1/+2
* follow requests accept/reject from notifications +mousebot2021-08-091-39/+42
* fix typo in mastodon-tl--process-link setting 'account-id propmousebot2021-08-081-1/+1
* move follow req acc/rej bindings so they don't shadow profilesmousebot2021-07-161-2/+2
* implement updating user profile notemousebot2021-06-051-7/+62
* foll reqs/faves bindings global, autoloads and declarations, readmemousebot2021-06-011-4/+6