Commit Graph

35 Commits

Author SHA1 Message Date
James
1ea3763185 better handles failed form submissions, allows customization of file uploads 2020-10-07 14:51:42 -04:00
Elliot DeNolf
da3495cb4b fix MissingFieldType missing export 2020-09-10 21:18:01 -04:00
Elliot DeNolf
17b8335c3c validate relationTo on fields 2020-09-10 18:07:07 -04:00
James
e6b435e88e fixes bug with forgotPassword 2020-08-28 15:07:16 -04:00
James
597f7d3075 fixes bugs with columns in List, logs errors within email config, creates local delete operation 2020-08-28 13:43:17 -04:00
Elliot DeNolf
918228c9dc Handle values other than string in APIError 2020-08-26 23:14:28 -04:00
Dan Ribbens
9630c2c3b2 add validation and schema enum to radio field type 2020-08-23 17:15:40 -04:00
James
1502b2e2ce removes unnecessary try / catch from operations 2020-07-08 09:21:25 -04:00
James
437a6ff250 adds error for missing select options 2020-06-18 17:09:45 -04:00
Dan Ribbens
8e2b0d2828 merge master 2020-05-19 21:44:52 -04:00
James
17d25c8d2f brings frontend up to speed with flattened users 2020-05-18 17:11:34 -04:00
James
098b5be274 flattens user into collections 2020-05-18 16:39:40 -04:00
James
8809bcb573 removes reliance on useAsTitle 2020-05-18 13:07:32 -04:00
James
8a1d489f4b fixes bug with password auth 2020-05-16 10:52:03 -04:00
Dan Ribbens
b1d6bd9e0c moves error handling to express middleware, changes pattern to hook 2020-05-08 17:42:51 -04:00
Dan Ribbens
2fc3c9092b add common error handler middleware and adopts it in a few places 2020-05-07 12:22:11 -04:00
James
c5d96a1424 flattens upload routes into collections 2020-05-06 13:25:17 -04:00
James
8208adab71 removes upload graphql 2020-05-06 11:11:35 -04:00
James
6e39f39c6f adds validations to backend 2020-04-19 14:18:34 -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
6fb24a083d revises formatErrorResponse, extracts findOne operation from global findOne 2020-04-14 16:41:27 -04:00
James
7be292cd81 validates missing useAsTitle 2020-01-24 19:22:32 -05:00
James
7fbfd05c73 continues relationship field build out 2020-01-23 12:05:40 -05:00
James
47235155a9 enables refilling fields with proper data and ensures localizing is functional 2020-01-21 19:08:02 -05:00
James
d6db1dda55 improves error structure 2020-01-21 16:53:26 -05:00
James
1ab5199316 attempts a pattern for standardizing error messages sent back from API 2020-01-21 16:49:52 -05:00
James
e6e0b7a524 removes import / export from src 2020-01-21 12:46:27 -05:00
James
8beb457041 revises APIError import structure, updates Localizer and StepNav 2020-01-19 16:57:26 -05:00
James
618d6dc19b singularizes Upload and User 2019-12-31 17:38:23 -05:00
Dan Ribbens
ae9e2c3470 remove PayloadError and switched to APIError where it was used, set res status where possible and some fixed eslint issues 2019-12-23 16:54:27 -05:00
James
d9cb5abcce enables Globals 2019-12-21 17:50:35 -05:00
James
8298fe8643 flattens content blocks and collections, cleans index.js, implements Airbnb ESLint 2019-12-21 15:54:30 -05:00
Dan Ribbens
d49dae7577 begin set up of media model and start of global configs 2019-10-07 20:59:38 -04:00
Dan Ribbens
f593909e78 cleanup and change all require() to import 2019-10-03 15:50:49 -04:00
Dan Ribbens
b4a4ac6102 refactor directory structure 2019-09-30 09:49:36 -04:00