Denis Arh
|
ba3d1967c5
|
Cleanup settings endpoint, expose setting struct on API
|
2019-10-30 20:23:54 +01:00 |
|
Tomaž Jerman
|
8aee952aa9
|
Add settings service to messaging
|
2019-10-16 12:37:37 +02:00 |
|
Denis Arh
|
d130e7e641
|
Fix tools & specs (internal => pkg)
|
2019-10-01 18:21:09 +02:00 |
|
Denis Arh
|
f493f4fb6b
|
Move internal/permissions to pkg/permissions
|
2019-10-01 17:53:20 +02:00 |
|
Denis Arh
|
c1e3231d00
|
Add support for membership policy, featured channels
|
2019-08-08 11:43:51 +02:00 |
|
Denis Arh
|
70cac41579
|
Enhance user filtering
New response structure
Use query-builder
Refactor user service & repo
|
2019-06-26 17:45:26 +02:00 |
|
Denis Arh
|
bb447ee795
|
Chan & thread unread fixes
|
2019-06-25 08:45:22 +02:00 |
|
Denis Arh
|
8309e6e710
|
Fix multival (string) requst param parsing (for POST)
|
2019-06-21 14:23:12 +02:00 |
|
Denis Arh
|
b7f78cdf91
|
Fix multival (string) request param parsing
|
2019-06-20 11:04:30 +02:00 |
|
Denis Arh
|
243052402d
|
More flexible "messaging", move to Corteza
- more control over starting procedure, cli commands...
- fix package paths
- renaming symbols, comments, strings from Crust to Corteza
|
2019-05-24 12:42:04 +02:00 |
|
Tit Petric
|
4c166d92c6
|
Update codegen for cleanup/less verbosity
|
2019-05-22 16:37:53 +02:00 |
|
Denis Arh
|
d9c6d68319
|
Flag messaging message as sensitive data (not to be loged)
|
2019-05-20 19:22:41 +02:00 |
|
Tit Petric
|
fa6543b38f
|
upd(messaging): remove dependencies on system
|
2019-05-19 12:05:54 +02:00 |
|
Denis Arh
|
94d459eb7d
|
Rename handlers/request receivers
|
2019-05-16 00:52:50 +02:00 |
|
Denis Arh
|
8abccd62b1
|
Updated requests & handlers after codegen tmpl change
|
2019-05-16 00:44:17 +02:00 |
|
Denis Arh
|
e0121d3a53
|
Same API endpoint for permission signature over three services
|
2019-05-15 11:16:34 +02:00 |
|
Denis Arh
|
0c919d9146
|
Implements /search/threads
|
2019-04-27 19:31:45 +02:00 |
|
Denis Arh
|
d96a6c8abc
|
Revert []string=>[]uint64 change for channel members
Due to golang's inability do decode uint64 slice from string slice, we're expecting
string input for members (for now): https://github.com/golang/go/issues/15624
|
2019-04-27 16:08:02 +02:00 |
|
Denis Arh
|
eae4643274
|
Fix requred fields, create chan members type
|
2019-04-27 10:43:26 +02:00 |
|
Tit Petric
|
60ab73b03e
|
add(messaging): webhooks implementation
|
2019-04-26 22:11:28 +02:00 |
|
Denis Arh
|
b0239761f7
|
User/chan/messaging activity refactored
|
2019-04-26 13:34:35 +02:00 |
|
Denis Arh
|
f8e7a2133d
|
Add status stubs
|
2019-04-26 11:46:33 +02:00 |
|
Denis Arh
|
d533cca1d5
|
Move message filtering to /search endpoint
|
2019-04-26 09:34:23 +02:00 |
|
Denis Arh
|
1a8a7da000
|
New & improved channel histroy rest endpoint params
|
2019-04-26 07:35:19 +02:00 |
|
Denis Arh
|
ed078ce456
|
Move cmd execution to REST endpoint, remove /echo, add /me
|
2019-04-26 07:18:18 +02:00 |
|
Denis Arh
|
43a5693ee5
|
Move list of commands from WS initial payload to /commands REST endpoint
|
2019-04-26 06:16:34 +02:00 |
|
Denis Arh
|
2132d1fdca
|
Add url/param signing capapbilities to support access to attachments
|
2019-04-25 18:24:41 +02:00 |
|
Tit Petric
|
e27720dc93
|
upd(all): codegen update handlers/request pkgs
|
2019-04-03 14:45:38 +02:00 |
|
Denis Arh
|
e352f065c3
|
Add /permissions/effective endpoint, missing operations
|
2019-03-12 17:51:18 +01:00 |
|
Denis Arh
|
79229ef1f1
|
Append suffix to receiver name to avoid naming colision
Names starting with letter r colided with r for *http.Request
|
2019-02-28 23:51:36 +01:00 |
|
Mitja Zivkovic
|
8cc4551efc
|
upd(system): add Permissions API
|
2019-02-21 20:48:06 +01:00 |
|
Mitja Zivkovic
|
654201aa73
|
upd(messaging): permission API with DB
|
2019-02-15 20:32:15 +01:00 |
|
Mitja Zivkovic
|
f155f48bdf
|
upd(messaging): permissions to rules
|
2019-02-14 16:28:39 +01:00 |
|
Tit Petric
|
06f75376bc
|
upd(sam): rename to messaging
|
2019-02-05 15:09:52 +01:00 |
|