Commit Graph

13092 Commits

Author SHA1 Message Date
James
54d714bc66 moves express responses to express folder 2020-04-03 12:51:52 -04:00
James
41d77fbdc6 adds commenting for validation and hooks into properly setup queries 2020-04-03 12:45:42 -04:00
James
8dd5e63a01 cleans naming conventions of modelById / findOne 2020-04-03 12:34:49 -04:00
James
03cb4b47d5 refactors first req handler and query to try / catch + async / await 2020-04-03 12:28:59 -04:00
James
9ce32fed08 revises folder structure in advance of refining request handlers / queries 2020-04-03 12:12:55 -04:00
James
d4f9793777 implements pattern for graphql 2020-04-02 21:48:38 -04:00
James
1a3f36f258 uses withCondition HOC in all field types 2020-04-02 16:10:57 -04:00
James
87b5952e6a enables conditional field logic 2020-04-02 15:59:27 -04:00
James
0429fb939e fixes bug with localization sending back improper value if no default locale or fallback 2020-04-01 18:42:52 -04:00
James
77d4b2f924 fixes bug with how globals were registered 2020-04-01 16:06:20 -04:00
James
17b40c329f modifies RenderFields and customComponents to support more than one custom component per field 2020-04-01 16:00:47 -04:00
James
5857a8eb5a linting 2020-04-01 15:39:49 -04:00
James
c5f7a023c8 revises frontend to use api prefix when fetching data 2020-04-01 15:32:40 -04:00
James
49ebdaa1ec binds all API routes to api prefix route, refactors to support 2020-04-01 15:21:31 -04:00
James
0da9b02e94 throttles refresh in User, adds throttled refresh to form on field state change 2020-04-01 12:55:00 -04:00
James
e6cf9cff7d jim's negligence 2020-03-31 20:22:39 -04:00
James
bc72d2cbf6 uses remaining token time to calculate when to show stay logged in modal 2020-03-31 20:18:57 -04:00
James
c120d66bab improves stay logged in modal 2020-03-31 20:04:02 -04:00
James
c852c80c52 builds unstyled modal to refresh token or log out 2020-03-31 19:57:27 -04:00
James
c69b7c24b6 adjusts refresh route to use header instead of json body, removes jwt-decode dependency in favor of using jsonwebtoken 2020-03-31 18:53:24 -04:00
James
78722e6bac removes field from field state on unmount 2020-03-31 17:56:46 -04:00
James
4764cc5a54 revises bug with improperly copying object within secureConfig 2020-03-31 16:59:59 -04:00
James
8c8a566d54 adds refreshToken function to User data client component 2020-03-31 16:03:53 -04:00
James
ee9e22816b Merge branch 'master' of github.com:keen-studio/payload 2020-03-31 15:46:25 -04:00
James
0ef4b742d5 cleans and sanitizes config for client use 2020-03-31 15:46:12 -04:00
James
0b2f7686ec simplifies first-register logic 2020-03-31 14:56:11 -04:00
Jarrod Flesch
708a7f6bf6 feat: adds chevron to the DraggableHeader and Section 2020-03-31 02:10:10 -04:00
James
e38491625b ensures that removing the last row properly clears rows from form state 2020-03-30 19:50:05 -04:00
James
58c82d89df fixes jims negligence 2020-03-30 17:28:48 -04:00
James
75c3d9697c renames singularName to singularLabel within repeater 2020-03-30 17:24:53 -04:00
James
3788d21b9c revisions to padding within sections 2020-03-30 17:21:48 -04:00
James
63f329d140 revises gutters and padding in flex content, sections, and repeater 2020-03-30 17:16:19 -04:00
Jarrod Flesch
f53108cf8b styles the field-types inside a field group more specifically 2020-03-30 16:43:02 -04:00
Jarrod Flesch
880c8e3a77 adjusts padding for field types within a group 2020-03-30 16:39:27 -04:00
Jarrod Flesch
a5dca98d7f tweaks the styles for the date, adds default min/max time for example sake 2020-03-30 16:33:32 -04:00
Jarrod Flesch
ddc1afca20 Merge branch 'master' of github.com:trouble/payload 2020-03-30 16:29:27 -04:00
James
2d48307d42 Merge branch 'master' of github.com:keen-studio/payload 2020-03-30 16:21:59 -04:00
James
9e15007670 restores initial form context build from mount effect in useFieldType 2020-03-30 16:21:32 -04:00
Jarrod Flesch
678cf8787a fix: css styles could not be imported from node_modules, moved them locally for now 2020-03-30 12:10:24 -04:00
Jarrod Flesch
52f0f35195 merge with master 2020-03-30 10:28:00 -04:00
Jarrod Flesch
4b2d3ca5a6 Merge branch 'master' of github.com:trouble/payload 2020-03-30 10:21:11 -04:00
Jarrod Flesch
10559afc71 style: adds form negative margin back in, adds padding to sticky header 2020-03-30 10:21:01 -04:00
James
9bee23d589 replaces a few more JWT secret configs from ENV and fixes bug while bootstrapping user 2020-03-29 20:46:35 -04:00
James
895149f4a5 removes unused arguments in forgot password routes 2020-03-29 20:04:38 -04:00
James
fc874be72a revises and simplifies forgot password routes 2020-03-29 19:58:52 -04:00
James
bead4d51bc removes reliance on process.env in favor of using config in auth routes 2020-03-29 19:27:43 -04:00
James
dacbd398c3 Merge branch 'feature/#88-refresh-auth-token' of github.com:keen-studio/payload 2020-03-29 19:21:05 -04:00
Dan Ribbens
509031bbfe add refresh endpoint to refresh auth token 2020-03-29 08:55:51 -04:00
James
c9e209a2d8 enables policies for globals 2020-03-28 21:27:11 -04:00
James
035391b0bf prevents mongoose schema path from being required and localized at same time 2020-03-28 21:14:08 -04:00