Commit Graph

246 Commits

Author SHA1 Message Date
Héctor Ramos
6c437ffb49 PR Feedback 2016-03-11 16:59:17 -08:00
Héctor Ramos
91bcb2430c PR Feedback 2016-03-11 16:58:01 -08:00
Héctor Ramos
2130d38d04 Expand Getting Started section, Configuration section. 2016-03-11 16:43:02 -08:00
Héctor Ramos
c9e5a6a72a Merge branch 'master' of github.com:ParsePlatform/parse-server into new-quickstart 2016-03-09 16:37:07 -08:00
Héctor Ramos
bec49e7dc2 Height 2016-03-09 16:36:41 -08:00
Mike McDonald
2c5144028b Added tests to adapter loader, cleaned up README, renamed to GCS_BUCKET from GCS_BUCKET_NAME 2016-03-07 00:47:08 -08:00
Florent Vilmart
a44b1d9f76 Improves documentation, add loading tests 2016-03-04 18:09:54 -05:00
Florent Vilmart
e3d26e2b4e Merge pull request #816 from ParsePlatform/readme-dupe
Remove duplicated instructions
2016-03-03 23:11:25 -05:00
Héctor Ramos
8363122c65 Remove duplicated instructions 2016-03-03 13:14:33 -08:00
Héctor Ramos
747482227d Remove Deploy to GCP Button
The GCP button links to a step by step guide, and is not really a quick-start way to deploy the app.

It's fine to add it back in the `parse-server-example` repo itself, as well as it include it in our community links.
2016-03-02 17:29:11 -08:00
Drew
bd89338b39 Merge pull request #696 from mcdonamp/gcp-logo
Adding the GCP logo and quickstart
2016-02-27 12:04:39 -08:00
Mike McDonald
310650830e Adding the GCP logo and quickstart 2016-02-27 00:23:17 -08:00
Marco129
c359d0fb5f Allow create system class even allowClientClassCreation option is false 2016-02-27 15:37:34 +08:00
Florent Vilmart
c0714b9b9d Shows --port option in README 2016-02-25 08:10:07 -05:00
Florent Vilmart
3ca1e9f79e Adds maxUploadSize 2016-02-24 19:17:50 -05:00
Florent Vilmart
81f5c682d4 Updates README, makes serverURL required
- prints help when misconfigured
- prints missing appId, masterKey, serverURL
2016-02-24 19:17:50 -05:00
Héctor Ramos
0fe2c64288 Additional README organization. 2016-02-22 13:34:26 -08:00
Fosco Marotto
605f83c36a Updated readme with deploy buttons 2016-02-18 18:03:45 -08:00
Florent Vilmart
4e453925f7 Minor readme change 2016-02-18 13:49:13 -05:00
Héctor Ramos
d668bd984c Remove padding around logo 2016-02-17 17:25:24 -08:00
Héctor Ramos
7cc4ef95c0 Use new Parse Server logo. 2016-02-17 15:07:00 -08:00
Héctor Ramos
a254759da8 New introduction and links to the documentation 2016-02-17 14:00:35 -08:00
Florent Vilmart
077b977efa Updates README 2016-02-17 08:06:33 -05:00
Florent Vilmart
c0bd5d2036 adds ability to disable anonymous users 2016-02-15 22:44:50 -05:00
Peter J. Shin
0c75f6022d Updating adapter docs. 2016-02-12 10:30:04 -08:00
Fosco Marotto
ea30a9836b Updates for 2.0.8 2016-02-11 13:12:13 -08:00
Drew
6db40f0bf4 Merge pull request #355 from ParsePlatform/drew-gross-patch-1
Update unsupported cloud code functions in readme.
2016-02-11 10:35:33 -08:00
Drew
ac62b235af Update README.md 2016-02-11 10:35:20 -08:00
Prayag Verma
d63ca5c46d Fix a typo
`intialization` → `initialization`
2016-02-11 12:16:20 +05:30
Drew
21f0a92007 Fix typo 2016-02-10 19:12:22 -08:00
Drew
d8dd57441d Update unsupported cloud code functions in readme. 2016-02-10 19:07:47 -08:00
Nikita Lutsenko
244febf4a9 Unmove readme. 2016-02-08 22:52:57 -08:00
Nikita Lutsenko
b989bbcaae Move all source files into 'src' folder. 2016-02-08 19:41:07 -08:00
Drew
488b5f1e88 Merge pull request #271 from ParsePlatform/no-default-master-key
Remove default master key.
2016-02-05 14:48: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
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
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
Nikita Lutsenko
d8b143379c Add npm badge to README. 2016-02-03 00:47:23 -08:00
Andrew Mihailov
a65f2d13ab Added ability to set server url for Parse JS client SDK whithin ParseServer constructor 2016-02-03 10:42:16 +02:00
Nikita Lutsenko
c73d9f1e27 Add Travis-CI, Codecov badges to README. 2016-02-03 00:21:55 -08:00
Fosco Marotto
f05fb7d9fd Updated Facebook login method 2016-01-30 15:20:44 -08:00
Fosco Marotto
a9aed0cacd Update README.md 2016-01-28 22:33:37 -08:00
Tyler Brock
2f2a8062ce Add JS Syntax Highlighting to README.md code block 2016-01-28 15:23:30 -08:00
Fosco Marotto
0bad16d34c Updated README 2016-01-28 15:04:21 -08:00
Fosco Marotto
7f5d744ce2 Initial release, parse-server, 2.0.0 2016-01-28 10:58:12 -08:00