Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | paginate profile view followers/following with link header | marty hiatt | 2022-11-26 | 1 | -10/+26 |
| | |||||
* | tweak joined date newlines printing + test | marty hiatt | 2022-11-25 | 1 | -3/+6 |
| | |||||
* | no blank lines in docstrings in profile.el | marty hiatt | 2022-11-24 | 1 | -7/+2 |
| | |||||
* | docstrings and autoloads | marty hiatt | 2022-11-24 | 1 | -3/+5 |
| | |||||
* | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 1 | -13/+15 |
|\ | |||||
| * | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -13/+15 |
| | | | | | | | | probably incomplete but mostly done. | ||||
* | | move add account to list profile to profile.el, + readme | marty hiatt | 2022-11-23 | 1 | -0/+11 |
| | | |||||
* | | refactor mastodon-profile--format-joined-date-string | marty hiatt | 2022-11-22 | 1 | -7/+10 |
|/ | |||||
* | add fun to display profile statuses without boosts | marty hiatt | 2022-11-21 | 1 | -6/+18 |
| | |||||
* | add joined date to profile pages | marty hiatt | 2022-11-21 | 1 | -2/+12 |
| | |||||
* | paginate bookmarks timeline (3/4 working?) | marty hiatt | 2022-11-21 | 1 | -1/+2 |
| | | | | | | | seems tl--more seems to repeat bookmarks after 3-4 loads. a similar issue was solved with favourites, but it was always after 2nd load. and we are using the fixed code here already. i have many more favourites than bookmarks. but still it would be nice to not seem to load more when we hit the end. | ||||
* | profile.el: -- separator for all function names | marty hiatt | 2022-11-18 | 1 | -21/+21 |
| | |||||
* | profile--add-author-bylines -- still print avatar byline-author | marty hiatt | 2022-11-17 | 1 | -1/+2 |
| | |||||
* | change foll-reqs view reject binding to 'j', like notifs view | marty hiatt | 2022-11-13 | 1 | -1/+4 |
| | | | | then 'r' is only ever used for reply, even tho not avail in fr view | ||||
* | comment profile 's' and 'g' view followers/-ing bindings | marty hiatt | 2022-11-13 | 1 | -2/+5 |
| | | | | | | 's' conflicts with translate-toot-at-point. C-c C-c does the job anyway | ||||
* | flycheck -profile / profile--toot-json todos | marty hiatt | 2022-11-12 | 1 | -2/+8 |
| | |||||
* | GET verify_cred not PATCH update_creds for fetch profile note | marty hiatt | 2022-11-10 | 1 | -2/+2 |
| | |||||
* | FIX update profile note - params alist format | marty hiatt | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'headers' into develop | marty hiatt | 2022-11-10 | 1 | -12/+14 |
|\ | |||||
| * | relationships in print profile buffer - get json list not vect | marty hiatt | 2022-11-09 | 1 | -5/+4 |
| | | |||||
| * | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -1/+2 |
| | | |||||
| * | display profile header image [rough start] | marty hiatt | 2022-11-04 | 1 | -6/+8 |
| | | | | | | | | plant header image to right of avatar | ||||
| * | convert :json-false to nil in account settings handling | marty hiatt | 2022-10-31 | 1 | -3/+7 |
| | | | | | | | | :json-false isn't nil, so doesn't work as we want | ||||
* | | masto-toot-mode-hook - only fetch acc settings if not set | marty hiatt | 2022-11-10 | 1 | -22/+30 |
| | | | | | | | | | | | | | | | | | | the idea is to be able to start composing a toot without making any unnecessary requests. masto-mode-hook still always fetches (in case settings changed elsewhere). and we always fetch when we change a setting. | ||||
* | | Revert "fetch-server-account-settings: only fetch if var not set" | marty hiatt | 2022-11-05 | 1 | -21/+20 |
| | | | | | | | | This reverts commit 42990b2a471afc2d4cc1102f8cec8e70982f2e2c. | ||||
* | | convert :json-false to nil in account settings handling | marty hiatt | 2022-11-05 | 1 | -3/+7 |
| | | | | | | | | :json-false isn't nil, so doesn't work as we want | ||||
* | | fetch-server-account-settings: only fetch if var not set | marty hiatt | 2022-11-05 | 1 | -20/+21 |
|/ | |||||
* | defvars for flycheck | marty hiatt | 2022-10-30 | 1 | -0/+2 |
| | |||||
* | hack to limit meta fields to 255 w/o using string-limit | marty hiatt | 2022-10-30 | 1 | -10/+20 |
| | |||||
* | docstrings | marty hiatt | 2022-10-30 | 1 | -2/+4 |
| | |||||
* | re-write --make-meta-fields-params to build normal params alist | marty hiatt | 2022-10-30 | 1 | -18/+14 |
| | |||||
* | still prompt for empty fields, up to 4 | marty hiatt | 2022-10-30 | 1 | -46/+49 |
| | | | | display meta field number in prompt | ||||
* | Merge branch 'develop' into update-meta-fields | marty hiatt | 2022-10-29 | 1 | -4/+6 |
|\ | |||||
| * | handle empty relationships vector in make-buffer-for | marty hiatt | 2022-09-21 | 1 | -4/+6 |
| | | | | | | | | can be empty when doing url-lookup on a mention | ||||
| * | format profile preference params to match toot-send ones | marty hiatt | 2022-09-12 | 1 | -1/+1 |
| | | |||||
* | | working meta fields update | marty hiatt | 2022-10-29 | 1 | -14/+32 |
| | | |||||
* | | format profile preference params to match toot-send ones | marty hiatt | 2022-09-12 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| |