Commit Graph

730 Commits

Author SHA1 Message Date
Noru V
1063b6c1ab Updated Korean translation file 2024-08-01 10:28:24 +09:00
Nariman Jelveh
1e753843d2 Remove some of the unused component imports 2024-07-28 12:41:52 -07:00
KernelDeimos
02504690cf test: add database migration tests 2024-07-28 04:02:16 -04:00
KernelDeimos
d0e461e206 fix: sqlite migrations error
This issue was caused by an INSERT statement which adds the admin user
to the admin group. The admin user is created at initialization, so for
new installs it does not exist at the time migration scripts are run.
Additionally, new javascript-coded migrations (.mig.js) would not have
run for new installs because of redundant (WET; not DRY) code for
initial setup.

This commit also improves error handling of the migration service, which
was necessary to diagnose this issue.

In the future, setup always needs to be tested after updating migration
scripts, even though migration of existing databases is where most of
the issues will happen.

Resolves: #639
2024-07-27 18:54:17 -04:00
Nariman Jelveh
c717746646 Use the english version of the license header but retain the credit to Bryar Ghafoor 2024-07-27 14:07:24 -07:00
Bryar Ghafoor
fe119756b5 Update Kurdish language template 2024-07-27 23:19:24 +03:00
KernelDeimos
70787ffa2c tweak: print new password when resetting pass via server console 2024-07-26 22:43:11 -04:00
Muhammad Fauzi
033643b0e7
feat: Add Indonesian Translation for i18n 2024-07-27 02:45:05 +07:00
KernelDeimos
654e0b9333 move: move selfhosting-related services to a module 2024-07-26 01:23:22 -04:00
KernelDeimos
6213806aba dev: move driver arg types to a registry 2024-07-25 23:19:54 -04:00
KernelDeimos
af3180a57f dev: add monthly usage to new call method 2024-07-25 23:19:54 -04:00
KernelDeimos
8be7a7d219 dev: add logical rate-limit to new call method 2024-07-25 23:19:54 -04:00
KernelDeimos
780a993465 dev: move policy selection to call_new_ 2024-07-25 23:19:54 -04:00
KernelDeimos
ea409d1578 dev: begin using Invoker for driver calls 2024-07-25 23:19:54 -04:00
KernelDeimos
20b58ddcb5 dev: add Invoker 2024-07-25 23:19:54 -04:00
KernelDeimos
9e38e048c1 dev: prepare to implement policy enforcer 2024-07-25 23:19:54 -04:00
KernelDeimos
e514dfcf50 fix: prevent large logs from service events (2) 2024-07-25 23:19:54 -04:00
KernelDeimos
d5ec40078f dev: begin adding new driver call method 2024-07-25 23:19:54 -04:00
KernelDeimos
e0d30f041b dev: move implied system perms 2024-07-25 23:19:54 -04:00
KernelDeimos
984ae9e6a2 feat: add password reset from server console 2024-07-25 23:19:54 -04:00
KernelDeimos
580fbdb113 tweak: record time for permission scans 2024-07-25 23:19:54 -04:00
KernelDeimos
cca19ad495 dev: remove svc_permission.check 2024-07-25 23:19:54 -04:00
KernelDeimos
191be84e32 dev: migrate svc_permission check() to scan() 2024-07-25 23:19:54 -04:00
KernelDeimos
3b85e4eeba dev: migrate ACLService to use scan() 2024-07-25 23:19:54 -04:00
KernelDeimos
a0f0151446 dev: improve permission scan reading 2024-07-25 23:19:54 -04:00
KernelDeimos
4a6055d239 dev: add user-app to permission scanning 2024-07-25 23:19:54 -04:00
KernelDeimos
54471fada9 feat: add server command to scan permissions 2024-07-25 23:19:54 -04:00
KernelDeimos
c9ded89b22 feat: grant user driver perms from admin 2024-07-25 23:19:54 -04:00
KernelDeimos
f0c36a1cdf feat: replace default_user with admin 2024-07-25 23:19:54 -04:00
KernelDeimos
d1261460ba dev: obtain driver permission from system user 2024-07-25 23:19:54 -04:00
KernelDeimos
ab156297a7 feat: add system user 2024-07-25 23:19:54 -04:00
KernelDeimos
2cd68100d2 refactor: add traits and services as drivers 2024-07-25 23:19:54 -04:00
KernelDeimos
8beda66328 data: add extra sound 2024-07-25 18:28:16 -04:00
KernelDeimos
5fee393b67 data: add startup and shutdown chimes 2024-07-25 18:01:10 -04:00
Nariman Jelveh
f30bbbd375 Add translation template for Kurdish 2024-07-25 14:48:12 -07:00
Nariman Jelveh
22d7134802 Pass window.crossOriginIsolated value to the popup 2024-07-24 12:36:19 -07:00
KernelDeimos
48c819ac73 chore: update SLA for chat model
Resolves: #630
2024-07-24 13:35:26 -04:00
KernelDeimos
fa9cc8efcf fix: prevent large logs from service events (1) 2024-07-24 02:31:45 -04:00
KernelDeimos
5d5f5660b4 feat: add options to disable winston and devwatch 2024-07-24 01:52:07 -04:00
Nariman Jelveh
cc0800d60a Remove unnecessary console.log calls 2024-07-22 19:43:50 -07:00
Nariman Jelveh
5d58764316 Use join. to build target path 2024-07-22 16:38:45 -07:00
KernelDeimos
5d2a6fce30 fix: fix templates 2024-07-22 17:10:58 -04:00
Nariman Jelveh
1f7f094282
Merge pull request #627 from Koppeks/koppeks/templates_folder_contextmenu
Templates folder feature
2024-07-22 11:33:02 -07:00
Nariman Jelveh
d8dd218089 Don't show No templates found for now. 2024-07-22 11:31:01 -07:00
Nariman Jelveh
a9801fc10d place available_templates call in update_auth_data to guarantee that user object exists 2024-07-22 11:07:57 -07:00
Nariman Jelveh
2d5a0bb894 closes #614 2024-07-21 17:01:24 -07:00
Koppeks
a0113788f9 remove extra comments 2024-07-21 17:32:33 -03:00
enweazudaniel
382fb24dbb
Update ig.js 2024-07-21 17:04:33 +01:00
KernelDeimos
8f87770ceb fix: popup login in co isolation mode 2024-07-20 20:46:03 -04:00
KernelDeimos
2a5cec7ee9 fix: add necessary iframe attributes for co isolation 2024-07-20 18:54:08 -04:00