forked from parse-community/parse-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Updated to pass masterKey for Config get request (#575) #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Updated to pass masterKey for Config get request * updated changelog
I changed to the latest versions of Parse Server and Parse Dashboard
* Data browser updates object count when table is filtered * requested changes for changelog
Also, this commit fixes 2 React warnings related to not setting a key in a few components (See Logs.react.js and Jobs.react.js)
Update and add links to sidebar footer
update links to point to parse-community/parseplatform.org
* replace some outdated parse.com links. * oops. missed these two. * Don't forget me! It appears that I have forgotten how to operate the git.
* Add eslint and editorconfig for linting and consistency * Add ironically missing final newline to .editorconfig
* Moves download option into file editor Instead of clicking in the file cell to download, and double clicking in the white part of the cell to edit/delete, this change adds download into the editor, so it’s easier to edit if needed, while keeping the download functionality. * Changes `let` to `const` in FileEditor.react.js
Added on the empty Scheduled Jobs page a message that notifies about jobs not being run by parse-server but requires further setup.
* When there are no scheduled jobs * When scheduling a new job * When viewing the list of current scheduled jobs
* fix filter for negative and empty number input * fix formatting * add line to changelog
* Add support for Polygon type * Edit empty cell, add support for ‘Add a new column’ * Check for edits
* Updated iOS alert object to display title and body detail * Updated changelog with Fix details * Updated push details page to display title and body if present in alert object. * Addressed Travis build error
* Adds ability to set the cookie session secret * nits
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * Adjustments for modernization * remove unused deps, bumps travis min versions
* Enable scheduled push fields if feature is enabled on the server * Revert changes to package.json * Add expiration_time and push_time to push payload * Separate test into hours and days * Fix imports * Add payload * Use expiration_interval and expiration_time * Convert to interval if the the expiration_time is in local time * parse-server supports audiences
* Adds support for readOnly masterKey * nits * Adds tests for readOnly * Updates documentation * nit * nits
* Added explicit Date __Type field to Dates in Arrays * Update CHANGELOG.md * Reformatted to avoid nested ternary operators
* Adds interface for localized push notifications - This is somewhat different from parse.com and probably more efficient * Fix lint issues * nits * nit * fixes compile issues * cache node_modules
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * Adjustments for modernization * remove unused deps, bumps travis min versions * Adds script that tests publishing * Updates webpack build scripts * Better beforeScript * fixup! Better beforeScript * Adds progress to webpack publish so travis dont hang * Proper plugins for tests preprocessor * Set proper proptype for the test
* Update README.md * Update README.md
Fixes `invalid keyframes name` by wrapping them for interpolation
* Fix broken Learn More link to cloud code documentation page * Update all other links to documentation too * Remove unused getSiteDomain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.