Commit Graph

11171 Commits

Author SHA1 Message Date
Elian Doran ef487f46d1 Merge branch 'develop' into feature/task_list 2025-02-20 17:34:36 +02:00
Elian Doran ca1d5207d8 fix(build): try using ARM runner for building docker 2025-02-20 17:10:16 +02:00
Elian Doran f6b6b2e740 feat(test): ensure backend translations are valid JSON 2025-02-20 12:42:42 +02:00
Elian Doran c255af67c9 fix(i18n): Chinese translations missing due to invalid JSON 2025-02-20 12:40:11 +02:00
Elian Doran 34b4e6d069 feat(test): ensure frontend translations are valid JSON 2025-02-20 12:39:56 +02:00
Elian Doran 4e01534d76 refactor(i18n): move list of locales out of options 2025-02-20 12:27:33 +02:00
Elian Doran a433c9c189 feat(tasks): add SQL migration 2025-02-20 12:07:10 +02:00
Elian Doran 62c96fc95e feat(tasks): implement basic refresh support 2025-02-19 22:34:52 +02:00
Elian Doran c0d3e8d834 feat(tasks): filter by parent note 2025-02-19 22:13:13 +02:00
Elian Doran bb822126cd feat(tasks): store parent note ID 2025-02-19 21:52:33 +02:00
Elian Doran 034b93c99c feat(tasks): support entities reloaded properly 2025-02-19 21:30:53 +02:00
Elian Doran f743f634b4 feat(tasks): hide completed tasks for now 2025-02-19 20:33:20 +02:00
Elian Doran 9ed075b675 fix(tasks): task list not clearing properly 2025-02-19 20:02:43 +02:00
Elian Doran 7f0df441b5 fix(tasks): initial state for checkbox 2025-02-19 19:45:23 +02:00
Elian Doran 2de46eb5d2 fix(build): task row should be optional 2025-02-19 19:37:07 +02:00
Elian Doran 2a3546edd5 feat(client/tasks): display completed tasks 2025-02-19 19:27:04 +02:00
Elian Doran 7c0b43db85 feat(tasks): mark tasks as completed 2025-02-19 19:22:38 +02:00
Elian Doran d4ef15212f style(tasks): improve individual items design 2025-02-19 18:40:26 +02:00
Elian Doran ad492619f5 style(tasks): floating header 2025-02-19 18:30:39 +02:00
Elian Doran 35af12b6e7 fix(vscode): F5 to start server 2025-02-19 18:18:28 +02:00
Elian Doran 0baa804544 fix(server/tasks): becca not updating on task creation 2025-02-19 18:18:20 +02:00
Elian Doran 575ef5e10e fix(build): missing note type in help button 2025-02-19 18:14:49 +02:00
Elian Doran 6b5d905ebe fix(client/file): flicker when too big alert is not needed 2025-02-19 13:43:50 +02:00
Elian Doran 61f2e35717 feat(client/file): trim big files in order to improve performance 2025-02-19 13:41:05 +02:00
Elian Doran 4a34d5b2df Merge pull request #1227 from greg1904/feat/german_translation
feat/german translation - adding missing translations from base english and adding adjustments of inconsistent german translations
2025-02-19 09:39:37 +02:00
greg1904 549917c1f1 small consistency adjustment 2025-02-18 23:56:15 +01:00
greg1904 4ed3a28e29 german adjustments 2025-02-18 23:49:27 +01:00
greg1904 c261bf7f7a Kind --> Unternotiz and some other additions 2025-02-18 23:30:14 +01:00
greg1904 62c9e865f5 added some fields in translation.json + switched "Hinweis" to "Notiz" 2025-02-18 23:12:57 +01:00
greg1904 e35ff07b9b Launchbar --> Startleiste 2025-02-18 22:25:05 +01:00
greg1904 fbc4206908 adding new fields for launchbar to german translation 2025-02-18 22:18:55 +01:00
Elian Doran 0b8e3b976f fix(client/tasks): error due to froca update 2025-02-18 21:16:32 +02:00
Elian Doran 373e0b45f2 fix(server/tasks): missing utcDateModified causing errors on create 2025-02-18 21:07:06 +02:00
Elian Doran c00505cd7b feat(client/tasks): create flow for creating a task 2025-02-18 21:06:51 +02:00
Elian Doran fc1ee7c6f0 feat(client/tasks): add a text box for adding a new task 2025-02-18 20:01:04 +02:00
Elian Doran 7cba5a7c7d feat(client/tasks): display tasks 2025-02-18 19:58:00 +02:00
Elian Doran 1024733252 feat(client/tasks): create task list note type 2025-02-18 19:42:27 +02:00
Elian Doran 17f9fa7e89 feat(tasks): add POST API 2025-02-18 19:30:02 +02:00
Elian Doran 98dff61305 feat(tasks): add GET API 2025-02-18 19:06:02 +02:00
Elian Doran c0e42e23a6 feat(tasks): create backend model for task 2025-02-18 18:42:26 +02:00
Elian Doran 50d37bbcb1 chore(client/ts): port note_type 2025-02-17 22:28:54 +02:00
Elian Doran 6706332be3 Merge pull request #1204 from TriliumNext/feat_timeScaleSelectWidget
feat: add time selector option widget
2025-02-17 22:23:29 +02:00
Elian Doran 16caae191e fix(geomap): stuck viewport and zoom when switching between two geomaps 2025-02-17 21:59:02 +02:00
Elian Doran c7d75b759c feat(webview): remove disclaimer 2025-02-17 21:50:59 +02:00
Elian Doran b837c57d06 chore(lock): update 2025-02-17 21:49:34 +02:00
Elian Doran ef3a75d58e feat(webview): set up some sandboxing for <iframe> 2025-02-17 21:49:24 +02:00
Elian Doran 59b474df35 feat(webview): render in browser using iframe 2025-02-17 21:26:00 +02:00
Elian Doran fd47412d51 chore(client/ts): port web_view 2025-02-17 21:22:58 +02:00
Elian Doran 237f2ead73 fix(ci): server platform name missing due to invalid input 2025-02-17 21:16:53 +02:00
Elian Doran 558bee72e9 fix(ci): add missing zip for Windows on nightly 2025-02-17 21:15:12 +02:00