Alessio Gravili
23be263dd2
fix: RichText link custom fields ( #2756 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-06-02 13:55:46 -04:00
Jarrod Flesch
f978299868
fix: graphql where types on rows and collapsible's ( #2758 )
...
Co-authored-by: Kári Yngvason <kari@hugsmidjan.is >
Co-authored-by: NikolaGanchev <62907292+NikolaGanchev@users.noreply.github.com >
Co-authored-by: James <james@trbl.design >
2023-06-02 13:50:19 -04:00
Dan Ribbens
93a85dd937
chore: allow custom mongourl during test ( #2743 )
...
Co-authored-by: swenzel <swen.wenzel@thearc.de >
Co-authored-by: PatrikKozak <patrik@trbl.design >
2023-05-31 15:51:49 -04:00
Jessica Chowdhury
8ee9724277
fix: fix locale popup overflow ( #2737 )
...
* fix: fix locale popup overflow
* chore: refines locale selector css
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-05-30 15:49:30 -04:00
PatrikKozak
7c446ec71a
Merge pull request #2636 from AlessioGr/test-console-log-admin-url
...
fix: console log correct admin URL for tests
2023-05-30 15:07:28 -04:00
Jarrod Flesch
0986282f13
fix: adds timestamps to global schemas ( #2738 )
2023-05-30 14:37:43 -04:00
Jacob Fletcher
c76dc77e64
chore: writes e2e test for list drawer useAsTitle search
2023-05-30 11:28:26 -04:00
TomDo1234
b47e84369c
fixed UserExistsError message to say email instead of username
2023-05-24 07:12:58 +10:00
Jarrod Flesch
f9de807daa
Fix: correct graphql param types ( #2696 )
...
* chore: colocates gql schema field types with operators
* chore: adds missing `json` gql field schema
* fix: corrects graphql `id` type from JSON to String
2023-05-23 15:27:35 -04:00
Jacob Fletcher
e85ce4eaf2
Merge pull request #2694 from payloadcms/fix/rel-drawer-save
...
fix: add new relationship drawer onSave handling
2023-05-23 15:24:22 -04:00
Jacob Fletcher
2809cb910c
chore: fixes broken test for externally updated relationships
2023-05-23 10:37:52 -04:00
James Mikrut
324ca171a3
Merge pull request #2693 from payloadcms/fix/2685-graphql-relations
...
Fix/2685 graphql relations
2023-05-23 08:37:53 -04:00
Jacob Fletcher
bbf114b822
chore: writes e2e test for relationships created using the document drawer
2023-05-22 23:59:09 -04:00
James
9bb5470342
fix : #2685 , graphql querying relationships with custom id
2023-05-22 16:40:24 -04:00
Elliot DeNolf
2f209e3e9b
chore: recreate issue in test dir
2023-05-22 16:14:28 -04:00
James
314ddbd44c
chore: tests
2023-05-22 15:50:54 -04:00
Jacob Fletcher
698a8abe6e
chore: fixes failing e2e test when searching within a relationship field
2023-05-17 12:25:24 -04:00
Paul
7963e7540f
fix: add dotenv.config() to test/dev.ts ( #2646 )
2023-05-10 08:47:22 -04:00
Angelo Bartolome
85316879cd
feat: allow users to manipulate images without needing to resize them ( #2574 )
...
* Refactor imageResizer.ts to allow for keeping original size in certain cases
* revert new property for keeping desired size
* add unit tests for maintained image size feature
2023-05-10 08:44:53 -04:00
Dennis Snijder
54fac4a5d7
fix: Row groups in tabs vertical alignment ( #2593 )
...
* fix: removes top padding from group in row
---------
Co-authored-by: PatrikKozak <patrik@trbl.design >
2023-05-08 15:55:12 -04:00
Alessio Gravili
2697974694
fix: fix tests by hard-coding the URL in the logger
2023-05-08 19:23:09 +02:00
Elliot Lintz
a9b5dffa00
feat: allow full URL in staticURL ( #2562 )
...
* feat: support full URL for upload.staticURL
* feat: Update documentation about upload.staticURL property
* feat: Add reproduction test for absolute staticURL
2023-05-08 13:17:16 -04:00
Alessio Gravili
095ccf7194
chore: set serverURL for tests
2023-05-08 19:04:27 +02:00
James Mikrut
776cad427d
Merge pull request #2635 from payloadcms/fix/2611-nested-querying
...
fix: ensures nested querying works when querying across collections
2023-05-08 12:49:55 -04:00
Jarrod Flesch
d365ba5303
chore: fixes test
2023-05-08 12:24:24 -04:00
Jarrod Flesch
31c0ab7ab7
chore: strengthens int test
2023-05-08 12:22:08 -04:00
Jarrod Flesch
09974fa686
fix: ensures nested querying works when querying across collections
2023-05-08 12:20:06 -04:00
Dan Ribbens
967f2ace0e
fix: query custom text id fields
2023-05-06 21:25:41 -04:00
Michel v. Varendorff
967899229f
feat: collection admin.enableRichTextLink property ( #2560 )
2023-05-04 16:31:40 -04:00
Jarrod Flesch
1d58007606
feat: custom admin buttons ( #2618 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-04 16:04:06 -04:00
Jarrod Flesch
acfb9bca45
Feat/custom admin buttons ( #2613 )
2023-05-03 17:21:38 -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
Dan Ribbens
0ba22c3aaf
fix: query on id throws 500 ( #2587 )
2023-05-01 14:36:26 -04:00
Dan Ribbens
9c5107e86d
fix: timestamp queries ( #2583 )
2023-05-01 13:45:51 -04:00
Perry
85b3d579d3
feat: supports collection compound indexes ( #2529 )
...
Co-authored-by: Perry Li <yuanping.li@moblab.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-04-26 11:11:01 -04:00
Michel v. Varendorff
bf6522898d
feat: allow customizing the link fields ( #2559 )
2023-04-26 11:08:47 -04:00
James
48941dce07
chore: merge conflicts
2023-04-24 17:11:23 -04:00
Jacob Fletcher
d6aa06a8af
Merge pull request #2551 from payloadcms/fix/doc-drawer-access
...
fix: document drawer access control
2023-04-24 16:56:17 -04:00
Jacob Fletcher
451ffcd982
chore: adds testing coverage for document drawer access control
2023-04-24 15:32:45 -04:00
Jarrod Flesch
904c365b75
Fix/2535 upload field access ( #2550 )
2023-04-24 15:16:12 -04:00
Steven Thompson
0406548fe6
feat(imageresizer): add trim options ( #2073 )
...
* freat(imageresizer): add trim options
* fix(imageresizer): check for trimOptions config key
* feat: add trimOptions to original file upload, add test config
* chore: adjust sharp file ref
---------
Co-authored-by: Steven Thompson <steven@teamtailor.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2023-04-24 13:09:04 -04:00
Dan Ribbens
4592d981a7
chore: fields test user config regression
2023-04-21 23:31:43 -04:00
Dan Ribbens
274edc74a7
feat: add user to field conditional logic
2023-04-21 22:50:47 -04:00
Dan Ribbens
12edb1cc4b
fix: query localized fields without localization configured
2023-04-21 21:12:30 -04:00
Dan Ribbens
1c5737b68a
chore: add graphql variable to collection-graphql test ( #2525 )
2023-04-19 09:48:31 -04:00
Teun Mooij
023719d775
feat: configuration extension points
...
* added custom config extension points
* Added custom field to documentation
* fix deeprequired issue
2023-04-18 15:28:42 -04:00
James
3f9bbe90bd
fix: incorrect version defaults
2023-04-17 19:37:22 -04:00
James
cfadaf781c
chore: merge master
2023-04-17 16:50:46 -04:00
Jacob Fletcher
dab5481fc5
Merge pull request #2513 from payloadcms/fix/sidebar-spacing-2478
...
fix: sidebar spacing #2478
2023-04-17 16:46:37 -04:00
James
1a681dd97b
chore: revises outdated tests
2023-04-17 16:46:08 -04:00