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
Dan Ribbens
959a5d78c7
chore: test coverage queries
2023-04-17 16:43:00 -04:00
James
995054d46b
chore: adds tests to validate queries
2023-04-17 16:25:07 -04:00
James
d187b809d7
feat: refactors buildQuery to rely on fields instead of mongoose
2023-04-17 16:08:44 -04:00
Dan Ribbens
81d69d1b64
feat: add admin.hidden to collections and globals ( #2487 )
2023-04-17 15:21:42 -04:00
Dan Ribbens
cd548a6e2d
feat: replace deprecated express-graphql dependency ( #2484 )
2023-04-17 13:48:14 -04:00
Jacob Fletcher
78316d4ddc
chore: updates global versions test config
2023-04-17 13:43:31 -04:00
Alessio Gravili
15442a9cc7
fix: use correct locale when querying relationships for list view ( #2438 )
...
* chore: use correct locale when querying relationship for list view
* chore: make sure the relationships are re-queried when the locale changes
* chore: cleans up localization test ts-types
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-04-17 12:43:33 -04:00
Elliot DeNolf
aee6ca05cc
fix: proper height data for animated gifs ( #2506 )
2023-04-17 11:34:31 -04:00
Jacob Fletcher
11a6ce6d3a
fix: properly awaits email send to catch potential errors #2444 ( #2470 )
2023-04-10 13:50:27 -04:00
James
3a6acf322b
fix: ensures select hasMany does not get mutated on patch operations
2023-04-04 08:16:10 -04:00
James Mikrut
4bb0bdc4e6
Merge pull request #2397 from zerovox/patch-2
...
Fix documented imports in the custom element examples
2023-03-27 16:46:27 -05:00
James
6ca12b1cc0
fix: restoring version did not correctly create new version from result
2023-03-27 14:59:50 -04:00
ts
49e4e0c6e7
Fix AfterNavLinks too
2023-03-26 11:24:35 -06:00
ts
bc2e843a83
Fix CustomDefault example imports
2023-03-26 11:16:28 -06: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
2ed7e325b8
Issue template improvements ( #2231 )
2023-03-21 22:34:01 -04:00
Jacob Fletcher
10dd819863
fix: relationship field useAsTitle #2333 ( #2350 )
2023-03-20 22:21:49 -04:00
Jarrod Flesch
8d65ba1efd
fix: hidden fields being mutated on patch ( #2317 )
2023-03-14 15:35:58 -04:00
Dan Ribbens
af164159fb
fix: undefined point fields saving as empty object ( #2313 )
2023-03-13 17:34:51 -04:00
James Mikrut
927b3fb6d3
Merge pull request #2291 from joas8211/feat/provide-refresh-permissions
...
feature: provide refresh permissions
2023-03-13 12:07:10 -07:00
James Mikrut
8832d08a22
Merge pull request #2286 from payloadcms/fix/ui-columns
...
fix: renders presentational table columns
2023-03-13 06:52:07 -07:00
Jesse Sivonen
c1f205c2cf
test: refresh-permissions
2023-03-11 16:56:22 +02:00
Jacob Fletcher
4e1748fb8a
fix: renders presentational table columns
2023-03-10 08:59:34 -05:00
James
7daddf864d
fix : #2272 , rich text within blocks causing crash on reorder
2023-03-08 16:07:08 -08:00
Jacob Fletcher
3c205bcaba
chore: writes e2e test for drawer column retention
2023-03-07 13:52:47 -05:00
Jacob Fletcher
5d84a98d7b
chore: writes e2e test for duplicative base fields
2023-03-07 10:34:21 -05:00
Jacob Fletcher
b92ad4a2d6
chore: writes e2e test for row fields as table columns
2023-03-07 10:34:12 -05:00
James Mikrut
12c0e09c65
Merge pull request #2248 from payloadcms/fix/2218
...
Ensure empty objects are preserved within fields with sub schemas
2023-03-06 17:24:40 -05:00