Drew
9101fb57fc
Merge pull request #270 from ParsePlatform/peterdotjs-patch-1
...
Adding link to parse-server-example
2016-02-05 13:56:08 -08:00
wangmengyan95
872e690fb3
Add GCM client
2016-02-05 13:45:29 -08:00
Drew
8f346df3f3
Remove default master key.
...
If there is a default master key, people will inevitably use it. And that would be bad.
2016-02-05 13:42:15 -08:00
Peter J. Shin
fe70c015bd
Adding link to parse-server-example
...
Thought it would be helpful to expose the example. It feels hidden in the docs right now.
2016-02-05 13:31:10 -08:00
Mengyan Wang
7cc77c709f
Merge pull request #235 from ParsePlatform/wangmengyan.add_apns_client
...
Add APNS client
2016-02-05 13:29:57 -08:00
Mengyan Wang
423c68385b
Merge pull request #198 from ParsePlatform/wangmengyan.add_push_api_checking_and_run_queries
...
Add push parameter checking and query installation
2016-02-05 13:29:27 -08:00
Drew
8fc11314e7
Update CONTRIBUTING.md
2016-02-05 12:52:36 -08:00
Drew
53ffbde962
Update CONTRIBUTING.md
2016-02-05 12:52:14 -08:00
Fosco Marotto
696809fef1
Merge pull request #226 from codegefluester/cloud_code_validation
...
Cloud code validation
2016-02-05 11:59:17 -08:00
Drew
f01cb8c670
Update CONTRIBUTING.md
2016-02-05 11:58:52 -08:00
wangmengyan95
a683befee0
Add push parameter checking and query installation
2016-02-04 23:58:42 -08:00
Fosco Marotto
b6a67e213c
Updated to 2.0.7
2016-02-04 19:14:37 -08:00
Eric Watson
fdc85cc5c2
Ignore '_metadata', convert 'map' to Object
...
Legacy Parse platform databases have additional fields that
database-to-api-response conversion. This commit accounts for
- the '_metadata' field, which doesn't appear in the api-response version
of Schema, and whose value (an object), crashes the conversion function
(which expects only string values)
- the 'map' type, which appears in legacy database representations to
describe Objects
2016-02-04 21:01:41 -06:00
Nikita Lutsenko
d9b547a5e4
Merge pull request #252 from laullon/correct_function_response_encoding
...
Correct Could Functions response encoding
2016-02-04 18:35:43 -08:00
German Laullon
36675a9598
Correct function response encoding
...
This will encode all ParseObject on the correct way so they can be translated into PFObject by the IOS SDK.
2016-02-04 23:42:01 +01:00
Fosco Marotto
c106ac6499
Merge pull request #239 from montymxb/patch-1
...
Update express app to use 'mountPath' instead of /
2016-02-04 08:04:53 -08:00
Benjamin Wilson Friedman
585ba8dcf8
Update express app to use 'mountPath' instead of /
2016-02-04 01:24:51 -08:00
wangmengyan95
81a5a8f0db
Add APNS client
2016-02-04 00:37:31 -08:00
Nikita Lutsenko
72fa1f28a8
Merge pull request #233 from ParsePlatform/nlutsenko.transform.cleaner
...
Split basic type conversions from other logic in transform.js.
2016-02-04 00:13:32 -08:00
Fosco Marotto
27560e14c7
Merge pull request #132 from r4zzz4k/master
...
Added ability to set server url for Parse JS client SDK
2016-02-03 23:48:07 -08:00
Fosco Marotto
4b1132ad40
Merge pull request #225 from flovilmart/standalone-server
...
Adds standalone parse server
2016-02-03 23:45:47 -08:00
Nikita Lutsenko
21aef055b0
Split basic type conversions from other logic in transform.js.
2016-02-03 22:04:27 -08:00
Nikita Lutsenko
ee5e06cff9
Merge pull request #231 from ParsePlatform/nlutsenko.transform.geopoint
...
Fixed storage of GeoPoints in nested arrays/maps.
2016-02-03 21:17:59 -08:00
Nikita Lutsenko
437e7726ed
Fix storage of GeoPoints in nested arrays/maps.
2016-02-03 20:06:31 -08:00
Nikita Lutsenko
3cd7f7dd73
Add geo point in subobject and array end-to-end tests.
2016-02-03 20:06:31 -08:00
Nikita Lutsenko
0acd8c6c0f
Add transform rest to mongo tests for geo points.
2016-02-03 20:06:30 -08:00
Drew Gross
67ee94d98f
Implement GET /schemas/OneSchema
2016-02-03 16:10:00 -08:00
Nikita Lutsenko
808d2ccbec
Merge pull request #204 from ParsePlatform/nlutsenko.dependencies
2016-02-03 14:31:54 -08:00
Björn Kaiser
5420c38adf
Merge pull request #3 from codegefluester/test_for_calling_nonexisting_cf
...
Test for calling non-existing Cloud Function
2016-02-03 22:12:58 +00:00
Björn Kaiser
4822d2b668
Merge branch 'master' into test_for_calling_nonexisting_cf
2016-02-03 22:08:30 +00:00
Björn Kaiser
6adffb09d0
Merge pull request #2 from codegefluester/cloud_code_validation
...
Added Cloud Function validation
2016-02-03 22:01:29 +00:00
Florent Vilmart
098d671004
Adds standalone parse server, configurable by environment, and that can start with npm start
2016-02-03 17:00:10 -05:00
Björn Kaiser
394b875128
Added function validation
2016-02-03 21:56:32 +00:00
Nikita Lutsenko
b2a5e67978
Update all dependencies.
2016-02-03 13:41:36 -08:00
Björn Kaiser
5b960d3d50
Merge remote-tracking branch 'upstream/master'
2016-02-03 21:27:54 +00:00
Björn Kaiser
035fcd2615
Added test for proper handling of trying to call a non-existing Cloud Function
2016-02-03 21:21:30 +00:00
Drew
39fb0d02dd
Merge pull request #221 from drew-gross/master
...
Implment GET /parse/schemas
2016-02-03 13:02:01 -08:00
Björn Kaiser
4ddedf852a
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:54:47 +00:00
Björn Kaiser
b8752c8687
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:53:58 +00:00
Björn Kaiser
1ca633ed66
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:52:35 +00:00
Björn Kaiser
4e3b558a01
Added ability to add a validation function to a Cloud Code function
2016-02-03 20:20:08 +00:00
Drew Gross
33a881764d
Tabs -> spaces
2016-02-03 12:10:50 -08:00
Drew Gross
3d989501b2
Get all schemas, with tests, and matches parse.com schemas API
2016-02-03 12:06:45 -08:00
Drew Gross
0547592952
Implement GET /parse/schemas
2016-02-03 12:05:48 -08:00
Fosco Marotto
c866afd016
Merge pull request #217 from flovilmart/fix-216
...
Adds proper http request to match parse original implementation
2016-02-03 10:59:16 -08:00
Nikita Lutsenko
bf1b886c85
Merge pull request #205 from ParsePlatform/nlutsenko.oldmongo
...
Add Mongo 2.6.11 to Travis-CI.
2016-02-03 10:58:25 -08:00
Fosco Marotto
6946d8670a
Merge pull request #209 from taylorstine/cloud_master
...
Added master option to cloud code functions
2016-02-03 10:56:47 -08:00
Fosco Marotto
e44106f3ed
Merge pull request #210 from taylorstine/regexr_comment
...
updated regexr link for updated regex
2016-02-03 10:53:22 -08:00
Florent Vilmart
5a37c8307c
Adds proper http request to match parse original implementation
2016-02-03 12:00:16 -05:00
Taylor Stine
33f8cdcd39
updated regexr link for updated regex
2016-02-03 07:44:23 -05:00