aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
Commit message (Expand)AuthorAgeFilesLines
* http: return nil if we render html errormarty hiatt2024-10-291-1/+3
* change email addressmarty hiatt2024-10-201-2/+2
* flychecksmarty hiatt2024-10-191-1/+2
* bump version, copyrightmarty hiatt2024-10-181-1/+1
* http: remove msg callmarty hiatt2024-10-091-1/+0
* http--post: if :json, supply required headersmarty hiatt2024-10-011-4/+6
* rewrite http--patch (+ json confusion)marty hiatt2024-10-011-3/+18
* eq for symbols, string= for stringsmarty hiatt2024-08-221-1/+1
* comment re instance JSON errormarty hiatt2024-08-191-0/+4
* mastodon-http--api-search -> mastodon-http--api-v2marty hiatt2024-08-181-4/+0
* add http--api-v2marty hiatt2024-08-141-0/+4
* http: move concat params to urlmarty hiatt2024-08-051-7/+7
* http: handle --get returning nil from instancemarty hiatt2024-06-101-2/+6
* docstring and indexmarty hiatt2024-05-301-1/+2
* unfilter langs: POST raw params and it works!marty hiatt2024-05-291-5/+11
* not working unfilter user langs. adds json flag arg through action funsmarty hiatt2024-05-291-1/+1
* view instance desc: use api v2marty hiatt2024-05-261-3/+4
* PUT attachment alt-text in media upload callback. (pleroma)marty hiatt2024-03-161-6/+15
* move condition case from http get-response to credential-accountmarty hiatt2024-02-211-7/+2
* http: some hack error handling in get-responsemarty hiatt2024-02-201-2/+8
* Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer'Rahguzar2024-01-061-1/+0
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* edit toots adopt attachments. FIX #506marty hiatt2023-11-061-3/+7
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-1/+1
* docstrings autoloadsmarty hiatt2023-10-131-1/+1
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-131-0/+4
* http: build query str only when we have a valuemarty hiatt2023-10-131-2/+3
* doctring for http--postmarty hiatt2023-10-081-2/+5
* require shr for http.elmarty hiatt2023-10-081-0/+1
* hotfix http-post errormarty hiatt2023-10-071-1/+1
* port fedi-http handling of POST JSON data or notmarty hiatt2023-10-021-8/+11
* remove error call in rendering html http response.marty hiatt2023-08-161-2/+2
* comment erroneous request-timeout lexicalmarty hiatt2023-07-201-1/+1
* poss fix for simultaneous uploads. See #478.marty hiatt2023-07-131-8/+10
* fix indent of media attachmentsmarty hiatt2023-07-131-2/+2
* message wait/done to attachment uploads, to avoid issues. See #478.marty hiatt2023-07-121-5/+1
* fix html render on error in process-jsonmarty hiatt2023-06-201-2/+2
* rough rendering for 404 html error responses.marty hiatt2023-05-261-4/+17
* Revert "use url-http-end-of-headers in http.el" To fix testsmarty hiatt2023-05-161-2/+2
* http docstringmarty hiatt2023-05-161-2/+3
* use url-http-end-of-headers in http.elmarty hiatt2023-05-111-2/+2
* audit http.elmarty hiatt2023-05-101-52/+43
* refactor concat-params-to-url, replace append-query stringmarty hiatt2023-05-101-36/+20
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-1/+1
* sort all autoloadsmarty hiatt2023-03-191-1/+0
* http--process-response: display response as error if not jsonmarty hiatt2023-01-281-2/+12
* remove first empty line in docstringsmarty hiatt2023-01-091-3/+0
* update copyright/author attributionmarty hiatt2022-11-271-0/+2
* http: always use PARAMS or CBARGS, never ARGS anywheremarty hiatt2022-11-241-16/+18