Dan Ribbens
4055908bc8
feat: add afterMe afterLogout and afterRefresh
2022-07-09 19:29:00 -04:00
Dan Ribbens
91d0d84c65
docs: update graphql schema
2022-07-08 13:53:40 -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
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
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
Andres Kalle
81aa74bbbe
docs: fixed example URL ( #705 )
2022-07-02 07:42:12 -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
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
Ahmet Kilinc
b80006be45
Change "ist" to "it" ( #668 )
...
docs: Small typo on middleware page
2022-06-20 10:45:34 -04:00
Dan Ribbens
7fe2fece6c
chore: remove node-sass ( #605 )
2022-06-08 11:36:33 -04:00
Dan Ribbens
593d6a596a
docs: remove withCondition for custom component fields ( #588 )
2022-06-08 10:24:21 -04:00
Dan Ribbens
82a6db8b4f
docs: add examples to collection hooks ( #620 )
2022-06-08 10:23:55 -04:00
GeorgeyB
7ee374ea1a
Custom collection/global endpoints ( #607 )
...
* feat: add custom endpoints for collections and globals REST APIs
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-05-30 12:43:18 -04:00
Roman Bondarenko
200aa2e1c2
chore: fix typo in plugins/overview ( #578 )
2022-05-23 20:22:54 -04:00
James
6a17d3db98
chore: doc readability
2022-05-23 11:01:47 -04:00
James
f27c5ca6f0
docs: adds detail regarding access control arguments
2022-05-23 10:56:49 -04:00
Dan Ribbens
4913441017
Free and open-source under MIT license ( #565 )
...
* feat: free and open-source under MIT license
2022-05-16 19:25:20 -04:00
Dan Ribbens
52acfcb0e3
chore: export useDocumentInfo ( #561 )
...
* chore: export useDocumentInfo and add to custom component documenation
2022-05-11 21:50:17 -04:00
James
b3832e21c9
feat: exposes findMany argument to afterRead hooks to discern between find and findByID
2022-05-02 13:38:13 -04:00
Dan Ribbens
69d328d15e
docs: updated link
2022-04-29 23:29:46 -04:00
Dan Ribbens
738e8ab9b6
docs: preventing abuse of file uploads
2022-04-29 23:25:55 -04:00
James
fb7bb76674
Merge branch 'master' of github.com:payloadcms/payload
2022-04-29 16:48:24 -04:00
James
e46b942259
feat: exposes payload within server-side validation args
2022-04-29 16:48:15 -04:00
Dan Ribbens
e4affd4bf9
docs: updated links
2022-04-29 14:40:49 -04:00
Dan Ribbens
e8503232ba
chore: changes eslint rules no-console and cleanup
2022-04-29 12:36:21 -04:00
Dan Ribbens
e297eb9090
feat: allows defaultValue to accept async function to calculate defaultValue ( #547 )
...
* feat: field default values with async functions
* docs: improves field default value
* chore: simplifies async defaultValue
* chore: api test coverage for default value functions
* chore: WIP defaultValue async arrays
* chore: refactors and simplifies buildStateFromSchema
* chore: improves tests for defaultValues
Co-authored-by: James <james@trbl.design >
2022-04-29 10:36:10 -04:00
Dan Ribbens
6f84c0a869
Fix/checkbox validation error position ( #521 )
...
* fix: checkbox validation error positioning
* feat: sanitize defaultValue to false when field is required
2022-04-12 11:28:41 -04:00
Outdated
1fc856faf5
Document Fix for admin/customizing-css ( #513 )
...
Addition of node package 'sass-loader' & 'node-sass' as dev dependencies for loading scss for customizing css variables for admin panel.
2022-04-11 17:03:48 -04:00
Dan Ribbens
6e45fd67ce
docs: anchor link field component
2022-04-11 10:54:13 -04:00
Dan Ribbens
39415d4eed
docs: update anchor links ( #518 )
2022-04-11 09:31:46 -04:00
John Beene
801b20ae75
Update fields.mdx ( #509 )
...
Fix destructuring of args inside exampleFieldHook function
2022-04-07 05:37:04 -04:00
James
ec91757257
feat: allows like to search by many words, adds contain to match exact strings
2022-04-05 16:22:57 -04:00
James
629e63e123
docs: relationship clarity
2022-04-05 15:15:43 -04:00
James
aee95eb041
merge: relationship options filter
2022-04-05 14:59:01 -04:00
James
9e9aa6485c
docs: payload.init accuracy
2022-04-05 14:55:29 -04:00
James
0651936856
Merge branch 'feat/logger-options' of github.com:payloadcms/payload
2022-04-05 14:51:57 -04:00
James Mikrut
1b4b5707bf
feat: extended validation function arguments ( #494 )
...
* feat: WIP extended validation function arguments
* chore: optimizes validation extended args
* chore: more consistently passes validation args
* chore: removes field from form state
* chore: passing tests
* fix: default point validation allows not required and some edge cases
* chore: ensures default validate functions receive field config
* chore: demo validation with sibling data
* chore: optimize getDatabByPath and getSiblingData
* chore: adds tests to validate extra arg options
* docs: add validation arguments
* chore: export default field validation
* chore: top level getSiblingData
* fix : #495 , avoids appending version to id queries
* chore: revises when field validation is run
* chore: restore original admin field validation
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-04-05 14:51:28 -04:00
Dan Ribbens
1482fded9a
feat: upload field implements filterOptions
2022-04-05 12:03:57 -04:00
Elliot DeNolf
6620a4f682
feat(logging): allow pino logger options to be passed into init
2022-04-04 22:55:54 -04:00
Dan Ribbens
485991bd48
feat: filter relationship options in admin ui using filterOptions
2022-04-04 19:44:49 -04:00
Dan Ribbens
85596bbba6
chore: export default field validation
2022-04-01 10:58:08 -04:00
Dan Ribbens
9ea2777555
docs: add validation arguments
2022-03-31 01:00:52 -04:00
Dan Ribbens
5a7e8a980b
feat: builds a way to inject custom React providers into admin UI
...
* fix: rich text textarea height
* feat: custom providers for admin panel
* docs: custom provider component
2022-03-28 11:23:22 -04:00
Dan Ribbens
dc9898e355
docs: remove versions payload beta version
2022-03-17 11:38:11 -04:00
Dan Ribbens
647db5122e
feat: add pagination argument to optimize graphql relationships and use in local api ( #482 )
2022-03-16 14:58:41 -04:00
Dan Ribbens
ba1a8284ac
docs: init options for email, local, and onInit ( #474 )
2022-03-16 13:10:45 -04:00
James
73f418bb5c
feat: exposes data arg within create and update access control
2022-03-08 14:42:47 -05:00
James
c9795133b3
feat: adds originalDoc to field access control
2022-03-07 10:53:57 -05:00