Dan Ribbens
2e086d95d9
chore: working simple where
2023-09-06 16:25:52 -04:00
Dan Ribbens
d07394d197
sorting on group nested field
2023-09-06 15:05:04 -04:00
Dan Ribbens
d33cff94e0
getTableColumnFromPath tabs
2023-09-05 17:27:43 -04:00
Dan Ribbens
5b620e77f4
wip getTableColumnFromPath
2023-09-05 16:36:32 -04:00
James
59fe015239
chore: chops up buildQuery
2023-09-05 13:57:08 -04:00
Dan Ribbens
73e2a03b6d
wip changes to build query
2023-09-05 12:30:06 -04:00
Dan Ribbens
5d7aa0d009
chore: wip traversePaths of sort and buildSearchParams
2023-09-01 11:26:36 -04:00
James
6ba79de560
chore: merge
2023-08-30 12:55:45 -04:00
James
ba2f6ed9c3
chore: writes all locales
2023-08-30 12:55:07 -04:00
Dan Ribbens
f0ce57169d
chore: begin using sort arg
2023-08-28 17:02:49 -04:00
James
ee89693691
chore: adds delete, queryDrafts, find operations
2023-08-27 17:50:05 -04:00
James
e9b6db6559
chore: removes unused dependency
2023-08-27 17:49:42 -04:00
James
a19ccbb359
feat: optimizes querying drafts
2023-08-27 17:21:02 -04:00
James
09260df134
chore: temporarily comments out versions until methods are stubbed out
2023-08-27 12:03:53 -04:00
James
00874a4406
chore: builds version tables
2023-08-27 11:53:01 -04:00
James
2a99e6b72a
chore: adds global methods
2023-08-27 11:02:38 -04:00
James
126f7f1a5a
chore: adds relationship tests
2023-08-26 23:48:58 -04:00
James
55a996af19
chore: localized groups
2023-08-26 23:34:04 -04:00
James
bf79211163
chore: localized arrays now save correctly
2023-08-26 22:56:32 -04:00
James
fe0487b336
chore: passing postgres tests
2023-08-26 22:42:29 -04:00
James
62e37802ca
chore: progress to retaining array rows
2023-08-26 20:50:56 -04:00
James
4dd29bf4e8
chore: ensures blocks can be updated while saving additional locales
2023-08-26 16:24:35 -04:00
James
1ca81ac726
chore: working localized relationships
2023-08-26 11:59:33 -04:00
James
e350c72342
Merge branch 'feat/db-adapters' of github.com:payloadcms/payload into feat/db-adapters
2023-08-25 15:59:30 -04:00
James
f631e5bef3
chore: ensures transform read preserves all locales
2023-08-25 15:59:19 -04:00
Dan Ribbens
61e675dd7b
working config after master changes
2023-08-25 15:07:03 -04:00
Dan Ribbens
4c345d18ff
remove unused imports
2023-08-25 14:06:27 -04:00
Dan Ribbens
004f2ed045
fixes type error in db-mongodb
2023-08-23 21:18:15 -04:00
Dan Ribbens
b8b9d7b7a1
fixes operator validation regression
2023-08-23 20:33:29 -04:00
Dan Ribbens
bb3dd62b4e
fixes relationship validation for custom id text types
2023-08-22 16:27:12 -04:00
Dan Ribbens
48d51fbf08
Merge remote-tracking branch 'origin/2.0' into feat/db-adapters
2023-08-22 16:06:02 -04: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
Dan Ribbens
659d4e77b9
fixes updateOne ignoring id arg
2023-08-22 15:56:41 -04:00
Alessio Gravili
f911257cd9
feat: RTL Support ( #3003 )
...
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: ibr-hin95 <ibr.hin95@gmail.com >
Co-authored-by: Seied Ali Mirkarimi <dasmergo@gmail.com >
Co-authored-by: muathkhatib <mkhatib.dev@gmail.com >
Co-authored-by: ibr-hin95 <40246707+ibr-hin95@users.noreply.github.com >
fix: recursiveNestedPaths not merging existing fields when hoisting row/collapsible fields (#2769 )
fix: exclude monaco code editor from ltr due to microsoft/monaco-editor#2371
BREAKING CHANGE:
- The admin hook for `useLocale` now returns a Locale object of the currently active locale. Previously this would only return the code as a string. Any custom components built which had `locale = useLocale()` should be replaced with `{ code: locale } = useLocale()` to maintain the same functionality.
- The property `localization.locales` of `SanitizedConfig` type has changed. This was an array of strings and is now an array of Locale objects having: `label: string`, `code: string` and `rtl: boolean`. If you are using localization.locales from the config you will need to adjust your project or plugin accordingly.
2023-08-22 12:18:15 -04:00
Alessio Gravili
b29b83315d
Merge branch 'feat/db-adapters' into 2.0
2023-08-22 14:06:02 +02:00
James
0732f00490
chore: flattens insert and upsert
2023-08-21 17:51:00 -04:00
James
e22ca1beff
chore: working update for relationships, locales, base row
2023-08-21 17:37:28 -04:00
Alessio Gravili
635b2e9963
chore: upgrade pino (v6 => v8) and pino-pretty (v9 => v10) ( #2698 )
...
* feat: upgrade pino from v6 to v8
* chore: update pino and pino-pretty
2023-08-21 22:22:24 +02:00
James
640fd2843f
Merge branch 'feat/db-adapters' of github.com:payloadcms/payload into feat/db-adapters
2023-08-21 15:44:59 -04:00
James
af13924d3f
chore: handles date in upsertRow
2023-08-21 15:44:46 -04:00
Alessio Gravili
7c4dd5ec5e
feat: option to disable auto pluralization for the mongoose adapter ( #3153 )
...
* chore: disable slug pluralization for versions model
* chore: disable slug pluralizations for globals version model
* chore: disable auto slug pluralization for globals collection
* feat: autoPluralization option for mongoose adapter
2023-08-21 18:05:39 +02:00
Dan Ribbens
e73cd26f10
merge master
2023-08-14 15:54:04 -04:00
Chingiz Mammadov
63e3063b9e
feat: Added Azerbaijani language file ( #3164 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-08-14 15:40:53 -04:00
rpfaeffle
942cfec286
feat: add support for hotkeys ( #1821 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design >
2023-08-14 15:36:49 -04:00
Jarrod Flesch
35dfaab7c2
chore: works around changes in @swc/core 1.3.76 ( #3170 )
2023-08-14 14:32:42 -04:00
Elliot DeNolf
24aa1f27c1
feat: handle postgres numeric field for batch number comparison
2023-08-14 14:02:56 -04:00
Jordy Alcides
bad363882c
feat: allow async relationship filter options ( #2951 )
...
* chore: improving relationship filter options;
Updating prop filterOptions from field type "relationship" to allow async functions;
* chore: add failing test case
* fix: translation followingFieldsInvalid_many not getting triggered
* docs: improve documentation
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-08-14 17:29:29 +02:00
Alessio Gravili
20a6ce8823
Merge pull request #3166 from payloadcms/fix/external-website-redirects
...
fix: do not allow redirects to external sites
2023-08-14 17:20:07 +02:00
Alessio Gravili
6797222733
chore: remove duplicate code
2023-08-14 17:19:19 +02:00
Jarrod Flesch
edcb3933cf
fix: DatePicker showing only selected day by default ( #3169 )
2023-08-14 11:18:13 -04:00