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
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
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
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
Dan Ribbens
6eb4fc04b1
Fix/validate imagesizes with mimetypes ( #688 )
...
* fix: mimetype validation with image sizes
* fix: unique filename error on image sizes
2022-06-29 12:05:57 -04:00
Dan Ribbens
f1b00e85fc
docs: update links
2022-06-29 11:19:34 -04:00
gonza moiguer
7c73f2c1d9
Corrected Radio field doc, 'option' for 'label' ( #690 )
2022-06-27 13:03:41 -04:00
James
704e543c7e
chore(release): v0.18.4
v0.18.4
2022-06-24 17:53:35 -04:00
Lachlan Heywood
fcaa1454dc
Update load.ts ( #679 )
2022-06-24 17:52:06 -04:00
James
9d388f7a89
chore(release): v0.18.3
v0.18.3
2022-06-24 17:51:01 -04:00
James
918062de2f
fix : #670 , max tokenExpiration
2022-06-24 17:49:36 -04:00
James
375738d99c
chore(release): v0.18.2
v0.18.2
2022-06-24 17:34:07 -04:00
Dan Ribbens
1c37ec3902
feat: telemetry
...
* feat: add telemetry to payload config
wip: more telemetry
* feat: send telemetry events
* chore: update node ci versions
* chore: cleanup console log
* chore: updates ts due to dependency update
* chore: remove unused deps
* chore: fix origin and casing
* docs: telemetry
* feat: uses oneWayHash within telemetry
* chore: sends hashed domain in telemetry
* feat: improves reliability of telemetry projectID
* chore: revises telemetry docs
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: James <james@trbl.design >
2022-06-24 17:32:09 -04:00
Kent Warren
7eb804daf9
docs: typo ( #683 )
...
Changes "you" to "your"
2022-06-24 16:52:57 -04:00
James
d99a67ca95
chore(release): v0.18.1
v0.18.1
2022-06-21 15:45:20 -04:00
James
3d5ed93fce
fix : #671 , password reset broken
2022-06-21 15:43:12 -04:00
Ahmet Kilinc
b80006be45
Change "ist" to "it" ( #668 )
...
docs: Small typo on middleware page
2022-06-20 10:45:34 -04:00
Dan Ribbens
70edb0ba38
chore(release): v0.18.0
v0.18.0
2022-06-14 08:53:17 -04:00
Dan Ribbens
a1fe17d05d
fix: me auth route breaks with query params ( #648 )
2022-06-13 11:49:04 -04:00
James Mikrut
7083225abd
Feat/remove this bindings ( #629 )
...
* feat: removes this bindings for cleaner, more maintainable code
Co-authored-by: Elliot DeNolf <denolfe@users.noreply.github.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-06-08 14:44:34 -04:00
Jarrod Flesch
af6479bf34
feat: adds timestamps to generated collection types if enabled ( #604 )
...
* feat: adds timestamps to generated collection types if enabled
2022-06-08 11:41:09 -04:00
Dan Ribbens
44c12325b4
feat: enable webpack filesystem cache in dev ( #621 )
2022-06-08 11:38:07 -04:00
Dan Ribbens
f2bf2399fa
fix: custom fields values resetting in ui ( #626 )
2022-06-08 11:37:31 -04:00