aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
Commit message (Expand)AuthorAgeFilesLines
...
* --init: handle json or full response and handle Link headermarty hiatt2022-11-091-0/+1
* http: add response layer to requests:marty hiatt2022-11-091-25/+50
* add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-4/+13
* Revert "remove unused --append-query-string"marty hiatt2022-11-031-0/+7
* http.el docstringsmarty hiatt2022-10-311-6/+10
* re-write --make-meta-fields-params to build normal params alistmarty hiatt2022-10-301-4/+2
* working meta fields updatemarty hiatt2022-10-291-2/+4
* remove unused --append-query-stringmarty hiatt2022-09-121-7/+0
* factor out http--build-query-string for use PATCH reqs alsomarty hiatt2022-09-121-14/+18
* macro declare debug body for auth reqmarty hiatt2022-09-121-0/+1
* indentation and stale TODOsmarty hiatt2022-09-121-37/+37
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-1/+1
* -http: optional silent requests so we can actually messagemarty hiatt2022-09-031-10/+10
* http--patch: make general function, not just for notemarty hiatt2022-08-311-11/+8
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
* docstringsmarty hiatt2022-08-171-2/+3
* restore (list (cons call in macromarty hiatt2022-08-071-19/+19
* expand authorized-request macro to hand POST requestsmarty hiatt2022-08-071-26/+27
* http: --authorized-request macromarty hiatt2022-08-071-48/+46
* Merge pull request '2FA login support' (#255) from Red_Starfish/mastodon-up.e...martianh2022-03-231-0/+8
|\
| * change '-' to '--' in between function and namespace namesAbhiseck Paira2022-02-231-1/+1
| * add helper function `mastodon-http-append-query-string'Abhiseck Paira2022-01-131-0/+8
* | update homepage and copyright boilerplatemousebot2022-02-051-1/+1
|/
* pleroma compat commentmousebot2021-12-251-0/+1
* apply pleroma patch from #208mousebot2021-12-231-0/+2
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* a first hack to make media uploads immediate and async.mousebot2021-12-151-1/+1
* Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-061-13/+11
* Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-5/+5
* Clean up uses of `url-retrieve-synchronously`.Holger Dürer2021-11-061-28/+12
* Reformat all code.Holger Dürer2021-11-061-44/+43
* Fix tests.Holger Dürer2021-11-011-4/+12
* Fix compilation warnings.Holger Dürer2021-11-011-1/+1
* merge upload-media-attachments functionality into toot-send.mousebot2021-10-291-3/+4
* hopefully improve attachment upload error handlingmousebot2021-10-291-9/+15
* move read-file-as-stringmousebot2021-10-231-6/+6
* remove wrongly set http--timeoutmousebot2021-10-231-2/+2
* flycheck, autoloads, docstringsmousebot2021-10-221-2/+3
* docstring typomousebot2021-10-221-1/+1
* restore hdurer's http--read-file-as-stringmousebot2021-10-211-0/+6
* improvements to toot mentions completionmousebot2021-10-211-6/+8
* remove empty lines from docstringsmousebot2021-10-211-6/+0
* set a larger mastodon-http--timeout.mousebot2021-10-051-1/+1
* flycheck: docstrings, autoloads, declarationsmousebot2021-10-021-1/+5
* repair somewhat the media-upload functions and error handlingmousebot2021-10-021-13/+13
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* mastodon-http--triage - messages errors rather than response buffermousebot2021-08-091-2/+15