Tyler Brock
|
d7d4699832
|
Fix logic for missing geo index error message check (#1824)
|
2016-05-18 12:33:55 -07:00 |
|
Blayne Chard
|
8c09c3dae1
|
Adding Caching Adapter, allows caching of _Role and _User queries (fixes #168) (#1664)
* Adding Caching Adapter, allows caching of _Role and _User queries.
|
2016-05-18 12:12:30 +12:00 |
|
KartikeyaRokde
|
5d887e18f0
|
FIX #1572 - Accepting LOGS_FOLDER as env variable (#1757)
* FIX #1572 - Accepting LOGS_FOLDER as env variable
* Changed env variable LOGS_FOLDER to PARSE_SERVER_LOGS_FOLDER
* Added Note for starting parse-server with PARSE_SERVER_LOGS_FOLDER env variable
|
2016-05-17 17:02:28 -07:00 |
|
Marco Cheung
|
40965186c0
|
Mask sensitive information when logging (#1790)
|
2016-05-17 13:15:44 -07:00 |
|
Drew Gross
|
b40e16647b
|
Changelog for version 2.2.10
|
2016-05-16 16:39:41 -07:00 |
|
Tyler Brock
|
3b4ae2d0a0
|
Write old ACL format in _acl in addition to new format (#1810)
|
2016-05-16 14:41:25 -07:00 |
|
Tyler Brock
|
1854928fe7
|
Add test to ensure you can set ACL in beforeSave (#1772)
|
2016-05-13 18:17:22 -07:00 |
|
Drew
|
e4998c256a
|
Move field name validation logic out of mongo (#1752)
* Remove transformKey(...)
* Move validation logic into Parse Server and out of Mongo Adapter
* Fix nits
|
2016-05-13 15:28:14 -07:00 |
|
Peter J. Shin
|
4bfe2c5014
|
Merge pull request #1774 from drew-gross/pointer-perms-in-dash
Tell the dashboard that Pointer Permissions are implemented so it can let you edit them.
|
2016-05-13 14:47:24 -07:00 |
|
Marco Cheung
|
d0c3535a39
|
Fix error when unset user email (#1778)
|
2016-05-13 10:51:01 -07:00 |
|
Drew Gross
|
c2cfa14627
|
Tell dashboard that the feature exits
|
2016-05-12 16:30:38 -07:00 |
|
Marco Cheung
|
19e7407f55
|
Return correct error when violating unique index (#1763)
|
2016-05-11 17:24:15 -07:00 |
|
North
|
6cfcb4ddf8
|
Fix #1755 (#1756)
* Add condition at limit = 0
* Add tests for installations with limit and count parameters
|
2016-05-11 15:22:29 -07:00 |
|
Drew
|
10ee229e60
|
Update dependencies and support node 6.1 (#1754)
* Update dependencies and support node 6.1
* Remove gcs-adapter, which depends on grpc, which fails to build on node 6
* Remove GCS adapter usage
|
2016-05-11 08:54:23 -04:00 |
|
Sebastián Balay
|
1291f70a16
|
Fix malformed config.json in bootstrap.sh
The bootstrap bash script generates a wrong config.json file.
Instead of having a databaseURI property, it has a mongodbURI prop.
|
2016-05-10 18:13:06 -04:00 |
|
Drew
|
26df50924b
|
Update to 2.2.9 (#1747)
|
2016-05-10 10:50:05 -07:00 |
|
Drew
|
e698f61a58
|
Handle null param in cloud code. Fixes #1472 (#1746)
|
2016-05-10 10:43:02 -07:00 |
|
Drew
|
e60901de6a
|
Version 2.2.8 (#1738)
|
2016-05-09 16:56:32 -07:00 |
|
Fosco Marotto
|
b2f36e192a
|
Merge pull request #1644 from drew-gross/refactor-query-transform
Break dependency of deleteObjectsByQuery on schemaController
|
2016-05-09 11:21:22 -07:00 |
|
andrewchae
|
10d2988985
|
Pass dates to cloud code functions (#655) (#1697)
|
2016-05-09 10:45:57 -07:00 |
|
Steven Shipton
|
37c502bed0
|
Add config.expireInactiveSession to add support for non-expiring inactive sessions (#1536)
* Create non-expiring session when sessionLength is zero
* Introduce expireInactiveSessions setting
|
2016-05-06 12:50:45 -07:00 |
|
Héctor Ramos
|
b00572de65
|
Merge pull request #1696 from ParsePlatform/issue-template
Update issue template
|
2016-05-06 12:46:41 -07:00 |
|
Héctor Ramos
|
da5b5ccefa
|
Update ISSUE_TEMPLATE.md
|
2016-05-06 12:45:47 -07:00 |
|
Steven Shipton
|
7c850fc1ad
|
Fix for #1642 - copy query parameters to request body (#1687)
* Fix for #1642 - copy query parameters to request body
* Add missing request.query to pass test
|
2016-05-06 12:36:05 -07:00 |
|
Héctor Ramos
|
90df7841ef
|
Update issue template
Additional guidance for what type of details should be included with a bug report.
|
2016-05-03 12:08:23 -07:00 |
|
Héctor Ramos
|
0b88302bea
|
Link to new migration guide
|
2016-04-29 21:34:33 -07:00 |
|
Héctor Ramos
|
583bb34995
|
Link to bug tool for migration issues
|
2016-04-28 12:56:04 -07:00 |
|
Drew Gross
|
71ae7bee94
|
better names and comments
|
2016-04-26 13:08:58 -07:00 |
|
Drew Gross
|
449ca115b1
|
Break object deletions's dependency on schemaController
|
2016-04-26 10:23:14 -07:00 |
|
Drew Gross
|
d4bd21fcbc
|
remove schema from transformWhere
|
2016-04-26 10:20:17 -07:00 |
|
Drew Gross
|
a926712951
|
Start using parse format schema in transformQueryKeyValue
|
2016-04-26 10:12:45 -07:00 |
|
Drew Gross
|
5f564f32f5
|
simplify a little
|
2016-04-25 23:39:42 -07:00 |
|
Drew Gross
|
874d10fc74
|
Check expected type is array from Parse Format Schema
|
2016-04-25 23:36:25 -07:00 |
|
Drew Gross
|
4371ca164c
|
Pass parse format schema to transformWhere
|
2016-04-25 22:45:16 -07:00 |
|
Drew Gross
|
608cba9e8c
|
Clearer names in DatabaseController
|
2016-04-25 22:12:03 -07:00 |
|
Drew Gross
|
5cbf3eb8dd
|
Tidy up db controller
|
2016-04-25 22:01:50 -07:00 |
|
Drew Gross
|
37953d146b
|
some cleanup
|
2016-04-25 21:53:57 -07:00 |
|
Drew Gross
|
a3179e43fb
|
No need to handle object or reject arrays when transforming queries
|
2016-04-25 21:13:34 -07:00 |
|
Drew Gross
|
7b431ad064
|
nits
|
2016-04-25 20:54:47 -07:00 |
|
Aidan Musnitzky
|
3d7589c1bc
|
Update README.md (#1637)
|
2016-04-25 20:51:52 -07:00 |
|
Drew Gross
|
ee8a3c94d5
|
No need to transform post-transform keys in mongo adapter
|
2016-04-25 20:42:19 -07:00 |
|
Drew Gross
|
e2a3213351
|
Remove update logic from query
|
2016-04-25 19:34:07 -07:00 |
|
Drew Gross
|
5c7b346292
|
Remove unnecessary logic
|
2016-04-25 18:48:22 -07:00 |
|
Florent Vilmart
|
0542f860f4
|
Test case to ensure dashboard.parse.com won't break (#1636)
* Test case to ensure dashboard.parse.com won't break
* Adds volatile classes concept for _PushStatus
* Fixes test
|
2016-04-25 21:33:11 -04:00 |
|
Drew Gross
|
e0a9f19895
|
Split logic for transforming queries into it's own function
|
2016-04-25 18:22:20 -07:00 |
|
Drew Gross
|
21e73ac276
|
Destructuring
|
2016-04-25 17:21:24 -07:00 |
|
Drew
|
957b5927b1
|
Ignore _RevoableSession "header" that is sent by JS SDK. Fixes #1548. (#1627)
|
2016-04-25 15:52:21 -04:00 |
|
Drew
|
234d0093ff
|
Cleanup delete schema (#1604)
* Some cleanup for deleting one schema
* tidyness
* Remove _allCollections as Parse Server doesn't need it.
|
2016-04-25 14:47:57 -04:00 |
|
Drew
|
d14d451028
|
Move acl adding into parse server (#1601)
* Move writeACL knowledge out of mongoAdapter
* Remove write ACL from mongo adapter
* Remove readACL from Mongo Transform
|
2016-04-22 21:44:03 -04:00 |
|
Drew
|
d33dd68cc5
|
Add revokeSessionOnPasswordReset option. Closes #1584 (#1597)
* Add revokeSessionOnPasswordReset option
* Fix nits
|
2016-04-22 18:21:50 -04:00 |
|