Commit Graph

89 Commits

Author SHA1 Message Date
Bhaskar Reddy Yasa
edb7b70ced Adds password expiry support to password policy (#3068)
* Adding support for password expiry policy

* Renamed daysBeforeExpiry -> maxPasswordAge
2016-11-21 07:46:38 -08:00
Bhaskar Reddy Yasa
cf6ce5b9a3 Adding support for optional Password Policy (#3032)
* adds resetTokenValidityDuration setting

* adds a validator to validate password that can be used to enforce strong
passwords

* adds unit tests for passwordPolicy.validator

* adds unit tests to to fail reset password function if password is not in a valid format

* updates README.md for passwordPolicy

* prevents duplicate check for password validator in updateUserPassword

* adds optional setting to disallow username in password

* updates test cases to use fdescribe instead of describe

* updates test cases to use request-promise instead of request

* adds ability to use a RegExp or Callback function or both for a passwordPolicy.validator

* expect username parameter in redirect to password_reset_success

* adds support for _perishable_token_expires_at in postgres
2016-11-17 08:37:51 -08:00
Kirill Kravinsky
1029ddf563 Fix error in docs (#3007) 2016-11-04 09:11:13 -04:00
Kirill Kravinsky
71fb6cef5e Dockerizing Parse Server (#3005)
* Add Dockerfile

* Add Docker image docs

* Remove default PARSE_SERVER_CLOUD_CODE_MAIN setting + update docs

* Update docs

* Update documentation
2016-11-03 17:38:05 -04:00
Marian Ignev
021fe4d336 Add SashiDo Migration guides to README (#2896) 2016-10-19 20:56:43 -04:00
Jose Luis
e5fa3b5e27 I only add a line in the readme for a new SMTP adapter for send emails (#2726) 2016-09-17 23:42:47 -07:00
Florent Vilmart
ba0e529f81 Build merges on master to lastest branch (#2722)
* Build merges on master to lastest branch

* Only on master
2016-09-17 15:57:51 -04:00
Diwakar Cherukumilli
28bd37884d Adds ability to set an account lockout policy (#2601)
* Adds ability to set account lockout policy

* change fit to it in tests
2016-09-02 20:00:47 -04:00
garethx
3e5b90ca3d Add HyperDev to providers list (#2617) 2016-08-30 09:49:56 -04:00
Emilie Montredon
430ae378f2 Updated README.md (#2538)
Created a new email adapter to use Mailjet with parse-server to send email verification and reset password emails.
2016-08-17 09:26:18 -04:00
bcomeau
a957df0a91 Add parse-server-mailgun-adapter-template to README.md (#2413)
Customize the e-mail sent to your users when they reset their password or when we verify their email address.
2016-07-27 15:01:12 -07:00
Diwakar Cherukumilli
ab3b4addbf updates usage of setting: emailVerifyTokenValidityDuration (#2331) 2016-07-20 09:29:32 -04:00
Diwakar Cherukumilli
6f292059ba Adds ability to expire email verify token (#2216) 2016-07-18 23:10:36 -07:00
Sen Palanisami
7d234e054b Log objects rather than JSON strings and option for single line logs (#2028)
* Log objects rather than JSON strings and option for single line logs

This reverts commit fcd914bdfd.

* Better password stripping tests
2016-07-15 16:18:50 -04:00
Nikita Lutsenko
d1426c19dd Add Gitter chat link to the README. (#2264)
* Add Gitter chat link to the README.

Closes #1700

* Update README.md
2016-07-12 21:18:28 -04:00
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