aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Expand)AuthorAgeFilesLines
...
* | don't require match for handle at pointmarty hiatt2022-11-251-1/+2
* | actually make remove-from-followers workmarty hiatt2022-11-251-7/+8
* | Merge branch 'develop' into remove-from-followersmarty hiatt2022-11-251-3/+6
|\|
| * tweak joined date newlines printing + testmarty hiatt2022-11-251-3/+6
* | draft remove-from-followersmarty hiatt2022-11-241-0/+49
|/
* no blank lines in docstrings in profile.elmarty hiatt2022-11-241-7/+2
* docstrings and autoloadsmarty hiatt2022-11-241-3/+5
* Merge branch 'params-always-in-http-el' into developmarty hiatt2022-11-241-13/+15
|\
| * params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-13/+15
* | move add account to list profile to profile.el, + readmemarty hiatt2022-11-231-0/+11
* | refactor mastodon-profile--format-joined-date-stringmarty hiatt2022-11-221-7/+10
|/
* add fun to display profile statuses without boostsmarty hiatt2022-11-211-6/+18
* add joined date to profile pagesmarty hiatt2022-11-211-2/+12
* paginate bookmarks timeline (3/4 working?)marty hiatt2022-11-211-1/+2
* profile.el: -- separator for all function namesmarty hiatt2022-11-181-21/+21
* profile--add-author-bylines -- still print avatar byline-authormarty hiatt2022-11-171-1/+2
* change foll-reqs view reject binding to 'j', like notifs viewmarty hiatt2022-11-131-1/+4
* comment profile 's' and 'g' view followers/-ing bindingsmarty hiatt2022-11-131-2/+5
* 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
| * convert :json-false to nil in account settings handlingmarty hiatt2022-10-311-3/+7
* | masto-toot-mode-hook - only fetch acc settings if not setmarty hiatt2022-11-101-22/+30
* | Revert "fetch-server-account-settings: only fetch if var not set"marty hiatt2022-11-051-21/+20
* | convert :json-false to nil in account settings handlingmarty hiatt2022-11-051-3/+7
* | 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
* 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
| * 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
* 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