-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[WIP] Allow Session triggers #4373
[WIP] Allow Session triggers #4373
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 11b67c9 - Browse repository at this point
Copy the full SHA 11b67c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a304b - Browse repository at this point
Copy the full SHA 36a304bView commit details
Commits on Nov 25, 2017
-
Restore tests for validating _Session triggers and take not of this
Instead of removing the tests for validating _Session triggers, I restored them and made sure that having a _Session trigger does NOT throw an exception
Configuration menu - View commit details
-
Copy full SHA for ec94e33 - Browse repository at this point
Copy the full SHA ec94e33View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 83c7602 - Browse repository at this point
Copy the full SHA 83c7602View commit details
Commits on Nov 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a277003 - Browse repository at this point
Copy the full SHA a277003View commit details -
Altered buildUpdatedObjects to combine the extra data, original objec…
…t and new object into one REST array and then convert to ParseObject. Previously, it would convert the extraData and original object into a ParseObject and copy data from new array over. This has the side effect of failing for _Session class because the attributes are read only. Rename sanitizedData to sanitizeData because sanitizedData implies the data will be returned. Instead, sanitizeData mutates the data field to remove any sensitive information. Create expandData function which mutates the data field and expands any keys that use dot notation ('x.y')
Configuration menu - View commit details
-
Copy full SHA for 2af1cfb - Browse repository at this point
Copy the full SHA 2af1cfbView commit details -
Fix issue with buildUpdatedObject function. Had to revert many of my …
…changes since they wouldn't work
Configuration menu - View commit details
-
Copy full SHA for b00c05c - Browse repository at this point
Copy the full SHA b00c05cView commit details
Commits on Dec 22, 2017
-
Merge branch 'master' of github.com:addisonElliott/parse-server into …
…allow-session-triggers
Configuration menu - View commit details
-
Copy full SHA for 35d216c - Browse repository at this point
Copy the full SHA 35d216cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 624c7cd - Browse repository at this point
Copy the full SHA 624c7cdView commit details