Commit Graph

8315 Commits

Author SHA1 Message Date
Dan Ribbens
9ee2679211 fix graphql forgot password 2020-04-23 13:11:01 -04:00
Dan Ribbens
6658c368a0 cleanup 2020-04-22 16:40:36 -04:00
Dan Ribbens
0acebb8b95 merge master 2020-04-22 15:12:33 -04:00
James
4fa1a25107 resolves dependencies for forgotPassword 2020-04-22 11:30:08 -04:00
James
0961a3d499 fixes bug with nested repeaters losing their data 2020-04-21 18:14:09 -04:00
Dan Ribbens
8125a3c0b7 password resets working 2020-04-21 17:23:38 -04:00
James
cdc764cefe enforces that changing a locale clears form state 2020-04-21 14:11:15 -04:00
James
f1e6e2fb0b fixes bug with using old api identifier 2020-04-21 14:04:49 -04:00
James
91be273d64 builds simpler pattern to identify which api is being used via express middleware 2020-04-21 13:59:01 -04:00
James
5260276b83 passes full req to all operations 2020-04-21 13:31:13 -04:00
James
2041f827b3 Merge branch 'master' of github.com:keen-studio/payload 2020-04-21 12:30:46 -04:00
James
25aec0ede3 fixes email provider, adds better pattern for firing off emails via payload 2020-04-21 12:30:37 -04:00
James Mikrut
601d8f70b2 Merge pull request #177 from trouble/preview-api-key
API Key Authentication Strategy & Preview Generation
2020-04-20 21:27:12 -04:00
James
e022e552e1 enables preview URLs 2020-04-20 21:25:29 -04:00
James
bc449761a2 adds api key functionality to user and fixes misc client-side field bugs 2020-04-20 20:58:01 -04:00
James
b9e9d1be60 adds route for creating and editing users 2020-04-20 19:33:51 -04:00
James
c3d04dc5ca revises field-level hooks to run in parallel 2020-04-20 19:29:24 -04:00
James
334bb21c41 writes validations so that they can take advantage of async await 2020-04-20 19:08:57 -04:00
James
6f66a8d216 fixes bugs with nullish field still attempting to be validated 2020-04-20 18:56:11 -04:00
James
8930e7f13c wires up rudimentary user list view 2020-04-20 18:46:41 -04:00
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