Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -profile.el: require mastodon-http | marty hiatt | 2024-04-24 | 1 | -0/+1 |
| | |||||
* | docstrings - reduce explicit refs to Mastodon itself. | marty hiatt | 2024-03-27 | 1 | -2/+2 |
| | |||||
* | apply not cl-reduce to find longest item for padding | marty hiatt | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | my-profile: load by id, rather than server search | marty hiatt | 2024-02-10 | 1 | -1/+3 |
| | |||||
* | profile: Use v2 search when looking for users | David Edmondson | 2024-01-16 | 1 | -4/+4 |
| | |||||
* | Avoid error when there's only one window in a frame when closing window | Björn Bidar | 2023-12-31 | 1 | -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 cmds | marty hiatt | 2023-11-14 | 1 | -1/+2 |
| | |||||
* | add (no replies) to statuses no replies profile view | marty hiatt | 2023-11-11 | 1 | -3/+6 |
| | |||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 |
| | |||||
* | buffer-for: fix () to ensure goto point min works on cycle | marty hiatt | 2023-11-09 | 1 | -7/+7 |
| | |||||
* | implement exclude_replies on profile view, inc. cycle | marty hiatt | 2023-11-09 | 1 | -26/+37 |
| | |||||
* | add role badge to profiles. FIX #504. | marty hiatt | 2023-10-31 | 1 | -0/+13 |
| | |||||
* | profile--item-json is no cmd | marty hiatt | 2023-10-30 | 1 | -1/+0 |
| | |||||
* | triage: call cb on response. do-user-action-fun: check response data | marty hiatt | 2023-10-28 | 1 | -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 needed | marty hiatt | 2023-10-15 | 1 | -17/+17 |
| | |||||
* | change some error calls to user-error calls | marty hiatt | 2023-10-15 | 1 | -3/+3 |
| | |||||
* | rename search-query to query | marty hiatt | 2023-10-14 | 1 | -3/+3 |
| | |||||
* | fix search statuses from profile | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | header-line-format no comment face | marty hiatt | 2023-10-13 | 1 | -3/+1 |
| | |||||
* | update profile note: subst cmd keys | marty hiatt | 2023-10-13 | 1 | -1/+2 |
| | |||||
* | also message profile search binding | marty hiatt | 2023-10-13 | 1 | -1/+2 |
| | |||||
* | docstring for account search | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | sub command keys for profile / search msg | marty hiatt | 2023-10-12 | 1 | -3/+5 |
| | |||||
* | flychecks | marty hiatt | 2023-10-12 | 1 | -0/+2 |
| | |||||
* | rough account statuses search | marty hiatt | 2023-10-12 | 1 | -0/+8 |
| | |||||
* | profile:message cycle binding | marty hiatt | 2023-10-12 | 1 | -1/+2 |
| | |||||
* | set update-params buf spec in --make-profile-buffer-for | marty hiatt | 2023-09-20 | 1 | -1/+2 |
| | |||||
* | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-27 | 1 | -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 Monnier | 2023-08-27 | 1 | -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-alist | marty hiatt | 2023-08-22 | 1 | -7/+7 |
| | |||||
* | flychecks for new vars/fun | marty hiatt | 2023-08-22 | 1 | -3/+4 |
| | |||||
* | new var: mastodon-profile-acccount-preferences-data, to reduce requests | marty hiatt | 2023-08-22 | 1 | -3/+10 |
| | |||||
* | new fun: mastodon-return-credential-account, var: ↵ | marty hiatt | 2023-08-22 | 1 | -5/+6 |
| | | | | | | mastodon-profile-credential-account FIX #480. | ||||
* | let* for update-note-count | marty hiatt | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | profile: switch followed-by/following display | marty hiatt | 2023-06-10 | 1 | -2/+2 |
| | |||||
* | rename tl--user-handles-get | marty hiatt | 2023-05-24 | 1 | -4/+4 |
| | |||||
* | remove overlays for profiles also | marty hiatt | 2023-05-17 | 1 | -0/+1 |
| | |||||
* | tiny audits in profile.el and tl.el | marty hiatt | 2023-05-16 | 1 | -32/+29 |
| | |||||
* | don't quote keywords | marty hiatt | 2023-05-16 | 1 | -2/+2 |
| | |||||
* | refactoring in update-meta-fields-alist | marty hiatt | 2023-05-16 | 1 | -9/+5 |
| | |||||
* | refactoring in profile--update-note-count | marty hiatt | 2023-05-16 | 1 | -6/+5 |
| | |||||
* | indent buffers | marty hiatt | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | finish audit of profile.el | marty hiatt | 2023-05-08 | 1 | -29/+19 |
| | |||||
* | audit some more profile.el | marty hiatt | 2023-05-08 | 1 | -10/+8 |
| | |||||
* | rename profile--add-author-bylines to profile--format-user | marty hiatt | 2023-05-08 | 1 | -7/+5 |
| | |||||
* | semi-refactor mastodon-profile--toggle-account-key | marty hiatt | 2023-05-08 | 1 | -5/+4 |
| | |||||
* | remove useless fun profile--account-field | marty hiatt | 2023-05-08 | 1 | -7/+2 |
| | |||||
* | audit profile.el | marty hiatt | 2023-05-08 | 1 | -45/+28 |
| | |||||
* | docstring | marty hiatt | 2023-05-08 | 1 | -7/+1 |
| | |||||
* | let-alist the hell out of --make-profile-buffer-for | marty hiatt | 2023-05-08 | 1 | -128/+116 |
| |