Commit Graph

424 Commits

Author SHA1 Message Date
jaina heartles d24957b7a0 Create ParseResult 2022-11-15 22:11:16 -08:00
jaina heartles 7191ad8f27 Split up template parsing and execution 2022-11-15 22:07:45 -08:00
jaina heartles 3b03764be7 Start work on template package 2022-11-15 19:11:29 -08:00
jaina heartles 861c31c3ad Allow passing params by application/x-www-form-urlencoded 2022-11-15 01:03:47 -08:00
jaina heartles a15baaf2e7 Decode query string chars 2022-11-15 01:03:25 -08:00
jaina heartles db1bd0f7c7 Remove Body param
Yeah I just misunderstood something in the HTML spec whoops
2022-11-15 00:56:30 -08:00
jaina heartles 0b04ad5e00 Support for 'Data' field in controllers 2022-11-14 23:49:23 -08:00
jaina heartles 85f57df0cb Controller helper refactor 2022-11-14 23:22:40 -08:00
jaina heartles 76b9018297 Add basic webpage 2022-11-14 21:38:08 -08:00
jaina heartles 721bf7e61a Rename follower/followee 2022-11-14 20:25:59 -08:00
jaina heartles 81c705d519 Home timeline endpoint 2022-11-14 15:00:01 -08:00
jaina heartles 763327292a Following/follower endpoints 2022-11-14 01:03:11 -08:00
jaina heartles 568c6cd6b6 Combine pagination code 2022-11-14 00:25:52 -08:00
jaina heartles c49f1487a7 Add list followers api calls 2022-11-14 00:14:29 -08:00
jaina heartles ebf8b34e15 Add follow table 2022-11-13 23:56:58 -08:00
jaina heartles 06aa3ad44e Updated README 2022-11-13 23:04:25 -08:00
jaina heartles 4773a86313 Add args to timeline controller 2022-11-13 23:00:20 -08:00
jaina heartles 4e81441a0d Move query format helpers into common code 2022-11-13 21:57:32 -08:00
jaina heartles bfd73b7a1f Add union support to query parser 2022-11-13 20:40:13 -08:00
jaina heartles 8694516180 Add local timeline 2022-11-12 05:23:55 -08:00
jaina heartles 5630c6160f Rename prep_allocator 2022-11-12 05:08:01 -08:00
jaina heartles 139fc92854 Add queryRowsWithOptions method to db helper 2022-11-12 05:04:33 -08:00
jaina heartles 83da3c914b Basic global timeline 2022-11-12 04:39:49 -08:00
jaina heartles 7d13b2546b Fixes for stage1 compiler 2022-11-10 01:53:09 -08:00
jaina heartles 181e57a631 Make inline for loops compatible with stage1 2022-11-09 16:49:42 -08:00
jaina heartles cfdc8c5761 Remove debug logging 2022-11-09 16:49:26 -08:00
jaina heartles cbf98c1cf3 Fix chunked transfer encoding 2022-11-07 00:25:33 -08:00
jaina heartles d2151ae326 Switch to ArrayHashMap 2022-11-06 23:59:35 -08:00
jaina heartles 2d464f0820 Chunked transfer encoding 2022-11-06 23:38:21 -08:00
jaina heartles 438c72b7e9 Make request generic based on reader 2022-11-05 03:09:59 -07:00
jaina heartles b46e82746c Parse list-based headers 2022-11-05 01:54:00 -07:00
jaina heartles 4cb574bc91 Clean up header handling 2022-11-05 00:26:53 -07:00
jaina heartles 5d94f6874d Fixes for zig 0.10.0 2022-11-03 23:26:50 -07:00
jaina heartles 1ba1b18c39 Move query helpers into common code 2022-10-16 14:46:01 -07:00
jaina heartles e90d9daf77 Serve on ipv6 by default 2022-10-16 05:48:36 -07:00
jaina heartles e4cbb0acc3 Add basic websocket support 2022-10-16 05:48:12 -07:00
jaina heartles cb2f97a28f Add multithreading 2022-10-13 21:05:52 -07:00
jaina heartles 0ce315368a Minor HTTP refactor 2022-10-13 02:23:57 -07:00
jaina heartles 159f1c28cc Add sql connection pool 2022-10-12 23:19:59 -07:00
jaina heartles 23da0c6857 Get integration tests working 2022-10-11 22:48:08 -07:00
jaina heartles b79be4bfd1 update readme 2022-10-11 20:42:22 -07:00
jaina heartles bb509dd6f7 Update docs 2022-10-11 20:21:44 -07:00
jaina heartles b2c87dd207 account + local_account -> actor + account 2022-10-11 20:06:29 -07:00
jaina heartles d852a3d153 Fix string concatenation 2022-10-11 19:28:36 -07:00
jaina heartles 46e71d8b44 Provide page links in communities query 2022-10-11 19:19:34 -07:00
jaina heartles 37e0192c4f Return next set of query arguments 2022-10-10 22:19:58 -07:00
jaina heartles 195b201564 Add support for Community query 2022-10-10 21:49:36 -07:00
jaina heartles add17c0a0a Use new controller layout 2022-10-10 20:28:23 -07:00
jaina heartles 228b9490ef Start re-adding controllers 2022-10-09 19:31:15 -07:00
jaina heartles 83ee7efba0 Controller refactor 2022-10-09 19:06:11 -07:00