Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | simplify views--print-instance-rules | marty hiatt | 2023-04-25 | 1 | -16/+10 |
| | |||||
* | remove stray multi-accounts code | marty hiatt | 2023-04-05 | 1 | -1/+0 |
| | |||||
* | view instance: only look for property-json in profile buf. | marty hiatt | 2023-04-05 | 1 | -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 nicely | marty hiatt | 2023-04-04 | 1 | -1/+3 |
| | |||||
* | add limit param to view list timeline. | marty hiatt | 2023-04-01 | 1 | -1/+4 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -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 hiatt | 2023-03-27 | 1 | -1/+1 |
| | |||||
* | factor out views--get-instance-url | marty hiatt | 2023-03-24 | 1 | -14/+20 |
| | |||||
* | instance-desc: friendica compatibility | marty hiatt | 2023-03-24 | 1 | -9/+14 |
| | |||||
* | FIX #419. call instance description on account listings fix | marty hiatt | 2023-03-24 | 1 | -5/+6 |
| | |||||
* | replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss | marty hiatt | 2023-03-23 | 1 | -4/+4 |
| | |||||
* | fix view instance desc when on toot/user in profile buffer | marty hiatt | 2023-03-23 | 1 | -2/+6 |
| | |||||
* | make view instance work on user listings | marty hiatt | 2023-03-22 | 1 | -1/+6 |
| | |||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -41/+41 |
| | | | | thanks stephan! |