1. 26 May, 2020 1 commit
  2. 22 May, 2020 2 commits
  3. 20 Apr, 2020 1 commit
  4. 26 Feb, 2020 1 commit
  5. 18 Jan, 2020 4 commits
  6. 01 Oct, 2019 1 commit
  7. 30 Sep, 2019 4 commits
  8. 01 Sep, 2019 1 commit
    • Denis Arh's avatar
      Mail GW automation basics · 0792f042
      Denis Arh authored
       - automation service for runner, script, trigger
       - mailproc service for email parsing
       - MailMessage type & protobuf
      0792f042
  9. 24 Aug, 2019 1 commit
  10. 23 Aug, 2019 4 commits
  11. 24 May, 2019 1 commit
  12. 22 May, 2019 1 commit
  13. 19 May, 2019 1 commit
  14. 14 May, 2019 1 commit
    • Denis Arh's avatar
      Cleanup & enhance compose module & fields · 7fc66e74
      Denis Arh authored
       - Add module field ID
       - Rename db table (compose_module_form => compose_module_field)
       - Add id, created_at, updated_at, deleted_at db columns
       - Rename json to options, module_id to rel_module
       - Fix primary keys (now just ID), add unique indexes (mod+place, mod+name)
       - Add foreign key from fields to modules
       - module repo Update() func no longer does REPLACE but UPDATE
       - in updateFields(), fields are removed more precisely (only missing fields are removed)
       - Add integration tests for module/field updates
      7fc66e74
  15. 08 May, 2019 1 commit
  16. 29 Apr, 2019 2 commits
    • Denis Arh's avatar
      Implement namespace CRUD + various small fixes · 5bfbab6a
      Denis Arh authored
      Other fixes and improvements:
       - add parseISODateWithErr and parseISODatePtrWithErr handlers for incoming data
       - add service & repository errors
       - cleanup old (unbound) attachment controllers from router
       - fix system repository error prefix (auth => system)
      5bfbab6a
    • Denis Arh's avatar
      Rename files & symbols · 010a1351
      Denis Arh authored
      010a1351
  17. 03 Apr, 2019 2 commits
  18. 21 Mar, 2019 1 commit
  19. 16 Mar, 2019 1 commit
  20. 13 Mar, 2019 1 commit
  21. 09 Mar, 2019 1 commit
  22. 28 Feb, 2019 1 commit
  23. 27 Feb, 2019 1 commit
  24. 21 Feb, 2019 1 commit
  25. 08 Feb, 2019 1 commit
  26. 06 Feb, 2019 1 commit
    • Tit Petric's avatar
      upd(all): · 876a304d
      Tit Petric authored
      - moved Access type from system to internal/rules,
      - moved Resource from system to internal/rules,
      - update imports for new type locations,
      - add scope list container to inject permissions,
      - update permissions API call to return default perms,
      - update codegen for generated Rules types
      876a304d
  27. 05 Feb, 2019 2 commits