Commit Graph

388 Commits

Author SHA1 Message Date
James
eb15886298 simplifies withConditions 2020-06-18 21:12:27 -04:00
James
4a2dc2c923 modifies checkRole to safely access user.roles 2020-06-18 20:51:57 -04:00
James
e43b1b3194 adds field operations to outbound data from create / update operations 2020-06-18 20:45:12 -04:00
James
1d6a75e79e applies newly created field recursion pattern to all operations 2020-06-18 20:23:16 -04:00
James
ab36ba8e75 introduces field-level policies on find operations 2020-06-17 15:49:01 -04:00
James
155bb87f7a adds PoC for how field-level policies API should work 2020-06-17 14:20:15 -04:00
Jarrod Flesch
2e7f1d7eaa easier to test with nested repeater config 2020-06-17 11:25:02 -04:00
James
df31f4f144 revises the way that recursive backend validation works 2020-06-16 15:35:28 -04:00
James
1167560df6 adds localized repeater for testing 2020-06-16 08:28:08 -04:00
James
c10c91dd37 removes unused config prop in payload instantiation 2020-06-12 16:41:57 -04:00
James
aa13bd9084 uses config path approach similar to NextJS 2020-06-12 14:30:15 -04:00
James
578f61ebb5 renames radioGroup to radio 2020-06-12 09:32:58 -04:00
Jarrod Flesch
ca76b02473 standardizes the example labels 2020-06-11 09:57:09 -04:00
Jarrod Flesch
81c7bde0ed adds radio group field type - #224 2020-06-11 09:28:32 -04:00
James
fee6170748 enables optional api key auth 2020-06-09 13:42:20 -04:00
James
3d56373247 adds secondary auth collection Customers, modifies GraphQL policies to suit multiple auth collections 2020-06-09 13:32:23 -04:00
James
e7ca5d7332 fixes bug in hasMany relationship type 2020-06-09 11:06:44 -04:00
James
18c5654aa4 fixes bugs with flex content refilling their content from API 2020-06-08 17:45:17 -04:00
James
b06826ec57 allows for recursive validation of flexible content fields 2020-06-08 16:09:38 -04:00
James
8542a89fcf revises the way keeping a user's session active works 2020-06-05 19:16:45 -04:00
James
4561f98462 enables fields to validate without sending their value to form data afterward 2020-06-05 12:32:33 -04:00
James
7e19ce6cb9 improves error handling in Form 2020-06-04 19:45:56 -04:00
James
9930462639 re-introduces Status 2020-06-04 17:05:01 -04:00
James
807a664c1d enables duplication of existing document 2020-06-04 15:15:35 -04:00
James
9ffd50468e implements readOnly on frontend 2020-06-04 13:28:22 -04:00
James
82d2827b79 debounces input on text-based inputs 2020-06-04 11:55:21 -04:00
James
5bb4c9368e ensures initialData and defaultValue work as expected 2020-06-04 11:31:07 -04:00
James
3fb162770b differentiates between initialData and defaultValue in all field types 2020-06-04 10:16:17 -04:00
James
5138e24a2a revises custom group to use vanilla group as a demo 2020-06-03 16:37:34 -04:00
James
449b72ceac implements method to override webpack config 2020-06-03 16:03:06 -04:00
James
e15623539b enables nested custom fields 2020-06-03 12:56:43 -04:00
James
beaf99c690 adds default validations to built-in field types 2020-06-03 08:17:01 -04:00
James
0583612219 adds Row to buildMutationInputType 2020-06-02 20:54:21 -04:00
James
c1338160fe adds row field type to buildWhereInputType 2020-06-02 20:42:27 -04:00
James
b4e2e2e1b6 enables properly building object type for Row field type 2020-06-02 20:31:05 -04:00
James
66f55a593f implements fixes for backend validation on create 2020-06-02 20:14:03 -04:00
James
6e93782d90 refines frontend validations to use the same field validations as the backend 2020-06-02 19:12:25 -04:00
James
4bea0c6738 sanitizes frontend config, ensures custom validations are used, revises the way server-side config is sanitized 2020-06-02 17:56:59 -04:00
James
061621ff7e ensures nested rows work within repeaters 2020-06-02 16:15:54 -04:00
James
f8369ffb10 introduces Row, modifies buildSchema to support fields that need to modify top-level schemas 2020-06-02 13:57:55 -04:00
James
adb920a326 fixes the improper loss of a port 2020-06-01 14:38:34 -04:00
James
7d2b54e4a0 fixes miscellaneous bugs while initializing with no localization, globals, custom css 2020-06-01 14:16:12 -04:00
James
fd3b34b2eb introduces sidebar fields 2020-05-29 15:16:16 -04:00
James
2064bdbfb3 abstracts sensitive data from public data within config and re-introduces functional conditions 2020-05-29 13:28:34 -04:00
James
0448b0562e continues styling to Edit page 2020-05-28 20:28:09 -04:00
James Mikrut
78abe59501 Merge pull request #195 from trouble/feature/#128-standardize-error-handler
Feature/#128 standardize error handler
2020-05-28 12:57:05 -04:00
James
2db103233c builds RenderCustomComponent 2020-05-27 18:50:05 -04:00
James
ad9a28916f adjusts relationship in order to be able to demonstrate hasMany 2020-05-21 20:20:38 -04:00
James
a0f6b9e90c fixes bug in Relationship field 2020-05-21 20:17:23 -04:00
James
a361b9a53d initializes columns properly in ColumnSelector 2020-05-21 09:41:11 -04:00