Commit graph

373 commits

Author SHA1 Message Date
1269aeeac1 Add slice builtin 2022-12-14 00:46:24 -08:00
0f5751e7ed Put mount base url in context 2022-12-14 00:20:25 -08:00
8edf661afe Add icon for headers and avis 2022-12-13 02:29:11 -08:00
434b0e07d0 use std.meta.eql for equality 2022-12-13 02:28:37 -08:00
620608964f Add user details to template context 2022-12-13 02:28:25 -08:00
07413747c2 Use an eye icon for sensitive images 2022-12-13 02:16:13 -08:00
a49131f6bf Basic drive folder page 2022-12-13 02:05:37 -08:00
03463de743 Support types that can't be zero-initialized 2022-12-13 02:05:07 -08:00
44dfcd6bd0 Make null optional unwraps return error 2022-12-13 01:52:16 -08:00
bf0d2f6642 Add optional unwrap syntax 2022-12-13 01:34:27 -08:00
a230a26151 User details page
Closes #46
2022-12-13 00:40:12 -08:00
d504cef8ff Fix template formatting 2022-12-12 03:40:51 -08:00
11bdaad6d7 Support format strings for datetimes 2022-12-12 02:42:24 -08:00
091146b617 Add #format statement 2022-12-11 22:50:44 -08:00
6d18209d29 Use multipart/form-data for forms 2022-12-11 20:36:22 -08:00
04fdd2ae8e Move user-mini display to subtemplate 2022-12-11 20:23:20 -08:00
e617406872 Add community creation page 2022-12-11 19:52:11 -08:00
b781b34029 style and typo fixes 2022-12-10 02:52:11 -08:00
25cd5f982b Escape HTML 2022-12-10 02:52:11 -08:00
bbbaa3f8b0 Use default avatar on signup page 2022-12-10 02:52:11 -08:00
0777ea83bb Add default avatar 2022-12-10 02:51:59 -08:00
783e3699e8 Create signup page 2022-12-10 01:42:07 -08:00
d191391aff Add validateInvite api call 2022-12-10 01:41:56 -08:00
eae70d9b9c Fix transaction cleanup 2022-12-10 01:41:26 -08:00
c6af6caec7 Fix transaction use 2022-12-10 01:40:53 -08:00
766878432b Treat NULLs as DateTime epoch 2022-12-10 01:30:17 -08:00
882ff042e2 Template compilation errors on bad switch 2022-12-10 01:30:17 -08:00
ad513d70e2 Add switch statements 2022-12-10 01:30:17 -08:00
b2007131c8 Add @isTag builtin 2022-12-10 01:30:17 -08:00
4e3450de4e Add equals operator to template engine 2022-12-10 01:30:17 -08:00
aee81e27b6 print error return traces on error 2022-12-10 01:30:17 -08:00
522b456939 Print error return traces on error 2022-12-09 22:39:19 -08:00
3cdd695948 Fix error return trace propagation 2022-12-09 22:38:52 -08:00
ee7ff9e69a create isInviteValid helper 2022-12-09 22:38:04 -08:00
eb001b39a4 split getUser into helper 2022-12-09 22:37:03 -08:00
f49e59bb47 Fix community creation 2022-12-09 22:33:39 -08:00
1c6b3aceee Fix deserialization for default values 2022-12-09 22:32:34 -08:00
1e7900d730 Basic styling on pages 2022-12-09 04:31:23 -08:00
7b16fd6390 Move PathIter to util 2022-12-09 04:30:38 -08:00
9d38aaec38 Remove logging statements 2022-12-09 03:39:49 -08:00
a035b08f83 Fix final chunk 2022-12-09 03:37:46 -08:00
466a15f3cb Use % for context instead of @ 2022-12-08 03:21:18 -08:00
ef27bb5c21 Let . refer to entire args struct 2022-12-08 02:58:18 -08:00
5924c257e0 Ignore captures with name _ 2022-12-08 02:54:36 -08:00
06b8483a8a Add support for optional unwrapping conditionals 2022-12-08 02:49:42 -08:00
86e203730c (#64) Add implicit context
Closes #64
2022-12-07 23:48:31 -08:00
8c0548fc74 (#63) Allow invoking other templates
Closes #63
2022-12-07 23:34:57 -08:00
e072b045c6 Parse template calls 2022-12-07 23:24:32 -08:00
9dabc237e0 (#62) Add elif support to template engine
Closes: #62
2022-12-07 22:47:55 -08:00
f8a799abfb Execute else branches 2022-12-07 17:30:01 -08:00