Commit Graph

249 Commits

Author SHA1 Message Date
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
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
fc874be72a revises and simplifies forgot password routes 2020-03-29 19:58:52 -04:00
James
a96206b9fe revises Globals to use discriminators rather than storing all globals in one document in the database 2020-03-28 20:40:34 -04:00
James
c33131c525 prevents repeater from reloading default value after all rows have been removed 2020-03-28 14:00:52 -04:00
James
4bdf66ad44 enables filling flex content with default value 2020-03-28 13:59:08 -04:00
James
ae6a9de944 fixes bug with flexible content schema initialization, adjusts shadows 2020-03-28 13:28:57 -04:00
Jarrod Flesch
151df92ee0 style: updates background targeting on flexible content 2020-03-27 16:00:45 -04:00
Jarrod Flesch
dfd2af1499 refactor: merges the FlexibleRow and RepeaterRow into a single DraggableSection component 2020-03-27 15:48:02 -04:00
Jarrod Flesch
d64e690c9b Merge branch 'master' of github.com:trouble/payload 2020-03-27 14:13:43 -04:00
Jarrod Flesch
4d5c750fe3 fix: adds field type gutter back in 2020-03-27 14:13:15 -04:00
James
c3303cc0a7 fixes bug with saving decoded token instead of token itself within cookie 2020-03-27 12:52:05 -04:00
James
5be2b3435e adds error status if accessing pages that should require login 2020-03-27 12:42:46 -04:00
James
002a398955 enables redirection to login screen if not logged in 2020-03-27 12:31:38 -04:00
James
7a13542272 enables moving blocks with drag n drop 2020-03-24 17:48:39 -04:00
James
ca46fee84e enables flexible content WIP 2020-03-24 17:11:33 -04:00
James
17d4e5800d swaps flat for flatley, enables nested repeaters 2020-03-24 12:47:55 -04:00
Jarrod Flesch
8b8f4b220d style: update repeater color 2020-03-24 11:34:30 -04:00
Jarrod Flesch
5304ab7332 feat(Repeater): updates styles, enables header as the draggable point, moves collapsible state up to the repeater 2020-03-20 12:31:46 -04:00
Jarrod Flesch
39d2377078 open the new row and close others when adding new row 2020-03-18 18:16:27 -04:00