aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * display edit timestamp in byline, function to view toot historymarty hiatt2022-11-211-12/+35
| |
| * toot--edited-atmarty hiatt2022-11-211-0/+7
| |
| * get toot editsmarty hiatt2022-11-211-0/+8
| |
| * docstrings + autoloadsmarty hiatt2022-11-211-5/+6
| |
| * edit toot at pointmarty hiatt2022-11-211-5/+51
| | | | | | | | | | | | edit from notifs we fetch 'base-toot or 'toot-json
* | delete/redraft/pin toots from notificationsmarty hiatt2022-11-201-2/+4
|/ | | | we simply fetch 'base-toot or 'toot-json
* mastodon-handle-regex: use for company + propertizingmarty hiatt2022-11-201-15/+33
|
* http--post - make args + headers optional argsmarty hiatt2022-11-191-2/+2
| | | | also update all calls to it, no need for nil nil everywhere.
* toot count: URLs = 23 chars, handes = no domainmarty hiatt2022-11-191-10/+33
|
* toot.el -- separator for all funs but company backendsmarty hiatt2022-11-191-17/+17
|
* -- separator for profile/tl funs in other filesmarty hiatt2022-11-181-5/+5
|
* tweak toot prop mentions regexmarty hiatt2022-11-171-3/+7
|
* flycheck -toot.elmarty hiatt2022-11-171-4/+6
|
* Merge branch 'mentions-view' into developmarty hiatt2022-11-171-10/+6
|\
| * refactor array params into -http--build-array-args-alistmarty hiatt2022-11-171-10/+6
| |
* | prop tags/handles - tweak regex for spacingmarty hiatt2022-11-171-2/+2
|/
* only propertize handles and tags if they are bounded by non-wordsmarty hiatt2022-11-151-4/+4
| | | | fixes accidental propertizing of handles in links
* fetch and use max chars per option for pollsmarty hiatt2022-11-131-7/+17
|
* allow boost/fave of base toot from notifsmarty hiatt2022-11-121-2/+6
|
* wholly remove parent-toot; use base-toot/-id onlymarty hiatt2022-11-121-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 developmarty hiatt2022-11-121-10/+29
|\
| * store and restore window-config before and after composing a tootmarty hiatt2022-11-091-10/+29
| |
* | polls: fetch max options from instance, reject more than thatmarty hiatt2022-11-111-1/+19
| |
* | mastodon-toot-empty-p: count polls as non empty tootmarty hiatt2022-11-111-2/+3
| |
* | Merge branch 'headers' into developmarty hiatt2022-11-101-2/+2
|\ \
| * | remove all 'headers' args in -toot and -tlmarty hiatt2022-11-091-1/+0
| | |
| * | Merge branch 'develop' into headersmarty hiatt2022-11-091-6/+51
| |\|
| * | add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-2/+3
| | |
| * | basic poll creation, with all optionsmarty hiatt2022-11-041-15/+30
| | | | | | | | | | | | polls docstrings etc cleanup
| * | basic poll create funsmarty hiatt2022-11-041-1/+36
| | |
| * | toot--kill: fix delete after change funs fun namemarty hiatt2022-10-311-1/+1
| | |
* | | masto-toot-mode-hook - only fetch acc settings if not setmarty hiatt2022-11-101-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 regexmarty hiatt2022-11-071-1/+1
| |
* | propertize hashtags and handles in toot compose buffermarty hiatt2022-11-071-0/+28
| |
* | poll - add collection of expiry timesmarty hiatt2022-11-051-4/+21
| |
* | rename --make-poll-params to --make-poll-options-paramsmarty hiatt2022-11-051-2/+2
| |
* | basic poll creation, with all optionsmarty hiatt2022-11-051-15/+30
| | | | | | | | polls docstrings etc cleanup
* | basic poll create funsmarty hiatt2022-11-051-1/+36
| |
* | toot--kill: fix delete after change funs fun namemarty hiatt2022-11-051-1/+1
|/
* toot-mode-hook: profile-fetch-server-account-settingsmarty hiatt2022-10-311-0/+4
|
* restore -toot--kill fun for use with draft toot functionalitymarty hiatt2022-10-291-6/+10
|
* Revert "FIX getting of 'parent-toot properties in mastodon-toot--reply"marty hiatt2022-10-291-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 notifsmarty hiatt2022-10-271-1/+1
|
* FIX getting of 'parent-toot properties in mastodon-toot--replymarty hiatt2022-09-201-3/+1
|
* FIX getting of 'parent-toot properties in mastodon-toot--replymarty hiatt2022-09-201-1/+3
|
* prompt to save draft on toot cancelmarty hiatt2022-09-111-13/+19
|
* docstrings autoloads local funsmarty hiatt2022-09-111-9/+14
|
* `mastodon-profile-account-settings` fetch on enter major modemarty hiatt2022-09-101-9/+18
|
* handle delete draft when no draftsmarty hiatt2022-09-101-9/+12
|
* only save drafts when not sent, persist drafts listmarty hiatt2022-09-101-11/+16
|