aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Collapse)AuthorAgeFilesLines
* flycheck -profile / profile--toot-json todosmarty hiatt2022-11-121-2/+8
|
* GET verify_cred not PATCH update_creds for fetch profile notemarty hiatt2022-11-101-2/+2
|
* FIX update profile note - params alist formatmarty hiatt2022-11-101-1/+1
|
* Merge branch 'headers' into developmarty hiatt2022-11-101-12/+14
|\
| * relationships in print profile buffer - get json list not vectmarty hiatt2022-11-091-5/+4
| |
| * add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-1/+2
| |
| * display profile header image [rough start]marty hiatt2022-11-041-6/+8
| | | | | | | | plant header image to right of avatar
| * convert :json-false to nil in account settings handlingmarty hiatt2022-10-311-3/+7
| | | | | | | | :json-false isn't nil, so doesn't work as we want
* | masto-toot-mode-hook - only fetch acc settings if not setmarty hiatt2022-11-101-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 hiatt2022-11-051-21/+20
| | | | | | | | This reverts commit 42990b2a471afc2d4cc1102f8cec8e70982f2e2c.
* | convert :json-false to nil in account settings handlingmarty hiatt2022-11-051-3/+7
| | | | | | | | :json-false isn't nil, so doesn't work as we want
* | fetch-server-account-settings: only fetch if var not setmarty hiatt2022-11-051-20/+21
|/
* defvars for flycheckmarty hiatt2022-10-301-0/+2
|
* hack to limit meta fields to 255 w/o using string-limitmarty hiatt2022-10-301-10/+20
|
* docstringsmarty hiatt2022-10-301-2/+4
|
* re-write --make-meta-fields-params to build normal params alistmarty hiatt2022-10-301-18/+14
|
* still prompt for empty fields, up to 4marty hiatt2022-10-301-46/+49
| | | | display meta field number in prompt
* Merge branch 'develop' into update-meta-fieldsmarty hiatt2022-10-291-4/+6
|\
| * handle empty relationships vector in make-buffer-formarty hiatt2022-09-211-4/+6
| | | | | | | | can be empty when doing url-lookup on a mention
| * format profile preference params to match toot-send onesmarty hiatt2022-09-121-1/+1
| |
* | working meta fields updatemarty hiatt2022-10-291-14/+32
| |
* | format profile preference params to match toot-send onesmarty hiatt2022-09-121-1/+1
| |
* | update meta fields (broken)marty hiatt2022-09-121-3/+33
|/
* store metadata fields in a normal alistmarty hiatt2022-09-121-3/+3
|
* respect user pref reading:expand:spoilers for CWsmarty hiatt2022-09-121-0/+9
| | | | respect always expand CWd posts account preference
* add account json to profile details in profile viewmarty hiatt2022-09-121-24/+27
|
* docstrings & rename funmarty hiatt2022-09-121-6/+7
|
* rename --get-source-pref(s) to -value(s)marty hiatt2022-09-121-5/+5
|
* profile-account-settings docstringmarty hiatt2022-09-121-1/+5
|
* fix toggle of source type prefsmarty hiatt2022-09-111-3/+3
|
* remove stale TODOs and stale function --single-toot-from-urlmarty hiatt2022-09-111-2/+0
|
* re-fetch acc settings from server after togglemarty hiatt2022-09-111-3/+3
|
* set nsfw and visibility vars from our account-prefs plistmarty hiatt2022-09-111-5/+14
| | | | - we cd remove these vars entirely and just use the plis + accessor fun
* add 'sensitive' 'bot' and 'language' settingsmarty hiatt2022-09-111-9/+24
|
* `mastodon-profile-account-settings` fetch on enter major modemarty hiatt2022-09-101-0/+36
|
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-2/+2
|
* use # for quoted functionsmarty hiatt2022-09-021-2/+2
|
* cl-reduce for metadata fields formatmarty hiatt2022-09-011-1/+3
|
* move set-default-toot-visibility to -toot.elmarty hiatt2022-09-011-9/+0
|
* edit display_name funmarty hiatt2022-09-011-2/+15
|
* improve set default-toot-visibility formattingmarty hiatt2022-08-311-3/+3
|
* refactor locked toggle, add discoverable togglemarty hiatt2022-08-311-6/+17
|
* toggle account locked statusmarty hiatt2022-08-311-0/+12
|
* profile: refactor get-source-prefs with get-json-valuemarty hiatt2022-08-311-3/+7
|
* set default visibility funmarty hiatt2022-08-311-0/+9
|
* get and set account preference functionsmarty hiatt2022-08-311-2/+24
|
* http--patch: make general function, not just for notemarty hiatt2022-08-311-1/+1
| | | | - this way we can build funs to change basic account options.
* view brief prefs funmarty hiatt2022-08-311-0/+20
|
* http--api in -profile.elmarty hiatt2022-08-311-4/+2
|
* RET on byline to view profile.marty hiatt2022-08-291-1/+9
| | | | - no more need to tab to handle