3
0
Commit Graph

447 Commits

Author SHA1 Message Date
Tit Petric
14b8b6d20e fix(crm): nil pointer dereference 2018-10-09 10:43:14 +02:00
Tit Petric
b218071066 fix(build): fix docker build with migrations, fix crm build 2018-10-09 08:18:25 +00:00
Denis Arh
abe9665446 Added missing service call context 2018-10-09 07:45:26 +02:00
Denis Arh
60ecb6a24a Add type altering migration for messaging with updated statik files 2018-10-09 07:37:33 +02:00
Denis Arh
2924334f47 Fix statik tooling 2018-10-09 07:36:50 +02:00
Denis Arh
53940d6be9 Fix column type on migration tables 2018-10-09 07:34:20 +02:00
Denis Arh
25dce4b7c3 Updating deps, add github.com/dgrijalva/jwt-go to .lock 2018-10-09 07:22:08 +02:00
Denis Arh
6711cb9f9e Add user struct to be sent alongside member info 2018-10-09 06:02:28 +02:00
Tit Petric
264ec19a9b upd(all): disable codegen for crm/types, gofmt 2018-10-08 21:18:20 +00:00
Tit Petric
a6e648d4c1 upd(all): statik with no filemtime 2018-10-08 21:17:52 +00:00
Tit Petric
47c47dcfda update tests for CRM with new database schema 2018-10-08 21:09:53 +00:00
Tit Petric
8b8684d3e5 upd(crm): update db schema 2018-10-08 21:08:56 +00:00
Tit Petric
102a162108 add(all): database migrations prod 2018-10-08 16:04:20 +02:00
Tit Petric
5606f0b957 upd(sam): update migrations 2018-10-08 15:15:44 +02:00
Tit Petric
7dcb7bb1f2 update migrations for crm 2018-10-08 15:13:17 +02:00
Tit Petric
fabaf36132 only sql files import 2018-10-08 14:51:01 +02:00
Tit Petric
4080e8359f import test.crm.db 2018-10-08 12:47:18 +00:00
Tit Petric
f736c1e945 import crm migrations 2018-10-08 12:28:33 +00:00
Denis Arh
0f9f2e08f9 Channel join/part/invite through REST 2018-10-07 20:22:34 +02:00
Denis Arh
910b5589dd Channel membership improved 2018-10-07 18:42:54 +02:00
Denis Arh
c3457807e7 Extend event service & event queue item to support subscription types
On top of 'channel-type' subscriptions we had, we now support 'user-type' subscriptions to handle
subscription requests (ie: we want this specific user to be subscribed to that specific channel)
2018-10-07 08:31:21 +02:00
Denis Arh
b07cbbbdd7 Cleanup, comments improved 2018-10-07 08:28:46 +02:00
Denis Arh
377ecf8f0f Wrap (cast) message REST output to outgoing.Message(Set) 2018-10-07 07:31:27 +02:00
Denis Arh
5df6aea791 More accurate rules for realize 2018-10-07 07:30:50 +02:00
Denis Arh
ff7d8bbfd3 Notify everyone when new public channel is created or updated 2018-10-04 20:00:09 +02:00
Denis Arh
4e47fea7c9 Wrap (cast) channel REST output to outgoing.Channel(Set) 2018-10-04 19:44:09 +02:00
Denis Arh
62ac171501 Fix docker image tags 2018-10-04 19:24:44 +02:00
Denis Arh
b09d309f81 Fix broken build after dep update 2018-10-04 19:05:43 +02:00
Denis Arh
cbc83cb515 Add support for commands 2018-10-04 18:03:08 +02:00
Denis Arh
9b67f504f4 Add *.iml to .gitignore 2018-10-04 18:03:08 +02:00
Tit Petric
8e30f82d03 upd(vendor): import dockertest 2018-10-03 12:59:35 +02:00
Tit Petric
eeb118efe5 add(sam): database container for running migrations 2018-10-03 12:59:22 +02:00
Tit Petric
b8b530ed17 add(makefile): test.sam.db target 2018-10-02 16:31:42 +02:00
Tit Petric
77a6fbf6be add(vendor): add new files 2018-10-02 16:29:29 +02:00
Tit Petric
6c1bc068c6 upd(vendor): update vendor 2018-10-02 16:28:51 +02:00
Tit Petric
d54aae2e4b add(sam): migrations code start 2018-10-02 16:22:52 +02:00
Tit Petric
d5f1e50b0f add(codegen): codegen permission lists for sam 2018-10-01 15:00:57 +02:00
Tit Petric
56c4da0778 add(rbac): operations definitions 2018-10-01 15:00:31 +02:00
Tit Petric
8d84f8ec03 add(sam): resource hints for org/chan/team 2018-10-01 15:00:04 +02:00
Tit Petric
66229f6a40 add(sam): per-entity permissions list 2018-10-01 14:59:27 +02:00
Denis Arh
4c405e5abd Fix makefile to push docker images to the right endpoints 2018-09-29 18:00:11 +02:00
Denis Arh
8a0cdc7e65 Updated dockerfiles to fit dockerhub autmated build proc 2018-09-29 16:24:51 +02:00
Denis Arh
a60a673fd5 Update deps 2018-09-29 16:22:10 +02:00
Denis Arh
0238d5dd39 Add /var to .gitignore 2018-09-29 12:03:12 +02:00
Denis Arh
9d9c10044b Improve attachment handling
- flexible meta data struct for uploaded files
 - prevew generator (images only for now)
 - using outgoing types for return data (to cover attachment url generation in one place)
2018-09-29 12:02:19 +02:00
Denis Arh
73a32eaf7a Remove debug symbols 2018-09-29 08:49:57 +02:00
Denis Arh
a7f54fb100 Handle missing files (previews) 2018-09-28 16:01:44 +02:00
Denis Arh
12d6557cfe Remove _test suffix from package name 2018-09-28 15:45:18 +02:00
Denis Arh
2715e5a3f7 Refactor event sending + add user preloading 2018-09-27 19:11:01 +02:00
Denis Arh
6f2a270ece Removing chan/member dependency from auth pkg 2018-09-27 19:09:36 +02:00