Commit Graph

400 Commits

Author SHA1 Message Date
jaina heartles eae70d9b9c Fix transaction cleanup 2022-12-10 01:41:26 -08:00
jaina heartles c6af6caec7 Fix transaction use 2022-12-10 01:40:53 -08:00
jaina heartles 766878432b Treat NULLs as DateTime epoch 2022-12-10 01:30:17 -08:00
jaina heartles 882ff042e2 Template compilation errors on bad switch 2022-12-10 01:30:17 -08:00
jaina heartles ad513d70e2 Add switch statements 2022-12-10 01:30:17 -08:00
jaina heartles b2007131c8 Add @isTag builtin 2022-12-10 01:30:17 -08:00
jaina heartles 4e3450de4e Add equals operator to template engine 2022-12-10 01:30:17 -08:00
jaina heartles aee81e27b6 print error return traces on error 2022-12-10 01:30:17 -08:00
jaina heartles 522b456939 Print error return traces on error 2022-12-09 22:39:19 -08:00
jaina heartles 3cdd695948 Fix error return trace propagation 2022-12-09 22:38:52 -08:00
jaina heartles ee7ff9e69a create isInviteValid helper 2022-12-09 22:38:04 -08:00
jaina heartles eb001b39a4 split getUser into helper 2022-12-09 22:37:03 -08:00
jaina heartles f49e59bb47 Fix community creation 2022-12-09 22:33:39 -08:00
jaina heartles 1c6b3aceee Fix deserialization for default values 2022-12-09 22:32:34 -08:00
jaina heartles 1e7900d730 Basic styling on pages 2022-12-09 04:31:23 -08:00
jaina heartles 7b16fd6390 Move PathIter to util 2022-12-09 04:30:38 -08:00
jaina heartles 9d38aaec38 Remove logging statements 2022-12-09 03:39:49 -08:00
jaina heartles a035b08f83 Fix final chunk 2022-12-09 03:37:46 -08:00
jaina heartles 466a15f3cb Use % for context instead of @ 2022-12-08 03:21:18 -08:00
jaina heartles ef27bb5c21 Let . refer to entire args struct 2022-12-08 02:58:18 -08:00
jaina heartles 5924c257e0 Ignore captures with name _ 2022-12-08 02:54:36 -08:00
jaina heartles 06b8483a8a Add support for optional unwrapping conditionals 2022-12-08 02:49:42 -08:00
jaina heartles 86e203730c (#64) Add implicit context
Closes #64
2022-12-07 23:48:31 -08:00
jaina heartles 8c0548fc74 (#63) Allow invoking other templates
Closes #63
2022-12-07 23:34:57 -08:00
jaina heartles e072b045c6 Parse template calls 2022-12-07 23:24:32 -08:00
jaina heartles 9dabc237e0 (#62) Add elif support to template engine
Closes: #62
2022-12-07 22:47:55 -08:00
jaina heartles f8a799abfb Execute else branches 2022-12-07 17:30:01 -08:00
jaina heartles bb297a4f6e Parse else blocks 2022-12-07 17:26:36 -08:00
jaina heartles b0864b29d8 Return closing block from parseTemplate 2022-12-07 17:19:10 -08:00
jaina heartles 795f7983f8 (#21) Add /users/:id/profile endpoint 2022-12-07 02:01:42 -08:00
jaina heartles cece277eec Add support for slices in serialization module 2022-12-07 01:57:44 -08:00
jaina heartles d4cd0e6618 Add execWithOptions 2022-12-07 01:57:07 -08:00
jaina heartles 9f0cac0ed3 Add user profiles 2022-12-06 23:12:11 -08:00
jaina heartles 03a5112036 Fix updated_at field in api 2022-12-06 21:44:53 -08:00
jaina heartles 22f2a03308 Fix api types in drive api 2022-12-06 21:41:01 -08:00
jaina heartles 9e66ef441b File dereference endpoint 2022-12-06 02:53:41 -08:00
jaina heartles 6f4882794a File system api 2022-12-06 01:48:36 -08:00
jaina heartles b60b629b30 Allow unknown fields in some api calls 2022-12-06 01:48:17 -08:00
jaina heartles 7ea3048027 Add boolean support to sql package 2022-12-06 01:43:03 -08:00
jaina heartles 4103dd384a Fix migrations 2022-12-05 05:06:24 -08:00
jaina heartles dba9ec516d Fuck with migrations 2022-12-05 03:21:43 -08:00
jaina heartles 3c8ac8d7d4 Add community actors 2022-12-05 02:38:31 -08:00
jaina heartles af7c77babf Separate drive and file apis 2022-12-05 02:12:40 -08:00
jaina heartles 208007c0f7 Drive - Uploads & dirs 2022-12-03 07:09:29 -08:00
jaina heartles 31f676580d Rework fs db schema 2022-12-03 07:09:03 -08:00
jaina heartles 6cfd035883 parse content-type form header 2022-12-03 06:36:54 -08:00
jaina heartles e27d0064ee Fix some bugs in sql engine 2022-12-03 06:36:31 -08:00
jaina heartles a97850964e Stub out filesystem apis 2022-12-03 01:00:04 -08:00
jaina heartles a45ccfe0e4 Basic file upload 2022-12-02 23:44:27 -08:00
jaina heartles 2bcef49e5e Add star segment support in routes 2022-12-02 23:21:49 -08:00