Commit Graph

331 Commits

Author SHA1 Message Date
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
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
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
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
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
a938671ef4 ensures backend validation works recursively and formats pathnames according to nested fields 2020-04-19 14:33:44 -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
b585515b41 enables forgot password, reset password, update within GQL and renames role to role(s) 2020-04-16 20:00:16 -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
1e0a6dfc29 simplifies tests, removes /killkillkill, enables start / stop demo server 2020-04-15 19:17:57 -04:00
James
3fcfad69de revises structure of global upsert request handler / operation 2020-04-14 16:54:54 -04:00
James
d64909b3eb removes settings json and ignores it for future 2020-04-14 15:13:58 -04:00
James
eea3991912 applies collection hook pattern 2020-04-13 18:08:03 -04:00
James
d3a459464b implements delete hooks 2020-04-13 13:57:24 -04:00
James
1e00b4efef introduces hooks to Find query 2020-04-13 13:14:21 -04:00
James
f5d22172fa implements findByID hook 2020-04-13 12:57:49 -04:00
James
ffb5f97756 removes withDefaultLocale as it was not necessary 2020-04-13 11:38:19 -04:00