James Mikrut
b9f9f15d77
feat/adds dark mode and evolves admin ui
...
* feat: builds color palette for light and dark mode, removes all conflicting rgba sass
* chore: replaces colors with css vars
* chore: adapts blur-bg to be more performant and stable
* chore: getting ready for dark mode
* chore: removes unused file
* chore: reverts input bg
* chore: reverses selection in dark mode
* feat: builds theme toggler
* feat: adds auto mode for theme
* feat: establishes light / dark css pattern, updates account and list
* chore: migrates more views to gutter component
* chore: adapts global, adjusts popups
* chore: finishes retrofitting views
* feat: moves to medium instead of semi-bold for headlines
* feat: introduces new font for rte
* feat: updates rich text styles
* feat: styles react select in dark mode
* chore: styles datepicker, misc refinements
* chore: updates style of UploadCard
* chore: fixes code styles
* chore: styles PerPage
* chore: improves styling of column / where selector
* feat: improves field errors in dark mode
* chore: styles built-in rich text elements
* chore: improves styling of rte elements
* chore: tweaks
2022-07-13 10:36:25 -07:00
James
cac5266c79
chore: changelog
2022-07-11 11:53:12 -07:00
James
420afc6838
chore(release): v0.19.2
2022-07-11 11:50:25 -07:00
James
4e3c4e9c0c
Merge branch 'master' of github.com:payloadcms/payload into feat/extensible-auth-strategies
2022-07-11 11:45:48 -07:00
James
2c27812ba1
chore: removes cookie-parser
2022-07-11 11:45:44 -07:00
James Mikrut
2f57a983cd
Merge pull request #739 from payloadcms/feat/extensible-auth-strategies
...
Feat/extensible auth strategies
2022-07-11 11:44:32 -07:00
James
91c4ef226b
fix: ensures router switch only contains top-level route components
2022-07-11 08:31:43 -07:00
James
38b52bf67b
feat: better types useAuth and custom provider components
2022-07-09 22:23:37 -07:00
James
281985970d
Merge branch 'feat/extensible-auth-strategies' of github.com:payloadcms/payload into feat/extensible-auth-strategies
2022-07-09 17:39:19 -07:00
James
03f28a4804
feat: ensures auth component doesn't render if disabled
2022-07-09 17:16:19 -07:00
Dan Ribbens
c0acba94c6
Merge branch 'feat/extensible-auth-strategies' of github.com:payloadcms/payload into feat/extensible-auth-strategies
2022-07-09 19:58:19 -04:00
Dan Ribbens
8d550d411e
docs: update collection hooks
2022-07-09 19:57:58 -04:00
Elliot DeNolf
e8064371b0
feat: add preMiddleware and postMiddleware, deprecate middleware
2022-07-09 16:47:23 -07:00
Dan Ribbens
166bd31506
feat: add res to token hooks
2022-07-09 19:38:24 -04:00
Dan Ribbens
4055908bc8
feat: add afterMe afterLogout and afterRefresh
2022-07-09 19:29:00 -04:00
James
d68bb8c292
fix: removes reliance on auth email
2022-07-09 14:40:31 -07:00
James
c8be171f24
chore: further disabling of local auth strategy
2022-07-09 12:04:21 -07:00
Dan Ribbens
43eafd4b9f
chore(release): v0.19.1
2022-07-09 12:04:17 -04:00
Dan Ribbens
ce1c99b01c
fix: ensures duplicative relationship options are not present ( #732 )
...
Co-authored-by: James <james@trbl.design >
2022-07-09 11:58:03 -04:00
James
4b2bc36f89
chore: reduces unnecessary strategy complexity
2022-07-09 08:40:13 -07:00
James
58587525e5
feat: adds cookie-parser
2022-07-08 18:36:12 -07:00
James
df76f60e7f
fix: ensures anonymous passport strategy is loaded last
2022-07-08 17:56:39 -07:00
James
2c66ad8689
feat: ensures only plain objects are merged within incoming configs
2022-07-08 17:37:43 -07:00
James
6016e2346c
feat: extends strategies with more properties
2022-07-08 15:16:30 -07:00
James
56cdd943fd
feat: only adds email if local strategy enabled
2022-07-08 14:50:04 -07:00
James
6d02f7d3ac
feat: begins extensible auth strategies
2022-07-08 13:46:12 -07:00
Dan Ribbens
18f8790062
chore: breaking changes 0.19.0
2022-07-08 14:08:04 -04:00
Dan Ribbens
854b63ec34
chore(release): v0.19.0
2022-07-08 14:07:28 -04:00
Dan Ribbens
beccbbd3e8
chore: package script quotes windows compatibility
2022-07-08 14:00:23 -04:00
Dan Ribbens
91d0d84c65
docs: update graphql schema
2022-07-08 13:53:40 -04:00
chris-schra
7dd67a8d39
chore: ignore Yarn Berry files in .gitignore ( #713 )
2022-07-08 13:51:42 -04:00
Dan Ribbens
ad43cbc808
feat: graphql schema output ( #730 )
...
* chore: refactor graphql initialization
* feat: generate graphql schema script
* feat: script commands are case insenstive
2022-07-08 13:50:46 -04:00
James Mikrut
2b2a562d83
Merge pull request #731 from payloadcms/fix/auth-me-gql-relationships
...
Fix/auth me gql relationships
2022-07-08 10:48:09 -07:00
James
d9e7696384
chore: strips trailing slashes from jwt strategy
2022-07-08 10:41:10 -07:00
James
01bc1fef1e
fix: ensures auth/me relations in gql can be queried
2022-07-08 10:25:00 -07:00
Dan Ribbens
567d8c19bf
fix: allow passing of autoIndex mongoose connectionOptions ( #722 )
2022-07-06 15:57:02 -04:00
James Mikrut
b722bed24f
Merge pull request #720 from payloadcms/fix/#692
...
fix: ensures old data from arrays is not persisted
2022-07-06 14:36:00 -04:00
James
0af66d68a7
chore: tests array functionality
2022-07-06 11:34:22 -07:00
Henri Tuan
f3b7dcff57
feat: File argument in create/update operation ( #708 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-07-06 11:26:04 -07:00
chris-schra
67331eb975
fix: copyfiles cross platform ( #712 )
2022-07-06 13:57:18 -04:00
James
d9ef803d20
fix: ensures old data from arrays is not persisted
2022-07-06 10:52:52 -07:00
Andrzej Kłapeć
9fd171b26d
feat: allow clearing DatePicker value ( #641 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-07-06 09:38:45 -07:00
Dan Ribbens
91e33d1c1c
fix: relationship field disabled from access control in related collections ( #644 )
...
* fix: disabled relationship field from access control in related collections
* fix: ids can be read from relationships regardless of access of related document
2022-07-03 07:01:45 -04:00
Akansh Sirohi
601e69ab0d
Fixes payloadcms/payload#650 ( #706 )
...
* fix: min/max number validation of decimal values
2022-07-03 06:25:03 -04:00
Andres Kalle
81aa74bbbe
docs: fixed example URL ( #705 )
2022-07-02 07:42:12 -04:00
Dan Ribbens
e84b7a9c58
chore(release): v0.18.5
2022-06-29 14:14:47 -04:00
Dan Ribbens
b6b0ffb674
fix: empty cell data renders in list ( #699 )
2022-06-29 14:07:21 -04:00
Dan Ribbens
62bd2db5f9
chore: update json-schema-to-typescript to v11 ( #700 )
2022-06-29 14:03:30 -04:00
Steven Roh
74342a4dea
Avoid app crashing when code (data) is undefined ( #681 )
...
* fix: code field ui errors when data is undefined
2022-06-29 12:12:33 -04:00
Min Somai
c78d77446a
fix: icon appears above select field's option list ( #685 )
...
* fix: icon of the date field appears above the option list
2022-06-29 12:09:53 -04:00