Commit Graph

8709 Commits

Author SHA1 Message Date
Jin a3d9b04d96 port history navigation, remove redundance 2025-02-28 15:45:26 +01:00
Jin c67445f511 optimize month selector behavior 2025-02-28 15:09:28 +01:00
Jin a99c86ea9f port calender to ts 2025-02-28 15:09:01 +01:00
Elian Doran 06a439e95d feat(options/apperance): hide layout orientation section 2025-02-27 19:31:36 +02:00
Elian Doran 5435b3c8fd feat(calendar): allow customisable start & end dates 2025-02-27 00:02:58 +02:00
Elian Doran fd66da95f3 fix(options/etapi): comments being visible to the user 2025-02-26 23:42:03 +02:00
Elian Doran 8e5762b125 chore(i18n/ro): translate new messages 2025-02-26 23:09:39 +02:00
Elian Doran bee1df4fdf feat(options/etapi): open swagger UI in in-app-help 2025-02-26 23:06:35 +02:00
Elian Doran 4df76fafe1 Merge branch 'develop' into feat_add-link-to-swagger-ui 2025-02-26 22:46:31 +02:00
Elian Doran 5d61f9fb12 fix(tasks): alignment of checkbox 2025-02-26 22:43:38 +02:00
Elian Doran 09f7645925 feat(tasks): improve layout 2025-02-26 22:43:38 +02:00
Elian Doran 2ea85dc238 feat(tasks): trim task name 2025-02-26 22:43:38 +02:00
Elian Doran d0c703515b feat(tasks): display due date without time 2025-02-26 22:43:38 +02:00
Elian Doran 89eab387ba chore(test): html coverage 2025-02-26 22:43:38 +02:00
Elian Doran 6f9fd76465 fix(share): double request of credentials 2025-02-26 22:43:38 +02:00
Elian Doran 7ea3cb71f3 chore(server/test): password protected share 2025-02-26 22:43:38 +02:00
Elian Doran fa60295ab2 feat(note_list): improve file footer 2025-02-26 22:43:38 +02:00
Elian Doran ab5df9e010 feat(note_list): improve video preview 2025-02-26 22:43:38 +02:00
Elian Doran e330d91df2 feat(file): display videos in full width 2025-02-26 22:43:38 +02:00
Elian Doran 07c2342b7b feat(file): display video in full-width & full-height 2025-02-26 22:43:38 +02:00
Panagiotis Papadopoulos 0f1b4614fb chore(options/etapi): add TODO notice to get rid of current workaround 2025-02-26 21:07:56 +01:00
Panagiotis Papadopoulos f1f5839ea2 feat(options/etapi): link to the swagger UI that we ship
since we are shipping it, why not link to it as well :-)
2025-02-26 21:07:56 +01:00
Panagiotis Papadopoulos ba84c694b2 i18n(options/etapi): improve translatability of description string
convert the split up string into a single interpolated string,
which improves translatability (and allows LTR translations)
2025-02-26 21:07:56 +01:00
Elian Doran bd933dde28 chore(test): disable download of images 2025-02-26 18:58:08 +02:00
Elian Doran ef736edf09 chore(test): separate client & server tests 2025-02-26 18:39:00 +02:00
Elian Doran d92959e23a chore(i18n): reach 100% for Romanian 2025-02-26 17:44:25 +02:00
Elian Doran 3c8a42ed73 Merge pull request #1289 from Potjoe-97/FR-tra
Translation : FR update & tweaks
2025-02-26 17:33:27 +02:00
Elian Doran 43b1b8a306 Merge pull request #1286 from TriliumNext/fix_views_appPath_#1285
fix: EJS crash after failed login
2025-02-26 17:32:53 +02:00
Potjoe-97 f04d749440 Update translation.json 2025-02-26 15:47:25 +01:00
Panagiotis Papadopoulos 1a0c35f43d refactor(routes/login): use "shorter" syntax for passing to ejs render 2025-02-26 08:50:36 +01:00
Panagiotis Papadopoulos 0aa1d602a1 fix(routes/login): add missing "appPath" to ejs render 2025-02-26 08:45:35 +01:00
Jin d28dfc2b64 port toc widget button 2025-02-26 00:53:15 +01:00
Elian Doran c935cb65a0 fix(tasks): not being able to mark tasks as done 2025-02-25 20:10:57 +02:00
Elian Doran e7601f65bb feat(tasks): highlight overdue tasks 2025-02-25 19:55:10 +02:00
Elian Doran 64647df043 feat(tasks): sort by due date 2025-02-25 19:48:26 +02:00
Elian Doran 5838ac3bca feat(tasks): display due date in calendar-relative format 2025-02-25 19:38:15 +02:00
Elian Doran 7bc9114976 feat(tasks): display due date 2025-02-25 19:19:09 +02:00
Elian Doran 637ba78100 feat(tasks): display due date in editable textbox 2025-02-25 18:40:20 +02:00
Elian Doran fcd7b986aa feat(tasks): make due date editable 2025-02-25 18:36:46 +02:00
Elian Doran 84e8559401 feat(tasks): allow only one editable section at one time 2025-02-25 17:46:17 +02:00
Elian Doran 06831ddc76 feat(tasks): start implementing expandable edit container 2025-02-25 17:43:28 +02:00
Elian Doran 175852f6cb refactor(client): remove unnecessary return type 2025-02-25 17:20:13 +02:00
Jin 1be92baf4a remove edit_button.js 2025-02-25 02:11:53 +01:00
Jin 16b58a58a3 port js to ts 2025-02-25 02:02:20 +01:00
Elian Doran 34762236d1 fix(build): errors due to missing command 2025-02-24 22:50:16 +02:00
Elian Doran d85c670d7b Merge pull request #1268 from TriliumNext/port/client_ts
Port note tree to TypeScript
2025-02-24 21:59:31 +02:00
Elian Doran 23d01ec351 fix(build): type definitions for context menu 2025-02-24 21:35:35 +02:00
Elian Doran 7874e88b4a fix(build): fancytree's JQuery UI interfering with bootstrap 2025-02-24 21:35:23 +02:00
Elian Doran 28ed616fa6 feat(search): focus on search string by default 2025-02-24 13:51:02 +02:00
Elian Doran 675a5e96e6 chore(client/ts): port search_string 2025-02-24 13:50:08 +02:00