| 
							
							
								 azivner | 470e1fc19f | logout detection - if user is logged out then we redirect to login page | 2017-09-30 19:45:57 -04:00 |  | 
			
				
					| 
							
							
								 azivner | e28c06ef37 | all APIs are not prefixed with /api | 2017-09-30 10:05:12 -04:00 |  | 
			
				
					| 
							
							
								 azivner | ff58456332 | basic conflict detection based on the audit log | 2017-09-29 00:17:28 -04:00 |  | 
			
				
					| 
							
							
								 azivner | a9698d362f | basic implementation of audit logging | 2017-09-28 23:16:36 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 1d395badfa | password now encrypts random "data key" which is then used for encryption of the actual data | 2017-09-16 23:21:46 -04:00 |  | 
			
				
					| 
							
							
								 azivner | fdc668e28b | scroll to current note in the tree | 2017-09-16 11:37:50 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 5b84487aac | encryption timeout is now configurable in the db | 2017-09-12 23:04:17 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 8bc1bdd5f7 | use generated salts instead of fixed ones | 2017-09-12 21:43:24 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 42c21afa62 | more refactoring | 2017-09-09 12:34:20 -04:00 |  | 
			
				
					| 
							
							
								 azivner | aad90f016b | refactoring - moving stuff to separate files | 2017-09-09 12:06:15 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 07af2de0f5 | encrypted notes are distinguished in the tree by shaded icons | 2017-09-08 23:14:42 -04:00 |  | 
			
				
					| 
							
							
								 azivner | adf18132fb | if parent note is encrypted, then child note will be created as encrypted as well | 2017-09-08 22:43:02 -04:00 |  | 
			
				
					| 
							
							
								 azivner | fe3d3c1995 | note titles are now encrypted as well - plus auto-decryption of note tree and unloading | 2017-09-06 23:13:39 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 7bc322f9a1 | using globalTree consistently | 2017-09-06 21:34:54 -04:00 |  | 
			
				
					| 
							
							
								 azivner | b6007a25e8 | fix for note duplication in recent notes | 2017-09-06 21:11:19 -04:00 |  | 
			
				
					| 
							
							
								 azivner | a024978d7b | jquery ui dialog for encryption password | 2017-09-05 23:48:41 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 1f7f7d105c | implemented insert after and insert into in context menu | 2017-09-04 13:27:54 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 390568d743 | added context menu on tree items - implemented cut, paste into, paste after | 2017-09-04 13:22:24 -04:00 |  | 
			
				
					| 
							
							
								 azivner | c9f634452e | added drag & drop on tree items | 2017-09-04 12:02:34 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 573e2f7ace | cleanup | 2017-09-03 18:50:56 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 81c534104f | recent notes and insert link now include whole note path | 2017-09-03 15:08:17 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 361e69d236 | node filtering now scans also note content (using backend) | 2017-08-29 22:58:44 -04:00 |  | 
			
				
					| 
							
							
								 azivner | e862ddae13 | cleanup | 2017-08-29 22:25:58 -04:00 |  | 
			
				
					| 
							
							
								 azivner | a7180e0e19 | button for collapsing tree, button for new top level note | 2017-08-29 20:58:53 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 36dbcfcce0 | search notes input box | 2017-08-28 23:10:04 -04:00 |  | 
			
				
					| 
							
							
								 azivner | a25f15c9ab | activating next element in tree after deleting the tree node | 2017-08-27 10:33:12 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 001d91172a | better handling of renames in recent notes list (but hacky and not perfect) | 2017-08-27 10:30:32 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 9d260e9f5c | handling of cloned notes moved to backend which should fix some annoying behaviors | 2017-08-23 21:43:02 -04:00 |  | 
			
				
					| 
							
							
								 azivner | f19c972d26 | cleanup | 2017-08-23 20:09:28 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 7a156afbf1 | move from shift+insert to ctrl+insert because shift+insert can paste clipboard content into the note | 2017-08-23 20:05:54 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 2692ca14ca | noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded | 2017-08-22 21:32:03 -04:00 |  | 
			
				
					| 
							
							
								 azivner | e58b8e6c40 | last note viewed is displayed after loading the app. Doesn't work well with cloned notes yet, also scrolling to the item in the tree doesn't work yet. | 2017-08-22 21:23:10 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 1aeb0eec59 | auto linkification (plus some refactorings to silent pycharm warnings) | 2017-08-21 21:31:23 -04:00 |  | 
			
				
					| 
							
							
								 azivner | bcc4f22cf5 | better autosave - only once per 5 seconds with guaranteed save when changing notes | 2017-08-16 20:41:41 -04:00 |  | 
			
				
					| 
							
							
								 azivner | b986e93356 | support for cloned notes including updating clones. Creating clones is not supported. Renaming is handled a bit differently - all clones and original share the same name, while in Notecase desktop each clone has separate name. | 2017-08-15 21:29:12 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 6fe81cd93a | various small usability improvements | 2017-08-13 21:42:10 -04:00 |  | 
			
				
					| 
							
							
								 azivner | 6efe28c283 | WIP authentication with flask-login, restructuring of static files | 2017-06-12 23:28:38 -04:00 |  |