Elliot DeNolf
|
744a79f286
|
chore: pin mongoose-paginate-v2
|
2023-07-19 17:29:27 -04:00 |
|
Dominik Zogg
|
cd0bf68a61
|
feat: support logger destination (#2896)
* add-pino-destination-stream-support
* destinationStream => loggerDestination
|
2023-07-19 11:48:13 -04:00 |
|
Jarrod Flesch
|
a69c3ec476
|
chore: updates example folder mongodb uri's to work with node 18
|
2023-07-18 16:51:22 -04:00 |
|
Alessio Gravili
|
3ac910bf6d
|
chore: improves datepicker styles and functionality (#2347)
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
|
2023-07-18 14:32:30 -04:00 |
|
Jarrod Flesch
|
60fca40780
|
fix: rich text link element not validating on create (#3014)
|
2023-07-18 08:54:22 -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 |
|
Alessio Gravili
|
c8c22dad06
|
feat: work on database adapter (#3000)
|
2023-07-17 13:22:51 -04:00 |
|
Jacob Fletcher
|
2fc03f196e
|
feat: returns queried user alongside refreshed token (#2813)
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
|
2023-07-17 09:35:34 -04:00 |
|
Jessica Chowdhury
|
7927dd485a
|
docs: adds auth example for useAPIKey and disableLocalStrategy (#3007)
|
2023-07-17 09:30:30 -04:00 |
|
Jessica Chowdhury
|
42334263bb
|
fix: adds backdrop blur to button (#3006)
|
2023-07-17 09:24:39 -04:00 |
|
James
|
75fbec21a9
|
chore(release): v1.11.2
v1.11.2
|
2023-07-14 10:47:37 -04:00 |
|
Ritsu
|
281239db05
|
chore: fix typo error ua.json (#2995)
|
2023-07-13 16:11:20 -04:00 |
|
Jarrod Flesch
|
59bc002aed
|
chore: fix protectRoles in auth example
|
2023-07-12 08:31:21 -04:00 |
|
Jarrod Flesch
|
70f3e6fc3e
|
chore: explicitly import Tab type as type
|
2023-07-11 23:40:02 -04:00 |
|
Jarrod Flesch
|
4925f90b5f
|
feat: adds array, collapsible, tab and group error states
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design>
Co-authored-by: James <james@trbl.design>
|
2023-07-11 23:20:27 -04:00 |
|
Elliot DeNolf
|
f1e23b1cd0
|
chore: migration error handling
|
2023-07-11 14:30:24 -04:00 |
|
James
|
fafec05309
|
chore(release): v1.11.1
v1.11.1
|
2023-07-11 10:13:40 -04:00 |
|
Jacob Fletcher
|
76a71c1af5
|
chore: adds use-client directive to label component (#2988)
|
2023-07-11 10:06:25 -04:00 |
|
James Mikrut
|
2854bfebf7
|
Merge pull request #2987 from payloadcms/fix/#2980
fix: #2980, locale=all was not iterating through arrays / blocks
|
2023-07-10 13:32:25 -04:00 |
|
James
|
d6bfba72a6
|
fix: #2980, locale=all was not iterating through arrays / blocks
|
2023-07-10 11:47:34 -04:00 |
|
PatrikKozak
|
2b0f65a27f
|
docs: fixes admin panel table (#2986)
|
2023-07-10 10:16:25 -04:00 |
|
Jarrod Flesch
|
4b60845c67
|
chore: fix auth example protectRoles function
|
2023-07-07 12:42:27 -04:00 |
|
Jessica Boezwinkle
|
562cd18622
|
docs: adds authentication video
|
2023-07-07 17:05:35 +01:00 |
|
Jarrod Flesch
|
584d865d34
|
chore: improves error messaging for not found collections (#2982)
|
2023-07-07 11:56:14 -04:00 |
|
Elliot DeNolf
|
bac63f5204
|
fix: graphql and endpoint type issues
|
2023-07-07 11:37:56 -04:00 |
|
Jarrod Flesch
|
5b7756e266
|
chore: fixes auth example protectRoles function
|
2023-07-07 11:34:19 -04:00 |
|
Dan Ribbens
|
fc1f4c494f
|
chore: cherry pick missing from migrations
|
2023-07-07 11:31:36 -04:00 |
|
Elliot DeNolf
|
2198445df9
|
Feat/migrations cli (#2940)
* feat: migrate cli call db adapter
* feat: mongoose adapter migrate:create
* feat: implement migrate command
* feat: use mongooseAdapter in test config
* feat: use filename as migration name
* feat: intelligently execute migrations, status table
* feat: implement migrate:down
* feat: implement migrate:reset
* feat: implement migrate:refresh
* feat: move common adapter operations to database/migrations dir
* feat: delete migrations instead of storing ran property
* feat: createMigration cleanup
* feat: clean up logging and add duration to output
* chore: export type, handle graphQL false
* chore: simplify getting latest batch number
* chore: remove existing migration logging noise
* feat: remove adapter export from top level
* chore: fix some db types
|
2023-07-07 11:02:56 -04:00 |
|
Jacob Fletcher
|
cfeeb9758f
|
chore: adds eject script to custom server example (#2979)
|
2023-07-06 16:36:22 -04:00 |
|
Jacob Fletcher
|
51058f65e5
|
chore: builds auth example for next.js app router (#2976)
|
2023-07-06 14:15:28 -04:00 |
|
Jacob Fletcher
|
6bc4dde23c
|
chore: builds preview example for next.js app router (#2718)
|
2023-07-06 13:18:31 -04:00 |
|
PatrikKozak
|
40d6fe0b09
|
chore: adjusts custom components docs (#2908)
|
2023-07-05 17:33:29 -04:00 |
|
Jacob Fletcher
|
9881d322f3
|
docs: fixes misc cloud typos (#2975)
|
2023-07-05 16:31:51 -04:00 |
|
Dan Ribbens
|
756fe197c2
|
Merge branch 'master' into feat/mongoose-adapter-merge
|
2023-07-05 16:30:19 -04:00 |
|
Dan Ribbens
|
1877d2247c
|
fix: anchor Button component respect margins (#2648)
|
2023-07-05 16:20:25 -04:00 |
|
Dan Ribbens
|
1bf81f56ce
|
chore(release): v1.11.0
v1.11.0
|
2023-07-05 16:15:29 -04:00 |
|
Jarrod Flesch
|
606c3cf021
|
Merge branch 'master' of https://github.com/payloadcms/payload
|
2023-07-05 15:26:15 -04:00 |
|
Jarrod Flesch
|
d112159d93
|
docs: fix mdx formatting
|
2023-07-05 15:26:10 -04:00 |
|
Jacob Fletcher
|
79393e8cf0
|
fix: properly threads custom react-select props through relationship field (#2973)
|
2023-07-05 15:11:46 -04:00 |
|
Jarrod Flesch
|
5b79067cc1
|
fix: ensures fields within blocks respect field level access control (#2969)
|
2023-07-05 14:41:39 -04:00 |
|
Jessica Chowdhury
|
04851d0dc9
|
fix: ensures rows always have id's (#2968)
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
|
2023-07-05 14:40:50 -04:00 |
|
Dan Ribbens
|
23ea91ebe1
|
use db adapter in preferences
|
2023-07-05 14:19:12 -04:00 |
|
Dan Ribbens
|
ed82135d0d
|
fix find version globals
|
2023-07-05 13:51:50 -04:00 |
|
Elliot DeNolf
|
7c47e4b0d3
|
feat: improve typing of ExtendableError and APIError (#2864)
|
2023-07-05 13:39:29 -04:00 |
|
Dan Ribbens
|
190cf2ddc9
|
remove unused file
|
2023-07-05 13:34:12 -04:00 |
|
Dan Ribbens
|
2c43db9461
|
correct sort used in findVersions
|
2023-07-05 13:33:17 -04:00 |
|
Alessio Gravili
|
b734a1c422
|
feat: narrow endpoint.method type (#1880)
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
|
2023-07-05 13:20:56 -04:00 |
|
Jacob Fletcher
|
9b22c4b654
|
docs: fixes misc links (#2971)
|
2023-07-05 12:02:56 -04:00 |
|
Elliot DeNolf
|
03c2b36b84
|
chore: move cross-env to runtime dep (#2970)
|
2023-07-05 11:58:19 -04:00 |
|
Elliot DeNolf
|
868823d9e1
|
chore(templates): change user collection to default access (#2972)
|
2023-07-05 11:58:07 -04:00 |
|