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 |
|
James
|
07edd373a5
|
enables localized globals
|
2020-03-28 21:05:25 -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 Mikrut
|
828f08ac22
|
Merge pull request #154 from trouble/feature/#148-enable-sort
passes query parameter for sort through to buildquery cb and paginate
|
2020-03-27 12:53:39 -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 |
|