jaina heartles heartles
  • fae/she @heartles@egirls.gay on fedi

  • Joined on 2022-08-05
heartles commented on issue heartles/fediglam#21 2022-12-07 09:59:23 +00:00
User profiles

mostly done for now. I'm not a huge fan of the path difference between GET /users/:id and PUT /users/:id/profile but since they have different values i thought it best.

heartles pushed to main at heartles/fediglam 2022-12-07 05:45:00 +00:00
03a5112036 Fix updated_at field in api
heartles closed issue heartles/fediglam#15 2022-12-07 05:41:41 +00:00
File storage api
heartles commented on issue heartles/fediglam#15 2022-12-07 05:41:39 +00:00
File storage api

finished in 22f2a03

heartles pushed to main at heartles/fediglam 2022-12-07 05:41:10 +00:00
22f2a03308 Fix api types in drive api
heartles pushed to main at heartles/fediglam 2022-12-06 10:56:15 +00:00
9e66ef441b File dereference endpoint
6f4882794a File system api
b60b629b30 Allow unknown fields in some api calls
7ea3048027 Add boolean support to sql package
4103dd384a Fix migrations
Compare 8 commits »
heartles commented on issue heartles/fediglam#15 2022-12-06 10:56:05 +00:00
File storage api

Alright. Api is working but responses aren't being returned in the right format

heartles opened issue heartles/fediglam#61 2022-12-03 15:33:18 +00:00
Activity processing queue
heartles opened issue heartles/fediglam#60 2022-12-03 15:26:47 +00:00
Different file storage backends
heartles commented on issue heartles/fediglam#15 2022-12-03 15:24:55 +00:00
File storage api

This is partway done as of 208007c0f716d7b8847e8fff25972cf7379b0d33.

The DB schema I don't think will change too much aside from later changes to add different storage backends. I'm gong to…

heartles closed issue heartles/fediglam#53 2022-12-03 15:21:54 +00:00
File Creation Api
heartles commented on issue heartles/fediglam#53 2022-12-03 15:21:51 +00:00
File Creation Api

whoops, closing as duplicate of #15

heartles closed issue heartles/fediglam#56 2022-12-03 15:20:09 +00:00
multipart/form-data support
heartles commented on issue heartles/fediglam#56 2022-12-03 15:20:07 +00:00
multipart/form-data support

6e56775d61efa86976127f38d4df7d848f102c9e

heartles pushed to main at heartles/fediglam 2022-12-03 15:18:02 +00:00
208007c0f7 Drive - Uploads & dirs
31f676580d Rework fs db schema
6cfd035883 parse content-type form header
e27d0064ee Fix some bugs in sql engine
a97850964e Stub out filesystem apis
Compare 25 commits »
heartles pushed to main at heartles/fediglam 2022-11-27 10:01:17 +00:00
8aa4f900f6 Use relative links on pagination
b2c69c2df8 queryStringify cleanup
abf31ea33c Flesh out test cases for unions
ce40448dc8 Revamp QueryString parser test
f7f84f0516 Add util.testing.expectDeepEqual
Compare 9 commits »
heartles pushed to main at heartles/fediglam 2022-11-27 01:57:39 +00:00
856619b286 Finish using middleware impl
9c5e46ec5a Fix middleware compilation???
04a95a280b use new middleware system
43ddc7534b debugging changes for middleware
a28af9e1fe Move json and query helpers
Compare 11 commits »
heartles renamed repository from apub to heartles/fediglam 2022-11-23 16:43:20 +00:00
heartles opened issue heartles/fediglam#59 2022-11-22 12:15:43 +00:00
Integration tests for SQL package
heartles opened issue heartles/fediglam#58 2022-11-22 12:09:13 +00:00
Unit tests for HTTP package