Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only propertize handles and tags if they are bounded by non-words | marty hiatt | 2022-11-15 | 1 | -4/+4 |
| | | | | fixes accidental propertizing of handles in links | ||||
* | fetch and use max chars per option for polls | marty hiatt | 2022-11-13 | 1 | -7/+17 |
| | |||||
* | allow boost/fave of base toot from notifs | marty hiatt | 2022-11-12 | 1 | -2/+6 |
| | |||||
* | wholly remove parent-toot; use base-toot/-id only | marty hiatt | 2022-11-12 | 1 | -7/+6 |
| | | | | | | | | | | | | | | the confusion came from the three different types of statuses we often encounter: - toot - boost/fave - notification (of boost/fave/mention) in notifications, we can't just use -tl--toot-id. it will return the notif's id, not the base toot's. so we do still fetch base-toot JSON (formerly 'parent-toot prop), and get base-toot-id from there, else from toot JSON. | ||||
* | Merge branch 'window-config' into develop | marty hiatt | 2022-11-12 | 1 | -10/+29 |
|\ | |||||
| * | store and restore window-config before and after composing a toot | marty hiatt | 2022-11-09 | 1 | -10/+29 |
| | | |||||
* | | polls: fetch max options from instance, reject more than that | marty hiatt | 2022-11-11 | 1 | -1/+19 |
| | | |||||
* | | mastodon-toot-empty-p: count polls as non empty toot | marty hiatt | 2022-11-11 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'headers' into develop | marty hiatt | 2022-11-10 | 1 | -2/+2 |
|\ \ | |||||
| * | | remove all 'headers' args in -toot and -tl | marty hiatt | 2022-11-09 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'develop' into headers | marty hiatt | 2022-11-09 | 1 | -6/+51 |
| |\| | |||||
| * | | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -2/+3 |
| | | | |||||
| * | | basic poll creation, with all options | marty hiatt | 2022-11-04 | 1 | -15/+30 |
| | | | | | | | | | | | | polls docstrings etc cleanup | ||||
| * | | basic poll create funs | marty hiatt | 2022-11-04 | 1 | -1/+36 |
| | | | |||||
| * | | toot--kill: fix delete after change funs fun name | marty hiatt | 2022-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | masto-toot-mode-hook - only fetch acc settings if not set | marty hiatt | 2022-11-10 | 1 | -1/+2 |
| |/ |/| | | | | | | | | | | | | | | | the idea is to be able to start composing a toot without making any unnecessary requests. masto-mode-hook still always fetches (in case settings changed elsewhere). and we always fetch when we change a setting. | ||||
* | | add dash to handles regex | marty hiatt | 2022-11-07 | 1 | -1/+1 |
| | | |||||
* | | propertize hashtags and handles in toot compose buffer | marty hiatt | 2022-11-07 | 1 | -0/+28 |
| | | |||||
* | | poll - add collection of expiry times | marty hiatt | 2022-11-05 | 1 | -4/+21 |
| | | |||||
* | | rename --make-poll-params to --make-poll-options-params | marty hiatt | 2022-11-05 | 1 | -2/+2 |
| | | |||||
* | | basic poll creation, with all options | marty hiatt | 2022-11-05 | 1 | -15/+30 |
| | | | | | | | | polls docstrings etc cleanup | ||||
* | | basic poll create funs | marty hiatt | 2022-11-05 | 1 | -1/+36 |
| | | |||||
* | | toot--kill: fix delete after change funs fun name | marty hiatt | 2022-11-05 | 1 | -1/+1 |
|/ | |||||
* | toot-mode-hook: profile-fetch-server-account-settings | marty hiatt | 2022-10-31 | 1 | -0/+4 |
| | |||||
* | restore -toot--kill fun for use with draft toot functionality | marty hiatt | 2022-10-29 | 1 | -6/+10 |
| | |||||
* | Revert "FIX getting of 'parent-toot properties in mastodon-toot--reply" | marty hiatt | 2022-10-29 | 1 | -1/+4 |
| | | | | | this FIXes the FIX and the other FIX so that it should finally be FIXXXED This reverts commit 020c8efaa235e67aaa07284beae84dd9134fbc90. | ||||
* | FIX fetching parent toot in --reply, for notifs | marty hiatt | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | FIX getting of 'parent-toot properties in mastodon-toot--reply | marty hiatt | 2022-09-20 | 1 | -3/+1 |
| | |||||
* | FIX getting of 'parent-toot properties in mastodon-toot--reply | marty hiatt | 2022-09-20 | 1 | -1/+3 |
| | |||||
* | prompt to save draft on toot cancel | marty hiatt | 2022-09-11 | 1 | -13/+19 |
| | |||||
* | docstrings autoloads local funs | marty hiatt | 2022-09-11 | 1 | -9/+14 |
| | |||||
* | `mastodon-profile-account-settings` fetch on enter major mode | marty hiatt | 2022-09-10 | 1 | -9/+18 |
| | |||||
* | handle delete draft when no drafts | marty hiatt | 2022-09-10 | 1 | -9/+12 |
| | |||||
* | only save drafts when not sent, persist drafts list | marty hiatt | 2022-09-10 | 1 | -11/+16 |
| | |||||
* | delete draft funs | marty hiatt | 2022-09-10 | 1 | -0/+15 |
| | |||||
* | improve draft handling | marty hiatt | 2022-09-10 | 1 | -5/+15 |
| | |||||
* | refactor (mastodon-toot-empty-p), replace current toot with draft | marty hiatt | 2022-09-10 | 1 | -13/+29 |
| | |||||
* | draft toots list, open draft toot function | marty hiatt | 2022-09-10 | 1 | -9/+25 |
| | |||||
* | v basic start on draft toots | marty hiatt | 2022-09-07 | 1 | -3/+23 |
| | |||||
* | customize option to display orig toot when replying | marty hiatt | 2022-09-06 | 1 | -20/+41 |
| | |||||
* | use seq-empty-p and string-empty-p calls | marty hiatt | 2022-09-05 | 1 | -3/+3 |
| | |||||
* | silence flycheck about 'backend-name' | marty hiatt | 2022-09-01 | 1 | -1/+1 |
| | |||||
* | move set-default-toot-visibility to -toot.el | marty hiatt | 2022-09-01 | 1 | -0/+9 |
| | |||||
* | set default visibility fun | marty hiatt | 2022-08-31 | 1 | -0/+4 |
| | |||||
* | remove default-visibility defcustom | marty hiatt | 2022-08-31 | 1 | -12/+0 |
| | |||||
* | respect toot visibility setting from the server | marty hiatt | 2022-08-31 | 1 | -1/+8 |
| | |||||
* | autoload for search-tags-query for tags completion | marty hiatt | 2022-08-30 | 1 | -0/+1 |
| | |||||
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | refactor completion functions for two backends | marty hiatt | 2022-08-26 | 1 | -55/+82 |
| | |||||
* | completion customizes edit for handling tags completion | marty hiatt | 2022-08-26 | 1 | -3/+9 |
| |