Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | port fedi-http handling of POST JSON data or not | marty hiatt | 2023-10-02 | 1 | -8/+11 | |
| | ||||||
* | add misskey notes regex to masto-url-p | marty hiatt | 2023-10-02 | 1 | -1/+2 | |
| | ||||||
* | bump version | marty hiatt | 2023-09-27 | 1 | -1/+1 | |
| | ||||||
* | cursor-face prop for fave etc markers. | marty hiatt | 2023-09-27 | 1 | -2/+6 | |
| | | | | used to not break highlight-current-toot when inserting markers | |||||
* | mastodon-toot--action: 1 not 2 lets | marty hiatt | 2023-09-27 | 1 | -3/+3 | |
| | ||||||
* | (mastodon-tl--relative-time-details): Use `mastodon-tl--human-duration` | Stefan Monnier | 2023-09-21 | 1 | -54/+38 | |
| | | | | | | | | * lisp/mastodon-tl.el (mastodon-tl--human-duration): Cap the finest resolution and return a pair to include the resolution used. (mastodon-tl--format-poll-expiry): Adjust accordingly. (mastodon-tl--relative-time-details): Rewrite using `mastodon-tl--human-duration`. | |||||
* | set update-params buf spec in --make-profile-buffer-for | marty hiatt | 2023-09-20 | 1 | -1/+2 | |
| | ||||||
* | FIX toot-empty-p for attachment only post. | marty hiatt | 2023-09-18 | 1 | -2/+2 | |
| | ||||||
* | alist-get testfun equal in set-toot-language | marty hiatt | 2023-09-15 | 1 | -1/+1 | |
| | ||||||
* | bump version | marty hiatt | 2023-08-30 | 1 | -1/+1 | |
| | ||||||
* | refactor mastodon-return-credential-account | marty hiatt | 2023-08-30 | 1 | -9/+8 | |
| | ||||||
* | Merge branch 'scratch/mastodon' into develop | marty hiatt | 2023-08-30 | 8 | -89/+101 | |
|\ | ||||||
| * | Misc minor cosmetic changes | Stefan Monnier | 2023-08-29 | 3 | -11/+9 | |
| | | | | | | | | | | | | | | Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings. | |||||
| * | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-29 | 4 | -11/+11 | |
| | | | | | | | | | | | | | | * 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. | |||||
| * | * lisp/mastodon-notifications.el: Fix dependency | Stefan Monnier | 2023-08-29 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | The file can't be loaded before `mastodon` because it requires `mastodon-mode-map`, so just require it. Also make the keymap definition more standard. * lisp/mastodon-notifications.el: Require `mastodon`. (mastodon-mode-map): Remove redundant declaration. (mastodon-notifications--map): Avoid `copy-keymap` and `keymap-canonicalize`. | |||||
| * | Simplify calls to `alist-get` | Stefan Monnier | 2023-08-29 | 5 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | | | * 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). | |||||
| * | * lisp/mastodon.el: Remove `ts` from `Package-Requires:` | Stefan Monnier | 2023-08-29 | 2 | -19/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is/was the main hurdle to be able to include `mastodon.el` into (Non)GNU ELPA since `ts` is/was not in (Non)GNU ELPA. Also I think the replacement function is more flexible and gives better results :-) * lisp/mastodon-tl.el: Don't require `ts`. (mastodon-tl--time-units): New const. (mastodon-tl--human-duration): New function. (mastodon-tl--format-poll-expiry): Rewrite using it. | |||||
| * | Fix "empty body" warnings | Stefan Monnier | 2023-08-27 | 2 | -37/+36 | |
| | | | | | | | | | | | | | | | | * 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. | |||||
* | | force arg for mastodon-return-credential-account. | marty hiatt | 2023-08-27 | 1 | -6/+14 | |
| | | ||||||
* | | fix quotation marks in 2 docstrings | marty hiatt | 2023-08-27 | 2 | -2/+2 | |
|/ | ||||||
* | let* in update-meta-fields-alist | marty hiatt | 2023-08-22 | 1 | -7/+7 | |
| | ||||||
* | flychecks for new vars/fun | marty hiatt | 2023-08-22 | 1 | -3/+4 | |
| | ||||||
* | new var: mastodon-profile-acccount-preferences-data, to reduce requests | marty hiatt | 2023-08-22 | 1 | -3/+10 | |
| | ||||||
* | new fun: mastodon-return-credential-account, var: ↵ | marty hiatt | 2023-08-22 | 3 | -11/+21 | |
| | | | | | | mastodon-profile-credential-account FIX #480. | |||||
* | add defcustom: mastodon-tl--highlight-current-toot. | marty hiatt | 2023-08-16 | 2 | -2/+13 | |
| | ||||||
* | remove error call in rendering html http response. | marty hiatt | 2023-08-16 | 1 | -2/+2 | |
| | ||||||
* | add 'cursor-face 'hightlight to insert-status. | marty hiatt | 2023-08-16 | 1 | -1/+2 | |
| | ||||||
* | indent -media.el | marty hiatt | 2023-08-02 | 1 | -1/+1 | |
| | ||||||
* | let* for update-note-count | marty hiatt | 2023-07-25 | 1 | -1/+1 | |
| | ||||||
* | comment erroneous request-timeout lexical | marty hiatt | 2023-07-20 | 1 | -1/+1 | |
| | ||||||
* | poss fix for simultaneous uploads. See #478. | marty hiatt | 2023-07-13 | 1 | -8/+10 | |
| | ||||||
* | fix indent of media attachments | marty hiatt | 2023-07-13 | 1 | -2/+2 | |
| | ||||||
* | fix type name for tl--show-stats | marty hiatt | 2023-07-13 | 1 | -1/+1 | |
| | ||||||
* | give mastodon-auth--get-browser-login-url a proper alist. | marty hiatt | 2023-07-13 | 1 | -4/+4 | |
| | ||||||
* | message wait/done to attachment uploads, to avoid issues. See #478. | marty hiatt | 2023-07-12 | 2 | -6/+3 | |
| | ||||||
* | better docstring for mastodon-tl--scroll-up-command | marty hiatt | 2023-07-06 | 1 | -1/+1 | |
| | ||||||
* | add lemmy comment url form to masto-url-p | marty hiatt | 2023-07-06 | 1 | -1/+2 | |
| | ||||||
* | mastodon-tl--scroll-up-command | marty hiatt | 2023-07-06 | 2 | -0/+10 | |
| | ||||||
* | handle updating a single-toot view. FIX #476. | marty hiatt | 2023-06-27 | 1 | -2/+10 | |
| | ||||||
* | help-echo for direct/private byline icons | marty hiatt | 2023-06-22 | 1 | -2/+4 | |
| | ||||||
* | add a lemmy community URL to url-p | marty hiatt | 2023-06-20 | 1 | -0/+1 | |
| | ||||||
* | fix html render on error in process-json | marty hiatt | 2023-06-20 | 1 | -2/+2 | |
| | ||||||
* | handle nil value in poll expires_at attr. | marty hiatt | 2023-06-15 | 1 | -1/+3 | |
| | ||||||
* | mute thread from notifs view | marty hiatt | 2023-06-13 | 1 | -5/+8 | |
| | | | | uses base-toot-id, which i'm just praying is right. | |||||
* | tag bindings on ' and ", not overloading : | marty hiatt | 2023-06-11 | 2 | -3/+4 | |
| | ||||||
* | add lemmy post regex to masto-url-p | marty hiatt | 2023-06-10 | 1 | -1/+2 | |
| | ||||||
* | profile: switch followed-by/following display | marty hiatt | 2023-06-10 | 1 | -2/+2 | |
| | ||||||
* | dm-user binding | marty hiatt | 2023-06-05 | 1 | -0/+1 | |
| |