summaryrefslogtreecommitdiff
path: root/src/http.cpp
AgeCommit message (Collapse)Author
2022-08-21remove curl error bufferouwou
it was useless anyways
2022-08-17fetch cookies and build number on startupouwou
2022-08-12Merge branch 'attachments'ouwou
2022-08-11spoof a bunch of headers like the web clientouwou
2022-08-08remove unnecessary verbosityouwou
2022-07-07add upload progress barouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-01-09format allouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css