parse-dashboard 8.1.0 → 8.2.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=release)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Arelease)
7
7
  [![Snyk Badge](https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg)](https://snyk.io/test/github/parse-community/parse-dashboard)
8
8
 
9
- [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
9
+ [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
10
10
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
11
11
 
12
12
  [![npm latest version](https://img.shields.io/npm/v/parse-dashboard/latest.svg)](https://www.npmjs.com/package/parse-dashboard)
@@ -30,6 +30,14 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
30
30
  - [Node.js](#nodejs)
31
31
  - [Configuring Parse Dashboard](#configuring-parse-dashboard)
32
32
  - [Options](#options)
33
+ - [Root Options](#root-options)
34
+ - [App Options](#app-options)
35
+ - [Column Options](#column-options)
36
+ - [Script Options](#script-options)
37
+ - [Info Panel Options](#info-panel-options)
38
+ - [User Options](#user-options)
39
+ - [CLI \& Server Options](#cli--server-options)
40
+ - [Helper CLI Commands](#helper-cli-commands)
33
41
  - [File](#file)
34
42
  - [Environment variables](#environment-variables)
35
43
  - [Multiple apps](#multiple-apps)
@@ -51,7 +59,8 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
51
59
  - [Security Checks](#security-checks)
52
60
  - [Configuring Basic Authentication](#configuring-basic-authentication)
53
61
  - [Multi-Factor Authentication (One-Time Password)](#multi-factor-authentication-one-time-password)
54
- - [Separating App Access Based on User Identity](#separating-app-access-based-on-user-identity)
62
+ - [Running Multiple Dashboard Replicas](#running-multiple-dashboard-replicas)
63
+ - [Using a Custom Session Store](#using-a-custom-session-store)
55
64
  - [Use Read-Only masterKey](#use-read-only-masterkey)
56
65
  - [Making an app read-only for all users](#making-an-app-read-only-for-all-users)
57
66
  - [Makings users read-only](#makings-users-read-only)
@@ -135,11 +144,12 @@ Parse Dashboard automatically checks the Parse Server version when connecting an
135
144
  ### Node.js
136
145
  Parse Dashboard is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
137
146
 
138
- | Version | Latest Version | End-of-Life | Compatible |
147
+ | Version | Minimum version | End-of-Life | Compatible |
139
148
  |------------|----------------|-------------|------------|
140
149
  | Node.js 18 | 18.20.4 | May 2025 | ✅ Yes |
141
150
  | Node.js 20 | 20.18.0 | April 2026 | ✅ Yes |
142
151
  | Node.js 22 | 22.9.0 | April 2027 | ✅ Yes |
152
+ | Node.js 24 | 24.0.0 | April 2028 | ✅ Yes |
143
153
 
144
154
  ## Configuring Parse Dashboard
145
155
 
@@ -147,12 +157,12 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
147
157
 
148
158
  This section provides a comprehensive reference for all Parse Dashboard configuration options that can be used in the configuration file, via CLI arguments, or as environment variables.
149
159
 
150
- #### Root Configuration Keys
160
+ #### Root Options
151
161
 
152
162
  | Key | Type | Required | Default | CLI | Env Variable | Example | Description | Links to Details |
153
163
  |-----|------|----------|---------|-----|--------------|---------|-------------|------------------|
154
- | `apps` | Array<Object> | Yes | - | - | `PARSE_DASHBOARD_CONFIG` | `[{...}]` | Array of Parse Server apps to manage | [App Configuration](#app-configuration-apps-array) |
155
- | `users` | Array<Object> | No | - | - | - | `[{...}]` | User accounts for dashboard authentication | [User Configuration](#user-configuration-users) |
164
+ | `apps` | Array<Object> | Yes | - | - | `PARSE_DASHBOARD_CONFIG` | `[{...}]` | Array of Parse Server apps to manage | [App Options](#app-options) |
165
+ | `users` | Array<Object> | No | - | - | - | `[{...}]` | User accounts for dashboard authentication | [User Configuration](#user-options) |
156
166
  | `useEncryptedPasswords` | Boolean | No | `false` | - | - | `true` | Use bcrypt hashes instead of plain text passwords | - |
157
167
  | `trustProxy` | Boolean \| Number | No | `false` | `--trustProxy` | `PARSE_DASHBOARD_TRUST_PROXY` | `1` | Trust X-Forwarded-* headers when behind proxy | - |
158
168
  | `iconsFolder` | String | No | - | - | - | `"icons"` | Folder for app icons (relative or absolute path) | - |
@@ -160,7 +170,7 @@ This section provides a comprehensive reference for all Parse Dashboard configur
160
170
  | `enableResourceCache` | Boolean | No | `false` | - | - | `true` | Enable browser caching of dashboard resources | - |
161
171
 
162
172
 
163
- ##### App Configuration (`apps` array)
173
+ ##### App Options
164
174
 
165
175
  | Parameter | Type | Optional | Default | CLI | Env Variable | Example | Description |
166
176
  | -------------------------- | ------------------- | -------- | --------- | -------------------- | ------------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------ |
@@ -193,7 +203,7 @@ This section provides a comprehensive reference for all Parse Dashboard configur
193
203
  | `scripts` | Array<Object> | yes | `[]` | - | - | `[{...}]` | Scripts for this app. See [scripts table below](#scripts). |
194
204
  | `infoPanel` | Array<Object> | yes | - | - | - | `[{...}]` | Info panel config. See [info panel table below](#info-panel). |
195
205
 
196
- ##### Column Preference Configuration (`apps[].columnPreference.<className>[]`)
206
+ ##### Column Options
197
207
 
198
208
  Each class in `columnPreference` can have an array of column configurations:
199
209
 
@@ -204,7 +214,7 @@ Each class in `columnPreference` can have an array of column configurations:
204
214
  | `preventSort` | Boolean | yes | `false` | `true` | Prevent this column from being sortable. |
205
215
  | `filterSortToTop` | Boolean | yes | `false` | `true` | Sort this column to the top in filter popup. |
206
216
 
207
- ##### Scripts Configuration (`apps[].scripts[]`)
217
+ ##### Script Options
208
218
 
209
219
  | Parameter | Type | Optional | Default | Example | Description |
210
220
  | --------------------------|--------------------------------------------|----------|---------|-----------------|---------------------------------------------------|
@@ -215,7 +225,7 @@ Each class in `columnPreference` can have an array of column configurations:
215
225
  | `showConfirmationDialog` | Boolean | yes | `false` | `true` | Show confirmation dialog before execution. |
216
226
  | `confirmationDialogStyle` | String | yes | `info` | `critical` | Dialog style: `info` (blue) or `critical` (red). |
217
227
 
218
- ##### Info Panel Configuration (`apps[].infoPanel[]`)
228
+ ##### Info Panel Options
219
229
 
220
230
  | Parameter | Type | Optional | Default | Example | Description |
221
231
  | --------------------|---------------------|----------|---------|--------------------|-----------------------------------------------|
@@ -229,7 +239,7 @@ Each class in `columnPreference` can have an array of column configurations:
229
239
  | `prefetchAudio` | Boolean | yes | `true` | `false` | Whether to prefetch audio content. |
230
240
 
231
241
 
232
- ##### User Configuration (`users[]`)
242
+ ##### User Options
233
243
 
234
244
  | Parameter | Type | Optional | Default | CLI | Env Variable | Example | Description |
235
245
  | ------------------|---------------------|----------|----------|------------------|---------------------------------|----------------------|----------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "8.1.0",
3
+ "version": "8.2.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/parse-community/parse-dashboard"
@@ -144,7 +144,7 @@
144
144
  "parse-dashboard": "./bin/parse-dashboard"
145
145
  },
146
146
  "engines": {
147
- "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
147
+ "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.0.0 <25.0.0"
148
148
  },
149
149
  "main": "Parse-Dashboard/app.js",
150
150
  "jest": {