James
c24464179b
chore: progress to next
2024-03-19 16:43:30 -04:00
James
accd9eaa27
chore: progress to next build
2024-03-19 16:25:19 -04:00
James
959302a868
chore: progress to next
2024-03-19 16:16:08 -04:00
James
3bce86a1e8
chore: progress to next repo
2024-03-19 15:58:17 -04:00
James
1104b6daa4
chore: progress to element exports
2024-03-19 15:23:22 -04:00
James
8a054d8cc9
chore: moves fields, preps for individual export
2024-03-19 14:43:46 -04:00
James
69e4de6ba9
Merge branch 'newtests' of github.com:payloadcms/payload into newtests
2024-03-19 12:24:38 -04:00
James
6b176066ec
chore: progress to removing barrel file reliance
2024-03-19 12:23:57 -04:00
Alessio Gravili
4c372962fc
fix publishConfig
2024-03-19 11:39:25 -04:00
Alessio Gravili
3347f92414
stuff
2024-03-19 11:33:32 -04:00
Alessio Gravili
72c6200f17
get e2e and dev to work with test as new root directory
2024-03-19 11:31:50 -04:00
Elliot DeNolf
99adfd2bba
chore: export mapAsync, fix some packages/next refs
2024-03-19 01:34:12 -04:00
Alessio Gravili
4e650e17aa
chore: remove some default exports
2024-03-18 15:50:53 -04:00
Jarrod Flesch
99f31bbc23
feat: wires up server-action for language translation loading ( #5346 )
2024-03-18 15:42:45 -04:00
James
6c2faf68c4
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-18 15:35:15 -04:00
James
ee8c29c5ef
chore: missing getTranslation in create op
2024-03-18 15:35:04 -04:00
Alessio Gravili
26df916421
fix: issues related to Auth test suite
2024-03-18 15:30:55 -04:00
Alessio Gravili
034e85aa87
fix: APIKey Component validation and React Element handling inside getTranslation
2024-03-18 14:32:17 -04:00
James
12e54e189a
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-18 14:28:04 -04:00
James
5eaea1c7f1
chore: moves live preview test suite into main app folder
2024-03-18 14:27:56 -04:00
Jacob Fletcher
55d9377403
chore(ui): client-side renders all default fields ( #5357 )
2024-03-18 12:51:39 -04:00
Alessio Gravili
8046b5675f
fix: do not break default edit view if there is no user
2024-03-18 10:54:09 -04:00
James
81522b33e6
chore: removes setOnSave from DocumentInfo, refreshes cookie when saving user
2024-03-18 10:36:13 -04:00
Jacob Fletcher
fb4651bdad
chore(ui): strictly types fields ( #5344 )
2024-03-15 17:41:48 -04:00
Jarrod Flesch
eef06425a3
chore: passing versions e2e ( #5343 )
2024-03-15 17:09:32 -04:00
James
c5f915651c
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-15 15:30:56 -04:00
James
e2d7fec793
chore: merge
2024-03-15 15:30:29 -04:00
Paul Popus
d3b4f46b25
fix: further fixes for live preview
2024-03-15 16:30:00 -03:00
James
6311156169
chore: optimizes buildFormState by passing prefs from admin
2024-03-15 15:28:05 -04:00
Alessio Gravili
7fb2dc6500
chore: fix playwright by making sure ui uses a different next version than anything else
2024-03-15 11:50:57 -04:00
Paul Popus
a023009dee
fix: not returning not found when fetching docPermissions when id doesnt exist
2024-03-15 11:09:06 -03:00
Paul Popus
e301393f33
fix: add conditional for getCustomViewByRoute
2024-03-15 10:26:55 -03:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
4300c3d550
chore: add missing .prettierignore files. Without them, folders like "dist" would not be excluded on a package-level despite a root-level .prettierignore being present
2024-03-14 22:48:27 -04:00
Alessio Gravili
f1c322fe69
chore: narrow down eslint included files, change some rules to warn-only instead of erroring
2024-03-14 22:18:35 -04:00
Alessio Gravili
bff83f1785
chore: upgrade next
2024-03-14 16:47:57 -04:00
Kendell Joseph
84c2fa9491
fix: forgot password view ( #5322 )
2024-03-14 15:46:42 -04:00
James
98aa8cc22a
Merge branch 'feat/doc-permissions' into alpha
2024-03-14 13:03:13 -04:00
James
e9e228abaf
chore: builds
2024-03-14 13:02:06 -04:00
Alessio Gravili
7267cfdbfc
chore: make sure installed next versions match everywhere
2024-03-14 10:16:32 -04:00
Jacob Fletcher
fa259aa194
fix(next): custom edit view base override
2024-03-14 10:06:35 -04:00
James
be88d278c6
chore: builds
2024-03-13 22:22:15 -04:00
Jacob Fletcher
4f730410bc
fix(next): custom root views ( #5321 )
2024-03-13 17:15:38 -04:00
Paul Popus
171144be80
fix: tests running with local API imported from the payload package instead of the HMR from the next package
2024-03-13 18:01:11 -03:00
Alessio Gravili
5c2bcba000
fix: document view issues ( #5324 )
...
* fix: cannot get versions view for globals, return Unauthorized view if you are unauthorized instead of the Not Found view for document edit views. This makes it match the API
* chore: ensure there is always an error view to render if needed
2024-03-13 16:59:40 -04:00
Paul
5b5c6e975d
fix: redirect issue when creating a post in a different locale and being redirected to the default locale on submit ( #5323 )
...
* fix: redirect issue when creating a post in a different locale and being redirected to the default locale on submit
* style fixes
2024-03-13 17:25:05 -03:00
Alessio Gravili
2e872d4818
chore: add className to unauthorized component to appease access control e2e test selectors
2024-03-13 15:14:07 -04:00
Alessio Gravili
885b003730
chore: payload HMR type & globals improvements
2024-03-13 15:02:55 -04:00
Paul Popus
a9a61b2617
fix: locales not using fallbackLocale in the admin UI and re-rendering issue when changing locales
2024-03-13 15:51:46 -03:00
Jarrod Flesch
d7ebb871bb
feat: adds routerCache provider
2024-03-13 14:33:03 -04:00