aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Expand)AuthorAgeFilesLines
* view instance desc: use api v2marty hiatt2024-05-261-1/+1
* apply not cl-reduce to find longest item for paddingmarty hiatt2024-03-121-1/+1
* 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
* 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
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-1/+1
* Simplify calls to `alist-get`Stefan Monnier2023-08-271-2/+2
* Fix "empty body" warningsStefan Monnier2023-08-271-6/+6
* 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
|/
* 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
* no mastodon mode for view instance desc, so q works nicelymarty hiatt2023-04-041-1/+3