Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instance desc - missing paren | marty hiatt | 2024-08-13 | 1 | -1/+1 |
| | |||||
* | audit views.el | marty hiatt | 2024-08-06 | 1 | -29/+17 |
| | |||||
* | views add account to list: unless handle clauses | marty hiatt | 2024-08-06 | 1 | -2/+5 |
| | | | | to prevent unneeded requests | ||||
* | toot: attach-media: get max attachments from instance, y-or-n-p | marty hiatt | 2024-08-03 | 1 | -2/+6 |
| | | | | views: get-own-instance (for max attachs) | ||||
* | view instance desc: use api v2 | marty hiatt | 2024-05-26 | 1 | -1/+1 |
| | |||||
* | apply not cl-reduce to find longest item for padding | marty hiatt | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | views: ensure things have item-type prop, and string-trim scheduleds | marty hiatt | 2024-02-20 | 1 | -2/+3 |
| | |||||
* | preserve media when editing scheduled toot | marty hiatt | 2024-01-22 | 1 | -4/+4 |
| | |||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 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. | ||||
* | item-type list for list, not user (stray value) | marty hiatt | 2023-10-24 | 1 | -1/+1 |
| | |||||
* | display replies policy & exclusive status for lists | marty hiatt | 2023-10-24 | 1 | -34/+37 |
| | |||||
* | edit list: exclusive proper true/false strings | marty hiatt | 2023-10-24 | 1 | -2/+3 |
| | |||||
* | FIX #502. add "exclusive" param to create/edit lists. | marty hiatt | 2023-10-24 | 1 | -3/+8 |
| | |||||
* | remove redundant next-/prev-item from views maps | marty hiatt | 2023-10-15 | 1 | -6/+0 |
| | |||||
* | next-/prev-toot>next-/prev-item, cond-case around pos update call | marty hiatt | 2023-10-15 | 1 | -6/+6 |
| | |||||
* | toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed | marty hiatt | 2023-10-15 | 1 | -10/+12 |
| | |||||
* | masto views map: use prev/next-toot, not item for n/p | marty hiatt | 2023-10-15 | 1 | -3/+4 |
| | |||||
* | change some error calls to user-error calls | marty hiatt | 2023-10-15 | 1 | -3/+3 |
| | |||||
* | docstrings, autoloads | marty hiatt | 2023-10-14 | 1 | -5/+8 |
| | |||||
* | fix minor-view disaster disastrously: put it all init-sync | marty hiatt | 2023-10-14 | 1 | -21/+31 |
| | |||||
* | minor-view fixme | marty hiatt | 2023-10-14 | 1 | -3/+6 |
| | |||||
* | implement link-header pagination for foll-reqs | marty hiatt | 2023-10-14 | 1 | -1/+2 |
| | |||||
* | add params arg to init-sync, use limit param for foll_reqs/sugests | marty hiatt | 2023-10-14 | 1 | -2/+8 |
| | |||||
* | partly refactor views function. | marty hiatt | 2023-10-14 | 1 | -9/+5 |
| | |||||
* | view instance: if rendering error, display raw json | marty hiatt | 2023-10-12 | 1 | -19/+28 |
| | |||||
* | inhibit-read-only typo fix | marty hiatt | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | refactor misskey instance desc. if masto inst err, try misskey | marty hiatt | 2023-10-03 | 1 | -41/+23 |
| | |||||
* | instance-response-fun: misskey arg optional | marty hiatt | 2023-10-03 | 1 | -1/+2 |
| | |||||
* | add mastodon-views--instance-desc-misskey. TODO merge with other inst funs | marty hiatt | 2023-10-02 | 1 | -16/+58 |
| | | | | partial fix for #468. | ||||
* | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-27 | 1 | -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 Monnier | 2023-08-27 | 1 | -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" warnings | Stefan Monnier | 2023-08-27 | 1 | -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 hiatt | 2023-05-26 | 1 | -10/+2 |
| | |||||
* | no kw arg for completing-read require-match | marty hiatt | 2023-05-16 | 1 | -3/+3 |
| | |||||
* | don't quote keywords | marty hiatt | 2023-05-16 | 1 | -1/+1 |
| | |||||
* | fix views--list-action-triage message call | marty hiatt | 2023-05-15 | 1 | -9/+9 |
| | |||||
* | let-alist views--edit-scheduled-as-new | marty hiatt | 2023-05-15 | 1 | -15/+10 |
| | |||||
* | comments in views-print-json-jeys | marty hiatt | 2023-05-15 | 1 | -8/+4 |
| | |||||
* | adjust call of insert-filter-string | marty hiatt | 2023-05-09 | 1 | -7/+3 |
| | |||||
* | refactor a profile-note-p in view instance descript | marty hiatt | 2023-05-09 | 1 | -10/+8 |
| | |||||
* | audit views.el | marty hiatt | 2023-05-09 | 1 | -70/+48 |
| | |||||
* | small refactor of args at end of instances/rules fun | marty hiatt | 2023-05-09 | 1 | -6/+3 |
| | |||||
* | fix print instance rules propertize call | marty hiatt | 2023-05-09 | 1 | -2/+1 |
| | |||||
* | let-alist -views.el | marty hiatt | 2023-05-08 | 1 | -22/+16 |
| | |||||
* | Merge branch 'with-masto-buf-2' into develop | marty hiatt | 2023-05-07 | 1 | -24/+18 |
|\ | |||||
| * | eval-when-compile for with-mastodon-buffer, and re-indent | marty hiatt | 2023-05-06 | 1 | -21/+22 |
| | | |||||
* | | Revert "updates to with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -21/+24 |
|/ | | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5. | ||||
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -24/+21 |
| | |||||
* | flychecks | marty hiatt | 2023-04-30 | 1 | -2/+4 |
| |