Commit Graph

4333 Commits (d3ee0aa8a844fbf35d445fe852269d6cbf30d73f)

Author SHA1 Message Date
zadam d3ee0aa8a8 Merge branch 'stable'
# Conflicts:
#	src/routes/api/files.js
#	src/routes/api/note_revisions.js
#	src/routes/api/notes.js
#	src/services/image.js
2022-06-13 23:04:54 +07:00
zadam 6256bcde2d note revisions and file properties buttons respect protected session 2022-06-13 23:03:56 +07:00
zadam df3fdb59c5 fix saving note revisions, closes #2915 2022-06-13 22:54:08 +07:00
zadam 4cec856e21 simplified updating note content 2022-06-13 22:38:59 +07:00
zadam ec6d93b34f converted help dialog to new pattern 2022-06-13 00:00:15 +07:00
zadam f8fd8e47a9 added rename note bulk action 2022-06-12 23:29:11 +07:00
zadam 7ba619c71d converted note source dialog to new pattern 2022-06-12 19:38:28 +07:00
zadam b678d87c80 converted about dialog to new pattern 2022-06-12 14:03:59 +07:00
zadam 4aaa0f8d8c change tree node icon for selected notes to quickly bring up bulk action dialog 2022-06-12 13:57:22 +07:00
zadam 1bfc5fb77f calculate affected counts and take into account includeDescendants when executing 2022-06-12 10:35:30 +07:00
zadam 63f0e441b9 trigger execute bulk actions 2022-06-12 00:05:46 +07:00
zadam 041b4ea442 Merge remote-tracking branch 'origin/master' 2022-06-11 23:29:59 +07:00
zadam 2115b76047 bulk action dialog converted to widget 2022-06-11 23:29:52 +07:00
sigaloid b530bc548f Add messages prior to possibly long operations 2022-06-11 13:27:41 +07:00
zadam 8e23c15763 Merge branch 'next53'
# Conflicts:
#	src/services/builtin_attributes.js
2022-06-10 23:02:51 +07:00
zadam 23e9bcfdc5 release 0.52.2 2022-06-09 23:39:48 +07:00
zadam 96c4934c00 new default keyboard shortcuts alt+up/down/left/right for moving notes on Mac 2022-06-09 23:38:07 +07:00
zadam 31fb02f810 titleTemplate should be sanitized on import 2022-06-09 21:01:02 +07:00
zadam 5fdb462ed5 fix activating ribbon tabs after note switch 2022-06-08 23:44:43 +07:00
zadam 7d76fb8bf5 merge fix 2022-06-08 22:52:17 +07:00
zadam 0f7fa7a7b7 Merge branch 'master' into next53
# Conflicts:
#	package-lock.json
#	src/routes/api/search.js
2022-06-08 22:51:18 +07:00
zadam e206d9cc68 fix selected note text color 2022-06-08 22:27:36 +07:00
zadam 2d33f570f4 fix bulk/search action delete 2022-06-08 22:25:00 +07:00
zadam 15f8173add fix ugly hover close button 2022-06-07 20:11:43 +07:00
zadam 51bbc23270 Merge branch 'master' into next53 2022-06-06 22:27:21 +07:00
zadam 7609bc78ec allow ignoring DB version for skipping uncritical migrations in case of a downgrade 2022-06-06 22:27:06 +07:00
zadam b4ac41eff8 fix handlers import, closes #2900 2022-06-06 21:59:44 +07:00
zadam f9bee7cd4e introduced bulk action groups 2022-06-05 23:36:46 +07:00
zadam f272238dde fix backend implementation of bulk actions 2022-06-05 23:13:09 +07:00
zadam 773cefe21d refactorings of search actions to bulk actions 2022-06-05 22:46:37 +07:00
zadam 88fa51a34e refactorings of search actions to bulk actions 2022-06-05 22:32:23 +07:00
zadam 4211d0feda Merge branch 'master' into next53 2022-06-05 22:25:14 +07:00
zadam de1c76ee3c typo 2022-06-05 21:24:52 +07:00
zadam ec4fac421b release 0.52.1-beta 2022-06-05 15:00:25 +07:00
zadam f587e0dfd9 added new runOnNoteDeletion, runOnBranchCreation, runOnBranchDeletion, #2898 2022-06-05 14:58:19 +07:00
zadam b5214e6cea disabled button theme/CSS tweaks 2022-06-05 14:35:23 +07:00
zadam 5fbaed61c1 fix "cut to note", closes #2895, #1182 2022-06-03 22:05:18 +07:00
zadam 9ce3e7e7d2 bulk actions WIP 2022-06-03 17:29:08 +07:00
zadam e1cd09df36 implement shift-click to select notes in between clicked and active note, closes #2647 2022-06-03 09:42:35 +07:00
zadam 27b55eb3ee make openOnFocus=false explicit 2022-06-03 08:07:27 +07:00
zadam 8fcc76ad6d fix debounce webpack 2022-06-02 23:26:40 +07:00
zadam ab0f0c5ced fix debounce webpack 2022-06-02 23:25:59 +07:00
zadam 4837dd050b fix bug when giving focus again to autocomplete input when coming back from note type chooser 2022-06-02 23:21:17 +07:00
zadam c0c38a4b49 Merge branch 'master' into next53 2022-06-02 22:32:29 +07:00
zadam 15a9ff4450 when closing / clearing last tab, close all splits 2022-06-02 22:28:25 +07:00
zadam 0a4f419e5e fix when searching for "note.", closes #2889 2022-06-02 17:41:23 +07:00
zadam 7fa531b3d6 add openSplitWithNote() frontend api method, #2891 2022-06-02 17:36:30 +07:00
zadam 3cfca27b54 expose ability to create note revisions in backend API #2890 2022-06-02 17:25:58 +07:00
zadam 93f0596b16 select template when creating note, closes #2813 2022-06-02 14:16:49 +07:00
zadam b204014a11 create note from template WIP 2022-05-31 23:27:45 +07:00