aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Collapse)AuthorAgeFilesLines
* views: ensure things have item-type prop, and string-trim scheduledsmarty hiatt2024-02-201-2/+3
|
* preserve media when editing scheduled tootmarty hiatt2024-01-221-4/+4
|
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-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.
* item-type list for list, not user (stray value)marty hiatt2023-10-241-1/+1
|
* display replies policy & exclusive status for listsmarty hiatt2023-10-241-34/+37
|
* edit list: exclusive proper true/false stringsmarty hiatt2023-10-241-2/+3
|
* FIX #502. add "exclusive" param to create/edit lists.marty hiatt2023-10-241-3/+8
|
* remove redundant next-/prev-item from views mapsmarty hiatt2023-10-151-6/+0
|
* next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-151-6/+6
|
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-10/+12
|
* masto views map: use prev/next-toot, not item for n/pmarty hiatt2023-10-151-3/+4
|
* change some error calls to user-error callsmarty hiatt2023-10-151-3/+3
|
* docstrings, autoloadsmarty hiatt2023-10-141-5/+8
|
* fix minor-view disaster disastrously: put it all init-syncmarty hiatt2023-10-141-21/+31
|
* minor-view fixmemarty hiatt2023-10-141-3/+6
|
* implement link-header pagination for foll-reqsmarty hiatt2023-10-141-1/+2
|
* add params arg to init-sync, use limit param for foll_reqs/sugestsmarty hiatt2023-10-141-2/+8
|
* partly refactor views function.marty hiatt2023-10-141-9/+5
|
* 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