3
0

51 Commits

Author SHA1 Message Date
Tit Petric
54d467e0f6 fix(docs): missing authentication in api spec 2019-03-13 21:04:32 +01:00
Denis Arh
e352f065c3 Add /permissions/effective endpoint, missing operations 2019-03-12 17:51:18 +01:00
Denis Arh
ebfab252fc Add system/applications
- CRUD support for applications
 - new (application related) permissions
2019-03-09 18:52:00 +01:00
Denis Arh
8dc5d0c703 Fix regression (record endpoints overriding module) 2019-03-01 20:00:00 +01:00
Denis Arh
8d43907bd6 Basic (rest) structure for page & record/module attachments 2019-03-01 00:30:46 +01:00
Denis Arh
996a9fca67 Fix system REST api naming consistency (remove/delete) 2019-02-24 10:29:20 +01:00
Denis Arh
a5a50cff2e Fix in/out payload types to string 2019-02-24 09:32:45 +01:00
Denis Arh
e2c2c9df4a Fix role membership management endpoints & ctrls 2019-02-24 09:32:22 +01:00
Mitja Zivkovic
47b798bbdc upd(system) listing all defined permissions 2019-02-22 21:20:27 +01:00
Mitja Zivkovic
0a517bcd23 upd(system): permission.Get to Read 2019-02-22 20:03:01 +01:00
Mitja Zivkovic
c697ae2e13 upd(system): rename to rest/permission 2019-02-22 19:52:34 +01:00
Mitja Zivkovic
8cc4551efc upd(system): add Permissions API 2019-02-21 20:48:06 +01:00
Denis Arh
cbfdb34db0 Fix permission path pt.2 2019-02-19 19:51:54 +01:00
Mitja Zivkovic
2bcf294191 fix(messaging): removed double permission word in path 2019-02-19 09:21:38 +07: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
Denis Arh
3911316321 Changes to system REST & service layer 2019-02-11 20:57:14 +01:00
Tit Petric
e6434e502b upd(messaging): remove package names from spec 2019-02-05 15:10:07 +01:00
Tit Petric
06f75376bc upd(sam): rename to messaging 2019-02-05 15:09:52 +01:00
Tit Petric
675b52e642 upd(messaging): update api docs and spec 2019-02-05 14:41:57 +01:00
Tit Petric
e6e13c059a fix(sam): migrate api from rbac to rules 2019-02-05 14:41:57 +01:00
Denis Arh
26ddcab2c1 Add channel-membership flagging capabilities 2019-01-22 21:27:52 +01:00
Denis Arh
9557b0ebb5 Enable user filtering by email and username 2019-01-22 13:22:35 +01:00
Denis Arh
14a344c7a1 Unread messages, reworked 2019-01-17 19:49:40 +01:00
Denis Arh
2e875ee212 Report metrics field is no longer required 2019-01-17 13:28:55 +01:00
Denis Arh
3dcf10e398 Rename edit REST handlers/requests to update 2019-01-15 22:15:27 +01:00
Denis Arh
558fa54a1f Improve record value handling, more strict type on API endpoints 2019-01-15 18:16:18 +01:00
Denis Arh
7c36966e68 Notification endpoint (for sending emails from the CRM) 2019-01-13 19:08:26 +01:00
Denis Arh
9e249bef3f Make filter on record-report endpoint non-requred 2019-01-11 19:56:48 +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
Denis Arh
d02040a46a Add module meta field, fix field saving 2019-01-02 16:07:10 +01:00
Mitja Zivkovic
00f04dd498 Filtering records by exact value of a single field 2018-12-28 11:35:38 +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
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
d0398ec56f Initial record reporting endpoint 2018-12-10 21:06:21 +01:00
Tit Petric
73728bcf61 add(crm): api spec for workflow jobs 2018-12-05 16:51:40 +01:00
Tit Petric
101c322299 add(crm): scaffold a workflow API 2018-12-05 16:12:23 +01:00
Mitja Zivkovic
dc2635e05c add(crm): content order params 2018-12-05 14:26:49 +01:00
Tit Petric
99f8f4e872 upd(crm): update module api fields parameter 2018-12-04 16:40:02 +01:00
Tit Petric
43554592e4 upd(codegen): enable imports with requests 2018-12-04 15:26:51 +01:00
Tit Petric
d9606440b7 add(sam): spec and scaffold of permissions api 2018-12-04 14:38:31 +01:00
Denis Arh
fde2b16db7 Add support for fetching record-pages only, change behavior of a /page/tree endpoint
/page/tree now returns only non-module (non-record) pages
/page endpoint now accepts optional recordPagesOnly param
2018-12-02 07:15:40 +01:00
Tit Petric
6ab0c9bf09 upd(system):
- update apis for login and logout,
- make OIDC routes and setup optional,
- refactor entrypoint to open up http testing
2018-11-26 17:01:39 +01:00
Tit Petric
256a45bdb6 add(system): login/logout api, rename PK fields 2018-11-25 22:57:48 +01:00
Tit Petric
49b70d8f2d upd(docs): include chart docs into readme 2018-11-25 13:05:14 +01:00
Tit Petric
7c79f1cf38 add(system): user 'kind' to denote bots 2018-11-25 12:03:43 +01:00