17 Commits

Author SHA1 Message Date
4f533e7fff Return headers from login/registerAccount test methods 2019-09-07 09:44:00 +07:00
67ae8dac57 Replace unnecessary DB with IDatabase 2019-08-26 18:53:52 +07:00
1e53f55cfa Check if date is valid before calling toISOString() 2019-08-25 22:21:34 +07:00
dffad844ad Rename scope @rondo to @rondo.dev 2019-08-25 11:33:06 +07:00
4c3570a9ce Do not extend/modify existing entities
Typeorm loads all @Entities and decorator-defined relations into a
global variable, and thus makes it impossible to override already
defined variables.

Will have to think about how to disable this behaviour in case the user
of this library does not want to use predefined variables, but for now
we will use the predefined defaults.
2019-08-02 20:17:10 +07:00
e727687ec8 Refactor CommentActions, add skeleton for Reducer 2019-04-07 00:23:01 +08:00
89af2f0845 Add StringUtils 2019-04-06 13:58:20 +08:00
e76f762d23 Fix TeamService deleting all team realtions by userId 2019-03-25 13:30:21 +08:00
c83fa2d6d4 packages/client: Style TeamManager, fix error on delete 2019-03-25 13:28:09 +08:00
a628082a73 Add packages/client/src/team 2019-03-20 15:01:15 +05:00
7a0d44abe4 Return ITeam[] from /my/teams 2019-03-20 11:15:49 +05:00
46e56b7ad4 Add routes for managing users in teams 2019-03-19 17:51:16 +05:00
e18e00a6e5 Use UserPermissions in TeamRoutes 2019-03-10 15:42:58 +05:00
14e90f9559 Add put & delete team route 2019-03-09 22:56:55 +05:00
52dc876845 Add ability to specify query params in tests 2019-01-27 16:07:16 +01:00
3b295b2e13 Add StoryRoutes.test.ts 2019-01-25 12:28:20 +01:00
2b431bee78 Separate services and routes into features 2019-01-25 10:12:40 +01:00