aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Collapse)AuthorAgeFilesLines
...
* view instance: if rendering error, display raw jsonmarty hiatt2023-10-121-19/+28
|
* inhibit-read-only typo fixmarty hiatt2023-10-091-1/+1
|
* refactor misskey instance desc. if masto inst err, try misskeymarty hiatt2023-10-031-41/+23
|
* instance-response-fun: misskey arg optionalmarty hiatt2023-10-031-1/+2
|
* add mastodon-views--instance-desc-misskey. TODO merge with other inst funsmarty hiatt2023-10-021-16/+58
| | | | partial fix for #468.
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-1/+1
| | | | | | | * 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-2/+2
| | | | | | | | | | * 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).
* Fix "empty body" warningsStefan Monnier2023-08-271-6/+6
| | | | | | | | * lisp/mastodon-media.el (mastodon-media--process-image-response): Remove unused `unwind-protect`. * lisp/mastodon-views.el (mastodon-views--delete-filter): Fix paren error which made a `y-or-n-p` ineffective.
* tiny cleanup of view-instance-description (uncallable code)marty hiatt2023-05-261-10/+2
|
* no kw arg for completing-read require-matchmarty hiatt2023-05-161-3/+3
|
* don't quote keywordsmarty hiatt2023-05-161-1/+1
|
* fix views--list-action-triage message callmarty hiatt2023-05-151-9/+9
|
* let-alist views--edit-scheduled-as-newmarty hiatt2023-05-151-15/+10
|
* comments in views-print-json-jeysmarty hiatt2023-05-151-8/+4
|
* adjust call of insert-filter-stringmarty hiatt2023-05-091-7/+3
|
* refactor a profile-note-p in view instance descriptmarty hiatt2023-05-091-10/+8
|
* audit views.elmarty hiatt2023-05-091-70/+48
|
* small refactor of args at end of instances/rules funmarty hiatt2023-05-091-6/+3
|
* fix print instance rules propertize callmarty hiatt2023-05-091-2/+1
|
* let-alist -views.elmarty hiatt2023-05-081-22/+16
|
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-24/+18
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-21/+22
| |
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-21/+24
|/ | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-24/+21
|
* flychecksmarty hiatt2023-04-301-2/+4
|
* simplify views--print-instance-rulesmarty hiatt2023-04-251-16/+10
|
* remove stray multi-accounts codemarty hiatt2023-04-051-1/+0
|
* view instance: only look for property-json in profile buf.marty hiatt2023-04-051-2/+6
| | | | prevents the loading of older toots if called on last toot in buffer.
* no mastodon mode for view instance desc, so q works nicelymarty hiatt2023-04-041-1/+3
|
* add limit param to view list timeline.marty hiatt2023-04-011-1/+4
|
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
| | | | main file is set in .dir-locals.el now
* update foll reqs bindings string: r is now j, r is always reply.marty hiatt2023-03-271-1/+1
|
* factor out views--get-instance-urlmarty hiatt2023-03-241-14/+20
|
* instance-desc: friendica compatibilitymarty hiatt2023-03-241-9/+14
|
* FIX #419. call instance description on account listings fixmarty hiatt2023-03-241-5/+6
|
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-4/+4
|
* fix view instance desc when on toot/user in profile buffermarty hiatt2023-03-231-2/+6
|
* make view instance work on user listingsmarty hiatt2023-03-221-1/+6
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-41/+41
| | | | thanks stephan!
* use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-15/+15
|
* rename view-follow-suggestionsmarty hiatt2023-03-201-2/+2
|
* factor out a views keymapmarty hiatt2023-03-201-22/+14
|
* remove unused codemarty hiatt2023-03-201-1/+2
|
* rename mastodon-tl-map-alist-to-alist to mastodon-tl--map-alist-vals-to-alistmarty hiatt2023-03-191-2/+2
|
* refactor tl--map-alist-to-alistmarty hiatt2023-03-191-8/+2
|
* map-get-accts > map-alist, handle no results for fam follsmarty hiatt2023-03-191-6/+2
| | | | use tl--map-alist in views.el
* show filter name in y-or-n promptmarty hiatt2023-03-181-1/+1
|
* views: comment on keymap inheritace - all maps inheritmarty hiatt2023-03-181-1/+14
|
* check for scheduled toot at point before actionmarty hiatt2023-03-181-32/+35
| | | | | | fix reschedule check fix cancel scheduled toot rejig
* use scheduled map on viewing scheduledsmarty hiatt2023-03-181-1/+3
|