Commit Graph

  • 98f80998b9 fix electron build azivner 2018-04-05 19:29:27 -04:00
  • 69727d0b12 release 0.10.0-beta v0.10.0-beta azivner 2018-04-04 23:57:46 -04:00
  • 84faf32b98 updated scripts azivner 2018-04-04 23:55:19 -04:00
  • 6ed6e27602 startup script running fix azivner 2018-04-04 23:51:47 -04:00
  • fb54678fef getNoteWithLabel fix azivner 2018-04-04 23:43:54 -04:00
  • 2cdcb3af12 camel casing and fixes azivner 2018-04-04 23:04:31 -04:00
  • cf7a336ac2 camel case for reddit labels and run values azivner 2018-04-04 22:29:11 -04:00
  • abfc64af95 script to generate large documents, closes #55 azivner 2018-04-03 22:15:28 -04:00
  • 42dd8d4754 smaller refactorings azivner 2018-04-02 22:53:01 -04:00
  • a4e64350e9 fixed schema, initial setup azivner 2018-04-02 22:33:54 -04:00
  • 6f567e3e10 camelCase builtin labels azivner 2018-04-02 21:56:55 -04:00
  • c6c76ba360 option names now follow camelCase azivner 2018-04-02 21:47:46 -04:00
  • 429d3f518e moved instanceName to index.ejs azivner 2018-04-02 21:34:28 -04:00
  • 26e4ad9bf9 separated DB initialization methods into sql_init azivner 2018-04-02 21:25:20 -04:00
  • 6ab0cea4e3 split out dateUtils on the backend azivner 2018-04-02 20:46:46 -04:00
  • 277368ab43 simplified new entity ID allocation azivner 2018-04-02 20:30:00 -04:00
  • e2921a648d refactored backend to use new naming convention for modules azivner 2018-04-01 21:27:46 -04:00
  • c765dbc5cf continuing in API review azivner 2018-04-01 20:50:58 -04:00
  • a066c6fe2b changes in API format azivner 2018-04-01 20:33:10 -04:00
  • 311952d4dd renamed settings to options for consistency azivner 2018-04-01 17:41:28 -04:00
  • 96dab5d51e smaller refactorings continued azivner 2018-04-01 17:38:24 -04:00
  • 15d951b04e smaller refactorings continued azivner 2018-04-01 12:45:35 -04:00
  • 8ba830c04b smaller refactorings continued azivner 2018-04-01 12:03:21 -04:00
  • acc82f39c4 smaller refactorings continued azivner 2018-04-01 11:42:12 -04:00
  • fad0ec757b smaller refactorings (mostly entitization) azivner 2018-04-01 11:05:09 -04:00
  • c9d73c6115 renamed outstanding attribute references to labels azivner 2018-04-01 09:59:44 -04:00
  • ab2f28ceef added missing sync check hashes azivner 2018-03-31 23:19:54 -04:00
  • 87e415992c removed support for old option schema of opt_name and opt_value azivner 2018-03-31 23:11:43 -04:00
  • 12439d8761 refactoring of note deletion azivner 2018-03-31 23:08:22 -04:00
  • 4f200c73dc refactoring of note creation azivner 2018-03-31 22:23:40 -04:00
  • 5f7e74e15c refactoring of note update azivner 2018-03-31 22:15:06 -04:00
  • e8a5d0ae16 converted note revision protection to repository/entities azivner 2018-03-31 10:51:37 -04:00
  • 088fb00ca9 repository is now stateless azivner 2018-03-31 09:07:58 -04:00
  • 05676f3459 removed dataKey where it's not necessary anymore (use of CLS instead) azivner 2018-03-31 08:53:52 -04:00
  • 5d203b2278 removed sourceId where it's not necessary (stored in CLS instead) azivner 2018-03-30 19:41:54 -04:00
  • 795d50f02e converted of web (non-api) routes, basic conversion completed azivner 2018-03-30 19:31:22 -04:00
  • cfe0ae1eda converted file, script, search and sender routes azivner 2018-03-30 17:29:13 -04:00
  • aa57a64c61 converted image and maintainance routes azivner 2018-03-30 17:07:41 -04:00
  • e36a81e189 converted export/import notes azivner 2018-03-30 15:34:07 -04:00
  • 88c07a9e48 converted sync route azivner 2018-03-30 14:27:41 -04:00
  • bfd9f292a6 Merge remote-tracking branch 'origin/stable' azivner 2018-03-30 14:05:11 -04:00
  • 9edee9340b converted settings, note revisions, password change and recent changes routes azivner 2018-03-30 13:56:46 -04:00
  • 8550ed72f2 converted cloning and label routes azivner 2018-03-30 13:20:36 -04:00
  • efffc29649 initial work on new router model azivner 2018-03-30 12:57:22 -04:00
  • 0ec909fd7a added basic CLS support with re-entrant transactions azivner 2018-03-28 23:41:22 -04:00
  • b10b0048f3 split out library loader azivner 2018-03-27 22:42:46 -04:00
  • 9bb188b519 fix unnecessary popups about leaving the page azivner 2018-03-27 22:27:46 -04:00
  • 7464835058 renamed "attachment" to "file" for consistency azivner 2018-03-27 22:11:06 -04:00
  • 913b6bb6f6 abstracted note detail components azivner 2018-03-27 21:46:38 -04:00
  • 000cf99546 split out render and search from note detail service azivner 2018-03-27 21:36:01 -04:00
  • c918267750 separated attachments out of note detail azivner 2018-03-27 00:27:38 -04:00
  • 68921ee59b separated text and code handling out of note detail service azivner 2018-03-27 00:22:02 -04:00
  • 7e856283ee some refactorings of note detail service azivner 2018-03-26 23:48:45 -04:00
  • 9c1b8da573 split out keybindings out of tree service azivner 2018-03-26 23:25:54 -04:00
  • cb39b9cca8 split out tree_builder azivner 2018-03-26 23:18:50 -04:00
  • 788ac43ad1 further refactorings, got rid of init.js azivner 2018-03-26 22:29:14 -04:00
  • 57d19f3302 refactored moving note in the tree azivner 2018-03-26 22:11:45 -04:00
  • 68bba623b6 split up autocomplete related functionality azivner 2018-03-26 21:50:47 -04:00
  • 35998058ce introduced NoteFull entity, fixes azivner 2018-03-25 23:25:17 -04:00
  • cdf94181d2 got rid of instanceName in tree service azivner 2018-03-25 22:56:23 -04:00
  • 91ee90d827 cleanup in tree service azivner 2018-03-25 22:37:02 -04:00
  • d3316cd09c reduced dependencies of utils azivner 2018-03-25 21:29:35 -04:00
  • ac1b06967f decoupled protected session holder from presentation stuff and similar things azivner 2018-03-25 21:16:57 -04:00
  • 47eb1e3e02 refactored all mentions of "history" to "revision" azivner 2018-03-25 20:52:38 -04:00
  • a69d8737ce fixed image upload and eslint azivner 2018-03-25 20:18:08 -04:00
  • 341f47f0f2 moved dialog entrypoints into bootstrap, fixes azivner 2018-03-25 19:49:33 -04:00
  • 19c605a9a8 labels have now alt-l shortcut to correspond with the renaming azivner 2018-03-25 15:47:31 -04:00
  • 54e4f54678 all access to notes and branches is now async so we can lazy load it in the future azivner 2018-03-25 14:49:20 -04:00
  • 297a2cd9da renamed service variables to conform to new naming scheme azivner 2018-03-25 13:41:29 -04:00
  • d746d707b5 unblocking infinite cycle azivner 2018-03-25 13:13:26 -04:00
  • 299252b650 making WS connection asynchronous to not block module registration azivner 2018-03-25 13:08:58 -04:00
  • fddd1c278f moved services into the service directory azivner 2018-03-25 13:02:39 -04:00
  • f52d7e3c28 split tree_cache and entities from note_tree azivner 2018-03-25 12:29:00 -04:00
  • a699210a29 using ES6 modules for whole frontend SPA app azivner 2018-03-25 11:09:17 -04:00
  • b3c32a39e9 fix for moving the notes azivner 2018-03-25 10:06:14 -04:00
  • df27533b66 fixes after refactorings azivner 2018-03-25 00:20:55 -04:00
  • b96a1274c5 all JS functions are now inside old-school JS modules, preparation for ES6 modularization azivner 2018-03-24 23:58:58 -04:00
  • 001a5107dd ScriptApi separated from ScriptContext, preparation for modularisation azivner 2018-03-24 23:45:36 -04:00
  • c8e456cdb1 refactoring utils into module azivner 2018-03-24 23:37:55 -04:00
  • 0f6b00e1c8 fixes after refactoring, base functionality works again azivner 2018-03-24 23:00:12 -04:00
  • 5ea060a054 renaming attributes to labels in readme azivner 2018-03-24 22:17:31 -04:00
  • 95bb2cf0bb renaming attributes to labels, fixes #79 azivner 2018-03-24 22:02:26 -04:00
  • 4c472ce78b renaming note_tree to branch azivner 2018-03-24 21:39:15 -04:00
  • 511fb89af0 WIP refactoring of data structures in note tree azivner 2018-03-24 20:41:27 -04:00
  • 7e524c0cd1 removed some warnings in idea azivner 2018-03-24 12:52:58 -04:00
  • e3e2dc9fff first POC of ES6 module azivner 2018-03-24 11:18:46 -04:00
  • 1612e9093d removed all onclick handlers from index template azivner 2018-03-24 00:54:50 -04:00
  • f8649feea4 saved search can now be created from the search dialog azivner 2018-03-23 23:08:29 -04:00
  • ac978c3fa7 upgrade to electron 2.0.0-beta.5, fixes #65 azivner 2018-03-23 21:01:49 -04:00
  • efcc804149 redesign search buttons azivner 2018-03-13 20:02:00 -04:00
  • db514e8f41 display note type only for non-search notes azivner 2018-03-13 19:47:34 -04:00
  • 9c32f66329 context menu disables actions not applicable to search note azivner 2018-03-13 19:31:07 -04:00
  • 0fd5102a26 added consistency check for search note not containing children azivner 2018-03-13 19:18:52 -04:00
  • 840af15dae release 0.9.2 v0.9.2 azivner 2018-03-13 08:22:25 -04:00
  • f1b0b3bcdb basic implementation of saved searches finished, closes #83 azivner 2018-03-12 23:27:21 -04:00
  • e5c0acbb43 note tree refactorings azivner 2018-03-12 23:14:09 -04:00
  • 834661c461 Merge remote-tracking branch 'origin/master' azivner 2018-03-12 20:00:29 -04:00
  • 5204ab5a7e refactoring of note tree azivner 2018-03-12 20:00:19 -04:00
  • 74862536a8 Merge branch 'stable' azivner 2018-03-12 19:46:43 -04:00
  • a24f1f5b95
    Merge pull request #90 from gitter-badger/gitter-badge zadam 2018-03-11 18:52:32 -04:00