-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathparse-dashboard.html
More file actions
executable file
·515 lines (512 loc) · 17.2 KB
/
parse-dashboard.html
File metadata and controls
executable file
·515 lines (512 loc) · 17.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!DOCTYPE doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta content="chrome=1" http-equiv="X-UA-Compatible" />
<title>
Parse Open Source Community
</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="css/pygment_trac.css" rel="stylesheet" />
<meta content="width=device-width" name="viewport" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-73728444-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="top-navi">
<div class="wrapper">
<ul class="navi">
<li>
<a href="./index.html">
Useful Resources
</a>
</li>
<li>
<a href="./parse-server.html">
Parse Server
</a>
</li>
<li>
<a class="current" href="./parse-dashboard.html">
Parse Dashboard
</a>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<header>
<a class="logo" href="./index.html">
<img alt="Parse Open Source Community" src="img/parseopensource-logo.png" width="100" />
</a>
</header>
<section>
<p class="project-info">
<a href="https://github.com/ParsePlatform/parse-server">
View the Parse Dashboard Project on GitHub
<small>
ParsePlatform/parse-dashboard
</small>
</a>
</p>
<ul class="download-ul">
<li>
<a href="https://github.com/ParsePlatform/parse-dashboard/archive/1.0.25.zip">
Download
<strong>
ZIP File
</strong>
</a>
</li>
<li>
<a href="https://github.com/ParsePlatform/parse-dashboard/archive/1.0.25.tar.gz">
Download
<strong>
TAR Ball
</strong>
</a>
</li>
<li>
<a href="https://github.com/ParsePlatform/parse-dashboard">
Fork On
<strong>
GitHub
</strong>
</a>
</li>
<li class="npm">
<a href="https://www.npmjs.com/package/parse-dashboard">
<img alt="npm" src="https://img.shields.io/npm/v/parse-dashboard.svg?style=flat" />
</a>
</li>
</ul>
<div class="hr">
</div>
<h2>
Parse Dashboard Changelog
</h2>
<h3>NEXT RELEASE</h3>
<ul>
<li><em>Contributing to this repo? Add info about your change here to be included in next release</em></li>
</ul>
<h3>1.0.25</h3>
<ul>
<li>Improvement: Update and add links to sidebar footer (#661), thanks to <a href="https://github.com/natanrolnik">Natan Rolnik</a></li>
<li>Fix: Don’t call unsupported endpoints in Parse Server (#660), thanks to <a href="https://github.com/natanrolnik">Natan Rolnik</a></li>
<li>Fix: Display correctly Files and GeoPoints in Config (#666), thanks to <a href="https://github.com/natanrolnik">Natan Rolnik</a></li>
</ul>
<h3>1.0.24</h3>
<ul>
<li>Improvement: Data browser updates object count when table is filtered (#652), thanks to <a href="https://github.com/rizzomichaelg">Mike Rizzo</a></li>
<li>Improvement: Apps name sorting by name (#654), thanks to <a href="https://github.com/scthi">Thilo Schmalfuß</a></li>
<li>Fix: Fetch jobs list not showing (#656), thanks to <a href="https://github.com/natanrolnik">Natan Rolnik</a></li>
</ul>
<h3>1.0.23</h3>
<ul>
<li>Improvement: Enabling web hooks (#584), thanks to <a href="https://github.com/davimacedo">Antonio Davi Macedo Coelho de Castro</a></li>
<li>Improvement: Set autofocus on the username input field (#644), thanks to <a href="https://github.com/hermanliang">Herman Liang</a></li>
<li>Fix: Browser won’t render class table with field that contains an object (#623), thanks to <a href="https://github.com/jordanhaven">Jordan Haven</a></li>
<li>Fix: Config FETCH results in 401 (#575), thanks to <a href="https://github.com/brndmg">Matt Simms</a></li>
</ul>
<h3>1.0.22</h3>
<ul>
<li>Fix issue affecting logging screen with encrypted passwords, thanks to <a href="https://github.com/lsohn">lsohn</a></li>
</ul>
<h3>1.0.21</h3>
<ul>
<li>Fix: Use mountPath for all log in and log out redirects</li>
</ul>
<h3>1.0.20</h3>
<ul>
<li>New: Form based login page instead of basic auth (#562), thanks to <a href="https://github.com/JeremyPlease">Jeremy Louie</a></li>
<li>Fix: Can’t send push to specific user (#570), thanks to <a href="https://github.com/dvanwinkle">Dan VanWinkle</a></li>
<li>Fix: Download link in footer menu (#567), thanks to <a href="https://github.com/pivanov">Pavel Ivanov</a></li>
</ul>
<h3>
1.0.19
</h3>
<ul>
<li>
New: Support for trusting proxies w/ HTTPS
</li>
<li>
New: Support for filtering string with
<code>
ends with
</code>
</li>
<li>
New: View parse-server based jobs
</li>
<li>
New: Button to add rows from browser toolbar
</li>
<li>
New: Support for encrypted passwords
</li>
<li>
New: Support for sorting by
<code>
createdAt
</code>
</li>
<li>
Improvement: Push audiences support
</li>
<li>
Fix: Calendar dates support
</li>
</ul>
<h3>
1.0.18
</h3>
<ul>
<li>
Fix: Revert history change that was causing issues when mounting on express
</li>
</ul>
<h3>
1.0.17
</h3>
<ul>
<li>
Fix: Revert mount path change that was causing issues when mounting on express
</li>
</ul>
<h3>
1.0.16
</h3>
<ul>
<li>
New: Add options to add selected rows to a relation, thanks to
<a href="https://github.com/Beingbook">
Han BaHwan
</a>
</li>
<li>
New: Add ability to use bcrypted passwords, thanks to
<a href="https://github.com/dvanwinkle">
Dan VanWinkle
</a>
</li>
<li>
Fix: Fix deletion of columns, thanks to
<a href="https://github.com/brheal">
Bryan Rhea
</a>
</li>
</ul>
<h3>
1.0.15
</h3>
<ul>
<li>
New: Add ability to delete all rows in a class, thanks to
<a href="https://github.com/Marco129">
Marco Cheung
</a>
</li>
<li>
New: Add relation editor, thanks to
<a href="https://github.com/Beingbook">
Han BaHwan
</a>
</li>
<li>
Fix: Bug when alert is missing in payload, thanks to
<a href="https://github.com/hermanliang">
Herman Liang
</a>
</li>
<li>
Fix: Improve target display in Push viewer, thanks to
<a href="https://github.com/hermanliang">
Herman Liang
</a>
</li>
<li>
Fix: Open docs and other sidebar links in new tab, thanks to
<a href="https://github.com/kwstasna">
Konstantinos N.
</a>
</li>
</ul>
<h3>
1.0.14
</h3>
<ul>
<li>
Fix bug in past push page
</li>
</ul>
<h3>
1.0.13
</h3>
<ul>
<li>
Fix log retrieval, thanks to
<a href="https://github.com/poltib">
Jérémy Thiry
</a>
</li>
<li>
Improved GeoPoint editor and ESC button in editors, thanks to
<a href="https://github.com/samschooler">
Sam Schooler
</a>
</li>
<li>
Add push status page to dashboard, thanks to
<a href="https://github.com/JeremyPlease">
Jeremy Pease
</a>
</li>
</ul>
<h3>
1.0.12
</h3>
<ul>
<li>
Fix minor style issues
</li>
<li>
Add pointer permissions editor
</li>
<li>
Allow cancellation of edits in data browser using ESC key, thanks to
<a href="https://github.com/mtrezza">
Manuel
</a>
</li>
<li>
Show error messages in the console when your app’s icons can’t be found, thanks to
<a href="https://github.com/deada92">
Saif Al-Dilaimi
</a>
</li>
</ul>
<h3>
1.0.11
</h3>
<ul>
<li>
Add the ability to specify SSL cert and key, thanks to
<a href="https://github.com/Vortec4800">
Cory Imdieke
</a>
</li>
<li>
Trust proxy when enabling --allowInsecureHTTP, thanks to
<a href="https://github.com/yongjhih">
Andrew Chen
</a>
</li>
<li>
Fix App index when apps have an apostrophe in the name
</li>
<li>
Fix display of prod/dev flag
</li>
<li>
Support for Node 6
</li>
</ul>
<h3>
1.0.10
</h3>
<ul>
<li>
Add the ability to specify icons for your app, thanks to
<a href="https://github.com/natanrolnik">
Natan Rolnik
</a>
</li>
<li>
Fix sending push with JSON data
</li>
</ul>
<h3>
1.0.9
</h3>
<ul>
<li>
Add the ability to mount the dashboard express app on a custom mount path, thanks to
<a href="https://github.com/hpello">
hpello
</a> with bugfixes from
<a href="https://github.com/mamaso">
mamaso
</a>
</li>
<li>
Add ability to restrict certain users to certain apps, thanks to
<a href="https://github.com/felipemobile">
Felipe Andrade
</a>
</li>
<li>
Fix Dockerfile, thanks to
<a href="https://github.com/kkc">
Kakashi Liu
</a>
</li>
<li>
Display Parse Dashboard version, thanks to
<a href="https://github.com/xeoneux">
Aayush Kapoor
</a> and
<a href="https://github.com/gateway">
gateway
</a>
</li>
<li>
Add a refresh button to the data browser, thanks to
<a href="https://github.com/TylerBrock">
TylerBrock
</a>
</li>
<li>
Add logs viewer
</li>
<li>
Misc. performance improvements and bugfixes, thanks to
<a href="https://github.com/pivanov">
Pavel Ivanov
</a>
</li>
</ul>
<h3>
1.0.8
</h3>
<ul>
<li>
Allow Dashboard to be mounted as Express middleware, thanks to
<a href="https://github.com/flovilmart">
Florent Vilmart
</a>
</li>
<li>
Add an option to specify that your app is in production, thanks to
<a href="https://github.com/dcdspace">
Dylan Diamond
</a>
</li>
<li>
Fix GeoPoints in Parse Config, thanks to
<a href="https://github.com/dcdspace">
Dylan Diamond
</a>
</li>
<li>
Allow specification of the host the dashboard runs on, thanks to
<a href="https://github.com/hpello">
hpello
</a>
</li>
<li>
Miscellaneous look-and-feel improvements
</li>
</ul>
<h3>
1.0.7
</h3>
<ul>
<li>
Fix sending pushes with badge increment
</li>
</ul>
<h3>
1.0.6
</h3>
<ul>
<li>
Send push notifications from the dashboard
</li>
<li>
Add object count to relation browser, thanks to
<a href="https://github.com/gavrix">
Sergey Gavrilyuk
</a>
</li>
</ul>
<h3>
1.0.5
</h3>
<ul>
<li>
Fix new features notification
</li>
</ul>
<h3>
1.0.4
</h3>
<ul>
<li>
Class level permissions editor
</li>
</ul>
</section>
<footer>
<br/>
<h4>
Join the Community on Slack.
</h4>
<a href="https://parse-opensource.sapp.io" title="Parse Open Source Community on Slack">
<img src="https://parse-opensource.sapp.io/img/parseopensource.svg" alt="Parse Open Source Community on Slack" />
</a>
<br/>
<br/>
<h4>
Join in our Facebook Group
</h4>
<a href="https://www.facebook.com/groups/1112342468842397/" title="Parse Open Source Community on Facebook">
<img src="//parseopensource.github.io/img/parseopensource-facebook-group.jpg" alt="Parse Open Source Community on Facebook" />
</a>
<p class="footer-links">
<small>
Follow us on Twitter
<a href="http://bit.ly/1Uy4YCt">
@parseopensource
</a>
</small>
<br/>
<br/>
<small>
This website is maintained by
<br/>
<a href="http://github.com/parseopensource">
Parse Open Source Community
</a>
</small>
<br/>
<br/>
<small>
Hosted on GitHub Pages
<br/>
Theme by
<a href="https://github.com/orderedlist">
orderedlist
</a>
</small>
</p>
</footer>
</div>
</body>
</html>