Commit Graph
497 Commits
Author SHA1 Message Date
Tit Petric adeefdbeaa fix(all):
- config fixes for singleton values (most)
- add monitor into internal/metrics
- clean up cmd folders to remove monitor
- implement versions on all apps
2018-10-26 11:20:15 +02:00
Denis Arh 259e7bac4d Improve user preloading for messages 2018-10-26 10:38:05 +02:00
Denis Arh 828e0d819b Fix unread recording, remove dump leftovers 2018-10-26 10:37:53 +02:00
Denis Arh a5872e1655 Add a bit of protection for messages fetch 2018-10-26 06:55:31 +02:00
Tit Petric e36621f016 upd(all): parse uint64 from post arrays 2018-10-25 12:10:35 +02:00
Tit Petric abc510a133 Merge branch 'master' of github.com:crusttech/crust 2018-10-25 11:52:20 +02:00
Tit Petric 068af15e40 add(crm): implement page reorder api, list pages by selfID 2018-10-25 11:52:11 +02:00
Denis Arh 807ddc924f Suppress user-preloading errors 2018-10-25 11:31:18 +02:00
Denis Arh 0b3ebc9996 Fix for message service - broadcast messages with loaded attachments 2018-10-25 11:09:25 +02:00
Tit Petric 31c38f683c upd(all): json []uint64 should also be encoded as str 2018-10-25 10:52:13 +02:00
Denis Arh 44f0ca33e1 Cleanup record-view func signatures & types 2018-10-25 10:26:59 +02:00
Denis Arh 2ec5934d2e User/channel activity echoing service 2018-10-24 17:17:31 +02:00
Denis Arh 62fa9c4704 Improve session connection handling (presence) 2018-10-24 16:02:52 +02:00
Denis Arh 573e8914ed Broadcast number of user connections to ws + other ws improvements 2018-10-23 21:23:38 +02:00
Denis Arh 44f212e3ea Fix websocket disconnection due to misconfiguration 2018-10-23 13:19:32 +02:00
Denis Arh 8347a645cb Inc/dec reply counter on original message before sending payload back to clients 2018-10-23 12:58:57 +02:00
Denis Arh 98fb60cf59 Send proper payload back on message edit/delete 2018-10-22 15:12:26 +02:00
Denis Arh 91aa4d6e27 Prevent negative view counts 2018-10-22 15:11:52 +02:00
Denis Arh 6ea52301f4 Fix multipart codegen 2018-10-22 13:24:04 +02:00
Denis Arh 9e095282c5 Implement 'attach to thread' 2018-10-22 11:40:36 +02:00
Tit Petric 803b72d979 fix(sam): codegen for multipart, gofmt service 2018-10-22 11:12:32 +02:00
Denis Arh 7e2ed23f00 Broadcast updated original message on thread reply 2018-10-22 08:22:53 +02:00
Tit Petric c6bc3ae53e fix(crm): fix url path for content apis 2018-10-20 22:56:22 +02:00
Denis Arh 49ffcf3717 Improve update message service 2018-10-20 00:59:03 +02:00
Denis Arh 4f13e8304f Implement message threads 2018-10-19 15:07:09 +02:00
Denis Arh 58d7506969 Channel creation & membership improvements
- channel creation service now handles membership payload
 - channel creation service prevents non-unique membership constalations
 - adding / removing members is disabled for groups (temp solution)
2018-10-18 10:23:26 +02:00
Denis Arh ba7181e5ab Unify join/part structs (json names) with others 2018-10-17 04:24:12 +02:00
Denis Arh 9f013c9c9c Direct channels & groups are now properly broadcasted to all new members 2018-10-17 04:24:12 +02:00
Tit Petric e259a949b8 upd(all): codegen uint64 types with string encoding 2018-10-16 18:12:04 +02:00
Denis Arh c5d70ef264 Simplified forced-subscription logic 2018-10-16 15:49:10 +02:00
Tit Petric 2a29c50085 add(crm): module and pagination parameters for content list 2018-10-16 13:01:44 +02:00
Tit Petric dae76ef7bc upd(codegen): added simple int type 2018-10-16 13:01:11 +02:00
Tit Petric 43c36f9964 upd(crm): return page on module content items 2018-10-16 12:39:48 +02:00
Tit Petric ef5e56717b add(crm): page info for modules 2018-10-16 12:31:20 +02:00
Tit Petric ba49cdb388 Merge branch 'master' of github.com:crusttech/crust 2018-10-16 11:56:23 +02:00
Tit Petric bbed522266 upd(crm): return module info from pages 2018-10-16 11:56:11 +02:00
Denis Arh 9621132629 Add ability to set type of the channel over rest request 2018-10-16 11:32:54 +02:00
Tit Petric e926b6a05a upd(crm): fix tests for pages 2018-10-15 17:25:34 +02:00
Tit Petric ad6cf16e4b add(crm): import implementation for pages 2018-10-15 14:46:35 +00:00
Tit Petric 909bd6d82e upd(crm): codegen db schema 2018-10-15 14:46:03 +00:00
Tit Petric 9f45660839 upd(sam): fields rename to camel case 2018-10-15 14:45:18 +00:00
Tit Petric 72076769d8 upd(sam): docs update for camel case parameter 2018-10-15 14:42:42 +00:00
Tit Petric 51ec92b176 upd(sam): update statik db schema 2018-10-15 14:42:13 +00:00
Tit Petric b3ec256dfe upd(crm): update db page table indexes 2018-10-15 14:23:58 +00:00
Tit Petric 251ac16b2d add(crm): import page table 2018-10-15 13:30:29 +00:00
Denis Arh 64aee5a25b Improve rval for /check endpoint (now uses outgoing.User) 2018-10-14 09:44:11 +02:00
Denis Arh 602f77c2f1 Inject version & build-time info and show it on startup & on /version endpoint 2018-10-14 09:42:48 +02:00
Denis Arh aebe0348b7 Percona v Maria 2018-10-13 19:03:37 +02:00
Denis Arh 9f419c2d47 Add basic support for unread messages 2018-10-13 18:02:21 +02:00
Tit Petric b2fcd83f1f update readme 2018-10-11 13:27:10 +02:00