| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | improve set default-toot-visibility formatting | marty hiatt | 2022-08-31 | 1 | -3/+3 |
* | refactor locked toggle, add discoverable toggle | marty hiatt | 2022-08-31 | 1 | -6/+17 |
* | toggle account locked status | marty hiatt | 2022-08-31 | 1 | -0/+12 |
* | profile: refactor get-source-prefs with get-json-value | marty hiatt | 2022-08-31 | 1 | -3/+7 |
* | set default visibility fun | marty hiatt | 2022-08-31 | 1 | -0/+9 |
* | get and set account preference functions | marty hiatt | 2022-08-31 | 1 | -2/+24 |
* | http--patch: make general function, not just for note | marty hiatt | 2022-08-31 | 1 | -1/+1 |
* | view brief prefs fun | marty hiatt | 2022-08-31 | 1 | -0/+20 |
* | http--api in -profile.el | marty hiatt | 2022-08-31 | 1 | -4/+2 |
* | RET on byline to view profile. | marty hiatt | 2022-08-29 | 1 | -1/+9 |
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -2/+2 |
* | update dependencies, request version consistency | marty hiatt | 2022-08-27 | 1 | -1/+1 |
* | autoloads, flycheck | marty hiatt | 2022-08-27 | 1 | -2/+2 |
* | skip toot-json check on own profile load | marty hiatt | 2022-08-20 | 1 | -1/+4 |
* | remove commented code in profile--fields-insert | marty hiatt | 2022-08-10 | 1 | -17/+5 |
* | text-mode for update profile note | marty hiatt | 2022-08-03 | 1 | -0/+1 |
* | cycle thru profile view: toots, followers, following | marty hiatt | 2022-08-03 | 1 | -2/+17 |
* | add header line to update profile note buffer | mousebot | 2022-03-14 | 1 | -0/+4 |
* | make profile--show-user also work on profile headers | mousebot | 2022-03-11 | 1 | -1/+2 |
* | make follow etc work on boost/fave notifs | mousebot | 2022-03-11 | 1 | -2/+4 |
* | add toot-json property to profile followers/following note | mousebot | 2022-02-19 | 1 | -1/+3 |
* | add checks to profile--show-user for when its called on nothing | mousebot | 2022-02-19 | 1 | -16/+22 |
* | profile--add-author-bylines docstring | mousebot | 2022-02-18 | 1 | -2/+1 |
* | use search-insert-users-propertized for foll reqs | mousebot | 2022-02-18 | 1 | -1/+3 |
* | run goto-first-item in tl--init, unless profile view | mousebot | 2022-02-17 | 1 | -1/+0 |
* | cleanup indentation in tl.el | mousebot | 2022-02-17 | 1 | -2/+2 |
* | fix up follow requests view: own inheriting keymap | mousebot | 2022-02-17 | 1 | -9/+20 |
* | re-factor follow-user functions for various views | mousebot | 2022-02-17 | 1 | -8/+3 |
* | move faves count help-echo propertize into tl--byline | mousebot | 2022-02-15 | 1 | -1/+5 |
* | add mini docs for foll reqs view | mousebot | 2022-02-15 | 1 | -1/+4 |
* | add generic goto-next/prev-item funs for filters/foll reqs | mousebot | 2022-02-15 | 1 | -2/+4 |
* | make profile--extract-user-handles compat with foll req view | mousebot | 2022-02-15 | 1 | -1/+6 |
* | factor out a decent insert-follow-requests fun | mousebot | 2022-02-15 | 1 | -1/+15 |
* | replace all calls to mastodon-search--insert-users-propertized | mousebot | 2022-02-15 | 1 | -2/+1 |
* | make accept/reject foll reqs cmds avail in foll reqs view! | mousebot | 2022-02-15 | 1 | -0/+13 |
* | message for no follow reqs in add-author-bylines fun | mousebot | 2022-02-05 | 1 | -14/+16 |
* | don't call mastodon-profile-mode in profile--view-follow-requests | mousebot | 2022-02-05 | 1 | -1/+0 |
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+1 |
* | refactor follow request accept/reject functions. | mousebot | 2021-12-24 | 1 | -46/+0 |
* | tiny ediff clean up 2. | mousebot | 2021-12-23 | 1 | -3/+2 |
* | remove all ^M from update profile note buffer | mousebot | 2021-12-21 | 1 | -0/+1 |
* | remove old comments | mousebot | 2021-12-20 | 1 | -6/+1 |
* | typos and docstrings | mousebot | 2021-12-20 | 1 | -3/+4 |
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
* | move profile view followers/following bindings to 's'/'g'. | mousebot | 2021-11-10 | 1 | -2/+2 |
* | Do a bit if `if` and `progn` sanitizing. | Holger Dürer | 2021-11-06 | 1 | -6/+5 |
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 1 | -31/+31 |