Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename bookmark toggle | marty hiatt | 2023-03-20 | 1 | -1/+1 | |
| | ||||||
* | map-get-accts > map-alist, handle no results for fam folls | marty hiatt | 2023-03-19 | 1 | -3/+3 | |
| | | | | use tl--map-alist in views.el | |||||
* | factor out -tl--map-get-accts | marty hiatt | 2023-03-19 | 1 | -3/+3 | |
| | ||||||
* | edit tag/handle regex to handle preceding opening bracket. FIX #406. | marty hiatt | 2023-03-19 | 1 | -4/+4 | |
| | ||||||
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -13/+13 | |
| | | | | sort autoloads in profile.el | |||||
* | factor out mastodon-views.el for minor views | marty hiatt | 2023-03-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | These are currently lists, follow suggestions, filters, scheduled toots, follow requests, and instance descriptions. fix remanant tl fun names in views stray views fun rename in notifs.el stray views funs in notifs stray views funs in toot.el views file commentary | |||||
* | check for compose buffer in schedule toot | marty hiatt | 2023-03-18 | 1 | -30/+34 | |
| | | | | check for toot compose or scheduled view before scheduling a toot | |||||
* | disallow -toot--set-visibility / --schedule-toot in edit-toot | marty hiatt | 2023-03-16 | 1 | -38/+42 | |
| | ||||||
* | remove unused -toot--set-visibility | marty hiatt | 2023-03-16 | 1 | -10/+0 | |
| | ||||||
* | lsp corrections: lambdas, if to when, etc. | marty hiatt | 2023-03-14 | 1 | -25/+24 | |
| | ||||||
* | mastodon-toot-mode-hook: disable auto-fill. also readme | marty hiatt | 2023-03-10 | 1 | -0/+5 | |
| | ||||||
* | remove some whitespace | marty hiatt | 2023-02-28 | 1 | -1/+1 | |
| | ||||||
* | insert spaces before argument lists for lambda | marty hiatt | 2023-02-28 | 1 | -2/+2 | |
| | ||||||
* | fix a comment | marty hiatt | 2023-02-28 | 1 | -2/+2 | |
| | ||||||
* | autoloads, flychecks | marty hiatt | 2023-02-19 | 1 | -2/+4 | |
| | ||||||
* | tl--buffer-type-eq/profile-buffer-p for all buffer checks, hopefully | marty hiatt | 2023-02-18 | 1 | -4/+3 | |
| | ||||||
* | fave/boost: prevent moving to next toot if point already inside byline | marty hiatt | 2023-02-15 | 1 | -0/+4 | |
| | ||||||
* | list-favouriters/boosters: handle null response | marty hiatt | 2023-01-28 | 1 | -12/+15 | |
| | ||||||
* | docstrings/flychecks | marty hiatt | 2023-01-28 | 1 | -2/+3 | |
| | ||||||
* | list toot boosters and favers | marty hiatt | 2023-01-28 | 1 | -0/+31 | |
| | ||||||
* | error msg on attempt to boost private toot. FIXES #383 | marty hiatt | 2023-01-28 | 1 | -2/+7 | |
| | ||||||
* | differentiate edit toot from new toot | marty hiatt | 2023-01-16 | 1 | -5/+7 | |
| | ||||||
* | buffer-spec for toot-edits history and add check to get-buffer-type | marty hiatt | 2023-01-16 | 1 | -2/+6 | |
| | ||||||
* | toot--send: simplify edit-p check | marty hiatt | 2023-01-15 | 1 | -6/+5 | |
| | ||||||
* | remove insert call in toot--most-restritive-vis | marty hiatt | 2023-01-14 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request 'Add option to set the default reply visibility' (#370) ↵ | martianh | 2023-01-10 | 1 | -1/+23 | |
|\ | | | | | | | | | | | from boynux/mastodon.el:default-reply-visibility into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/370 | |||||
| * | Add option to set the default reply visibility | Moha | 2023-01-01 | 1 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new option `mastodon-toot-default-reply-visibility`. The default is set to "Public". Replies will be defaulted to the value of this parameter unless the original toot has a more restrictive visiblity. For example: with `mastodon-toot--default-reply-visibility` set to "unlisted" - Original post visibility: public - Reply default visibility: unlinsted - Original post visbility: private (only-followers) - Repy default visibility: private | |||||
* | | remove first empty line in docstrings | marty hiatt | 2023-01-09 | 1 | -5/+1 | |
| | | ||||||
* | | tl--action-success: only move point if it was on byline | marty hiatt | 2023-01-07 | 1 | -3/+5 | |
| | | | | | | | | FIX #326 | |||||
* | | docstrings | marty hiatt | 2022-12-30 | 1 | -2/+2 | |
|/ | ||||||
* | Only add scheduled_at parameter to toot params when non-nil | Toke Høiland-Jørgensen | 2022-12-26 | 1 | -11/+13 | |
| | | | | | | | | | The Pleroma server software can't handle the scheduled_at parameter being set to anything other than a valid datetime, even an empty value. To work around this, change mastodon-toot--send to only add the parameter to the list of args if its non-nil. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> | |||||
* | Merge branch 'develop' into fix-two-spaces-in-reply | martianh | 2022-12-26 | 1 | -7/+13 | |
|\ | ||||||
| * | further harden custom emoji regex filtering | Bas Alberts | 2022-12-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | Prevent empty string shortcodes from creating dotfiles inside the custom emoji download dir to prevent e.g. ".envrc" and other such contextual dotfiles from being created in the legitimate download location. | |||||
| * | fix for custom emoji path traversal | Bas Alberts | 2022-12-23 | 1 | -7/+13 | |
| | | ||||||
* | | Merge branch 'develop' into fix-two-spaces-in-reply | emocoder | 2022-12-19 | 1 | -35/+139 | |
|\| | ||||||
| * | Use mastodon-toot--count-toot-chars when validating toot length | Sacha Chua | 2022-12-08 | 1 | -1/+1 | |
| | | | | | | | | | | * lisp/mastodon-toot.el (mastodon-toot--send): Use mastodon-toot--count-toot-chars instead of length. | |||||
| * | update comment re completion fetching | marty hiatt | 2022-12-02 | 1 | -4/+2 | |
| | | ||||||
| * | factor fetch candidates fun, try to improve completion performance | marty hiatt | 2022-12-01 | 1 | -13/+21 | |
| | | ||||||
| * | completion - bound the --get-bounds backward regex search | marty hiatt | 2022-12-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | this prevents matching when we have type words after a handle/tag (forward-whitespace -1) places point before the previous space. placing it after doesn't work, it breaks some completion cases. | |||||
| * | schedule-toot - comment to acknowledge ct | marty hiatt | 2022-11-30 | 1 | -0/+2 | |
| | | ||||||
| * | make rescheduling without editing work, also with org-read-date | marty hiatt | 2022-11-29 | 1 | -5/+11 | |
| | | ||||||
| * | display value of --scheduled-for in org-read-date if set | marty hiatt | 2022-11-29 | 1 | -3/+13 | |
| | | ||||||
| * | cancel original scheduled toot if edited/rescheduled | marty hiatt | 2022-11-29 | 1 | -2/+11 | |
| | | ||||||
| * | edit toot: use set-toot-properties | marty hiatt | 2022-11-29 | 1 | -5/+4 | |
| | | ||||||
| * | add var scheduled-id, so we can cancel it if we reschedule | marty hiatt | 2022-11-29 | 1 | -3/+8 | |
| | | ||||||
| * | refactor set toot properties, autoloads, docstrings, fixes | marty hiatt | 2022-11-29 | 1 | -9/+26 | |
| | | ||||||
| * | set-toot-lang > -language | marty hiatt | 2022-11-29 | 1 | -2/+2 | |
| | | ||||||
| * | work on scheduling toots, editing as new, display scheduled ts | marty hiatt | 2022-11-29 | 1 | -8/+39 | |
| | | ||||||
| * | abbreviate toot compose properties (visibility, char count etc) | marty hiatt | 2022-11-29 | 1 | -3/+3 | |
| | | ||||||
| * | tweak scheduled toot message string date format | marty hiatt | 2022-11-29 | 1 | -1/+1 | |
| | |