Commit Graph

1190 Commits

Author SHA1 Message Date
James
0f2d421a87 implements connect-history-api-fallback and refines the way client files are served 2020-06-16 21:52:23 -04:00
James
ce81232bbf allows repeater and flex content to be properly duplicated 2020-06-16 18:06:21 -04:00
James
64ca12b30c only performs backend validation if validation exists 2020-06-16 17:45:05 -04:00
James
731c640e32 flattens validations on backend, ensures validations still run even if field is not required 2020-06-16 17:42:00 -04:00
James
df31f4f144 revises the way that recursive backend validation works 2020-06-16 15:35:28 -04:00
James
d3b36e00df Merge branch 'master' of github.com:keen-studio/payload 2020-06-16 08:28:26 -04:00
James
1167560df6 adds localized repeater for testing 2020-06-16 08:28:08 -04:00
James Mikrut
b2384edd93 Merge pull request #239 from trouble/admin-auth
Admin auth
2020-06-15 19:49:42 -04:00
James
f2f8a57f35 fixes breaking tests due to changing shape of outgoing register response 2020-06-15 19:48:35 -04:00
James
df50deefb6 builds Account view 2020-06-15 19:46:37 -04:00
James
5a9a046186 reintroduces api key copy function 2020-06-15 19:13:40 -04:00
James
697acbe6ba generates secure API key within admin UI 2020-06-15 19:09:48 -04:00
James
045dc69bb7 implements read-only API Key 2020-06-15 18:34:40 -04:00
James
9145af5a40 blurs modal backgrounds, enables opt-in form debouncing 2020-06-15 18:18:10 -04:00
James
579c12d1d2 styles checkboxes 2020-06-15 18:04:25 -04:00
James
99f04729ba begins refactor of Checkbox field type 2020-06-15 17:40:04 -04:00
James
575ac55c4e adds user ID to JWT 2020-06-15 17:38:00 -04:00
James
f9d93cdb1e introduces auth field component(s) to collections 2020-06-15 16:15:36 -04:00
James
15c4bb7e40 fixes issues with radio group 2020-06-15 14:57:47 -04:00
James
c4d27fff53 removes autocomplete fix, fixes date formatting in Default Edit view 2020-06-15 14:52:18 -04:00
James
2233a61e81 fixes bug with permissions being loaded before user is logged in 2020-06-15 14:31:23 -04:00
James
8016436433 adds env to debug scripts 2020-06-12 17:43:56 -04:00
James
4bdfe4d587 implements prod webpack config override 2020-06-12 16:47:21 -04:00
James
c10c91dd37 removes unused config prop in payload instantiation 2020-06-12 16:41:57 -04:00
James
17744098a6 enables a more robust way to search for the config path 2020-06-12 16:39:23 -04:00
James
93164e4ea0 enables config paths to use cwd to be located 2020-06-12 16:26:34 -04:00
James
15628ebe88 enables production admin static routes 2020-06-12 16:21:30 -04:00
James
4e63863338 replaces moment with date-fns 2020-06-12 15:57:29 -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
e2ea55d0e1 fixes bug with registration policies 2020-06-10 09:23:12 -04:00
James
c2d0548be1 fixes jims negligence 2020-06-09 17:14:10 -04:00
James
c58b71dd5a adds PoC for how to detect autofill events in Chrome 2020-06-09 17:13:39 -04:00
James
23c46702b7 adds auth collection type to JWT payload 2020-06-09 14:08:11 -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
a37c95ac70 fixes bugs with relationship field setting default value of null instead of undefined 2020-06-09 12:04:20 -04:00
James
e7ca5d7332 fixes bug in hasMany relationship type 2020-06-09 11:06:44 -04:00
James
b031d4ffa6 fixes bug with flexible block names not being initialized properly 2020-06-08 18:20:41 -04:00
James
0a6c3cf0df updates EditableTitle with new field type conventions 2020-06-08 18:02:54 -04:00
James
18c5654aa4 fixes bugs with flex content refilling their content from API 2020-06-08 17:45:17 -04:00
James
1656999e7a Merge branch 'master' of github.com:keen-studio/payload 2020-06-08 16:09:45 -04:00
James
b06826ec57 allows for recursive validation of flexible content fields 2020-06-08 16:09:38 -04:00
James Mikrut
2b674163ff Merge pull request #235 from trouble/component-exports
exports Select, useForm, and Edit
2020-06-08 15:18:45 -04:00
Jacob Fletcher
ae1312908d exports Select, useForm, and Edit 2020-06-08 13:33:22 -04:00
James
8542a89fcf revises the way keeping a user's session active works 2020-06-05 19:16:45 -04:00
James
6c1b77dd48 allows Select field to locate its own full options 2020-06-05 17:52:18 -04:00
James
1200154953 debounces condition inputs 2020-06-05 17:40:46 -04:00