Florent Vilmart
f312f81cbd
Adds support for Long and Double mongodb types ( fixes #1316 ) ( #1470 )
...
* Adds support for Long and Double mongodb types (fixes #1316 )
* Use bigger numbers
2016-04-12 21:19:47 -04:00
Florent Vilmart
c050a65d49
Schema.js database agnostic ( #1468 )
...
* Schema.js database agnostic
* nits
2016-04-12 17:39:27 -04:00
Drew
281568edd2
Fixes #1417
...
* Fixes #1417
* Cleanup
* Perf improvement
* Hoist constant array
* Improve tests
2016-04-08 19:06:52 -04:00
Florent Vilmart
a770c4cba8
Adds relation fields to objects
2016-04-08 07:42:02 -04:00
Blayne Chard
616ac71623
Untransform should treat Array's as nested objects ( #1416 )
2016-04-07 14:43:48 -07:00
Drew Gross
6311c95785
Fixes #1271
2016-03-30 19:35:54 -07:00
Florent Vilmart
5c1fe3a325
Better logging with winston
2016-03-28 20:16:58 -04:00
Florent Vilmart
4ff52de01c
fixes problem affecting finding array pointers
2016-03-24 20:42:06 -04:00
Florent Vilmart
937dde592f
Adds support for plain object in $add, $addUnique, $remove
2016-03-20 15:57:54 -04:00
Florent Vilmart
21fb14d8f4
Properly deletes authData.provider when set to null
2016-03-17 16:35:20 -04:00
Florent Vilmart
daad05a00f
removes key transformation for authData from restWrite, ensures authData is set in hooks
2016-03-11 15:14:53 -05:00
Florent Vilmart
5cdcadea36
Fixes bug when querying equalTo on objectId and relation
...
- Adds $eq operator in transform
- Makes $eq operator on objectId when adding $in operator
2016-03-07 08:26:35 -05:00
Drew Gross
df4022060e
expiresAt should be a Date, not a string. Fixes #776
2016-03-02 20:32:06 -08:00
Florent Vilmart
91d9724182
Adds reset password logic
2016-02-29 18:55:15 -05:00
Drew Gross
8dc37b9d30
Exploring the interface of a mail adapter
...
Add some tests and demonstrate the adapter loading interface
2016-02-29 18:52:10 -05:00
Fosco Marotto
5755126525
Fixed ACL creation for #504 .
2016-02-22 17:33:11 -08:00
Fosco Marotto
d7550710a5
Added _tombstone as an ignored key in untransformObject
2016-02-22 12:14:45 -08:00
Florent Vilmart
fbdd89c2d1
Fix problems with _keys in nested objects
2016-02-20 09:45:09 -05:00
Florent Vilmart
45bf8ffadb
removes commented out code
2016-02-17 08:06:33 -05: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
Nikita Lutsenko
b989bbcaae
Move all source files into 'src' folder.
2016-02-08 19:41:07 -08:00