3
0
Commit Graph

696 Commits

Author SHA1 Message Date
Denis Arh
bdaf0e2d8e Add all sso releated deps 2019-01-14 10:40:52 +01:00
Denis Arh
ae733dc2c9 Credentials & social-sign-on, fixed mocks 2019-01-14 10:40:52 +01:00
Denis Arh
7c36966e68 Notification endpoint (for sending emails from the CRM) 2019-01-13 19:08:26 +01:00
Denis Arh
39b3d0a6bb Remove spew.Dump leftovers from triggers 2019-01-13 14:45:59 +01:00
Denis Arh
500e8e317c Improve SMTP
API can now be started without properly configured SMTP (it complains when it is used)
Send() function can now use alternative dialers (mostly used for testing)
Added mailhog service (make mailhog.up) to ease mail testing
Add default .env example that points to localhost:1025 (mailhog) setup
Proper unit testing
2019-01-13 14:45:27 +01:00
Denis Arh
9e249bef3f Make filter on record-report endpoint non-requred 2019-01-11 19:56:48 +01:00
Denis Arh
67532b86ff Allow no primary module for triggers 2019-01-11 15:30:45 +01:00
Tit Petric
11b25bd091 update mocks for sam/ and system/ 2019-01-11 15:28:49 +01:00
Denis Arh
19abcb5a89 Add (record change) triggers 2019-01-10 14:10:02 +01:00
Denis Arh
74fd548fa9 Remove workflow & jobs stubs 2019-01-10 14:10:01 +01:00
Tit Petric
513152c277 add(all): include SMTP flags into apps 2019-01-09 19:08:30 +01:00
Tit Petric
6fba3cb81d add(all): mail sending from app 2019-01-09 18:57:19 +01:00
Tit Petric
77d2ebe1dc upd(all): vendor update 2019-01-09 18:56:43 +01:00
Denis Arh
1dfcf6d6ab Merge branch 'route-tests' 2019-01-08 08:51:22 +01:00
Mitja Zivkovic
b02e542ae7 fix(system): add parsing of request to fill login parameters 2019-01-08 08:50:36 +01:00
Mitja Zivkovic
65503a87b6 add(system): route tests 2019-01-08 08:50:36 +01:00
Mitja Zivkovic
5604a99d76 sorting with AST ParseColumns 2019-01-08 08:48:16 +01:00
Mitja Zivkovic
4fa1e3e413 fix(system): sys_user password can be null 2019-01-07 15:36:51 +01:00
Denis Arh
ec9a08b42e Thread filter now returns only threads current user created or replied to 2019-01-03 22:01:17 +01:00
Denis Arh
a83c1ed3e6 MarkAsUnread now returns number of unread messages 2019-01-03 21:37:41 +01:00
Denis Arh
1457bc4032 Optimize module, page loading 2019-01-03 06:40:28 +01:00
Denis Arh
f3e928c930 More explicit record query conditions
Wrapping base scope (module, deleted) into parenthasis so that any additional filter can not
negate it, adding explicit `json is not null` to prevent weird results
2019-01-02 16:28:12 +01:00
Denis Arh
d02040a46a Add module meta field, fix field saving 2019-01-02 16:07:10 +01:00
Denis Arh
749423927a Removed static chart data 2019-01-02 13:37:28 +01:00
Denis Arh
d1a07361bf Add support for intervals for AST, report filtering 2018-12-29 08:10:11 +01:00
Denis Arh
c88f6cda6a Improve AST testing, fix (multi) parethesis closing 2018-12-29 06:55:06 +01:00
Denis Arh
bcb74d54f7 Add support for new operators and sorting keywords 2018-12-28 19:09:44 +01:00
Denis Arh
d1562eb5ef Fix params order in rest controller 2018-12-28 17:20:04 +01:00
Mitja Zivkovic
00f04dd498 Filtering records by exact value of a single field 2018-12-28 11:35:38 +01:00
Denis Arh
5022abd466 Add capabilities to search users by email & name 2018-12-27 14:37:20 +01:00
Denis Arh
b15981de35 Remove field from routes 2018-12-26 09:42:41 +01:00
Mitja Zivkovic
672c38747f Removed types.Field 2018-12-26 09:41:56 +01:00
Denis Arh
a7e4e34a75 Improve reporting metrics/dimensions/filtering capabilities
Add lexer & ast tree parser to assist with record querying
2018-12-26 07:04:13 +01:00
Mitja Zivkovic
5fc1294693 Fix crm docs 2018-12-24 11:40:41 +01:00
Denis Arh
3d9008569a Merge branch 'content-to-record' 2018-12-24 10:22:51 +01:00
Denis Arh
a66189b458 Rename rest/module content refs to record 2018-12-24 10:22:25 +01:00
Mitja Zivkovic
45ae60a874 Rename content to record on json 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
94215b0db0 Rename content to record on crm/repository 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
40d8683ba1 Rename content to record on crm/service 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
fffcf7fa08 Rename content to record on crm/types 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
5584e6a2c9 Rename content to record on database 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
37eb4ceccd Rename content to record on endpoints 2018-12-24 10:13:13 +01:00
Denis Arh
57c97c63a0 Chart CRUD, service, repository 2018-12-24 06:17:06 +01:00
Denis Arh
7ff12554b2 Remove old module/chart rest/svc/repo 2018-12-17 12:09:43 +01:00
Denis Arh
7b39b764f8 Move from explicit service passing to using default 2018-12-17 12:07:09 +01:00
Denis Arh
e6c8a4339f Add more sanity checks in oidc client reg flow 2018-12-17 07:19:13 +01:00
Denis Arh
d30353d4f5 Improve reporting, support basic metric expressions 2018-12-12 18:57:31 +01:00
Denis Arh
93f8eed8f3 Some protection for empty sets passed to ... IN (?) queries... 2018-12-12 13:32:58 +01:00
Denis Arh
6204c7ffdf Find now returns all, not just non-record pages, push orphaned pages to root 2018-12-12 11:17:54 +01:00
Denis Arh
d0398ec56f Initial record reporting endpoint 2018-12-10 21:06:21 +01:00