Commit Graph

14 Commits

Author SHA1 Message Date
Florent Vilmart
ee38ebc4a3 Removes shebang for windows 2016-03-04 13:44:56 -05:00
Florent Vilmart
ab425d85b0 New CLI for parse-server 2016-02-24 19:17:49 -05:00
Nikita Lutsenko
64d92daefa Fix relative path replacement in bin/dev. 2016-02-20 22:54:18 -08:00
Peter J. Shin
35fd06be7b Fixing babel issue.
Addresses https://github.com/ParsePlatform/parse-server/issues/462
2016-02-17 10:26:40 -08:00
Florent Vilmart
e010fd82f2 Generic OAuth provider support
Refactors facebook login into oauth generic login

Adds additional oauth2 providers

adds ability to pass an oAuth validator in the config

Adds Twitter validation support + OAuth 1 client

Support auth_token instead of access_token for twitter

Improves code coverage of OAuth

Adds validation of oauth provider structures

Better coverage of the OAuth spec

100% coverage of OAuth1.js

Adds passing auth_token_secret for Twitter auth.

Refactors auth validation methods to include authData parameter

- Adds ability to extens oauth validator through configuration
- Adds ability to extend oauth validator through external module (file or package)
- Adds more tests
- Adds tests to login with custom auth provider

Adds more tests for REST API

fixes twitter auth_token

f
2016-02-17 08:06:30 -05:00
merowinger92
a5deb60c79 Update parse-server 2016-02-13 15:38:58 +01:00
Drew
2e5fd297d2 Merge pull request #322 from maysale01/dev-server
Added a dev server run script
2016-02-10 18:43:19 -08:00
Alexander Mays
d0427b7b8a Make bin/dev executable
Signed-off-by: Alexander Mays <maysale01@gmail.com>
2016-02-09 12:49:18 -05:00
Alexander Mays
854185ecd5 Added error handling so the process stays alive whenever transpiling fails
Signed-off-by: Alexander Mays <maysale01@gmail.com>
2016-02-09 07:02:57 -05:00
Alexander Mays
18f9e53405 Added a dev run script
Signed-off-by: Alexander Mays <maysale01@gmail.com>
2016-02-09 06:36:36 -05:00
David Keegan
25b13ff632 Remove duplicate dotNetKey 2016-02-09 00:56:00 -08:00
Nikita Lutsenko
9ce90b06f5 Update imports in parse-server binary. 2016-02-08 21:59:53 -08:00
Benjamin Wilson Friedman
585ba8dcf8 Update express app to use 'mountPath' instead of / 2016-02-04 01:24:51 -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