aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* view favourites fun, and view/accept/reject follow requests funs.mousebot2021-05-301-2/+62
* only show pinned statuses for "statuses" profile buffermousebot2021-05-301-2/+2
* add request and seq as dependencies, flycheck cleanups, andmousebot2021-05-271-1/+2
* enable tab-stops for links/handles/hashtags in profile note.mousebot2021-05-211-1/+2
* pinned toots implemented properly, make-buffer-for revert to synchromousebot2021-05-211-12/+26
* autoloads in profile.elmousebot2021-05-181-0/+4
* split mastodon-tl--timeline back into two functions.mousebot2021-05-171-2/+2
* clean-up edits after flycheck/bytecompile.mousebot2021-05-161-2/+2
* display pinned toots first on a user's profile.mousebot2021-05-161-4/+3
* add basic display of "fields" (category pairs) on user profilesmousebot2021-05-161-3/+47
* display "follows you" and "followed by you" on user profilesmousebot2021-05-141-7/+38
* message when loading timelines and profilesmousebot2021-05-131-1/+4
* add my profile functionmousebot2021-05-101-0/+5
* async view profile, async view thread, better promptsmousebot2021-05-091-4/+9
* indent toots/foll/following on profilemousebot2021-05-081-1/+1
* add toot/follows/followers counts to profile buffermousebot2021-05-081-1/+11
* move profile mode map bindings to free up 'f'/'F'mousebot2021-05-071-2/+2
* Update copyright and bump versionJohnson Denen2019-03-041-1/+1
* Fix the boosting/favouriting of statuses in profiles.Holger Durer2018-08-101-0/+2
* More profile work (#193)H Durer2018-08-101-64/+152
* Give mastodon-media--inline-images a saner interface. (#191)H Durer2018-08-101-3/+3
* Adjusted mastodon-tl.el to open user profiles in emacs. (#189)Alexander Griffith2018-08-101-12/+25
* Add user profiles closes #165 (#186)Alexander Griffith2018-08-101-0/+160