Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | http docstrings | marty hiatt | 2022-11-10 | 1 | -3/+6 | |
| | | | ||||||
| * | | paginate favourites view using Link header | marty hiatt | 2022-11-10 | 1 | -55/+96 | |
| | | | ||||||
| * | | opt no-headers arg, only fetch when nil | marty hiatt | 2022-11-09 | 1 | -8/+10 | |
| | | | ||||||
| * | | use a proper dotted alist for response headers list | marty hiatt | 2022-11-09 | 2 | -6/+3 | |
| | | | ||||||
| * | | --init: handle json or full response and handle Link header | marty hiatt | 2022-11-09 | 2 | -8/+19 | |
| | | | ||||||
| * | | -tl--init* revert json > response arg for now | marty hiatt | 2022-11-09 | 1 | -10/+1 | |
| | | | ||||||
| * | | relationships in print profile buffer - get json list not vect | marty hiatt | 2022-11-09 | 1 | -5/+4 | |
| | | | ||||||
| * | | http: add response layer to requests: | marty hiatt | 2022-11-09 | 1 | -25/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - response is a cons of JSON list and http response headers alist - existing --get-json functions now just car the response - we also process JSON array as a list not a vector - this should open the way to handling response headers if we want to, eg for paginating favorites with the Link: header | |||||
| * | | remove all 'headers' args in -toot and -tl | marty hiatt | 2022-11-09 | 2 | -12/+10 | |
| | | | ||||||
| * | | factor out tl--set-buffer-spec function in -tl.el only for now | marty hiatt | 2022-11-09 | 1 | -31/+36 | |
| | | | ||||||
| * | | Merge branch 'develop' into headers | marty hiatt | 2022-11-09 | 5 | -42/+118 | |
| |\| | ||||||
| * | | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 4 | -12/+24 | |
| | | | ||||||
| * | | small improvements to poll display in timeline | marty hiatt | 2022-11-04 | 1 | -3/+15 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | display profile header image [rough start] | marty hiatt | 2022-11-04 | 1 | -6/+8 | |
| | | | | | | | | | | | | plant header image to right of avatar | |||||
| * | | Revert "remove unused --append-query-string" | marty hiatt | 2022-11-03 | 1 | -0/+7 | |
| | | | | | | | | | | | | This reverts commit e2fd67b16104ab772a4ef962613cb9f3cb3cea52. | |||||
| * | | http.el docstrings | marty hiatt | 2022-10-31 | 1 | -6/+10 | |
| | | | ||||||
| * | | flycheck requires / thingatpt fun | marty hiatt | 2022-10-31 | 1 | -1/+3 | |
| | | | ||||||
| * | | toot--kill: fix delete after change funs fun name | marty hiatt | 2022-10-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | convert :json-false to nil in account settings handling | marty hiatt | 2022-10-31 | 1 | -3/+7 | |
| | | | | | | | | | | | | :json-false isn't nil, so doesn't work as we want | |||||
* | | | Merge branch 'fetch-acc-settings-maybe' into develop | marty hiatt | 2022-11-10 | 2 | -23/+32 | |
|\ \ \ | ||||||
| * | | | masto-toot-mode-hook - only fetch acc settings if not set | marty hiatt | 2022-11-10 | 2 | -23/+32 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | readme typos | marty hiatt | 2022-11-10 | 1 | -3/+3 | |
| | | | ||||||
* | | | readme: Nota Bene | marty hiatt | 2022-11-10 | 1 | -0/+8 | |
|/ / | ||||||
* | | indent -tl.el | marty hiatt | 2022-11-08 | 1 | -11/+11 | |
| | | ||||||
* | | instance describe: handle emojis properly | marty hiatt | 2022-11-08 | 1 | -3/+13 | |
| | | ||||||
* | | run --render-text before checking newline-if-long | marty hiatt | 2022-11-08 | 1 | -6/+7 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | boilerplate | marty hiatt | 2022-11-05 | 1 | -1/+3 | |
| | | ||||||
* | | edit header prop line for melpa | marty hiatt | 2022-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | readme deps | marty hiatt | 2022-11-05 | 1 | -3/+5 | |
| | | ||||||
* | | Revert "fetch-server-account-settings: only fetch if var not set" | marty hiatt | 2022-11-05 | 1 | -21/+20 | |
| | | | | | | | | This reverts commit 42990b2a471afc2d4cc1102f8cec8e70982f2e2c. | |||||
* | | use ts library to format poll expiry | marty hiatt | 2022-11-05 | 3 | -11/+14 | |
| | | ||||||
* | | readme re poll | marty hiatt | 2022-11-05 | 1 | -1/+2 | |
| | | ||||||
* | | pretty expiry display and voter count | marty hiatt | 2022-11-05 | 1 | -6/+18 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | small improvements to poll display in timeline | marty hiatt | 2022-11-05 | 1 | -3/+15 | |
| | | | | | | | | revert display of poll votes | |||||
* | | 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 | |
| | | ||||||
* | | Revert "remove unused --append-query-string" | marty hiatt | 2022-11-05 | 1 | -0/+7 | |
| | | | | | | | | This reverts commit e2fd67b16104ab772a4ef962613cb9f3cb3cea52. | |||||
* | | http.el docstrings | marty hiatt | 2022-11-05 | 1 | -6/+10 | |
| | | ||||||
* | | flycheck requires / thingatpt fun | marty hiatt | 2022-11-05 | 1 | -1/+3 | |
| | | ||||||
* | | toot--kill: fix delete after change funs fun name | marty hiatt | 2022-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | convert :json-false to nil in account settings handling | marty hiatt | 2022-11-05 | 1 | -3/+7 | |
| | | | | | | | | :json-false isn't nil, so doesn't work as we want | |||||
* | | fetch-server-account-settings: only fetch if var not set | marty hiatt | 2022-11-05 | 1 | -20/+21 | |
|/ | ||||||
* | toot-mode-hook: profile-fetch-server-account-settings | marty hiatt | 2022-10-31 | 1 | -0/+4 | |
| | ||||||
* | defvars for flycheck | marty hiatt | 2022-10-30 | 1 | -0/+2 | |
| |