3
0

189 Commits

Author SHA1 Message Date
Denis Arh
92eadbba99 Restructure and move system settings to types pkg
This change affects:
 - provision files for settings
 - database entries (added migration script)
 - how struct is used accross the system services
2019-10-28 19:03:32 +01:00
Tomaž Jerman
075f93a42a Fix module update response
Return the updated module.
2019-10-25 11:01:12 +02:00
Denis Arh
053be7e893 Fix before-record-delete event 2019-10-23 18:24:55 +02:00
Tomaž Jerman
1bd87357b6 Allow module field name/kind change if no records 2019-10-17 14:08:05 +02:00
Denis Arh
b2f6deb597 Refactor read perm check for charts, modules, namespaces & pages 2019-10-16 19:55:34 +02:00
Denis Arh
609b70ea9f Refactor db-query-level access control 2019-10-16 19:28:48 +02:00
Tomaž Jerman
729eae9a6e Fix provision tests 2019-10-16 12:47:37 +02:00
Tomaž Jerman
737bd9f155 Improve tests 2019-10-16 12:47:37 +02:00
Tomaž Jerman
5a4985cbdc Tweak permission export flag's description 2019-10-16 12:47:37 +02:00
Tomaž Jerman
df8bf18360 Cleanup permission exporting 2019-10-16 12:47:37 +02:00
Tomaž Jerman
cb202d474d Add compose setting import/export 2019-10-16 12:47:37 +02:00
Tomaž Jerman
b06266c68b Add settings service to compose 2019-10-16 12:47:37 +02:00
Tomaž Jerman
ed45f8e348 Add provisions for messaging & compose settings 2019-10-16 12:37:37 +02:00
Tomaž Jerman
08860a90e4 Add settings service to compose 2019-10-16 12:37:37 +02:00
Denis Arh
d23e421e20 Add minio store capabilities to messaging 2019-10-15 15:30:28 +02:00
Denis Arh
e754a2fe0b Refactor & simplify internal (plain) storage
Default internal storage becomes "plain" storage
Open() fn now returns io.ReadSeeker instead of afero.File
2019-10-15 12:57:07 +02:00
Denis Arh
92a64eecba Migrate to go modules 2019-10-09 19:16:04 +02:00
Denis Arh
8ca797e2d2 Renam aux.go to default.go
disallowed path element "aux.go" on go get
2019-10-09 19:15:53 +02:00
Tomaž Jerman
00b0047597 Change record value column type to LONGTEXT 2019-10-09 17:30:04 +02:00
Denis Arh
ddac9fac9c Allow use of user ID as notification rcpt 2019-10-09 08:04:18 +02:00
Denis Arh
f1b4c3a842 Re-sanitize values on record update/create triggers
Fixes #30
2019-10-09 08:03:39 +02:00
Denis Arh
d130e7e641 Fix tools & specs (internal => pkg) 2019-10-01 18:21:09 +02:00
Denis Arh
f493f4fb6b Move internal/permissions to pkg/permissions 2019-10-01 17:53:20 +02:00
Denis Arh
ebfa4cbffd Move internal/payload to pkg/payload 2019-10-01 17:51:39 +02:00
Denis Arh
5e3f3f1342 Move internal/mail to pkg/mail 2019-10-01 17:51:06 +02:00
Denis Arh
82bf6e3617 Move internal/store to pkg/store 2019-10-01 17:50:24 +02:00
Denis Arh
52901a9385 Move internal/http to pkg/http 2019-10-01 17:49:59 +02:00
Denis Arh
62aa794b84 Move internal/auth to pkg/auth 2019-10-01 17:47:43 +02:00
Denis Arh
f5f0096035 Remove internal/test pkg 2019-10-01 17:42:26 +02:00
Denis Arh
8e231fcc3a Additional logging for record orgaizer, fix invalid exec args 2019-10-01 16:09:08 +02:00
Denis Arh
16b82cffb1 Add support for record importing 2019-10-01 14:23:33 +02:00
Denis Arh
6fbb270c05 Rename AdminRoleID to AdminsRoleID for consistency 2019-10-01 13:54:49 +02:00
Denis Arh
f9c3cd0065 Refactor & enabled log() fn in all services 2019-09-30 19:50:04 +02:00
Denis Arh
a2bd3d31f8 Cast IDs from uint64 to string 2019-09-30 13:16:10 +02:00
Denis Arh
8302bdbff4 Move ref. resolve at the very end of page imp. 2019-09-30 11:39:51 +02:00
Denis Arh
262d01f7af Improve trigger condition imp/exp handling 2019-09-30 10:45:02 +02:00
Denis Arh
6d6cfe17f7 Fix module importer error msg & test 2019-09-30 10:20:40 +02:00
Denis Arh
126673e4fc Fix a. script import issues 2019-09-30 10:20:40 +02:00
Denis Arh
4df77a9c0a Fix module import issues, improve error handling/reporting 2019-09-30 10:20:40 +02:00
Denis Arh
d92f16902b Fix tests (adopt new a.script constraints, change provisioning) 2019-09-30 10:20:40 +02:00
Denis Arh
c240bb6a20 Refactored configuration provisioning 2019-09-30 10:20:40 +02:00
Denis Arh
792c2aa62d Remove namespace & permission provisioning from old migration files 2019-09-30 10:20:40 +02:00
Denis Arh
b892dbfd38 Add support for exp/imp calendar module refs 2019-09-30 10:20:40 +02:00
Denis Arh
5601a09550 Improve compose importer
Add tests, comments
Roles are no longer dynamicly synced from system service
but hard coded. This is a temp solution
2019-09-30 10:20:40 +02:00
Denis Arh
1302f243f4 Add tests, basic messaging importer 2019-09-30 10:20:40 +02:00
Denis Arh
9c37d6d4e2 Automation script exp/imp, tweaking compose exporters 2019-09-30 10:20:39 +02:00
Denis Arh
1f4e0bb06a Minor modifications to export logic to keep exports small 2019-09-30 10:20:39 +02:00
Denis Arh
54f2a3dab3 Permission exporting 2019-09-30 10:20:39 +02:00
Denis Arh
5278ae217f Prefix user grpc service & messages, add role finder 2019-09-30 10:20:39 +02:00
Denis Arh
c3682ca05c Add importer tests 2019-09-30 10:20:39 +02:00