Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | chore: move @types to production dependencies | eug-vs | 2020-06-26 | -6/+6 | |
| | | |||||
| * | chore: add ts-node to dependencies | eug-vs | 2020-06-26 | -2/+53 | |
| | | |||||
| * | build: add start script | eug-vs | 2020-06-26 | -2/+3 | |
|/ | |||||
* | fix: fake auth in populateDB script | eug-vs | 2020-06-25 | -1/+1 | |
| | |||||
* | Merge pull request #12 from which-ecosystem/logging | Eugene Sokolov | 2020-06-25 | -7/+62 | |
|\ | | | | | Logging and exception handling | ||||
| * | feat: add logger and handle eveyrthing nicely | eug-vs | 2020-06-25 | -6/+44 | |
| | | |||||
| * | chore: update which-types | eug-vs | 2020-06-25 | -5/+4 | |
| | | |||||
| * | feat: mark anonymous requests | eug-vs | 2020-06-25 | -2/+3 | |
| | | |||||
| * | feat: enable logging hook for external requests | eug-vs | 2020-06-25 | -0/+17 | |
|/ | |||||
* | Merge pull request #10 from which-ecosystem/circleci | Eugene Sokolov | 2020-06-25 | -18/+56 | |
|\ | | | | | Configure CI | ||||
| * | ci: configure circle :construction_worker: | eug-vs | 2020-06-25 | -0/+38 | |
| | | |||||
| * | style!: fix all linting errors | eug-vs | 2020-06-25 | -18/+18 | |
| | | |||||
* | | Merge pull request #9 from which-ecosystem/config | ilyayudovin | 2020-06-25 | -1/+1 | |
|\ \ | |/ |/| | fix: escape username field in config | ||||
| * | fix: escape username field in config | ilyayudovin | 2020-06-25 | -1/+1 | |
|/ | |||||
* | Merge pull request #8 from which-ecosystem/votes | Eugene Sokolov | 2020-06-25 | -84/+210 | |
|\ | | | | | Votes | ||||
| * | feat: setup global auth hooks | eug-vs | 2020-06-25 | -2/+25 | |
| | | |||||
| * | fix: add userChoice correctly | eug-vs | 2020-06-25 | -1/+3 | |
| | | |||||
| * | fix: provide default value of 0 to votes amount | eug-vs | 2020-06-25 | -1/+1 | |
| | | |||||
| * | feat: validate fields in votes | eug-vs | 2020-06-25 | -11/+12 | |
| | | |||||
| * | feat: setup hooks for VoteService | eug-vs | 2020-06-25 | -6/+9 | |
| | | |||||
| * | feat: count votes by aggregate in convertPoll hook | eug-vs | 2020-06-25 | -19/+20 | |
| | | |||||
| * | feat: generate Votes in populateDB script | eug-vs | 2020-06-25 | -10/+30 | |
| | | |||||
| * | feat: change match to enum in voteSchema | eug-vs | 2020-06-25 | -1/+1 | |
| | | |||||
| * | feat!: construct VoteService based on VoteModel | eug-vs | 2020-06-25 | -24/+6 | |
| | | |||||
| * | feat: create vote model | eug-vs | 2020-06-25 | -5/+37 | |
| | | |||||
| * | feat: migrate to latest which-types | eug-vs | 2020-06-24 | -15/+20 | |
| | | |||||
| * | fix: check user correctly | eug-vs | 2020-06-23 | -2/+3 | |
| | | |||||
| * | feat: only allow voting once | eug-vs | 2020-06-23 | -6/+16 | |
| | | |||||
| * | fix: return object instead of document | eug-vs | 2020-06-23 | -1/+2 | |
| | | |||||
| * | refactor: unite convertPoll hooks | eug-vs | 2020-06-22 | -47/+33 | |
| | | |||||
| * | fix: get rid of poll.vote function | eug-vs | 2020-06-22 | -5/+0 | |
| | | |||||
| * | refactor: improve vote endpoint | eug-vs | 2020-06-22 | -6/+8 | |
| | | |||||
| * | fix: protect only local 'get' queries | eug-vs | 2020-06-22 | -5/+4 | |
| | | |||||
| * | fix: protect password field in ALL calls | eug-vs | 2020-06-22 | -1/+8 | |
| | | |||||
| * | feat: add vote function to schema | eug-vs | 2020-06-22 | -0/+6 | |
| | | |||||
| * | feat: create Votes service | eug-vs | 2020-06-22 | -0/+41 | |
| | | |||||
| * | feat: change hooks and install which-types | eug-vs | 2020-06-21 | -51/+35 | |
| | | |||||
| * | feat: change votes type | ilyayudovin | 2020-06-21 | -15/+40 | |
| | | |||||
* | | docs: update project link | Eugene Sokolov | 2020-06-23 | -1/+2 | |
|/ | |||||
* | fix: add user field to token response | eug-vs | 2020-06-15 | -0/+1 | |
| | |||||
* | Merge pull request #7 from eug-vs/auth | Eugene Sokolov | 2020-06-14 | -3/+225 | |
|\ | | | | | Setup authentication | ||||
| * | feat: protect password field | eug-vs | 2020-06-14 | -0/+4 | |
| | | |||||
| * | feat: use hashPassword hook | eug-vs | 2020-06-14 | -0/+15 | |
| | | |||||
| * | feat: setup config | eug-vs | 2020-06-14 | -0/+16 | |
| | | |||||
| * | feat: create auth service | eug-vs | 2020-06-14 | -0/+18 | |
| | | |||||
| * | chore: install auth packages | eug-vs | 2020-06-14 | -2/+168 | |
| | | |||||
| * | feat: add password field to userSchema | eug-vs | 2020-06-14 | -1/+4 | |
|/ | |||||
* | Merge pull request #6 from eug-vs/eslint | Eugene Sokolov | 2020-06-12 | -38/+1843 | |
|\ | | | | | Eslint | ||||
| * | style: fix all eslint errors | eug-vs | 2020-06-12 | -11/+20 | |
| | | |||||
| * | style: fix some eslint errors | eug-vs | 2020-06-12 | -27/+23 | |
| | |