3
0
Commit Graph

121 Commits

Author SHA1 Message Date
Mumbi Francis
06ab6a421e Add enable switch on code snippets 2024-08-28 12:08:31 +03:00
Mumbi Francis
2e8b0e96a3 Add support for injecting custom code-snippets in webapps 2024-08-23 17:55:09 +03:00
Tomaž Jerman
c3bf35eee1 Add some nil checks to typed values 2024-08-23 13:28:16 +02:00
Mumbi Francis
a56b825528 Fix the number of Dart sass transpiler instances spun up 2024-07-25 13:45:23 +03:00
Peter Grlica
bc0b185c6b Resolve healthcheck race conditions 2024-05-13 15:43:10 +02:00
Tomaž Jerman
566ff41b6b Temporary fix for user listing via compose user field 2024-03-01 13:19:02 +01:00
Tomaž Jerman
b389d5039d Allow alterations for default schema but prevent applying 2024-02-15 11:23:01 +01:00
Mumbi Francis
9c6198b512 Fix new users theme assignment (#1684) 2024-02-13 13:46:43 +03:00
Mumbi Francis
64085f96b1 Add theme to existing and new users' metadata 2024-02-12 16:38:57 +01:00
Jože Fortun
0c5e12b06e Add topbar hide theme selector setting 2024-02-09 15:20:54 +01:00
Mumbi Francis
16edc28809 Fix permissions trace issue on hasWildcard resources 2024-02-08 16:50:11 +03:00
Tomaž Jerman
2637334460 Fix post opt. tests 2024-02-06 13:39:22 +01:00
Tomaž Jerman
41e86f2c16 Fix unit tests 2024-02-06 13:39:22 +01:00
Tomaž Jerman
52ac5698c8 Introduce .Clone to typed values for deep copy 2024-02-06 13:39:22 +01:00
Mumbi Francis
88608fbb08 Add darkmode on customCSS 2024-01-30 17:46:04 +03:00
kinyaelgrande
a9d1bc098c Update studio themes provision 2024-01-30 17:46:03 +03:00
kinyaelgrande
dcc0876254 Resolve BE reviews 2024-01-30 17:46:03 +03:00
kinyaelgrande
0095663f60 Add support for dark mode in Corteza studio 2024-01-30 17:46:03 +03:00
Mohammed Alamri
fdcb27ebe3 Fix #1486 2023-12-20 15:10:24 +01:00
Tomaž Jerman
33821ddd9f Fix dal schema alterations not presenting/reloading revision models 2023-12-12 15:27:48 +01:00
Tomaž Jerman
1d5402678d Fix namespace export error when i18n resources reference deleted resources 2023-12-11 13:34:42 +01:00
Tomaž Jerman
28774f0f1c Add ResourceType filter to dal alteration struct 2023-11-16 09:26:57 +01:00
Tomaž Jerman
dc54b55e55 Fix namespace export error when resources reference deleted resources 2023-11-03 11:28:10 +01:00
kinyaelgrande
8a8b3bd8c8 Fix corteza-studio bootstrap scss order
and ui.custom-css settings reference
2023-11-01 16:14:35 +03:00
Mumbi Francis
e4269669d8 Add Corteza studio UI personalization feature 2023-10-31 15:52:39 +03:00
Tomaž Jerman
e852e7bcf1 Allow dismissed filter parameter for dal schema alterations 2023-10-26 17:09:59 +02:00
Tomaž Jerman
caabf6647e Cleanup svc functions, add actionlog & rbac 2023-10-26 17:09:59 +02:00
Tomaž Jerman
c1241cf8a8 Add missing fields to dal schema alteration def. files 2023-10-26 17:09:59 +02:00
Tomaž Jerman
3eb709b90a Post test tweaks and fixes 2023-10-26 17:09:59 +02:00
Tomaž Jerman
6795e5e0f2 Post testing tweaks and fixes 2023-10-26 17:09:58 +02:00
Tomaž Jerman
7b5e8d1aa9 Fix lapsus in sys->pkg alt mapping for partial mapping 2023-10-26 17:09:58 +02:00
Tomaž Jerman
d2a901d424 Prevent schema alterations on the default schema 2023-10-26 17:09:58 +02:00
Tomaž Jerman
081058dd64 Remove lowercase modifiers from alteration index 2023-10-26 17:09:57 +02:00
Tomaž Jerman
1eb360f43e Hook svc level alteration management to DAL 2023-10-26 17:09:57 +02:00
Tomaž Jerman
bc923209f4 Define base DAL schema alteration resource 2023-10-26 17:09:56 +02:00
Jože Fortun
2508b60dc0 Add ability to manage custom chart color schemes 2023-10-23 16:34:18 +02:00
Jože Fortun
ed377a7d2b Remove required from user name on user update 2023-09-28 13:33:13 +02:00
Peter Grlica
979b467cb7 Remove handle field on signup 2023-09-11 11:58:15 +02:00
Tomaž Jerman
6558efcaf1 Make role undelete dispatch event buss events
This makes it consistent with other resource updaters.
2023-06-30 13:38:07 +02:00
Jože Fortun
037c53d22b Add runtime CSS customization for webapps 2023-06-27 14:48:48 +03:00
Tomaž Jerman
2529cf337c Add stale data errors to most resources 2023-06-12 12:28:52 +02:00
Peter Grlica
d2b389bebc Fixed From header on env SMTP vars 2023-06-06 12:07:08 +02:00
Tomaž Jerman
256dd59b83 Reset reminder snooze counter when changing remind at 2023-06-05 09:31:29 +02:00
Tomaž Jerman
88804b460e Change filter slices to be []string vs []uint64
This is to allow front-end to properly handle ID values.
This change was done to keep consistent with what we were doing
before. Alternative version would be to have a sepparate struct
on the rest package.
2023-05-24 12:26:01 +02:00
Tomaž Jerman
462619f2b9 Change logs to encode uint64 values as strings
This is due to us introducing the web console and the uints needing
to be string encoded (because of JavaScript).
2023-05-24 12:26:01 +02:00
Mumbi Francis
5d88d1e5ea Implement optional email invitation to newly created users via CLI 2023-05-05 11:59:47 +03:00
Tomaž Jerman
7675e5db3b Fix broken setting value provisioning due to missing defaults 2023-04-24 12:32:34 +02:00
Mumbi Francis
bdf92b9f80 Fix error handling and update permission on auth-profile page (#1089) 2023-04-20 18:23:41 +03:00
Tomaž Jerman
a23c43890e Add missing err handling for user credential fetch 2023-04-14 09:04:32 +02:00
Tomaž Jerman
b6c24588a9 Add applications as alias for yaml decoding 2023-04-14 08:53:22 +02:00