aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Collapse)AuthorAgeFilesLines
* display filtered follow langs on user profiles. FIX #559.marty hiatt2024-05-291-3/+11
|
* fix setting lang un toot compose buffermarty hiatt2024-05-281-1/+1
|
* account settings var docstring.marty hiatt2024-05-281-1/+4
|
* add mastodon-profile--open-statuses-tagged and docstrings. FIX #554.marty hiatt2024-05-211-6/+27
|
* fix profile toots heading for media onlymarty hiatt2024-05-211-0/+2
|
* fix profile cycle message stringmarty hiatt2024-05-211-1/+1
|
* profiles: support only-media argmarty hiatt2024-05-211-9/+21
|
* -profile.el: require mastodon-httpmarty hiatt2024-04-241-0/+1
|
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-2/+2
|
* apply not cl-reduce to find longest item for paddingmarty hiatt2024-03-121-1/+1
|
* my-profile: load by id, rather than server searchmarty hiatt2024-02-101-1/+3
|
* profile: Use v2 search when looking for usersDavid Edmondson2024-01-161-4/+4
|
* Avoid error when there's only one window in a frame when closing windowBjörn Bidar2023-12-311-3/+4
| | | | | | | | Use `(quit-window 'kill)` instead of `(kill-buffer-and-window)` to avoid error when there's only one window instead the frame: `kill-buffer-and-window: Attempt to delete minibuffer or sole ordinary window` Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
* update help-echo for new profile cycle cmdsmarty hiatt2023-11-141-1/+2
|
* add (no replies) to statuses no replies profile viewmarty hiatt2023-11-111-3/+6
|
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
|
* buffer-for: fix () to ensure goto point min works on cyclemarty hiatt2023-11-091-7/+7
|
* implement exclude_replies on profile view, inc. cyclemarty hiatt2023-11-091-26/+37
|
* add role badge to profiles. FIX #504.marty hiatt2023-10-311-0/+13
|
* profile--item-json is no cmdmarty hiatt2023-10-301-1/+0
|
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-5/+5
| | | | this means the triage callback always needs to handle 1 arg.
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-17/+17
|
* change some error calls to user-error callsmarty hiatt2023-10-151-3/+3
|
* rename search-query to querymarty hiatt2023-10-141-3/+3
|
* fix search statuses from profilemarty hiatt2023-10-131-1/+1
|
* header-line-format no comment facemarty hiatt2023-10-131-3/+1
|
* update profile note: subst cmd keysmarty hiatt2023-10-131-1/+2
|
* also message profile search bindingmarty hiatt2023-10-131-1/+2
|
* docstring for account searchmarty hiatt2023-10-131-1/+1
|
* sub command keys for profile / search msgmarty hiatt2023-10-121-3/+5
|
* flychecksmarty hiatt2023-10-121-0/+2
|
* rough account statuses searchmarty hiatt2023-10-121-0/+8
|
* profile:message cycle bindingmarty hiatt2023-10-121-1/+2
|
* set update-params buf spec in --make-profile-buffer-formarty hiatt2023-09-201-1/+2
|
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-2/+2
| | | | | | | * lisp/mastodon-profile.el (mastodon-profile--update-user-profile-note): * lisp/mastodon-tl.el (mastodon-tl--byline, mastodon-tl--toot-stats): * lisp/mastodon-toot.el (mastodon-toot--view-toot-edits): * lisp/mastodon-views.el (mastodon-views--minor-view): Quote face names.
* Simplify calls to `alist-get`Stefan Monnier2023-08-271-1/+1
| | | | | | | | | | * lisp/mastodon-toot.el (mastodon-toot--set-toot-language): * lisp/mastodon-tl.el (mastodon-tl--read-rules-ids): * lisp/mastodon-profile.el (mastodon-profile--remove-from-followers-list): * lisp/mastodon-auth.el (mastodon-auth--access-token): * lisp/mastodon-views.el (mastodon-views--add-account-to-list) (mastodon-views--remove-account-from-list): Remove redundant optional arg to `alist-get` (`equal` is already the default).
* let* in update-meta-fields-alistmarty hiatt2023-08-221-7/+7
|
* flychecks for new vars/funmarty hiatt2023-08-221-3/+4
|
* new var: mastodon-profile-acccount-preferences-data, to reduce requestsmarty hiatt2023-08-221-3/+10
|
* new fun: mastodon-return-credential-account, var: ↵marty hiatt2023-08-221-5/+6
| | | | | | mastodon-profile-credential-account FIX #480.
* let* for update-note-countmarty hiatt2023-07-251-1/+1
|
* profile: switch followed-by/following displaymarty hiatt2023-06-101-2/+2
|
* rename tl--user-handles-getmarty hiatt2023-05-241-4/+4
|
* remove overlays for profiles alsomarty hiatt2023-05-171-0/+1
|
* tiny audits in profile.el and tl.elmarty hiatt2023-05-161-32/+29
|
* don't quote keywordsmarty hiatt2023-05-161-2/+2
|
* refactoring in update-meta-fields-alistmarty hiatt2023-05-161-9/+5
|
* refactoring in profile--update-note-countmarty hiatt2023-05-161-6/+5
|
* indent buffersmarty hiatt2023-05-101-2/+2
|
* finish audit of profile.elmarty hiatt2023-05-081-29/+19
|