Commit Graph

7445 Commits

Author SHA1 Message Date
James
1fb3841ea1 begins preview / api key authentication 2020-04-20 18:36:40 -04:00
James
aad9cae388 reduces the length of faker data in collection tests 2020-04-19 15:30:58 -04:00
James
4f8d9cb854 adds logs to debug failing tests in ci 2020-04-19 15:26:04 -04:00
James Mikrut
1529cd5d7a Merge pull request #175 from trouble/backend-validation
Backend validation
2020-04-19 15:20:21 -04:00
James
2a6c5de718 builds a better pattern of recursive field validation 2020-04-19 15:16:12 -04:00
James
a938671ef4 ensures backend validation works recursively and formats pathnames according to nested fields 2020-04-19 14:33:44 -04:00
James
6e39f39c6f adds validations to backend 2020-04-19 14:18:34 -04:00
James
45d8745f74 passes entire operation through to policy instead of just user 2020-04-19 13:16:26 -04:00
James
c9ea0f1f17 fixes field-level hooks not handling array data properly 2020-04-19 13:08:53 -04:00
James
508b68d87e adds describe blocks to collection tests to try and ensure CI passes 2020-04-19 12:34:55 -04:00
James
192e577300 fixes bugs within refresh handler 2020-04-19 12:29:16 -04:00
James
161f7a47b7 ensures tests pass with new policy on register route 2020-04-18 18:07:09 -04:00
James
9d7193af86 formats select so that it can use string values without distinct labels 2020-04-18 17:59:19 -04:00
James
aa28880a09 applies beforeUpdate and beforeCreate field hooks to register / update user 2020-04-18 13:36:18 -04:00
James
1ae57b4074 implements beforeCreate and beforeUpdate field-level hooks 2020-04-18 13:30:19 -04:00
James
41e127ddd1 implements afterRead hook in find operation 2020-04-18 13:22:01 -04:00
James
edf74f98a0 implements field-level hooks, progress to backend validation 2020-04-18 13:17:28 -04:00
James
6165b3e35c reduces complexity in operations due to sanitization in configs 2020-04-18 12:36:11 -04:00
James
ee7788be6b adds pattern for sanitizing field configs which adds validations all in one place 2020-04-18 12:13:56 -04:00
James
b61239507f removes circular dependency issues caused by recursive field types 2020-04-18 11:48:31 -04:00
James
52cf02f3c9 Merge branch 'flexible-content-refinement' of github.com:keen-studio/payload into flexible-content-refinement 2020-04-17 18:02:05 -04:00
Jarrod Flesch
6bb7e6d35e style(EditableBlockTitle): removes transitions on hover and focus 2020-04-17 18:01:13 -04:00
James
eca770c03e removes conflict in yarn lock 2020-04-17 17:47:28 -04:00
Jarrod Flesch
a61e118314 feat(repeater): updates to repeater component
- adds EditablBlockTitle component, with variable input width
- removes focus from title editing when esc or enter is pressed
- decreases scss var $radius-sm from 5px -> 3px, enforces consistency
2020-04-17 17:14:07 -04:00
Jarrod Flesch
dc4dd738b4 chore(RenderFields): increases readability, renames fields -> fieldSchema 2020-04-17 12:31:00 -04:00
James
b585515b41 enables forgot password, reset password, update within GQL and renames role to role(s) 2020-04-16 20:00:16 -04:00
James
44470bedfd adds update user mutation 2020-04-16 19:21:41 -04:00
James Mikrut
a9ac0b7533 Merge pull request #173 from trouble/enable-auth-graphql
Enable auth graphql
2020-04-16 17:16:22 -04:00
James
85c6044483 adds isomorphic-fetch to all jest tests 2020-04-16 17:10:39 -04:00
James
c92da40024 adds better semantics to collection tests 2020-04-16 17:08:06 -04:00
James
a98b99fc29 introduces refresh graphql resolver 2020-04-16 16:51:43 -04:00
James
9dc44a994a enables Init via graphQL 2020-04-16 16:41:53 -04:00
James
affba38798 adds Me query 2020-04-16 16:37:30 -04:00
James
96dcae0ab4 enables graphql login 2020-04-16 16:30:47 -04:00
James
172793c182 refactors resetPassword into operations pattern 2020-04-16 16:21:13 -04:00
James
fe6d25576f bumps github action from npm to yarn 2020-04-16 16:06:08 -04:00
James
2e5357420e builds register and firstRegister operations 2020-04-16 15:57:34 -04:00
James
a31e0dce96 adds test for refresh token 2020-04-16 15:08:41 -04:00
James
f4faefbd7e extracts out tests into separate files to establish a better testing pattern 2020-04-16 15:03:16 -04:00
James
5699bb6ecd the case of the missing file 2020-04-16 13:32:47 -04:00
James
9271b97cf1 bumps graphql auth header from cookie into its own file 2020-04-16 13:25:52 -04:00
James
e7215bbcb3 upgrades sharp to be compatible with newer node versions 2020-04-16 12:57:58 -04:00
James
4f630ad528 abstracts email service out of forgot password handler, converts forgot password and init handlers to handler / resolver / operation 2020-04-16 12:46:31 -04:00
James
cd8f396fb3 breaks login into request handler and operation 2020-04-16 12:05:50 -04:00
James
185e1d3308 flattens forgot password routes into existing user routes 2020-04-15 21:23:27 -04:00
James
7065ef1e8c Merge branch 'master' into enable-auth-graphql 2020-04-15 19:38:45 -04:00
James
1fe6337da0 removes firing server script on github action 2020-04-15 19:24:27 -04:00
James
99f07b489f removes unused http dep from integration tests 2020-04-15 19:22:58 -04:00
James
fe454c8e8f removes unused jest config 2020-04-15 19:19:20 -04:00
James
1e0a6dfc29 simplifies tests, removes /killkillkill, enables start / stop demo server 2020-04-15 19:17:57 -04:00