10107 Commits

Author SHA1 Message Date
Jin
8f157e04d4 feat: 🎸 Show correct login error to user 2025-03-26 00:13:56 +01:00
Jin
c1ed471403 feat: 🎸 Ask user to login if any MFA configs are changed 2025-03-26 00:04:55 +01:00
Jin
c2a6d517f0 feat: 🎸 Better naming for vars 2025-03-25 23:53:49 +01:00
Jin
1afccb4129 feat: 🎸 Fix app start error with MFA configs 2025-03-25 23:14:25 +01:00
Jin
ae794a562f feat: 🎸 Use config.ini configure 2025-03-25 22:44:59 +01:00
Jin
94cd54f17e feat: 🎸 Use ini file to configure MFA 2025-03-25 22:30:14 +01:00
Jin
8d7339b50a feat: 🎸 Use i18n for text, remove unused vars 2025-03-25 21:00:32 +01:00
Elian Doran
5148ce64ae
chore(i18n): translate missing Romanian messages 2025-03-25 21:51:40 +02:00
Elian Doran
03fd34eeb0
feat(settings/i18n): dedicated restart button 2025-03-25 21:48:02 +02:00
Elian Doran
e408cc5b10
feat(settings/i18n): hide formatting locale on non-electron 2025-03-25 21:40:35 +02:00
Elian Doran
f0b4acd15a
style(settings): present i18n settings in a different fahsion 2025-03-25 21:23:32 +02:00
Elian Doran
90794fed88
fix(electron): wrong value for --lang 2025-03-25 20:26:21 +02:00
Elian Doran
ab58671625
feat(options): restart when setting locale 2025-03-25 20:15:39 +02:00
Elian Doran
45208c8039
chore(i18n): define electron locales for all the supported languages 2025-03-25 19:59:05 +02:00
Elian Doran
b923a23d95
feat(settings): make the formatting locale value adjustable 2025-03-25 19:56:07 +02:00
Elian Doran
c4559749f1
feat(settings): display option to adjust formatting locale 2025-03-25 19:48:07 +02:00
Elian Doran
d0549ebdf9
Merge branch 'develop' into feature/windows_signing_v3 2025-03-25 10:40:48 +02:00
perf3ct
654ed4706e
fix embedding provider precedence settings issue 2025-03-24 22:29:26 +00:00
perf3ct
3534399cd9
yerp that was it 2025-03-24 22:28:20 +00:00
perf3ct
f1ecc15f45
might have to delete this later, fixing the right-pane-container 2025-03-24 21:18:37 +00:00
perf3ct
b00c20c357
Merge branch 'develop' into ai-llm-integration 2025-03-24 21:16:20 +00:00
perf3ct
9d29ff4a6c
don't spam the logs if a provider isn't enabled 2025-03-24 21:13:54 +00:00
perf3ct
567e9e8280
Remove the drag-and-drop for settings, kept breaking 2025-03-24 21:00:40 +00:00
Elian Doran
bb1143e582
feat(note_icon): disable in note source (closes #1377) 2025-03-24 22:57:56 +02:00
perf3ct
150b0f0977
remove isEnabled from embedding providers 2025-03-24 20:35:46 +00:00
Elian Doran
4ac57c6b46
fix(client): note icon not hiding after switching notes (closes #964) 2025-03-24 19:42:23 +02:00
Elian Doran
06e1b0f720
fix(client): tooltip overlapping with CKEditor pane (closes #844) 2025-03-24 19:36:42 +02:00
Elian Doran
9108ea9b8a
fix(electron): disable the creation of desktop icon at runtime (closes #1488) 2025-03-24 19:21:04 +02:00
Elian Doran
b0e584924b
fix(eslint): disable linting of TypeScript due to types (closes #1503) 2025-03-24 19:17:54 +02:00
Adorian Doran
2c694fe5d7 style(next): remove useless CSS code 2025-03-24 19:13:28 +02:00
Adorian Doran
2e15c926c5 style(next)/floating buttons/show table of contents: fix the rounded corners being placed on the wrong side 2025-03-24 18:42:08 +02:00
Adorian Doran
7a2eb81a81 style(next)/floating buttons: make sure the container will have a consistent height 2025-03-24 18:19:28 +02:00
Elian Doran
3e14ffe1e7
fix(test): flaky test due to concurrency 2025-03-24 17:42:38 +02:00
Adorian Doran
e0007f7578 style(next)/floating buttons/backlink counter: fix rounded corners on hover 2025-03-24 17:34:33 +02:00
Adorian Doran
3159b19c46 style(next)/floating buttons/backlink counter: improve the appearance of the dropdown panel 2025-03-24 17:30:35 +02:00
Adorian Doran
283b8e9bc8 style(next)/floating buttons/backlink counter: fix the dropdown not showing up 2025-03-24 17:05:09 +02:00
Adorian Doran
8cc7d02f36 client: add a CSS class to facilitate identifying visible widgets 2025-03-24 17:00:52 +02:00
Elian Doran
6aee38337e
fix(mobile): width on tablet view 2025-03-23 20:03:24 +02:00
Elian Doran
d52ca626e9
Merge branch 'develop' into chore_lint-share 2025-03-23 12:13:22 +02:00
Elian Doran
613a7d72ad
Merge pull request #1480 from jshprentz/develop
Add {isoMonth} month pattern to day notes
2025-03-23 09:53:40 +02:00
SiriusXT
87c70cb46e Fixed focusing on old windows when opening new windows from tray 2025-03-23 10:44:01 +08:00
Elian Doran
f5a4acc097
Merge branch 'develop' into tray 2025-03-22 19:00:06 +02:00
hasecilu
81e250f5c5
chore(i18n): update Spanish translation 2025-03-22 09:56:22 -06:00
Jin
f42ecb2e83 Merge branch 'develop' into feature/MFA 2025-03-22 15:56:16 +01:00
Jin
e3fb871e4f feat: 🎸 Reformat MFA option page 2025-03-22 15:55:14 +01:00
Elian Doran
ccb98d69fa
fix(mindmap): pane resizer not always working 2025-03-22 16:47:01 +02:00
Elian Doran
ab4e9db864
feat(mindmap): add PNG export 2025-03-22 16:35:07 +02:00
Elian Doran
67bfeda3d9
chore(svg_export): change icon 2025-03-22 16:33:00 +02:00
Elian Doran
7cc8dd082d
feat(mermaid): enable export as PNG (closes #536) 2025-03-22 16:30:19 +02:00
Jin
717ad3b97d feat: 🎸 Port MFA to ts 2025-03-22 14:56:17 +01:00