James
b61239507f
removes circular dependency issues caused by recursive field types
2020-04-18 11:48:31 -04:00
James
52cf02f3c9
Merge branch 'flexible-content-refinement' of github.com:keen-studio/payload into flexible-content-refinement
2020-04-17 18:02:05 -04:00
Jarrod Flesch
6bb7e6d35e
style(EditableBlockTitle): removes transitions on hover and focus
2020-04-17 18:01:13 -04:00
James
eca770c03e
removes conflict in yarn lock
2020-04-17 17:47:28 -04:00
Jarrod Flesch
a61e118314
feat(repeater): updates to repeater component
...
- adds EditablBlockTitle component, with variable input width
- removes focus from title editing when esc or enter is pressed
- decreases scss var $radius-sm from 5px -> 3px, enforces consistency
2020-04-17 17:14:07 -04:00
Jarrod Flesch
dc4dd738b4
chore(RenderFields): increases readability, renames fields -> fieldSchema
2020-04-17 12:31:00 -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
44470bedfd
adds update user mutation
2020-04-16 19:21:41 -04:00
James Mikrut
a9ac0b7533
Merge pull request #173 from trouble/enable-auth-graphql
...
Enable auth graphql
2020-04-16 17:16:22 -04:00
James
85c6044483
adds isomorphic-fetch to all jest tests
2020-04-16 17:10:39 -04:00
James
c92da40024
adds better semantics to collection tests
2020-04-16 17:08:06 -04:00
James
a98b99fc29
introduces refresh graphql resolver
2020-04-16 16:51:43 -04:00
James
9dc44a994a
enables Init via graphQL
2020-04-16 16:41:53 -04:00
James
affba38798
adds Me query
2020-04-16 16:37:30 -04:00
James
96dcae0ab4
enables graphql login
2020-04-16 16:30:47 -04:00
James
172793c182
refactors resetPassword into operations pattern
2020-04-16 16:21:13 -04:00
James
fe6d25576f
bumps github action from npm to yarn
2020-04-16 16:06:08 -04:00
James
2e5357420e
builds register and firstRegister operations
2020-04-16 15:57:34 -04:00
James
a31e0dce96
adds test for refresh token
2020-04-16 15:08:41 -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
5699bb6ecd
the case of the missing file
2020-04-16 13:32:47 -04:00
James
9271b97cf1
bumps graphql auth header from cookie into its own file
2020-04-16 13:25:52 -04:00
James
e7215bbcb3
upgrades sharp to be compatible with newer node versions
2020-04-16 12:57:58 -04:00
James
4f630ad528
abstracts email service out of forgot password handler, converts forgot password and init handlers to handler / resolver / operation
2020-04-16 12:46:31 -04:00
James
cd8f396fb3
breaks login into request handler and operation
2020-04-16 12:05:50 -04:00
James
185e1d3308
flattens forgot password routes into existing user routes
2020-04-15 21:23:27 -04:00
James
7065ef1e8c
Merge branch 'master' into enable-auth-graphql
2020-04-15 19:38:45 -04:00
James
1fe6337da0
removes firing server script on github action
2020-04-15 19:24:27 -04:00
James
99f07b489f
removes unused http dep from integration tests
2020-04-15 19:22:58 -04:00
James
fe454c8e8f
removes unused jest config
2020-04-15 19:19:20 -04:00
James
1e0a6dfc29
simplifies tests, removes /killkillkill, enables start / stop demo server
2020-04-15 19:17:57 -04:00
James
c43bc1f8a6
removes additional unused dependencies
2020-04-15 17:09:21 -04:00
James
b339d35946
removes unused dependencies
2020-04-15 17:07:04 -04:00
James
009b5171ed
renames auth to users to follow convention
2020-04-15 13:31:03 -04:00
James
eb8734ac5c
splits out auth request handlers in preparation for implementation in graphql
2020-04-15 13:24:10 -04:00
Elliot DeNolf
e797ccb094
Merge pull request #170 from trouble/gh-actions
...
GitHub Actions
2020-04-15 01:00:25 -04:00
Elliot DeNolf
4c66887360
Explicitly check for NODE_ENV 'test' for mounting testing endpoints
2020-04-15 00:57:33 -04:00
Elliot DeNolf
29e69b0d4d
Cache node_modules in CI
2020-04-15 00:44:08 -04:00
Elliot DeNolf
79643282ea
Use nohup to run express server
2020-04-15 00:22:53 -04:00
James Mikrut
090f66f938
Merge pull request #169 from trouble/add-globals-to-graphql
...
Add globals to graphql
2020-04-14 17:48:16 -04:00
James
dc82ee9c24
finalizes implementation of globals in graphql
2020-04-14 17:44:08 -04:00
Jarrod Flesch
3253369043
chore: adds calibre-bold font
2020-04-14 16:57:36 -04:00
James
3fcfad69de
revises structure of global upsert request handler / operation
2020-04-14 16:54:54 -04:00
James
6fb24a083d
revises formatErrorResponse, extracts findOne operation from global findOne
2020-04-14 16:41:27 -04:00
James
d253679051
renames queries to operations, removes unnecessary globals middleware
2020-04-14 15:45:46 -04:00
James
d64909b3eb
removes settings json and ignores it for future
2020-04-14 15:13:58 -04:00
Elliot DeNolf
eb023c2079
Move tests to GitHub Actions
2020-04-13 23:59:32 -04:00
Elliot DeNolf
5de93823a6
Use mongodb-memory-server for tests
2020-04-13 23:07:52 -04:00
Elliot DeNolf
c7bc66954c
Merge pull request #167 from trouble/api-tests
...
API Tests
2020-04-13 22:30:48 -04:00
Elliot DeNolf
8b089ce1a3
Expand localization api test
2020-04-13 22:29:25 -04:00