Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix: signAuthority on creating poll | eug-vs | 2020-06-30 | -1/+3 |
| | ||||
* | Merge pull request #16 from which-ecosystem/feedback | Eugene Sokolov | 2020-06-28 | -64/+137 |
|\ | | | | | Feedback endpoint & schema updates | |||
| * | chore: update which-types | eug-vs | 2020-06-28 | -4/+4 |
| | | ||||
| * | feat: only allow feedback once per version | eug-vs | 2020-06-28 | -0/+2 |
| | | ||||
| * | style: fix linting errors | eug-vs | 2020-06-28 | -4/+8 |
| | | ||||
| * | refactor: move convertPoll to polls hooks | eug-vs | 2020-06-28 | -46/+44 |
| | | ||||
| * | feat: create feedback service | eug-vs | 2020-06-28 | -2/+38 |
| | | ||||
| * | feat: improve votes | eug-vs | 2020-06-28 | -17/+17 |
| | | ||||
| * | feat: create Feedback model | eug-vs | 2020-06-28 | -0/+33 |
|/ | ||||
* | Merge pull request #15 from which-ecosystem/search | Eugene Sokolov | 2020-06-28 | -10/+16 |
|\ | | | | | Allow searching users | |||
| * | style: fix linting errors | eug-vs | 2020-06-28 | -2/+2 |
| | | ||||
| * | fix: add missing params to profile redirect | eug-vs | 2020-06-28 | -1/+3 |
| | | ||||
| * | fix: remove console.log | eug-vs | 2020-06-28 | -1/+0 |
| | | ||||
| * | refactor: explicitly discard password on get | eug-vs | 2020-06-28 | -6/+2 |
| | | ||||
| * | feat: allow querying users by regex | eug-vs | 2020-06-28 | -6/+15 |
|/ | ||||
* | Merge pull request #14 from which-ecosystem/feed | Eugene Sokolov | 2020-06-27 | -89/+178 |
|\ | | | | | Feed endpoint | |||
| * | style: fix linting errors | eug-vs | 2020-06-27 | -5/+5 |
| | | ||||
| * | feat: only modify polls order for authorized users | eug-vs | 2020-06-27 | -2/+6 |
| | | ||||
| * | feat: add isAuthenticated hook | eug-vs | 2020-06-27 | -7/+15 |
| | | ||||
| * | chore: install feathers-hooks-common | eug-vs | 2020-06-27 | -10/+42 |
| | | ||||
| * | style: fix linting errors | eug-vs | 2020-06-27 | -4/+4 |
| | | ||||
| * | refactor: simplify profile service | eug-vs | 2020-06-27 | -15/+15 |
| | | ||||
| * | refactor: improve Feed service | eug-vs | 2020-06-27 | -11/+32 |
| | | ||||
| * | refactor: move sortByDate hook to global hooks | eug-vs | 2020-06-27 | -9/+11 |
| | | ||||
| * | feat: create feed service | eug-vs | 2020-06-27 | -0/+36 |
| | | ||||
| * | chore: update which-types | eug-vs | 2020-06-27 | -56/+21 |
| | | ||||
| * | feat: sort polls by date (newest on top) | eug-vs | 2020-06-26 | -0/+10 |
| | | ||||
| * | feat: add verified field to user schema | eug-vs | 2020-06-26 | -2/+13 |
| | | ||||
* | | Merge pull request #13 from which-ecosystem/deployment | Eugene Sokolov | 2020-06-27 | -14/+83 |
|\| | | | | | Setup project for Heroku deployment | |||
| * | build: conntect to database correctly | eug-vs | 2020-06-26 | -4/+21 |
| | | ||||
| * | 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 |
| | |