3
0
Commit Graph

621 Commits

Author SHA1 Message Date
Denis Arh
cebc4f1569 Update paging to use pages instead of offset, make page 1-based 2018-12-04 13:26:49 +01:00
Mitja Zivkovic
35a86793f6 fix(crm): overwriting of module form fields 2018-12-03 07:34:43 +01:00
Denis Arh
1387f56f35 Fix bug when creating new group chan 2018-12-02 07:39:53 +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
Denis Arh
97f24cee3e Reconfigure realize to monitor per-app locations only 2018-12-02 06:43:31 +01:00
Tit Petric
8019940dd6 fix(codegen): fix syntax error, gofmt 2018-11-29 21:06:34 +01:00
Tit Petric
858d2a7799 upd(rbac): refactor debugging flags to main test file 2018-11-29 19:12:37 +00:00
Tit Petric
187330938b upd(rbac): change in operations response for roles 2018-11-29 19:11:14 +00:00
Tit Petric
748799327e fix(crm): defaultservice Init panic fix 2018-11-29 19:10:44 +01:00
Tit Petric
7e87f00c42 upd(crm): service tests and logic 2018-11-27 13:26:49 +01:00
Denis Arh
390409ed6a Move logic from repo to store, fix module-check condition 2018-11-27 06:10:48 +01:00
Denis Arh
0881381068 Fix system/auth init 2018-11-27 06:03:02 +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
1c9b1d2d7f upd(internal):
- option to disable OIDC via config
- extend TokenEncoder with SetCookie
2018-11-26 16:58:19 +01:00
Tit Petric
256a45bdb6 add(system): login/logout api, rename PK fields 2018-11-25 22:57:48 +01:00
Tit Petric
59a3fc85d3 fix(system): teams response as string 2018-11-25 22:51:05 +01:00
Tit Petric
2049550e67 fix(system): member add/remove fix 2018-11-25 22:01:20 +01:00
Tit Petric
0381511b55 upd(system): tests, add reams to user response 2018-11-25 21:59:08 +01:00
Tit Petric
8ba08d3fb9 Merge pull request #4 from crusttech/fix-userlist-team
fix(system) userList teams
2018-11-25 21:46:44 +01:00
Mitja Zivkovic
10d24b6c29 fix(system) userList teams 2018-11-25 21:43:59 +01:00
Mitja Z
3616afd22a add(system): Team.FindByMemberID (#3)
* add(system): Team.FindByMemberID

* add(system): Users.Find with Team data

* upd(system): error formating
2018-11-25 15:55:44 +01:00
Tit Petric
be3d010196 upd(crm): test for invalid updates 2018-11-25 15:45:20 +01:00
Tit Petric
3e38764e74 fix(crm): migration namespace issue 2018-11-25 15:41:29 +01:00
Tit Petric
c266d6babd upd(crm): more error checking on updates 2018-11-25 15:39:16 +01:00
Tit Petric
ff123a2ffe upd(system): migration for satosa unique to index 2018-11-25 15:38:42 +01:00
Tit Petric
d4170ff97e upd(crm): returns entityID 2018-11-25 15:23:48 +01:00
Tit Petric
0e20de4eb9 upd(system): print oidc config on startup 2018-11-25 14:15:03 +01:00
Tit Petric
e0369c2026 add(crm): migrations for required and visible 2018-11-25 13:29:22 +01:00
Tit Petric
008ba89702 upd(all): add more options to .env.sample 2018-11-25 13:09:59 +01:00
Tit Petric
49b70d8f2d upd(docs): include chart docs into readme 2018-11-25 13:05:14 +01:00
Tit Petric
6c2d11c050 upd(codegen): keep readme indentation 2018-11-25 13:04:48 +01:00
Tit Petric
6d5b0070b2 add(crm): add db migration for links 2018-11-25 12:58:46 +01:00
Tit Petric
2f54a483b8 add(crm): content links table (one to many) 2018-11-25 12:58:19 +01:00
Tit Petric
7c79f1cf38 add(system): user 'kind' to denote bots 2018-11-25 12:03:43 +01:00
Tit Petric
6a3fd9bc3b upd(codegen): follow golang standard pkg layout 2018-11-25 11:41:46 +01:00
Tit Petric
52359771e9 add(codegen): source formatting for permissions 2018-11-25 11:16:25 +01:00
Tit Petric
d0233e3377 add(system): implement additional user apis 2018-11-25 11:01:42 +01:00
Mitja Z
e7ea318f17 upd(system): add team membership apis (#2)
* upd(system): add team membership apis

* fix(all): fix codegen.sh for mac OS

* fix(system): replace, delete and tests
2018-11-25 11:00:59 +01:00
Tit Petric
338b340998 upd(sam,system): moved system tables away from sam 2018-11-24 20:41:36 +00:00
Tit Petric
297ffda5ad add(all): migrations for tests, statik update 2018-11-24 19:50:07 +00:00
Tit Petric
556a61b914 upd(crm): test update for table rename 2018-11-24 19:49:35 +00:00
Tit Petric
7aff95096e upd(sam): drop old events tables, unused 2018-11-24 18:57:37 +00:00
Tit Petric
ffa2d1b8ed upd(system): rename tables, fix tests 2018-11-24 18:57:08 +00:00
Tit Petric
5a747d746f del(sam): remove unused proto file 2018-11-24 18:56:31 +00:00
Tit Petric
e596e5227f fix(crm): unmarshal chart, fix page tests 2018-11-22 11:30:54 +01:00
Tit Petric
b9cd623221 upd(codegen): build generators once, rename 2018-11-21 16:04:28 +01:00
Tit Petric
491efca67b del(codegen): remove all go:generate macros 2018-11-21 15:54:13 +01:00
Tit Petric
ea885657dd upd(codegen): remove go generate 2018-11-21 15:51:56 +01:00
Tit Petric
155d381d9b del(crm): remove crm/data (cleanup) 2018-11-21 15:01:39 +01:00
Tit Petric
9feda8823b upd(sam): rename generated perms files, move codegen 2018-11-21 15:01:12 +01:00