3
0
Commit Graph

1589 Commits

Author SHA1 Message Date
Tomaž Jerman
6950a37305 Add quey to thread message search 2019.12.0-rc.3 2019-12-05 15:08:02 +01:00
Denis Arh
660b731b97 Change product logo, colors in email 2019.12.0-rc.2 2019-12-04 19:19:13 +01:00
Denis Arh
995fd6352e Codegen on old spec-change 2019-12-04 19:18:48 +01:00
Tomaž Jerman
f763dc26fc Improve auth errors for invalid users 2019.12.0-rc.1 2019-12-03 16:48:58 +01:00
Denis Arh
ab77e92c14 Merge branch 'fix-ql-nesting' into develop 2019.12.0-rc0 2019-12-02 11:27:55 +01:00
Denis Arh
3452db343d Modify record organizing test (effects of QL parsing changes) 2019-12-02 11:27:43 +01:00
Denis Arh
63e3cff8ab Add tests, improve parsing of nested expressions 2019-12-02 10:46:27 +01:00
Tomaž Jerman
be1420f1bc Fix QL parsing for nested expressions & formatting
Parsing:
((A) AND (B)) got parsed into [ASTNodes{A}] istead of
[ASTNodes{A}, ASTNode{AND}, ASTNodes{B}].

Formatting into SQL:
[ASTNodes{A}, ASTNode{AND}, ASTNodes{B}] got formatted
into A AND B instead of (A) AND (B).
2019-12-02 09:58:29 +01:00
Denis Arh
bc1730fbcb Gitflow-compatible build pipeline 2019-11-30 15:06:44 +01:00
Tomaž Jerman
7658ccaff8 Add compose ui setting 2019-11-28 11:28:52 +01:00
Denis Arh
0a009e0a14 Enable corredor by default 2019-11-26 13:19:34 +01:00
Tomaž Jerman
16f89ad6b8 Improve tests for message deleting 2019-11-20 12:43:00 +01:00
Tomaž Jerman
3c68b3b770 Simplify message delete permission check 2019-11-19 18:20:09 +01:00
Denis Arh
ea7470acc4 Regenerate mocks 2019-11-19 18:18:11 +01:00
Denis Arh
bfe81deacc Add system metrics & stats
Add repo, svc & rest endpoint for user, role & app metrics:
total, deleted, suspended, archived, ... counters
2019-11-18 13:08:12 +01:00
Denis Arh
20ffec0b21 Fix db col name typo 2019-11-15 17:45:29 +01:00
Denis Arh
d86c8f24b6 Improve role, user and app management
Add support for undelete, unarchive/unsuspend
Add extra filters for deleted, archived and suspended roles, users and apps
2019-11-14 22:02:07 +01:00
Denis Arh
ee53eae364 Remove uneeded gomock tool and too agressive mock cleanup 2019-11-14 22:00:36 +01:00
Denis Arh
a47c2ce7ee User API now returns deleted/suspended user 2019-11-13 22:15:03 +01:00
Tomaž Jerman
68cdcc7227 Remove page normalizers
Unneeded.
2019-11-13 13:42:35 +01:00
Denis Arh
9efd7421eb Add Service Cloud application 2019-11-13 10:52:44 +01:00
Denis Arh
4cf522ddab Add service-cloud configs
Change file naming for CRM configs so it can go side-to-side with
service-cloud.
2019-11-13 10:49:19 +01:00
Denis Arh
876f3a7ed0 Application sorting & filtering 2019-11-12 14:37:21 +01:00
Tomaž Jerman
b67f6146f6 Preload record values for DeleteByID 2019-11-12 10:06:43 +01:00
Tomaž Jerman
a9785c921f Fix repo permission filtering 2019-11-08 20:06:14 +01:00
Tomaž Jerman
d5627fa064 Fix module query lapsus 2019-11-08 16:24:02 +01:00
Tomaž Jerman
af5da175dc Fix user query lapsus 2019-11-08 15:34:47 +01:00
Denis Arh
5a72a239e4 Normalize sort columns in user rest controller
Client's get User props that are named a bit differently than
internal props & db columns (createdAt vs created_at)
2019-10-31 22:38:22 +01:00
Tomaž Jerman
b3cbf47e6f Fix tree ordering 2019-10-31 19:15:33 +01:00
Denis Arh
ea68306872 Add missing context for channel lookup 2019-10-31 16:58:33 +01:00
Denis Arh
7a75c64211 Change crust/corteza OIDC provider label 2019-10-31 10:57:19 +01:00
Denis Arh
567260ffa5 Fix auth settings bug (mixed name & address fields) 2019-10-31 10:32:30 +01:00
Denis Arh
a54ac08b43 External provider logic fixed & cleaned-up 2019-10-31 09:53:02 +01:00
Denis Arh
10dd0226c1 Settings service cleanup
Remove intermediate settings service layer
2019-10-31 00:06:27 +01:00
Denis Arh
bb43e59e56 Fix broken importer tests on compose 2019-10-30 20:31:39 +01:00
Denis Arh
ba3d1967c5 Cleanup settings endpoint, expose setting struct on API 2019-10-30 20:23:54 +01:00
Denis Arh
6ce60beb9e Add improve settings for compose 2019-10-30 18:00:47 +01:00
Denis Arh
1aebc456b0 Add improve settings for messaging 2019-10-30 18:00:40 +01:00
Denis Arh
93c10fbf24 Add privacy.mask.* settings 2019-10-30 17:59:48 +01:00
Denis Arh
5e94add1c4 Properly name provision file for settings 2019-10-30 17:59:32 +01:00
Denis Arh
05f0647804 Refactor (auth) settings, enable update w/o restart 2019-10-30 12:58:17 +01:00
Denis Arh
63bfb18259 Add ability to provision (partial) unexisting settings
We moved a couple of strings from code to provision files and
we need to handle existing systems accordingly
2019-10-29 12:56:26 +01:00
Denis Arh
8609e4f76c Merge branch 'repo-cleanup' 2019-10-29 10:55:16 +01:00
Tomaž Jerman
bf66c632be Round reminder time to avoid flakiness 2019-10-29 10:06:14 +01:00
Tomaž Jerman
d97bde3525 Add system/reminder tests 2019-10-29 10:06:14 +01:00
Denis Arh
98f43ad35f Fix column def. for reminders 2019-10-29 10:06:14 +01:00
Denis Arh
274345cab6 Fix paging specs & docs 2019-10-29 10:06:14 +01:00
Denis Arh
4cd4077f2d Refactor messages repo, fix channels 2019-10-29 10:06:14 +01:00
Denis Arh
f422867469 Refactor flag & mention repos 2019-10-29 10:06:14 +01:00
Denis Arh
6cc7569834 Cleanup (partial) message repo utils 2019-10-29 10:06:14 +01:00