3
0

Commit Graph

  • 6204c7ffdf Find now returns all, not just non-record pages, push orphaned pages to root Denis Arh 2018-12-12 11:17:54 +01:00
  • d0398ec56f Initial record reporting endpoint Denis Arh 2018-12-06 10:19:19 +01:00
  • 491c97db83 Vendors updated Denis Arh 2018-12-10 15:25:18 +01:00
  • 3e07610cfe Preload content on update and copy createdAt Denis Arh 2018-12-06 10:19:19 +01:00
  • 73728bcf61 add(crm): api spec for workflow jobs Tit Petric 2018-12-05 16:51:40 +01:00
  • 101c322299 add(crm): scaffold a workflow API Tit Petric 2018-12-05 16:12:23 +01:00
  • fb8f6dcdb3 add(sam): migrate messages to utf8mb4 Tit Petric 2018-12-05 15:35:43 +01:00
  • 38debbb1b1 upd(rbac): user create returns valid user now Tit Petric 2018-12-05 13:27:55 +00:00
  • f92d7a96f0 upd(rbac): update tests Tit Petric 2018-12-05 13:27:31 +00:00
  • dc2635e05c add(crm): content order params Mitja Zivkovic 2018-11-30 20:30:22 +01:00
  • 9d62e6090e Refactor field updating logic out of create & update Denis Arh 2018-12-05 11:55:24 +01:00
  • e5bd66adc8 Preload module on update and copy createdAt Denis Arh 2018-12-05 11:54:55 +01:00
  • 1ce6db5420 Merge branch 'feature/module-field-options' Denis Arh 2018-12-05 11:17:11 +01:00
  • 99f8f4e872 upd(crm): update module api fields parameter Tit Petric 2018-12-04 16:40:02 +01:00
  • c7d4b4d629 upd(crm): unmarshalled fields change Tit Petric 2018-12-04 16:39:14 +01:00
  • bb4fee2dde upd(crm): fix page as zero based index Tit Petric 2018-12-04 16:38:42 +01:00
  • 0c5f1ea97e upd(crm): serialization for ModuleFieldSet Tit Petric 2018-12-04 16:37:25 +01:00
  • eb9869bcdf upd(codegen): special handling of *Set types Tit Petric 2018-12-04 16:36:52 +01:00
  • fdd499776c add(crm): migration for crm module form options Tit Petric 2018-12-04 16:35:38 +01:00
  • 43554592e4 upd(codegen): enable imports with requests Tit Petric 2018-12-04 15:26:51 +01:00
  • d98d8be69a add(crm): add options field as json Tit Petric 2018-12-04 14:43:20 +01:00
  • 6be72a3dcf ws(codegen): codegen code update Tit Petric 2018-12-04 14:09:24 +01:00
  • 98e490ce88 add(rbac): permissions struct for services Tit Petric 2018-12-04 14:09:11 +01:00
  • d9606440b7 add(sam): spec and scaffold of permissions api Tit Petric 2018-12-04 14:08:49 +01:00
  • 71fb80945a fix(codegen): rbac.Operations is a type Tit Petric 2018-12-04 13:33:11 +01:00
  • f2dfffbab2 update: Tit Petric 2018-12-04 13:31:53 +01:00
  • 687cd0b2e0 add(crm): added field json to crm_content table Mitja Zivkovic 2018-12-04 12:57:15 +01:00
  • cebc4f1569 Update paging to use pages instead of offset, make page 1-based Denis Arh 2018-12-04 13:26:49 +01:00
  • 35a86793f6 fix(crm): overwriting of module form fields Mitja Zivkovic 2018-12-02 17:18:30 +01:00
  • 1387f56f35 Fix bug when creating new group chan Denis Arh 2018-12-02 07:39:53 +01:00
  • fde2b16db7 Add support for fetching record-pages only, change behavior of a /page/tree endpoint Denis Arh 2018-12-02 07:15:40 +01:00
  • 97f24cee3e Reconfigure realize to monitor per-app locations only Denis Arh 2018-12-02 06:43:31 +01:00
  • 8019940dd6 fix(codegen): fix syntax error, gofmt Tit Petric 2018-11-29 21:06:11 +01:00
  • 858d2a7799 upd(rbac): refactor debugging flags to main test file Tit Petric 2018-11-29 19:12:37 +00:00
  • 187330938b upd(rbac): change in operations response for roles Tit Petric 2018-11-29 19:11:14 +00:00
  • 748799327e fix(crm): defaultservice Init panic fix Tit Petric 2018-11-29 19:10:44 +01:00
  • 7e87f00c42 upd(crm): service tests and logic Tit Petric 2018-11-27 13:26:49 +01:00
  • 390409ed6a Move logic from repo to store, fix module-check condition Denis Arh 2018-11-27 06:10:48 +01:00
  • 0881381068 Fix system/auth init Denis Arh 2018-11-27 06:03:02 +01:00
  • 6ab0c9bf09 upd(system): Tit Petric 2018-11-26 17:01:39 +01:00
  • 1c9b1d2d7f upd(internal): Tit Petric 2018-11-26 16:58:19 +01:00
  • 256a45bdb6 add(system): login/logout api, rename PK fields Tit Petric 2018-11-25 22:57:48 +01:00
  • 59a3fc85d3 fix(system): teams response as string Tit Petric 2018-11-25 22:51:05 +01:00
  • 2049550e67 fix(system): member add/remove fix Tit Petric 2018-11-25 22:01:20 +01:00
  • 0381511b55 upd(system): tests, add reams to user response Tit Petric 2018-11-25 21:59:08 +01:00
  • 8ba08d3fb9 Merge pull request #4 from crusttech/fix-userlist-team Tit Petric 2018-11-25 21:46:44 +01:00
  • 10d24b6c29 fix(system) userList teams Mitja Zivkovic 2018-11-25 21:43:59 +01:00
  • 3616afd22a add(system): Team.FindByMemberID (#3) Mitja Z 2018-11-25 15:55:44 +01:00
  • be3d010196 upd(crm): test for invalid updates Tit Petric 2018-11-25 15:45:20 +01:00
  • 3e38764e74 fix(crm): migration namespace issue Tit Petric 2018-11-25 15:41:29 +01:00
  • c266d6babd upd(crm): more error checking on updates Tit Petric 2018-11-25 15:39:16 +01:00
  • ff123a2ffe upd(system): migration for satosa unique to index Tit Petric 2018-11-25 15:38:42 +01:00
  • d4170ff97e upd(crm): returns entityID Tit Petric 2018-11-25 15:23:48 +01:00
  • 0e20de4eb9 upd(system): print oidc config on startup Tit Petric 2018-11-25 14:15:03 +01:00
  • e0369c2026 add(crm): migrations for required and visible Tit Petric 2018-11-25 13:29:22 +01:00
  • 008ba89702 upd(all): add more options to .env.sample Tit Petric 2018-11-25 13:09:59 +01:00
  • 49b70d8f2d upd(docs): include chart docs into readme Tit Petric 2018-11-25 13:05:14 +01:00
  • 6c2d11c050 upd(codegen): keep readme indentation Tit Petric 2018-11-25 13:04:48 +01:00
  • 6d5b0070b2 add(crm): add db migration for links Tit Petric 2018-11-25 12:58:46 +01:00
  • 2f54a483b8 add(crm): content links table (one to many) Tit Petric 2018-11-25 12:58:19 +01:00
  • 7c79f1cf38 add(system): user 'kind' to denote bots Tit Petric 2018-11-25 12:03:31 +01:00
  • 6a3fd9bc3b upd(codegen): follow golang standard pkg layout Tit Petric 2018-11-25 11:41:46 +01:00
  • 52359771e9 add(codegen): source formatting for permissions Tit Petric 2018-11-25 11:16:25 +01:00
  • d0233e3377 add(system): implement additional user apis Tit Petric 2018-11-25 11:01:33 +01:00
  • e7ea318f17 upd(system): add team membership apis (#2) Mitja Z 2018-11-25 11:00:59 +01:00
  • 338b340998 upd(sam,system): moved system tables away from sam Tit Petric 2018-11-24 20:41:36 +00:00
  • 297ffda5ad add(all): migrations for tests, statik update Tit Petric 2018-11-24 19:50:07 +00:00
  • 556a61b914 upd(crm): test update for table rename Tit Petric 2018-11-24 19:49:35 +00:00
  • 7aff95096e upd(sam): drop old events tables, unused Tit Petric 2018-11-24 18:57:37 +00:00
  • ffa2d1b8ed upd(system): rename tables, fix tests Tit Petric 2018-11-24 18:57:08 +00:00
  • 5a747d746f del(sam): remove unused proto file Tit Petric 2018-11-24 18:56:31 +00:00
  • e596e5227f fix(crm): unmarshal chart, fix page tests Tit Petric 2018-11-22 11:30:54 +01:00
  • b9cd623221 upd(codegen): build generators once, rename Tit Petric 2018-11-21 16:04:28 +01:00
  • 491efca67b del(codegen): remove all go:generate macros Tit Petric 2018-11-21 15:54:13 +01:00
  • ea885657dd upd(codegen): remove go generate Tit Petric 2018-11-21 15:51:56 +01:00
  • 155d381d9b del(crm): remove crm/data (cleanup) Tit Petric 2018-11-21 15:01:39 +01:00
  • 9feda8823b upd(sam): rename generated perms files, move codegen Tit Petric 2018-11-21 15:01:12 +01:00
  • f8bdda0313 upd(v2 codegen): add perm generator, rename Tit Petric 2018-11-21 14:58:55 +01:00
  • e5ff3ae7b3 Improve type-set generator, apply to system, sam Denis Arh 2018-11-21 07:02:57 +01:00
  • 02eebb5cfc Add /page/tree, generated set types Denis Arh 2018-11-21 05:50:07 +01:00
  • 297533e03c Add <T>Set ([]*<T>) type generator Denis Arh 2018-11-21 05:49:30 +01:00
  • 1116148b81 Switch back to []string (no support for unmarshaling to []uint64) Denis Arh 2018-11-20 12:05:29 +01:00
  • 8c488b83b0 Count unread messages on mark-as-unread Denis Arh 2018-11-19 08:52:32 +01:00
  • 43a7a054b3 Reissue & extend cookies on /auth/check Denis Arh 2018-11-19 06:32:48 +01:00
  • eabd0b2314 Tweak security rules for channel fetching Denis Arh 2018-11-15 17:14:17 +01:00
  • f51f0f80a5 Unreads, channel (and message) activity capabilities extended Denis Arh 2018-11-15 16:23:09 +01:00
  • 277b7412d1 Add support for unread in threads Denis Arh 2018-11-15 11:38:00 +01:00
  • 6e8591ec8f upd(crm): return fields from content list/read, tests Tit Petric 2018-11-15 15:18:17 +01:00
  • fc654d5880 fix(crm docs): page specs title for pageEdit Tit Petric 2018-11-15 10:50:04 +01:00
  • 0f1f545b90 Add thread participants to msg struct Denis Arh 2018-11-14 05:57:55 +01:00
  • 01dee6f85c Fix sec check for channel join/part Denis Arh 2018-11-13 16:05:26 +01:00
  • d74825b40e Add security checks for channel, membership updating Denis Arh 2018-11-13 13:56:56 +01:00
  • c5f49b347e Fix channel changing system messages Denis Arh 2018-11-13 11:03:37 +01:00
  • 5df33d692f upd(crm): add chart tests, fix tests Tit Petric 2018-11-12 19:35:53 +01:00
  • 7ddff35ed5 upd(all): dep ensure update Tit Petric 2018-11-12 19:19:34 +01:00
  • 9494271380 add(crm): chart mock api and statik codegen Tit Petric 2018-11-12 15:40:18 +01:00
  • 3e7898fbac add(rbac): Tit Petric 2018-11-12 15:38:35 +01:00
  • 3cdf428e8f Fixed example JSON for charts API calls crustcrm1 2018-11-12 12:16:25 +01:00
  • 21b4e366fc Added example JSON for charts API calls crustcrm1 2018-11-12 12:14:49 +01:00
  • a4a144c786 API documentation for Charts - small fixes crustcrm1 2018-11-10 19:03:14 +01:00