62d47d9d2f
start moving api methods
2022-12-26 08:05:26 -08:00
f52b82b506
Move types into shared file
2022-12-21 07:19:13 -08:00
d8e4d6c82b
comptime dependency injection for ApiConn
2022-12-21 00:57:36 -08:00
b0db514adc
Make helper functions public
2022-12-19 05:42:26 -08:00
7f689c7030
parseQuotedString
2022-12-19 05:41:35 -08:00
4c661672c2
parseToken
2022-12-19 04:31:18 -08:00
e3f90f22ef
hack for different linux distros
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-18 06:45:12 -08:00
e4b67ad66b
add system include directory
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 06:25:00 -08:00
d5f8f84480
Enable integration tests in CI
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 06:21:52 -08:00
613215efec
Fix memory leaks in integration tests
2022-12-18 06:21:04 -08:00
64bbb7dae9
Fix compile errors in integration tests
2022-12-18 05:58:48 -08:00
1d65984323
Use non-comptime ints in tests
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-18 05:44:13 -08:00
4ec3a61bb6
Fix deserializer tests
2022-12-18 05:43:36 -08:00
67855b57c9
Fix http tests
2022-12-18 05:34:16 -08:00
e02c5d99e4
Allow returning default values on base struct
2022-12-18 05:19:17 -08:00
a0b2e22e32
Fix compile errors in tests
2022-12-18 05:18:20 -08:00
0930eee561
Download zig binary once
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 05:08:36 -08:00
6900c77a32
Add zig fmt step
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 04:54:25 -08:00
469df7bfcd
Zig fmt
2022-12-18 04:51:23 -08:00
cac2b014c5
Update README.md
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 04:46:55 -08:00
7e6110fbfe
Setup unit test CI
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-18 04:44:56 -08:00
951bb90ad8
Fix link href for upload button
2022-12-17 12:10:17 -08:00
f35d52f287
Basic file details page
2022-12-17 12:05:17 -08:00
71a03b30f0
Allow printing optionals
2022-12-17 12:05:08 -08:00
af396a0cb6
Basic upload form
2022-12-17 07:46:54 -08:00
d4703a2127
Add delete button to drive page
2022-12-16 02:37:13 -08:00
6dc8447343
Use body_tag_from_query_param
2022-12-16 02:05:20 -08:00
57f2bd821e
Add body_tag_from_query_param option
...
When you provide a string for this option, and the request body type
is a union, the query param provided will be treated as a value of
std.meta.Tag(Body). Then the associated value will be parsed from the
body during the request.
2022-12-16 02:02:13 -08:00
e2281f7c14
rename parseBodyFromRequest to parseBodyFromReader
2022-12-16 02:01:26 -08:00
471ca527bb
Rename mkcol -> mkdir
2022-12-16 02:00:26 -08:00
f47c1ee751
Format query strings properly
2022-12-16 01:05:36 -08:00
b015bb8356
Use new serialization format
2022-12-16 01:04:58 -08:00
91edd17801
Handle partial union matches
2022-12-16 01:04:01 -08:00
cd311cfa3c
Deduplicate union fields
2022-12-16 01:03:23 -08:00
8b1ff1149f
Mirror std.json behavior for unions
2022-12-16 01:02:44 -08:00
38f91dd890
mkdir dialog in drive pages
2022-12-15 06:32:11 -08:00
7d362f0708
Move path splitting to controller
2022-12-15 06:29:56 -08:00
a6b928b42b
Basic styling for breadcrumbs
2022-12-14 03:13:09 -08:00
ee059ac36c
Add breadcrumbs
2022-12-14 02:57:53 -08:00
27ee0ecd5d
Add support for array.len pseudo-field
2022-12-14 02:57:27 -08:00
73ba42d2d5
Add loop index capture support
2022-12-14 02:35:23 -08:00
f2a23db588
Support integer literals
2022-12-14 02:08:07 -08:00
25d6ee0245
Support optional deref post-refactor
2022-12-14 01:36:58 -08:00
54748b4c07
Expression refactor
2022-12-14 01:29:00 -08:00
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