Alessio Gravili
c068a8784e
fix(richtext-lexical): Blocks: make sure fields are wrapped in a uniquely-named group, change block node data format, fix react key error ( #3995 )
...
* fix(richtext-lexical): make sure block fields are wrapped in a uniquely-named group
* chore: remove redundant hook
* chore(richtext-lexical): attempt to fix unnecessary unsaved changes warning regression
* cleanup everything
* chore: more cleanup
* debug
* looks like properly cloning the formdata for setting initial state fixes the issue where the old formdata is updated even if node.setFields is not called
* chore: fix e2e tests
* chore: fix e2e tests (a selector has changed)
* chore: fix int tests (due to new blocks data format)
* chore: fix incorrect insert block commands in drawer
* chore: add new e2e test
* chore: fail e2e tests when there are browser console errors
* fix(breaking): beforeInput and afterInput: fix missing key errors, consistent typing and cases in name
2023-11-16 22:01:04 +01:00
Patrik
cef4cbb0ee
fix: conditionally hide dot menu in DocumentControls ( #4075 )
2023-11-09 12:01:58 -05:00
Jarrod Flesch
cdc10be1a2
fix: do not display field if read permission is false - admin panel ui ( #3949 )
2023-11-01 10:21:19 -04:00
Jacob Fletcher
67d61df563
fix: standardizes layout of document fields ( #3798 )
2023-10-20 22:22:41 -04:00
Jacob Fletcher
9d9d20efd9
chore: overhauls main nav ( #3410 )
2023-09-29 13:10:37 -04:00
Jacob Fletcher
85c8e4dc65
chore: overhauls admin navigation ( #3339 )
2023-09-15 17:33:28 -04:00
Jacob Fletcher
81010311f9
chore: builds main menu modal ( #3313 )
2023-09-15 16:40:08 -04:00
James
2a9946f788
chore: resolves some of the testing suite issues
2023-09-15 16:29:16 -04:00
Alessio Gravili
e2df74bbff
chore: fix e2e tests by not importing from ./config
2023-09-07 22:53:28 +02:00
James
0f3b364e46
chore: hoists tests out of payload package
2023-09-01 14:45:41 -04:00
Alessio Gravili
a67278b29f
chore: move to monorepo structure
2023-08-23 12:20:30 +02:00
Alessio Gravili
9467074fb9
chore: update 2.0 branch from master ( #3207 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: PatrikKozak <patrik@trbl.design >
Co-authored-by: Lucas Blancas <lablancas@gmail.com >
Co-authored-by: Stef Gootzen <37367280+stefgootzen@users.noreply.github.com >
Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com >
Co-authored-by: Jessica Chowdhury <67977755+JessChowdhury@users.noreply.github.com >
Co-authored-by: PatrikKozak <35232443+PatrikKozak@users.noreply.github.com >
Co-authored-by: Greg Willard <Wickett06@gmail.com >
Co-authored-by: James Mikrut <james@payloadcms.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
fix: WhereBuilder component does not accept all valid Where queries (#3087 )
fix: passes in height to resizeOptions upload option to allow height resize (#3171 )
2023-08-22 16:04:50 -04:00
James
3a5851d28a
chore: passing tests
2023-07-31 18:12:09 -04:00
James
20179ba77b
chore: merge master
2023-07-29 11:18:39 -04:00
Jarrod Flesch
641c765fb9
feat: solidifies bundler adapter pattern ( #3044 )
2023-07-21 17:20:51 -04:00
Dan Ribbens
8a681450d1
feat: add database transaction support( #2983 )
2023-07-21 14:13:18 -04:00
Alessio Gravili
733fc0b2d0
feat: auto-login in config capability ( #3009 )
...
This is useful when developing/testing, where logging after every change can be cumbersome.
2023-07-17 16:35:58 -04:00
Dan Ribbens
682f8ecae4
wip merge master
2023-06-29 13:27:33 -04:00
Jacob Fletcher
120e2936fe
chore: removes cms text from instances of payload name ( #2793 )
2023-06-14 10:31:29 -04:00
James Mikrut
a0bb13a412
fix : #2592 , allows usage of hidden fields within access query constraints ( #2599 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-01 17:15:14 -04:00
Jacob Fletcher
451ffcd982
chore: adds testing coverage for document drawer access control
2023-04-24 15:32:45 -04:00
James
3f9bbe90bd
fix: incorrect version defaults
2023-04-17 19:37:22 -04:00
Dan Ribbens
0fedbabe9e
feat: bulk-operations ( #2346 )
...
Co-authored-by: PatrikKozak <patrik@trbl.design >
2023-03-23 12:33:13 -04:00
Jarrod Flesch
8d65ba1efd
fix: hidden fields being mutated on patch ( #2317 )
2023-03-14 15:35:58 -04:00
Jacob Fletcher
9f30553813
feat: async plugins ( #2030 )
...
* feat: async plugins
* wip: async config
* fix: async config
2023-02-13 10:46:55 -05:00
Jarrod Flesch
fe1dfa3e23
chore: updates test config payload-types
2023-01-04 08:51:54 -05:00
Jarrod Flesch
eda6f70acb
Roadmap/#1379 admin ui doc level access ( #1624 )
...
* feat: adds document level access endpoints so admin ui can now accurately reflect document level access control
* chore(docs): new doc access callout, updates useDocumentInfo props from change
2022-12-14 16:14:29 -05:00
Jacob Fletcher
1cfce87549
feat: async admin access control
2022-10-06 13:16:15 -04:00
Dan Ribbens
c64f15d4d9
test: field level access for nested fields
2022-09-23 03:26:26 -04:00
dsod
bc97d3d6f2
Keep original request and add properties to it, instead of copy
2022-08-20 01:33:29 +02:00
Dan Ribbens
145e1db05d
fix: dev:generate-types on all test configs ( #919 )
2022-08-13 13:04:24 -04:00
Elliot DeNolf
dc41372acb
test: test sibling data in access control
2022-07-18 20:33:36 -07:00
Elliot DeNolf
6a9ea638d5
test: add access-control int tests
2022-07-18 18:50:41 -07:00
Elliot DeNolf
0d1603b467
test: fix more stuff
2022-07-17 16:22:20 -07:00
Elliot DeNolf
f5ad7a163a
test: remove all old tests
2022-07-17 16:08:07 -07:00
Elliot DeNolf
4f8b5b9f85
test(int): collections-graphl
2022-07-15 20:32:40 -07:00
Elliot DeNolf
ba79b4446c
test: refactor all test directories into one
2022-07-15 12:51:43 -07:00