37 Commits

Author SHA1 Message Date
65f1703089 Add ability to load user votes on frontend 2019-04-08 13:34:19 +08:00
17d67900c1 Add safe Markdown parsing to CommentService 2019-04-07 13:44:35 +08:00
6418cd64b6 Add @rondo/common Markdown 2019-04-07 13:16:18 +08:00
89af2f0845 Add StringUtils 2019-04-06 13:58:20 +08:00
831001a9c5 Add createFilterProps 2019-04-03 18:02:36 +08:00
264f5aba60 Add T prefix for all type defs 2019-04-02 16:22:38 +08:00
adfa7a069a Add common tslint.json configuration 2019-04-02 14:46:40 +08:00
0a9648c392 Add packages/common/src/types.ts 2019-04-02 14:38:01 +08:00
fbfcb67c41 Throw error when URL param missing 2019-04-01 12:57:52 +08:00
5c22f44930 Use === in without.ts 2019-03-25 13:20:03 +08:00
e50dd99206 Add common/src/without.ts 2019-03-24 10:47:53 +08:00
a628082a73 Add packages/client/src/team 2019-03-20 15:01:15 +05:00
5317187a45 Add packages/common/src/indexBy.ts 2019-03-20 12:37:05 +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
30a8c56119 Fix test for User firstName & lastName
Also fix CSRF token. This was probably broken since csurf middleware was
modified to use cookie instead of session storage to provide support for
single page app (SPA).
2019-03-18 15:53:05 +05:00
5a34885605 Add withForm HOC, as well as RegisterForm 2019-03-17 15:05:02 +05:00
61edf10a5b Extract @rondo/comments-common 2019-03-13 13:26:09 +05:00
cec34260ce Add test for PUT /comments/:commentId 2019-03-11 22:11:53 +05:00
051208753b Add more tests for Comments 2019-03-10 19:40:06 +05:00
234db553b1 Add ability to delete a Site 2019-03-10 16:05:20 +05:00
14e90f9559 Add put & delete team route 2019-03-09 22:56:55 +05:00
4cc03fe611 Add test for StoryRoutes 2019-01-27 16:19:35 +01: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
2ed3aeac26 Add Routes to application 2019-01-24 17:55:49 +01:00
f0943cfe80 Add SiteRoutes, StoryRoutes and TeamRoutes 2019-01-22 13:30:15 +01:00
d0e94808bb Fix CommentRoutes 2019-01-22 13:06:01 +01:00
8865b58747 Add basic Site, Story and TeamService 2019-01-22 12:29:47 +01:00
0c70a3b688 Move ICommentTree to @rondo/common 2019-01-22 11:59:23 +01:00
2e0402b189 Implement basic CommentService 2019-01-22 11:57:15 +01:00
10e5775bf4 Add initial comments setup 2019-01-21 01:04:58 +01:00
eedd57c527 Add ability to easily create unions of action types 2019-01-19 15:23:51 +01:00
8fd2eafdca Reorganize tsconfig.json files
According to:
https://github.com/RyanCavanaugh/learn-a
2019-01-18 23:00:36 +01:00
953b8f4abb Move react dependencies to packages/client 2019-01-18 20:42:09 +01:00
076ec515d3 Add packages/common 2019-01-18 20:33:54 +01:00
de174b8894 Create package common 2019-01-18 20:24:19 +01:00