Commit Graph

4470 Commits (4ff40ba14f6637bcd8522c0ff571e33367037f45)
 

Author SHA1 Message Date
zadam 4ff40ba14f fix sync status in-progress 2021-05-15 13:44:12 +07:00
zadam cecce1df20 electron upgrade 2021-05-14 22:23:11 +07:00
zadam 2030c8e995 fallback value for isErased for 0173 migration, #1937 2021-05-14 21:52:14 +07:00
zadam de6108f95d protected session is now global application state to avoid weird issues with multiple tabs/windows/reloads 2021-05-07 22:23:49 +07:00
zadam fddab59265 added note.executeScript() 2021-05-07 21:23:10 +07:00
zadam f22c76d9fb fix focusing tree from note detail, closes #1897 2021-04-27 23:05:28 +07:00
zadam b1131844d6 fix filling entity changes from Options' Advanced tab, closes #1898 2021-04-27 22:59:08 +07:00
zadam 03f3e46f8b release 0.47.2 2021-04-26 22:32:54 +07:00
zadam 6f1b0b92fe fix searchForNote backend API method 2021-04-26 22:27:12 +07:00
zadam 5e40c03fc9 use Map instead of object where keys can be (reserved) words, fixes #1895 2021-04-26 21:12:46 +07:00
zadam 3b1fb8024f handle undefined in the search ordering 2021-04-26 21:04:22 +07:00
FliegendeWurst 6f49f870ed
Exit on SIGTERM (#1891)
Stopping the systemd service running the server now works properly.
2021-04-25 11:05:09 +07:00
zadam b9133cb683 fix keyboard shortcut for "open externally" 2021-04-24 22:18:25 +07:00
zadam ccac46527c opened file change detection now useable on all note types 2021-04-24 21:56:44 +07:00
zadam dcd35b1ea2 fix broken inline PDF viewer, #1833 2021-04-24 20:27:42 +07:00
zadam a74741343e upload of modified open file WIP 2021-04-24 11:39:59 +07:00
zadam 4ff7e0813d upload of modified open file WIP 2021-04-24 11:39:44 +07:00
zadam 6d2d72fa7f add ERR_ADDRESS_UNREACHABLE as expected sync exception, #1888 2021-04-24 10:17:21 +07:00
zadam 30ec706d37 Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	package.json
#	src/services/build.js
2021-04-22 21:25:15 +07:00
zadam 25ce2e4253 release 0.46.9 2021-04-22 20:50:22 +07:00
zadam b5674223e5 fixed some incorrect order by behavior, #1881 2021-04-22 20:28:26 +07:00
zadam 02988ed2b3 added random ordering 2021-04-22 19:53:11 +07:00
zadam c27f573eed fix line continuation in the release script 2021-04-22 19:39:57 +07:00
zadam c5b0c60797 Merge remote-tracking branch 'origin/master' 2021-04-21 23:03:16 +07:00
zadam 025af8df02 ckeditor 27.1 2021-04-21 23:03:09 +07:00
chee d9e8cff00f
Only add widgets that are executable (#1875)
closes #1874
2021-04-21 22:25:52 +07:00
zadam 1a4f35470c Merge remote-tracking branch 'origin/stable' 2021-04-21 22:04:33 +07:00
zadam 1d99c4e80b fix moving notes with keyboard on Firefox, closes #1865 2021-04-21 22:03:41 +07:00
zadam dc7c64a94d Merge remote-tracking branch 'origin/stable' into stable 2021-04-21 20:38:15 +07:00
zadam dc6a530d8c clear note selection anytime a new note is activated 2021-04-21 20:38:07 +07:00
chee 38b0d05c20
Add .includes to the type check (#1871)
beforehand it would always be `true`
fixes #1869
2021-04-21 20:16:15 +07:00
zadam 6e010dfbd7 fix note preview, closes #1869 2021-04-21 20:14:37 +07:00
zadam 172bdb6118 release 0.47.1-beta 2021-04-19 22:43:03 +07:00
zadam 6136243d61 release 0.47.1-beta 2021-04-19 22:40:50 +07:00
zadam a88a32acae support OPML from MindManager, fixes #1862 2021-04-19 22:33:58 +07:00
zadam 583df35231 log warning about unsucessful login 2021-04-19 21:41:29 +07:00
zadam 634baae796 Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	src/services/build.js
2021-04-19 20:56:56 +07:00
zadam a674a12706 disable tar polluting build log 2021-04-19 20:56:05 +07:00
zadam c29f1af48f use n to force node version
(cherry picked from commit 51d1d8efb8)
2021-04-19 20:51:06 +07:00
zadam 51d1d8efb8 use n to force node version 2021-04-19 20:26:58 +07:00
zadam a8d72c46e4 release 0.46.8 2021-04-18 21:47:45 +07:00
zadam ec36fbd83e release 0.46.8 2021-04-18 21:46:35 +07:00
zadam aedb05cbab release 0.46.8 2021-04-18 21:39:01 +07:00
zadam bb16840a72 release 0.46.8 2021-04-18 21:30:43 +07:00
zadam 7b5d44a329 use official `gh` client instead of `github-release` to execute releases 2021-04-18 21:29:10 +07:00
zadam d3cccae2df implemented audio/video in note content renderer + streaming API #886 2021-04-18 12:40:12 +07:00
zadam 9ba514d930 Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	package-lock.json
#	trilium.iml
2021-04-18 12:39:19 +07:00
zadam 8e1b8ab26c show not set keyboard shortcuts as "not set", #1851 2021-04-15 21:45:37 +07:00
zadam 197537b159 idea config stuff 2021-04-13 21:54:34 +07:00
zadam 917b259e92 add new sync status "unknown" to differentiate from "can't connect", #1844 2021-04-13 21:54:07 +07:00