1385 Commits

Author SHA1 Message Date
James
f11550a15d 0.0.3 v0.0.3 2020-07-13 13:40:05 -04:00
James
d3bd0d8c0d Merge branch 'master' of github.com:keen-studio/payload 2020-07-13 13:39:54 -04:00
James
4df0c93df3 fixes namespace collision in GraphQL 'me' type 2020-07-13 13:39:42 -04:00
James
7bf60094b8 0.0.2 v0.0.2 2020-07-13 13:08:14 -04:00
James Mikrut
d3eb7e2df9 Merge pull request #304 from trouble/private-npm
sorts package json, moves devDeps to deps
2020-07-13 13:07:02 -04:00
James
42f470f3ba sorts package json, moves devDeps to deps 2020-07-13 13:06:38 -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
4ddc510f9e Merge pull request #303 from trouble/graphql-tests
Graphql tests
2020-07-13 08:51:44 -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
James Mikrut
08d56a8ce9 Merge pull request #301 from trouble/hotfix/300
optimizes the way GraphQL is bootstrapped
2020-07-12 14:24:15 -04:00
James
b4d054e1b2 optimizes the way GraphQL is bootstrapped 2020-07-12 14:23:45 -04:00
Dan Ribbens
527522cf68 graphql collection update test 2020-07-12 14:09:17 -04:00
Dan Ribbens
573304ea3e first graphql collection tests 2020-07-12 13:11:28 -04:00
Elliot DeNolf
b12538b6ff Merge pull request #298 from trouble/global-tests 2020-07-12 08:00:19 -04:00
Elliot DeNolf
53eaf1f93d test: add global tests 2020-07-12 07:37:21 -04:00
Elliot DeNolf
34cedee48f test: use toStrictEqual 2020-07-12 07:35:27 -04:00
James
17aa95778e Merge branch 'master' of github.com:keen-studio/payload 2020-07-10 02:57:56 -04:00
James
49b21a996f fixes bugs left over in globals 2020-07-10 02:57:47 -04:00
James Mikrut
ddb7fb0c87 Merge pull request #295 from trouble/feature/274/improve-mobile-nav
closes mobile nav on item click, increases nav item size
2020-07-10 02:09:07 -04:00
James
656d96e04d closes mobile nav on item click, increases nav item size 2020-07-10 02:08:37 -04:00
James
419a6c547c enables access to auth / setting cookie in graphql resolvers, secures relationships 2020-07-10 01:59:03 -04:00
James
26f4e7303e passes res to graphql context in order to login via gql 2020-07-09 21:58:11 -04:00
James
41373f5e16 displays error if relationship options fail to load 2020-07-09 20:09:57 -04:00
James
3ce886b665 implements permissions within Dashboard view 2020-07-09 19:56:38 -04:00
James
1be29a0aa0 fixes bug with default column specification 2020-07-09 19:56:17 -04:00
James
7a222a4026 Merge branch 'master' of github.com:keen-studio/payload 2020-07-09 16:55:44 -04:00
James
795784ac95 styles titles when using id 2020-07-09 16:55:27 -04:00
James
2a19ee7c81 adds onInit callback 2020-07-09 16:54:59 -04:00
James Mikrut
70e50685ee Merge pull request #293 from trouble/feature/266/merge-base-fields
Feature/266/merge base fields
2020-07-09 15:05:06 -04:00
James
8bd1777bf4 finishes baseField merge 2020-07-09 15:04:02 -04:00
James
356113fbba adds admin: { } options to fields, allows for field disabling 2020-07-09 14:30:29 -04:00
James
5870e7cde9 WIP - merges base fields with user fields 2020-07-09 14:17:24 -04:00
James
75099caaca moves the addition of baseFields into collection sanitization 2020-07-09 12:37:50 -04:00
James
f3dfaae261 streamlines the /me endpoint to ensure consistency 2020-07-09 12:37:33 -04:00
James Mikrut
7a2dd9e03c Merge pull request #292 from trouble/feature/285/improve-client-auth
revises /me and logs out if inactive
2020-07-08 12:19:47 -04:00
James
d5e2d42c34 revises /me and logs out if inactive 2020-07-08 12:19:18 -04:00
James Mikrut
951de0492c Merge pull request #291 from trouble/hotfix/290/redirect-after-first-user
Redirects after successful creation of first user in admin panel
2020-07-08 11:50:49 -04:00
James
59cdbe2088 reverts back to payload db for local testing 2020-07-08 11:49:23 -04:00
James
a0b975ae73 redirects after registration of first user in admin panel 2020-07-08 11:48:02 -04:00
James
3ddc72c7de Merge branch 'master' of github.com:keen-studio/payload 2020-07-08 11:30:34 -04:00
James
4f383493c6 linting 2020-07-08 11:30:26 -04:00
James Mikrut
1337317101 Merge pull request #289 from trouble/naming-conventions
Naming conventions
2020-07-08 11:16:38 -04:00
James
1882a6ac5d renames Flexible to Blocks, Repeater to Array 2020-07-08 11:15:49 -04:00