Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup of previous commitHEADmaster | Yuchen Pei | 31 hours | 1 | -23/+25 |
| | | | | | Check nil on reply-to-user, otherwise composing with no mention will error out. | ||||
* | Display a warning when composing a reply mentioning users from instances ↵ | Yuchen Pei | 31 hours | 1 | -0/+26 |
| | | | | | | | that have suspended you These users would not be able to see your reply through their instances. | ||||
* | Merge branch 'poll-var' into develop | marty hiatt | 2024-11-02 | 1 | -23/+22 |
|\ | |||||
| * | revert transient polls to use mastodon-toot-poll | marty hiatt | 2024-11-02 | 1 | -23/+22 |
| | | | | | | | | | | | | | | internally, the transients still use tp-transient-settings, but they fetch from mastodon-toot-poll, and set it when done. we also hack around so that the cancelling functions work ok. | ||||
* | | autoload ht-get | marty hiatt | 2024-11-02 | 1 | -1/+1 |
|/ | |||||
* | toot.el cask build cleanups | marty hiatt | 2024-10-31 | 1 | -0/+4 |
| | |||||
* | byte-compile | marty hiatt | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'poll-transient' into develop | marty hiatt | 2024-10-26 | 1 | -41/+86 |
|\ | |||||
| * | poll: set tp-transient-settings on editing a toot | marty hiatt | 2024-10-24 | 1 | -3/+12 |
| | | |||||
| * | transient poll: use tp-transient-settings, handle repeated poll edits | marty hiatt | 2024-10-24 | 1 | -20/+45 |
| | | | | | | | | also integrate with toot code: send, update display, etc. | ||||
| * | boolean defcustom for transient poll | marty hiatt | 2024-10-23 | 1 | -0/+10 |
| | | |||||
| * | add mastodon-instance-data var and fun | marty hiatt | 2024-10-23 | 1 | -18/+19 |
| | | | | | | | | | | mainly used in mastodon-transient.el to avoid pinging the server for instance data non-stop | ||||
* | | with-toot-item: exclude folls/foll reqs | marty hiatt | 2024-10-25 | 1 | -1/+3 |
|/ | |||||
* | less restrictive visibility: flip then/else clauses. FIX #602 | marty hiatt | 2024-10-21 | 1 | -2/+2 |
| | |||||
* | change email address | marty hiatt | 2024-10-20 | 1 | -2/+2 |
| | |||||
* | change order of toot-visibility-list for sane cycling | marty hiatt | 2024-10-20 | 1 | -1/+1 |
| | |||||
* | flycheck toot | marty hiatt | 2024-10-19 | 1 | -2/+3 |
| | |||||
* | bump version, copyright | marty hiatt | 2024-10-18 | 1 | -1/+1 |
| | |||||
* | notifs list boosters/favers, use local notif data if poss | marty hiatt | 2024-10-11 | 1 | -7/+19 |
| | |||||
* | FIX filling in formatting reply quote! hurrah! | marty hiatt | 2024-10-09 | 1 | -8/+3 |
| | |||||
* | toot: try double newline btw compose docs and body, for paragraph break | marty hiatt | 2024-10-09 | 1 | -1/+1 |
| | | | | | maybe, seeing as thus sucks so bad, it cd be customize. but we really shouldn't have any interaction/overlap between docs and body. | ||||
* | add mastodon-toot-visibility-settings-list | marty hiatt | 2024-10-01 | 1 | -0/+5 |
| | |||||
* | autoload image-trans-check. FIX #584. | marty hiatt | 2024-08-24 | 1 | -0/+1 |
| | |||||
* | eq for symbols, string= for strings | marty hiatt | 2024-08-22 | 1 | -17/+17 |
| | |||||
* | intent toot.el | marty hiatt | 2024-08-13 | 1 | -1/+1 |
| | |||||
* | factor out image-trans-check. | marty hiatt | 2024-08-08 | 1 | -2/+1 |
| | |||||
* | re-write all (if x y "") clauses as (when x y), if poss. | marty hiatt | 2024-08-06 | 1 | -5/+5 |
| | | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize. | ||||
* | Merge branch 'audit' into develop | marty hiatt | 2024-08-04 | 1 | -241/+244 |
|\ | |||||
| * | toot: audit rest of file. | marty hiatt | 2024-08-04 | 1 | -24/+25 |
| | | |||||
| * | toot: audit schedule code | marty hiatt | 2024-08-03 | 1 | -16/+18 |
| | | |||||
| * | toot: audit poll code | marty hiatt | 2024-08-03 | 1 | -9/+9 |
| | | |||||
| * | max attachments: move fallback into our get max fun | marty hiatt | 2024-08-03 | 1 | -6/+11 |
| | | |||||
| * | toot: re-write format-attachments | marty hiatt | 2024-08-03 | 1 | -20/+20 |
| | | |||||
| * | toot: attach-media: get max attachments from instance, y-or-n-p | marty hiatt | 2024-08-03 | 1 | -18/+29 |
| | | | | | | | | views: get-own-instance (for max attachs) | ||||
| * | re-write --reply again with a cond. | marty hiatt | 2024-08-02 | 1 | -17/+14 |
| | | |||||
| * | toot: re-write view-toot-edits | marty hiatt | 2024-08-02 | 1 | -21/+22 |
| | | |||||
| * | toot: re-write --reply | marty hiatt | 2024-08-02 | 1 | -17/+10 |
| | | |||||
| * | toot: re-write --mentions | marty hiatt | 2024-08-02 | 1 | -4/+1 |
| | | |||||
| * | toot: re-write mentions-to-string | marty hiatt | 2024-08-02 | 1 | -3/+3 |
| | | |||||
| * | audit first 1000 loc of toot.el. these are the uncontroversial edits | marty hiatt | 2024-08-02 | 1 | -103/+99 |
| | | |||||
* | | Revert "multisession var in -toot.el" | marty hiatt | 2024-08-04 | 1 | -29/+21 |
| | | | | | | | | This reverts commit 00ac9103adba722f8c2ddbd67db6b0ff6bcebc46. | ||||
* | | Revert "replace persist with multisession" | marty hiatt | 2024-08-04 | 1 | -3/+1 |
|/ | | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece. | ||||
* | folding comments / action docstring | marty hiatt | 2024-08-01 | 1 | -1/+1 |
| | |||||
* | refactor toot--toggle-bookmark | marty hiatt | 2024-08-01 | 1 | -33/+26 |
| | |||||
* | refactor toot--toggle-boost-or-favourite | marty hiatt | 2024-08-01 | 1 | -45/+46 |
| | |||||
* | fix unfolding faved/bookmarked toots | marty hiatt | 2024-07-30 | 1 | -3/+4 |
| | |||||
* | toot.el: use mastodon-toot--base-toot-or-item-json | marty hiatt | 2024-07-30 | 1 | -9/+5 |
| | |||||
* | flymake our user-error mess | marty hiatt | 2024-07-30 | 1 | -27/+27 |
| | |||||
* | Merge branch 'with-toot-item' into develop | marty hiatt | 2024-07-30 | 1 | -122/+119 |
|\ | |||||
| * | docstring | marty hiatt | 2024-07-03 | 1 | -1/+1 |
| | |