Alaa Attya Mohamed
4634bfb3e4
Fixed: When using an explicit database adapter, you must also use and explicit filesAdapter. ( #2245 )
2016-07-10 10:16:42 -07:00
Eric Raio
4e9e817a80
Adding amazon ses adapter to README ( #2226 )
...
We've been using this parse server amazon SES email adapter and would like to share with the rest of the community.
2016-07-07 11:32:05 -04:00
Diwakar Cherukumilli
08c63f324a
Adds ability to prevent login with unverified emails ( #2175 )
2016-07-04 13:56:35 -04:00
Glenn Reyes
98d1ae808a
Add postmark email adapter alternative ( #2146 )
...
* Add postmark email adapter alternative
* Link postmark adapter to npm package
* Link mandrill adapter to npm package
* List email adapters
2016-06-25 16:14:07 -04:00
Héctor Ramos
5838a49396
Move logging docs to Advanced configuration ( #1895 )
2016-06-13 13:05:33 -07:00
Drew
fcd914bdfd
Revert "Log objects rather than JSON stringified objects" ( #1995 )
2016-06-08 10:11:08 -07:00
Manuel
ac705a8da6
Fixed 3rd party OAuth link ( #1986 )
...
Fixed bad OAuth link in wiki [ci-skip]
2016-06-04 12:37:40 -04:00
Sen Palanisami
bea655e61b
Log objects rather than JSON stringified objects ( #1922 )
2016-06-01 18:35:54 -07:00
Adrian Brink
88fa7bad92
Update README.md ( #1886 )
...
Add link to the parse-server-module repo for easier reference.
2016-05-23 15:49:06 -07: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
Héctor Ramos
0b88302bea
Link to new migration guide
2016-04-29 21:34:33 -07:00
Aidan Musnitzky
3d7589c1bc
Update README.md ( #1637 )
2016-04-25 20:51:52 -07:00
Drew
d33dd68cc5
Add revokeSessionOnPasswordReset option. Closes #1584 ( #1597 )
...
* Add revokeSessionOnPasswordReset option
* Fix nits
2016-04-22 18:21:50 -04:00
Fosco Marotto
65bd59d95f
Add link to screencast blog in readme.
2016-04-18 13:08:28 -07:00
Drew
c57c6b33b1
Add link to mandrill adapter.
2016-04-15 14:33:12 -07:00
Drew
f076078bf1
Add note about URL encoding special characters in passwords.
2016-04-15 10:50:46 -07:00
Florent Vilmart
ef92a79818
Updates the publicServerURL option [ci skip]
2016-04-07 07:45:22 -04:00
peterbytes
f4889a3393
The Heroku link redirects to the wiki index
...
Changed the link so that it goes to Heroku Dev Center guide instead
2016-04-04 13:40:47 -07:00
Jeremy May
f99b5588ab
Added session length option for session tokens to server configuration
2016-04-02 11:36:47 -04:00
Drew
1796ae3b7c
Close code block in readme
2016-03-25 11:44:01 -07:00
Drew Gross
958d77207a
Fix typo
2016-03-24 14:42:10 -07:00
Drew Gross
259de3f104
Fix readme to note move of mailgun adapter
2016-03-24 14:42:10 -07:00
Drew Gross
2f00a02936
Document email adapter
2016-03-24 14:41:13 -07:00
Drew
7d6f359434
Update README.md
2016-03-22 17:17:37 -07:00
Héctor Ramos
33984617c5
Expand env. variable list, misc copy edits
2016-03-17 17:19:48 -07:00
Héctor Ramos
4df9a7e786
Instructiosn moved to the wiki
2016-03-14 16:06:00 -07:00
Andrey Neverov
ba77d755e9
Fixed database url parameter name in the doc
2016-03-14 15:21:35 +03:00
Héctor Ramos
8a779210af
Fix formatting
2016-03-11 17:06:37 -08:00
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