Commit Graph

346 Commits

Author SHA1 Message Date
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
James
4e2c090001 adjusts withConditions due to not supporting functions passed from config to client side code 2020-05-20 22:28:41 -04:00
James
7e42a2ae09 fixes issues with hidden fields on frontend and on schema creation 2020-05-20 18:20:01 -04:00
Dan Ribbens
8e2b0d2828 merge master 2020-05-19 21:44:52 -04:00
James
698a66f583 enables cookie prefix 2020-05-18 21:28:22 -04:00
James
a2a795024c enables extension of graphql schema 2020-05-18 21:19:50 -04:00
James
4de1b3ab51 formats graphql names to allow dashes 2020-05-18 21:01:01 -04:00
James
df4a2846fe swaps out WYSIYWG for HTML 2020-05-18 19:45:02 -04:00
James
44267dd065 better sanitizes configs 2020-05-18 19:39:31 -04:00
James
5898398fb1 rearchitects demo to provide distinct testable, demoable collections and globals 2020-05-18 19:06:35 -04:00
James
1603243da3 fixes bug with policies still trying to access config.User 2020-05-18 16:44:04 -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
003528f337 merges master 2020-05-16 10:03:40 -04:00
Elliot DeNolf
d378f596eb Add beforeDelete hook test 2020-05-15 11:50:53 -04:00
Elliot DeNolf
16a0c32275 Add afterCreate hook test 2020-05-15 11:37:58 -04:00
Elliot DeNolf
a611f00c12 Add beforeUpdate hook test 2020-05-15 11:32:00 -04:00
Elliot DeNolf
098305ee3b Add beforeCreate hook test 2020-05-15 11:27:02 -04:00
Elliot DeNolf
83a69e50b2 Add afterDelete hook test 2020-05-15 11:20:54 -04:00
Elliot DeNolf
7ed2826f70 Add afterUpdate hook test, other test cleanup 2020-05-15 11:14:59 -04:00
Elliot DeNolf
6534bd08b9 Add beforeRead hook test 2020-05-15 10:33:58 -04:00
Elliot DeNolf
5d735d8d4d Simplify afterRead hook for testing 2020-05-14 14:57:21 -04:00
Elliot DeNolf
b48ed17f3e Add collection query test, fix bugs 2020-05-13 16:04:16 -04:00
Elliot DeNolf
3fce3ea8a0 Add collection delete test, fix bugs 2020-05-12 15:45:17 -04:00
Dan Ribbens
d998ea35fe add test coverage for error handler hooks 2020-05-10 21:05:48 -04:00
James
f326913e95 implements pattern for showing and hiding nav links based on permissions 2020-05-10 19:42:24 -04:00
James
40f22114c8 ensures that Find policies work with Where clause 2020-05-09 15:11:42 -04:00
James
c396df3bc6 merges in potential where policy for find operation 2020-05-09 14:08:03 -04:00
James
9908f9de1d enables Unauthorized route 2020-05-09 13:44:22 -04:00
Dan Ribbens
b1d6bd9e0c moves error handling to express middleware, changes pattern to hook 2020-05-08 17:42:51 -04:00
James
d57629208a implements /policies route for use on the admin panel 2020-05-08 16:58:35 -04:00
James
591c0c232d removes styling and now irrelevant components 2020-05-07 17:06:01 -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
4929763ba9 enables deletion of files, adds additional meta data 2020-05-06 16:31:03 -04:00
James
8fac03c442 ignores uploads 2020-05-06 13:37:35 -04:00
James
60e9e148b0 working uploads 2020-05-06 13:36:54 -04:00
James
7d29a28b5e Merge branch 'master' of github.com:keen-studio/payload into sanitize-filenames 2020-05-06 11:55:12 -04:00
James
bc8189b482 removes duplicative middleware, modifies uploads so that multiple upload collections can be present 2020-05-06 10:59:19 -04:00
Dan Ribbens
0e089bb881 rename calls for globals upsert to update for consistency of hooks naming 2020-04-30 15:58:53 -04:00
Dan Ribbens
439020bba2 field level hooks working on create operation 2020-04-30 15:16:23 -04:00
Dan Ribbens
35085037af WIP updating hook calls 2020-04-30 13:19:03 -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
25aec0ede3 fixes email provider, adds better pattern for firing off emails via payload 2020-04-21 12:30:37 -04:00