Commit Graph

1165 Commits

Author SHA1 Message Date
Jarrod Flesch
c1814cbc3f adjusts the group styles and refactors how the block panels are composed 2020-07-28 01:13:33 -04:00
James
0a98778ec4 Merge branch 'master' of github.com:keen-studio/payload 2020-07-27 12:01:07 -04:00
James
cc4794e5ac implements initial form state 2020-07-27 11:53:00 -04:00
Elliot DeNolf
a4cf98c460 Merge pull request #321 from trouble/logger 2020-07-24 09:39:57 -04:00
Elliot DeNolf
c9e37bcef5 Better formatting for logger output 2020-07-24 09:37:49 -04:00
Elliot DeNolf
deaf5cde5f Initial logger implementation with pino 2020-07-23 21:57:11 -04:00
James
d45ff316c0 implements intersection observer to mount fields over time 2020-07-23 19:16:01 -04:00
James
d2055141be performance enhancements and render reductions 2020-07-23 17:40:16 -04:00
James
c1c7598da5 misc. bugfixes 2020-07-22 21:41:35 -04:00
James
94dd9904fc fixes bug with afterRead hooks not firing in find operation 2020-07-22 14:55:48 -04:00
James
ae611c1dcf ensures login sets JWT with properly formatted user 2020-07-22 09:10:37 -04:00
James
265d2b7118 properly skips access control in field operations if overrideAccess is set to true 2020-07-22 08:51:02 -04:00
James
ec181f0e74 utilizes find operation in jwt and api key strategies 2020-07-22 08:39:14 -04:00
James
4861d5469c clears history state on first load of client 2020-07-21 21:05:12 -04:00
James
6737d089d1 ensures findByID returns 404 if no ID, passes more data to field hooks 2020-07-21 21:00:29 -04:00
James
9d784288d0 ensures all tests pass 2020-07-20 17:43:01 -04:00
James
5771b3e561 updates resolvers to new architecture 2020-07-20 17:14:31 -04:00
James
365803efe6 fixes bug where many relationTo relationships were populating incorrectly 2020-07-20 16:19:20 -04:00
James
85bcbfd918 removes autopopulate, adds manual population 2020-07-20 16:11:22 -04:00
James
0bfc10d55c passes depth to all afterRead performFieldOperations 2020-07-20 12:44:29 -04:00
James
6ac4a9d2f6 implements hooks on relationship and upload fields 2020-07-20 09:15:06 -04:00
James
4890e9dcf3 improves field validation 2020-07-19 13:53:54 -04:00
James
55d26bd9e4 Merge branch 'master' of github.com:keen-studio/payload 2020-07-19 12:56:08 -04:00
James
26b5109bca css fixes to array / blocks, file handling improvements 2020-07-19 12:56:00 -04:00
Elliot DeNolf
c104d79438 test(collections): add 'OR' tests 2020-07-19 12:17:28 -04:00
James
809fc7ccd9 removes breaking uglifyJS 2020-07-18 16:54:19 -04:00
James
7d18c92ec2 sanitizes config before build 2020-07-18 16:51:09 -04:00
James
7e024a61b9 revises conventions of all admin-related fields in config 2020-07-18 16:11:50 -04:00
James
243ca9a7f9 implements ignorePath for webpack server side assets 2020-07-18 15:10:50 -04:00
James
8e6957318a fixes bug with singular label in Array field 2020-07-18 14:21:27 -04:00
James
b6a90587e6 exposes errors, fixes bug with globals and localization 2020-07-18 13:37:41 -04:00
James
d1820b0731 properly awaits hooks 2020-07-17 23:06:07 -04:00
James
98eec002c0 revises hook arrays to run synchronously where necessary 2020-07-17 23:00:18 -04:00
James
62bc76b074 modifies hooks to be arrays 2020-07-17 20:22:23 -04:00
James
a000131419 allows for multiple httpOnly cookie domains 2020-07-15 19:54:57 -04:00
James
7c99e4cda0 optimizes refreshCookie 2020-07-13 18:10:27 -04:00
James
db0f23f277 only refreshes cookie if user is present 2020-07-13 17:27:33 -04:00
James
27d333fae1 implements proper node_modules exclusion path in prod webpack config 2020-07-13 16:15:43 -04:00
James
bc0f9d7826 fixes bugs in webpack resolver paths 2020-07-13 14:48:41 -04:00
James
7c8848fca0 moves browserslist targets to webpack configs 2020-07-13 14:26:46 -04:00
James
4df0c93df3 fixes namespace collision in GraphQL 'me' type 2020-07-13 13:39:42 -04:00
James
a08c3c6fd2 Merge branch 'master' of github.com:keen-studio/payload 2020-07-13 12:27:49 -04:00
James
0539ffca94 squashes mongodb deprecation warning 2020-07-13 12:27:41 -04:00
Dan Ribbens
39a0c4fc6b add graphQL date and 2020-07-13 08:20:40 -04:00
Dan Ribbens
a3aeec2b2b Merge branch 'master' into graphql-tests 2020-07-12 20:45:01 -04:00
James
f3fee34d16 better error handling for MongoDB 2020-07-12 18:15:31 -04:00
James
9a932bcf79 implements a safe way to clear array / block data in admin 2020-07-12 16:49:44 -04:00
James
56c508f157 implements a way to update arrays back to empty 2020-07-12 16:10:55 -04:00
James Mikrut
891f4cac69 Merge pull request #302 from trouble/hotfix/299
adds createdAt and updatedAt to GraphQL
2020-07-12 14:38:10 -04:00
James
44a4c413a7 adds createdAt and updatedAt to GraphQL 2020-07-12 14:37:46 -04:00