Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: abstract DB Adapter #112

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
757b931
feat(Adapter Class): The realisation of adapter class and Redis data …
stainwoortsel Jun 3, 2016
76cc264
feat(actions, adapter, redisstorage): Updating few actions with new s…
stainwoortsel Jun 3, 2016
fd2a23f
feat(adapter, redisstorage, actions): Making abstraction layer betwee…
stainwoortsel Jun 3, 2016
c4ebf71
style(gitignore):
stainwoortsel Jun 3, 2016
4b7a5c6
style(delete compiled and map files):
stainwoortsel Jun 3, 2016
a334384
feat: actions: login, alias, list
stainwoortsel Jun 4, 2016
98cf306
feat: register action
stainwoortsel Jun 5, 2016
17ba3bf
feat: add new utils: verifyGoogleCaptcha and mapMetaResponse
stainwoortsel Jun 5, 2016
e04d2c7
feat: remove action
stainwoortsel Jun 5, 2016
e113733
feat: actions: requestPassword, updateMetadata
stainwoortsel Jun 5, 2016
0b51598
feat: actions: updatePassword, verify
stainwoortsel Jun 6, 2016
55c47af
style: actions, adapter, redisstorage, utils, docker.sh
stainwoortsel Jun 8, 2016
b18ac68
feat: new UserModer class abstraction, redisstorage, new modelError m…
stainwoortsel Jun 18, 2016
821deb6
feat: renewed modelError methods, usermodal, redisstodage; utils: jwt…
stainwoortsel Jun 20, 2016
8a5de75
feat: usermodel & redisstorage: throttle state and token methods, uti…
stainwoortsel Jun 21, 2016
3829f5e
style: some linter fixes: util/scrypt, util/send-emal, model/redissto…
stainwoortsel Jun 21, 2016
60746e9
fix: fixing docker.sh
stainwoortsel Jun 23, 2016
6ba80a6
Merge branch 'master' into adapter
AVVS Jun 26, 2016
0dfc8c9
fix: fixing 'this'-context trouble, fixing loginAttempts variable
stainwoortsel Jun 26, 2016
e4c8b44
fix: fixing bugs through the tests
stainwoortsel Jul 1, 2016
ac18064
fix: linting!
stainwoortsel Jul 1, 2016
71aa982
fix: fixing bugs through tests
stainwoortsel Jul 1, 2016
2ee6993
fix: linting!
stainwoortsel Jul 1, 2016
275a7bb
fix: fixing register bug with catchReturn wrong error code
stainwoortsel Jul 1, 2016
7d5a1f2
fix: fixing bugs through the tests
stainwoortsel Jul 2, 2016
8b7263d
fix: fixing bugs through the tests
stainwoortsel Jul 3, 2016
0860363
fix: fixing bugs through the tests: usermodel, login, updateMeta, tok…
stainwoortsel Jul 4, 2016
12c5df1
fix: jwt logout decodedTokens, arrow-function better
stainwoortsel Jul 4, 2016
7d7bfb4
fix: fixing bugs through the tests: jwt/send-mail
stainwoortsel Jul 5, 2016
785ccfd
fix: fixing bugs through the test (hope, in last time): jwt, send-mail
stainwoortsel Jul 5, 2016
8ea411f
fix: some cosmetic fixes
stainwoortsel Jul 7, 2016
d6cff19
fix: some another cosmetic fixes
stainwoortsel Jul 7, 2016
7cc68c8
refactor: merging with master
stainwoortsel Jul 8, 2016
1cabd9c
fix: UNIX-style end of strings in scripts (to avoid bash errors)
stainwoortsel Jul 8, 2016
71c46a5
fix: some lint sugar
stainwoortsel Jul 8, 2016
db222e4
fix: and little fix for math operation with page of list in redisstor…
stainwoortsel Jul 8, 2016
aaad1a4
fix: please linter, please...
stainwoortsel Jul 8, 2016
98b5770
feat: mongo docker-compose
stainwoortsel Jul 18, 2016
20fa21d
feat: making test suites a bit more independed from storages
stainwoortsel Aug 1, 2016
24e3674
feat: methods in mongo adapter, before HUGE refactoring commit
stainwoortsel Aug 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: register action
stainwoortsel committed Jun 5, 2016
commit 98cf306ab4832f733e915143f92844d94a8fafd4
3 changes: 3 additions & 0 deletions src/utils/mapMetaResponse.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**
* Created by Stainwoortsel on 05.06.2016.
*/
3 changes: 3 additions & 0 deletions src/utils/verifyGoogleCaptcha.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**
* Created by Stainwoortsel on 05.06.2016.
*/