Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: install aws-sdk and uuid | eug-vs | 2020-08-10 | -3/+129 |
| | ||||
* | feat: query profile by username | eug-vs | 2020-08-10 | -3/+7 |
| | ||||
* | feat!: only allow lowercase usernames | eug-vs | 2020-08-08 | -1/+2 |
| | ||||
* | hotfix: registration issue | eug-vs | 2020-07-05 | -1/+2 |
| | ||||
* | hotfix: compareUser ts error | eug-vs | 2020-07-05 | -1/+1 |
| | ||||
* | Merge pull request #17 from which-ecosystem/security | Eugene Sokolov | 2020-07-05 | -13/+57 |
|\ | | | | | Prepare release-level backend security | |||
| * | style: fix eslint errors | eug-vs | 2020-07-05 | -3/+3 |
| | | ||||
| * | feat: protect all services | eug-vs | 2020-07-05 | -4/+15 |
| | | ||||
| * | feat: ensure users security | eug-vs | 2020-07-05 | -3/+13 |
| | | ||||
| * | fix: improve tryAuthenticate to resolve token bug | eug-vs | 2020-07-05 | -1/+4 |
| | | ||||
| * | feat: set token expiration to 10 days | eug-vs | 2020-07-05 | -0/+3 |
| | | ||||
| * | feat: update populate script | eug-vs | 2020-07-05 | -5/+4 |
| | | ||||
| * | feat: upgrade feedback hooks | eug-vs | 2020-07-05 | -1/+19 |
|/ | ||||
* | 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 |
| | |