aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Collapse)AuthorAgeFilesLines
* update point after widget. FIX #615marty hiatt2024-11-021-2/+2
|
* after widgets added: newline before pinned statusesmarty hiatt2024-10-291-1/+1
|
* widget: remove mastodon-profile--views-plistmarty hiatt2024-10-271-7/+2
|
* refactor mastodon-widget.el, add profile tagged statuses to widget. #607marty hiatt2024-10-271-101/+36
|
* profile: remove endpoint name (items heading), replaced by widgetmarty hiatt2024-10-261-24/+4
|
* profiles: try to split profile display from items displaymarty hiatt2024-10-261-8/+12
| | | | fix separate profile/items display
* make open-statuses cmd like the othersmarty hiatt2024-10-261-5/+9
|
* add a profile view type widget. ported from lem-ui.elmarty hiatt2024-10-261-0/+117
|
* change email addressmarty hiatt2024-10-201-2/+2
|
* flychecksmarty hiatt2024-10-191-0/+1
|
* bump version, copyrightmarty hiatt2024-10-181-1/+1
|
* remove mastodon-active-user from extract-users-handlesmarty hiatt2024-10-171-7/+9
|
* http--post: if :json, supply required headersmarty hiatt2024-10-011-0/+2
|
* eq for symbols, string= for stringsmarty hiatt2024-08-221-4/+4
|
* remove old call to http--api-searchmarty hiatt2024-08-191-1/+2
|
* indent profile.elmarty hiatt2024-08-131-7/+7
|
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-8/+6
| | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize.
* refactor mastodon-profile--user-profile-send-updatedmarty hiatt2024-08-061-4/+2
|
* audit profile.elmarty hiatt2024-08-061-75/+80
|
* audit profile.el up to remove-note-headermarty hiatt2024-08-051-26/+32
|
* Revert "replace persist with multisession"marty hiatt2024-08-041-11/+8
| | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
* replace persist with multisessionmarty hiatt2024-07-041-8/+11
|
* add remove-overlays to with-mastodon-buffer macromarty hiatt2024-06-041-1/+0
|
* boxed face for "pinned" in profile viewmarty hiatt2024-06-031-1/+5
|
* flycheckmarty hiatt2024-06-021-3/+6
|
* max-id arg/params for (so far only plain) profile viewmarty hiatt2024-06-011-9/+13
|
* 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
|