docs: add info about --dev parameter#1842
docs: add info about --dev parameter#1842mtrezza merged 3 commits intoparse-community:alphafrom cyb3rko:cyb3rko-dev-parameter-readme
Conversation
Thanks for opening this pull request!
|
|
Also see this: #962 |
|
Fits to what I added I think. It just means that the security bypasses only work if having the same IP as the dashboard. |
|
Maybe we can restyle this paragraph as a whole, how about this: The
This is how I read the changes from #962: parse-dashboard/Parse-Dashboard/app.js Lines 91 to 101 in 7c56b75 parse-dashboard/Parse-Dashboard/app.js Lines 141 to 146 in 7c56b75 That means the dev param bypasses
|
|
I see, so insecure http connections and non-auth access is always allowed on localhost and the Added your paragraph to the README. |
mtrezza
left a comment
There was a problem hiding this comment.
Looks good! Thanks for making the docs more understandable!
|
🎉 This pull request has been released in version 3.2.1-alpha.1 |
|
The label |
* alpha: chore(release): 3.2.1-alpha.1 [skip ci] fix: enabling context menu for read-only cells (parse-community#1844) docs: add info about --dev parameter (parse-community#1842) docs: fix release changelog filename docs: reword changelog quote docs: fix changelog branch names (parse-community#1837) refactor: simplify reading dashboard config from a json file (parse-community#1828)
|
🎉 This pull request has been released in version 3.2.1-beta.1 |
|
🎉 This pull request has been released in version 3.2.1 |
* source: (53 commits) chore(release): 3.2.1 [skip ci] chore(release): 3.2.1-beta.1 [skip ci] ci: fix prerelease labels chore(release): 3.2.1-alpha.1 [skip ci] fix: enabling context menu for read-only cells (parse-community#1844) docs: add info about --dev parameter (parse-community#1842) build: merge beta (parse-community#1841) build: merge alpha (parse-community#1840) docs: fix release changelog filename docs: reword changelog quote docs: fix changelog branch names (parse-community#1837) refactor: simplify reading dashboard config from a json file (parse-community#1828) ci: update release branch names chore(release): 3.2.0 [skip ci] feat: add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns (parse-community#1827) refactor: upgrade inquirer from 8.1.2 to 8.1.3 (parse-community#1829) refactor: upgrade otpauth from 7.0.5 to 7.0.6 (parse-community#1830) refactor: replace create-react-class with ES6 classes (parse-community#1818) refactor: replace query-string with URLSearchParams (parse-community#1819) docs: fix typo in refactor changelog entry ... # Conflicts: # package-lock.json
New Pull Request Checklist
Issue Description
Added a brief explanation of what the
--devparameter exactly does to be able to better evaluate if you really need it.Related issue: #1826
Approach
n/a
TODOs before merging