Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment re instance JSON error | marty hiatt | 2024-08-19 | 1 | -0/+4 |
| | |||||
* | mastodon-http--api-search -> mastodon-http--api-v2 | marty hiatt | 2024-08-18 | 1 | -4/+0 |
| | |||||
* | add http--api-v2 | marty hiatt | 2024-08-14 | 1 | -0/+4 |
| | |||||
* | http: move concat params to url | marty hiatt | 2024-08-05 | 1 | -7/+7 |
| | |||||
* | http: handle --get returning nil from instance | marty hiatt | 2024-06-10 | 1 | -2/+6 |
| | |||||
* | docstring and index | marty hiatt | 2024-05-30 | 1 | -1/+2 |
| | |||||
* | unfilter langs: POST raw params and it works! | marty hiatt | 2024-05-29 | 1 | -5/+11 |
| | |||||
* | not working unfilter user langs. adds json flag arg through action funs | marty hiatt | 2024-05-29 | 1 | -1/+1 |
| | |||||
* | view instance desc: use api v2 | marty hiatt | 2024-05-26 | 1 | -3/+4 |
| | |||||
* | PUT attachment alt-text in media upload callback. (pleroma) | marty hiatt | 2024-03-16 | 1 | -6/+15 |
| | |||||
* | move condition case from http get-response to credential-account | marty hiatt | 2024-02-21 | 1 | -7/+2 |
| | |||||
* | http: some hack error handling in get-response | marty hiatt | 2024-02-20 | 1 | -2/+8 |
| | |||||
* | Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer' | Rahguzar | 2024-01-06 | 1 | -1/+0 |
| | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice. | ||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 |
| | |||||
* | edit toots adopt attachments. FIX #506 | marty hiatt | 2023-11-06 | 1 | -3/+7 |
| | | | | | | | - fetch media from url (http--read-file-as-string) - on edit, set media-attachments/-ids with the data from the toot/url - nb: users still can't edit attachments, can only remove all or maintain them as they are. but that's much better than always nuking them! | ||||
* | triage: call cb on response. do-user-action-fun: check response data | marty hiatt | 2023-10-28 | 1 | -1/+1 |
| | | | | this means the triage callback always needs to handle 1 arg. | ||||
* | docstrings autoloads | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | mastodon-http--api-search fun (search uses api v2) | marty hiatt | 2023-10-13 | 1 | -0/+4 |
| | |||||
* | http: build query str only when we have a value | marty hiatt | 2023-10-13 | 1 | -2/+3 |
| | |||||
* | doctring for http--post | marty hiatt | 2023-10-08 | 1 | -2/+5 |
| | |||||
* | require shr for http.el | marty hiatt | 2023-10-08 | 1 | -0/+1 |
| | |||||
* | hotfix http-post error | marty hiatt | 2023-10-07 | 1 | -1/+1 |
| | |||||
* | port fedi-http handling of POST JSON data or not | marty hiatt | 2023-10-02 | 1 | -8/+11 |
| | |||||
* | remove error call in rendering html http response. | marty hiatt | 2023-08-16 | 1 | -2/+2 |
| | |||||
* | comment erroneous request-timeout lexical | marty hiatt | 2023-07-20 | 1 | -1/+1 |
| | |||||
* | poss fix for simultaneous uploads. See #478. | marty hiatt | 2023-07-13 | 1 | -8/+10 |
| | |||||
* | fix indent of media attachments | marty hiatt | 2023-07-13 | 1 | -2/+2 |
| | |||||
* | message wait/done to attachment uploads, to avoid issues. See #478. | marty hiatt | 2023-07-12 | 1 | -5/+1 |
| | |||||
* | fix html render on error in process-json | marty hiatt | 2023-06-20 | 1 | -2/+2 |
| | |||||
* | rough rendering for 404 html error responses. | marty hiatt | 2023-05-26 | 1 | -4/+17 |
| | |||||
* | Revert "use url-http-end-of-headers in http.el" To fix tests | marty hiatt | 2023-05-16 | 1 | -2/+2 |
| | | | | This reverts commit 6d05cf81ff5a84aa12735aeab2ac99a083c15033. | ||||
* | http docstring | marty hiatt | 2023-05-16 | 1 | -2/+3 |
| | |||||
* | use url-http-end-of-headers in http.el | marty hiatt | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | audit http.el | marty hiatt | 2023-05-10 | 1 | -52/+43 |
| | |||||
* | refactor concat-params-to-url, replace append-query string | marty hiatt | 2023-05-10 | 1 | -36/+20 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
| | | | | main file is set in .dir-locals.el now | ||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -1/+1 |
| | | | | thanks stephan! | ||||
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -1/+0 |
| | | | | sort autoloads in profile.el | ||||
* | http--process-response: display response as error if not json | marty hiatt | 2023-01-28 | 1 | -2/+12 |
| | | | | still need to handle possible html. | ||||
* | remove first empty line in docstrings | marty hiatt | 2023-01-09 | 1 | -3/+0 |
| | |||||
* | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+2 |
| | |||||
* | http: always use PARAMS or CBARGS, never ARGS anywhere | marty hiatt | 2022-11-24 | 1 | -16/+18 |
| | |||||
* | rename build-query-string to -params-str, + build-array-params-alist | marty hiatt | 2022-11-22 | 1 | -14/+14 |
| | |||||
* | remove redundant --get-search(-json) funs, use new params --get-json | marty hiatt | 2022-11-22 | 1 | -34/+0 |
| | |||||
* | attempt to fix --get-search params | marty hiatt | 2022-11-22 | 1 | -1/+2 |
| | |||||
* | fix --get-response-async re params | marty hiatt | 2022-11-22 | 1 | -1/+2 |
| | |||||
* | fix some tests due to params | marty hiatt | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | params always in http.el, only ever send alists from elsewhere. | marty hiatt | 2022-11-21 | 1 | -34/+51 |
| | | | | probably incomplete but mostly done. | ||||
* | no switch to response buffer on non-200 http response | marty hiatt | 2022-11-21 | 1 | -3/+5 |
| | |||||
* | http--post - make args + headers optional args | marty hiatt | 2022-11-19 | 1 | -2/+2 |
| | | | | also update all calls to it, no need for nil nil everywhere. |