4
1
Fork 0
Commit Graph

17 Commits (061611dd9641fd797c5134acd0d17b24cab313e6)

Author SHA1 Message Date
Daniel Lim 061611dd96 Added bio field to User as per issue #10 2019-06-19 11:05:34 +08:00
UnicodingUnicorn 7ab43cf9f2 Get user by username as per issue #9 2019-06-18 18:53:04 +08:00
UnicodingUnicorn 1ec0f43517 Added username to User as per issue #9 2019-06-18 18:35:35 +08:00
UnicodingUnicorn d84bde9b4d Fixes #6 Added ON CONFLICT clause to INSERT in CreateUser 2019-06-14 05:30:32 +08:00
UnicodingUnicorn a9adc633ab Removed trailing slashes in handler routes. Fixes issue #5 2019-03-16 02:21:41 +08:00
UnicodingUnicorn 6b446d85d0 backend-auth integration 2019-02-24 04:01:34 +08:00
UnicodingUnicorn d323083f74 Use env for config instead of flags 2019-02-18 23:43:00 +08:00
UnicodingUnicorn a0f72735f7 Test data init scripts 2019-02-18 22:18:08 +08:00
UnicodingUnicorn 1904525ebf Do not return querying user in response of GetConversationMembers 2019-02-17 22:55:27 +08:00
UnicodingUnicorn 3ae40e9ff9 Fixed missing parse phone in CreateContact 2019-02-17 21:36:36 +08:00
UnicodingUnicorn 4db8c52237 CreateContact support for unregistered user 2019-02-17 20:47:08 +08:00
UnicodingUnicorn 7e30174ed3 Populate phone_number in GetConversationMembers 2019-02-17 08:59:02 +08:00
UnicodingUnicorn c4cb9c35da IF NOT EXISTS 2019-02-16 13:02:50 +08:00
UnicodingUnicorn 09f177e37b Moved postgres to backend-core 2019-02-16 13:01:34 +08:00
UnicodingUnicorn 50497125d4 Documented flags 2019-02-06 11:38:10 +08:00
UnicodingUnicorn e4ce8ee2d8 Ported code over from beep v1. Wrote API documentation. Changed some POST/PATCH handlers to respond an empty body instead of just parroting the supplied body 2019-01-27 09:53:34 +08:00
Beep 853bbe3da9 Initial commit 2019-01-25 16:11:23 +00:00