James
|
b4d054e1b2
|
optimizes the way GraphQL is bootstrapped
|
2020-07-12 14:23:45 -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 |
|
James
|
e818537fe9
|
renames policy to access
|
2020-07-08 11:00:50 -04:00 |
|
James Mikrut
|
1becc97ea7
|
Merge pull request #288 from trouble/hotfix/287/graphql-depth
Ensure find and findByID operations set autopopulate to false by default
|
2020-07-08 09:33:10 -04:00 |
|
James
|
976a995d88
|
ensure find and findByID operations set autopopulate to false by default
|
2020-07-08 09:32:30 -04:00 |
|
James
|
1502b2e2ce
|
removes unnecessary try / catch from operations
|
2020-07-08 09:21:25 -04:00 |
|
James
|
ac5caf4da2
|
further separates contexts within Form for performance reasons
|
2020-07-07 21:41:34 -04:00 |
|
James
|
0930063219
|
merges eslint-config
|
2020-07-07 20:02:50 -04:00 |
|
James
|
76499696b3
|
implements default sorting based on timestamps or ID
|
2020-07-07 19:48:43 -04:00 |
|
James
|
4f492d9e73
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-07-07 19:23:52 -04:00 |
|
James
|
8fc612dc35
|
improves naming conventions of Policies GraphQL types
|
2020-07-07 19:23:43 -04:00 |
|
James Mikrut
|
5187f316f0
|
Merge pull request #284 from trouble/dashboard
Builds Dashboard admin view
|
2020-07-07 19:05:42 -04:00 |
|
James
|
c69d6c53a3
|
responsive Dashboard and Card components
|
2020-07-07 19:04:54 -04:00 |
|
James
|
cdb8182407
|
WIP - progress to Dashboard and Card components
|
2020-07-07 18:46:14 -04:00 |
|
James
|
9391b51eb5
|
WIP - adds field-level policies to GraphQL
|
2020-07-07 16:04:13 -04:00 |
|
James
|
1f832a373a
|
modifies all auth request handlers to rely on express error handling, updates /me req handler to operation format
|
2020-07-07 14:44:37 -04:00 |
|
James
|
94bbee7f74
|
fixes bugs with document duplication
|
2020-07-07 14:19:58 -04:00 |
|
James
|
7879356bc5
|
misc responsive tweaks, improvements to usePayloadAPI isLoading state
|
2020-07-07 11:26:04 -04:00 |
|
James
|
9b2935a88f
|
simplifies misc. globals functionality
|
2020-07-06 23:25:45 -04:00 |
|
James
|
ae35bd7266
|
fixes broken global virtuals
|
2020-07-06 23:10:50 -04:00 |
|
James
|
b263e04408
|
WIP - styles Globals
|
2020-07-06 22:58:31 -04:00 |
|
James
|
83567c68db
|
implements a way to secure token cookies via auth configs
|
2020-07-06 17:00:33 -04:00 |
|
James
|
a471e259c1
|
improves prop conventions of ListControls
|
2020-07-06 17:00:18 -04:00 |
|
James
|
16462204fa
|
swaps in UploadGallery in place of Table for collections that have uploads present
|
2020-07-06 16:38:06 -04:00 |
|