Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update meta fields (broken) | marty hiatt | 2022-09-12 | 1 | -3/+33 | |
|/ | ||||||
* | store metadata fields in a normal alist | marty hiatt | 2022-09-12 | 1 | -3/+3 | |
| | ||||||
* | respect user pref reading:expand:spoilers for CWs | marty hiatt | 2022-09-12 | 1 | -0/+9 | |
| | | | | respect always expand CWd posts account preference | |||||
* | add account json to profile details in profile view | marty hiatt | 2022-09-12 | 1 | -24/+27 | |
| | ||||||
* | docstrings & rename fun | marty hiatt | 2022-09-12 | 1 | -6/+7 | |
| | ||||||
* | rename --get-source-pref(s) to -value(s) | marty hiatt | 2022-09-12 | 1 | -5/+5 | |
| | ||||||
* | profile-account-settings docstring | marty hiatt | 2022-09-12 | 1 | -1/+5 | |
| | ||||||
* | fix toggle of source type prefs | marty hiatt | 2022-09-11 | 1 | -3/+3 | |
| | ||||||
* | remove stale TODOs and stale function --single-toot-from-url | marty hiatt | 2022-09-11 | 1 | -2/+0 | |
| | ||||||
* | re-fetch acc settings from server after toggle | marty hiatt | 2022-09-11 | 1 | -3/+3 | |
| | ||||||
* | set nsfw and visibility vars from our account-prefs plist | marty hiatt | 2022-09-11 | 1 | -5/+14 | |
| | | | | - we cd remove these vars entirely and just use the plis + accessor fun | |||||
* | add 'sensitive' 'bot' and 'language' settings | marty hiatt | 2022-09-11 | 1 | -9/+24 | |
| | ||||||
* | `mastodon-profile-account-settings` fetch on enter major mode | marty hiatt | 2022-09-10 | 1 | -0/+36 | |
| | ||||||
* | use seq-empty-p and string-empty-p calls | marty hiatt | 2022-09-05 | 1 | -2/+2 | |
| | ||||||
* | use # for quoted functions | marty hiatt | 2022-09-02 | 1 | -2/+2 | |
| | ||||||
* | cl-reduce for metadata fields format | marty hiatt | 2022-09-01 | 1 | -1/+3 | |
| | ||||||
* | move set-default-toot-visibility to -toot.el | marty hiatt | 2022-09-01 | 1 | -9/+0 | |
| | ||||||
* | edit display_name fun | marty hiatt | 2022-09-01 | 1 | -2/+15 | |
| | ||||||
* | 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 | |
| | | | | - this way we can build funs to change basic account options. | |||||
* | 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 | |
| | | | | - no more need to tab to handle | |||||
* | 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 | |
| | | | | | | | to achieve this, in notifications--format-note, we run notifications--insert-status on 'note' rather than 'status' handle mentions/reblogs when following from a notif | |||||
* | add toot-json property to profile followers/following note | mousebot | 2022-02-19 | 1 | -1/+3 | |
| | | | | in profile--add-author-bylines, which now prints profile notes | |||||
* | add checks to profile--show-user for when its called on nothing | mousebot | 2022-02-19 | 1 | -16/+22 | |
| | | | | - also make profile--extract-ysers-handles work on user listings as well as toots | |||||
* | 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 | |
| | | | | | | not prifile--add-author-bylines autoload insert-users-propr in -profile | |||||
* | run goto-first-item in tl--init, unless profile view | mousebot | 2022-02-17 | 1 | -1/+0 | |
| | | | | | | | | - remove call to goto-next-item from view filters and view foll suggests tweak init-sync goto-first-item behaviour remove call to goto-next-toot on profile load | |||||
* | cleanup indentation in tl.el | mousebot | 2022-02-17 | 1 | -2/+2 | |
| | | | | cleanup indents | |||||
* | fix up follow requests view: own inheriting keymap | mousebot | 2022-02-17 | 1 | -9/+20 | |
| | | | | uses init-sync now also | |||||
* | re-factor follow-user functions for various views | mousebot | 2022-02-17 | 1 | -8/+3 | |
| | | | | | | | | | | | | | | - revert profile--extract-users-handles - rewrite search--insert-users-propertized to handle raw account JSON, and to call search--get-user-info itself, so we can add full acct JSON to each user displayed and use it for follow-user etc. - and to choose how we want to follow users, we edit tl--interactive-user-handles-get to work differently depending on context: - poss contexts are "follow suggestions" view, search results, and profiles displaying a user's followers/followed users. | |||||
* | move faves count help-echo propertize into tl--byline | mousebot | 2022-02-15 | 1 | -1/+5 | |
| | | | | | | | | | this means that we only do the propertizing when we are actually doing an author byline, docstring for add-author-bylines it also needs renaming | |||||
* | add mini docs for foll reqs view | mousebot | 2022-02-15 | 1 | -1/+4 | |
| | | | | reload foll reqs view on accept/reject | |||||
* | add generic goto-next/prev-item funs for filters/foll reqs | mousebot | 2022-02-15 | 1 | -2/+4 | |
| | | | | fix remnant call to goto-next-filter | |||||
* | make profile--extract-user-handles compat with foll req view | mousebot | 2022-02-15 | 1 | -1/+6 | |
| | | | | | | this allows following users directly from foll req views made extract-users-handles work with follwers/following in profile view |