Florent Vilmart
09bd9e3b2c
Adds schema caching capabilities (5s by default) ( #2286 )
...
* Adds schema caching capabilities (off by default)
* Use InMemoryCacheAdapter
* Uses proper adapter to generate a cache
* Fix bugs when running disabled cache
* nits
* nits
* Use options object instead of boolean
* Imrpove concurrency of loadSchema
* Adds testing with SCHEMA_CACHE_ON
* Use CacheController instead of generator
- Makes caching SchemaCache use a generated prefix
- Makes clearing the SchemaCache clear only the cached schema keys
- Enable cache by default (ttl 5s)
2016-07-22 21:23:59 -07:00
Andrew Lane
397e6bc976
Fix typo in logging for commander parseConfigFile ( #2352 )
2016-07-20 16:08:22 -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
Diwakar Cherukumilli
08c63f324a
Adds ability to prevent login with unverified emails ( #2175 )
2016-07-04 13:56:35 -04:00
Tyler Brock
17374eff8d
Round out webhookKey support in cli, docs, and Config ( #1936 )
2016-05-28 12:21:55 -04:00
Drew
d33dd68cc5
Add revokeSessionOnPasswordReset option. Closes #1584 ( #1597 )
...
* Add revokeSessionOnPasswordReset option
* Fix nits
2016-04-22 18:21:50 -04:00
Florent Vilmart
cedac3fda6
Adds support for --verbose and verbose option when running ParseServer ( #1414 )
2016-04-07 18:07:52 -04:00
Florent Vilmart
406f237119
Adds missing options to the CLI
2016-04-05 08:53:35 -04:00
Florent Vilmart
8c92b80b8f
Improves config loading and tests
2016-04-04 20:02:34 -04:00
Florent Vilmart
b5625bc2e5
more configuration options in the CLI
2016-03-31 11:53:25 -04:00
Florent Vilmart
09279d1987
Allows loading cli adapters from module path
2016-03-31 11:49:15 -04:00
Florent Vilmart
7b3448ee52
Merge pull request #990 from ParsePlatform/flovilmart.nitCLI
...
serverURL is actually not required in CLI
2016-03-17 08:14:02 -04:00
Florent Vilmart
86f93e39a7
supports keys marked as false
2016-03-15 20:22:48 -04:00
Florent Vilmart
6e4357c6df
Adds support for apps key in config file, throws if length is > 1
2016-03-15 20:22:48 -04:00
Florent Vilmart
5c880ca546
serverURL is actually not required
2016-03-11 20:03:40 -05:00
Florent Vilmart
5ef12b55b4
fixes env:PORT
2016-03-11 19:29:51 -05:00
Raul Rodriguez
76e6f8c775
Shutdown standalone parse server gracefully
2016-03-10 20:05:28 +01:00
Florent Vilmart
a0150a743f
Fix error preventing starting parse-server from CLI with a config file
2016-03-01 22:33:58 -05:00
Marco129
97489106b4
Add allowClientClassCreation option
2016-02-26 23:08:20 +08:00
Florent Vilmart
fa729c5c18
sets defaults value to options
2016-02-25 19:07:17 -05:00
Florent Vilmart
db5338abaa
Infers serverURL based on mountPath and port
2016-02-24 19:17:50 -05:00
Florent Vilmart
fe11fb54fc
Stupid ES6 imports...
2016-02-24 19:17:50 -05:00
Florent Vilmart
f58befd7bb
ES6-ify
2016-02-24 19:17:50 -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
Florent Vilmart
30aafd2c62
Adds proper tests
2016-02-24 19:17:49 -05:00
Florent Vilmart
ab425d85b0
New CLI for parse-server
2016-02-24 19:17:49 -05:00