Commit Graph
41 Commits
Author SHA1 Message Date
Denis Arh 67d0a788df Remove messaging 2021-03-09 07:36:01 +01:00
Denis Arh 2972437421 Fix auth asset embeding & serving 2021-03-08 16:24:49 +01:00
Denis Arh 5d3c767bf8 Sets default value for auth assets 2021-02-24 10:02:23 +01:00
Denis Arh 06eb038ba8 Add dev-mode with list of templates & scenarios 2021-02-23 19:58:29 +01:00
Denis Arh 53be013377 Implement new auth UI, deprecate auth API endpoints 2021-02-23 07:34:10 +01:00
Tomaž Jerman 127b43a69e Define base templating system 2021-02-12 10:11:57 +01:00
Denis Arh dc30fd4186 Add warnings about exprimental state and sqlite usage 2020-12-18 15:46:48 +01:00
Denis Arh d46630c7be Implement SCIM PATCH for group (role) membership 2020-12-16 11:12:25 +01:00
Denis Arh 3cf7cd8e2b Support conf. primary ID (corteza or external) 2020-12-16 11:12:23 +01:00
Denis Arh e47cc3269c Add basic SCIM implementation 2020-12-16 10:49:17 +01:00
Peter Grlica cab20207c6 Cleanup on node pairing tests 2020-12-13 18:53:19 +01:00
Peter Grlica 7321bf4e56 Descriptions on options, structure sync with superuser context 2020-12-13 18:53:19 +01:00
Peter Grlica aec203718f Use superuser context on structure and data sync, options regenerated 2020-12-13 18:53:19 +01:00
Peter Grlica 0d88fdd139 Added rbac for federation, fixed tests, updated generated code 2020-12-13 18:53:19 +01:00
Peter Grlica f987586b3e Sync check per-module, updated db, nodes sync, shared module 2020-12-13 18:53:19 +01:00
Peter Grlica 34ba878fc0 Sync interval options 2020-12-13 18:53:19 +01:00
Peter Grlica 5890cd444a Fixed node pairing 2020-12-13 18:53:19 +01:00
Peter Grlica 85e615213d Added federation options to node service 2020-12-13 18:53:19 +01:00
Peter Grlica d47acaf0db Added base federation module 2020-12-13 18:53:18 +01:00
Denis Arh f3cc8b4990 Make JWT secret gen more stable by using other ENV variables 2020-12-09 12:50:20 +01:00
Tomaž Jerman bf3bc2af68 Options doc codegen tweaks 2020-12-08 10:16:43 +01:00
Tomaž Jerman 402289016d Doc codegen tweaks & cleanup 2020-12-05 10:30:22 +01:00
Denis Arh 44f7166d97 Options codegen improvements
- Add extra cli switches to generate docs from options
 - More automation/fallbacks/default values for options
2020-12-02 16:12:07 +01:00
Urban Klinc 6b928d3a18 Fix a typo, add empty line at end of file 2020-12-02 11:59:21 +01:00
Urban Klinc 988291f938 Add new field in .yaml inside pkg/options to enable .adoc codegen 2020-12-02 11:58:26 +01:00
Urban Klinc c900b4deee Add .adoc files, generated from .yaml 2020-12-02 11:52:00 +01:00
Denis Arh 7dbd824e00 Add support for multiple (glob) provision cfg paths 2020-11-30 19:51:18 +01:00
Urban Klinc 1fc06c809f Remove filller interface in pkg/options/helpers.go 2020-11-30 10:26:45 +01:00
Denis Arh 82ce571214 Add ability to control eventbus scheduler via options 2020-11-27 11:10:05 +01:00
Urban Klinc efc418e5fd Fix typo, rework readme 2020-11-27 09:37:16 +01:00
Urban Klinc 0d632dfdae Add code generated files, removed obsolete files 2020-11-26 11:11:08 +01:00
Urban Klinc f7a4890998 Add .yaml files to be used in code-generation in pkg/options 2020-11-26 11:09:49 +01:00
Denis Arh b6eb143c38 Pagination fixes 2020-11-26 06:23:24 +01:00
Denis Arh 724976271a Corteza no longer defaults to MySQL db
Default DB_DSN changed from
mysql://corteza:corteza@tcp(db:3306)/corteza?collation=utf8mb4_general_ci

to
sqlite3://file::memory:?cache=shared&mode=memory
2020-11-10 14:48:42 +01:00
Denis Arh 9b0308f36c Simplify test/demo webapp installation 2020-11-10 14:46:41 +01:00
Tomaž Jerman 7ba1959641 Fix env tls certificate lapsus 2020-11-05 19:17:41 +01:00
Denis Arh ed8fc547f7 Config. environment (throughenv var 'ENVIRONMENT') 2020-11-04 15:13:27 +01:00
Denis Arh e1cf327227 Add SMTP_TSL_INSECURE and SMTP_TSL_SERVER_NAME for better SMTP TSL control 2020-09-30 17:14:16 +02:00
Denis Arh 5e55340759 Renamed pkg/store to pkg/objstore (Object Store) 2020-09-16 07:37:06 +02:00
Denis Arh 024e6ce890 Rewired db connection to store/rdbms 2020-09-08 07:54:23 +02:00
Denis Arh f4e6d2ae5a Refactor bootstraping procedure 2020-08-24 15:38:42 +02:00