Commit Graph

1437 Commits

Author SHA1 Message Date
Karol Sójko
1b6dadd4f7 Add precompiling assets 2020-06-17 07:03:07 +02:00
Karol Sójko
0a58c31f11 Add Health Check endpoint 2020-06-17 06:59:27 +02:00
Radek Czemerys
0928e3944c fix: typo in function name 2020-06-15 12:23:33 +02:00
Karol Sójko
5fa8798010 Add prod workflow for github actions 2020-06-10 10:13:18 +02:00
Mo Bitar
230b0d3ac9 Merge pull request #409 from standardnotes/crypto-refactor
refactor: import crypto from sncrypto (dep of snjs)
2020-06-09 09:53:55 -05:00
Baptiste Grob
6c6520eb71 Merge branch '004' into crypto-refactor
# Conflicts:
#	package.json
2020-06-09 16:52:01 +02:00
Baptiste Grob
bc28b56523 fix: import correct sncrypto dep 2020-06-09 16:50:47 +02:00
Baptiste Grob
5e17c3b53d fix: import correct sncrypto dep 2020-06-09 16:43:54 +02:00
Baptiste Grob
8a4f01bcae refactor: add sncrypto dependency 2020-06-09 16:03:46 +02:00
Karol Sójko
e75a18e2bb Fix Docker image name in deployment 2020-06-09 10:23:43 +02:00
Karol Sójko
e31b9aa50b Add initial github actions setup for develop branch 2020-06-09 09:58:21 +02:00
dependabot[bot]
2958d5f389 Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 11:57:16 +00:00
Mo Bitar
9498f2e8f3 refactor: import crypto from sncrypto (dep of snjs) 2020-06-05 11:05:36 -05:00
dependabot[bot]
614126fe0a Bump websocket-extensions from 0.1.4 to 0.1.5
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/faye/websocket-extensions-ruby/releases)
- [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-ruby/compare/0.1.4...0.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 14:53:29 +00:00
Baptiste Grob
6e485e0e8a fix: keep application reference when on pure view controller destruction 2020-06-01 18:38:05 +02:00
Baptiste Grob
36d8b81d2f fix: clear note change listener on editor vie deinit 2020-06-01 18:37:26 +02:00
Baptiste Grob
d2af65c337 feat: add dev-only utilities 2020-06-01 18:08:39 +02:00
Baptiste Grob
b2d6ea00c8 fix: initialize controller state softly 2020-06-01 10:49:51 +02:00
Baptiste Grob
cd43234b5e chore: bundle 2020-05-30 15:04:45 +02:00
Baptiste Grob
b3e8d73a94 feat: when creating a new note, focus on title instead of body 2020-05-30 15:01:45 +02:00
dependabot[bot]
5f2191fb45 Bump puma from 4.3.1 to 4.3.5
Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-22 15:11:33 +00:00
Baptiste Grob
49d8ca666d feat: allow dev server port configuration from CLI 2020-05-13 12:24:28 +02:00
Baptiste Grob
1916a459a0 perf: improve build performance 2020-05-13 09:36:26 +02:00
Johnny A
e61cb53c75 refactor: webpack configuration (#398)
* refactor: webpack configuration

* feat: webpack hot reloading

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2020-05-07 18:11:44 +02:00
Mo Bitar
78e4ae0a16 fix: use snjs proper types location 2020-04-30 11:23:02 -05:00
Mo Bitar
bbfb40dcba update: use uuid for mutator association 2020-04-30 10:52:31 -05:00
Mo Bitar
dee164f4a2 fix: editor status after changing note 2020-04-24 12:55:23 -05:00
Mo Bitar
fa831f775b fix: timing of editor component view unloading 2020-04-23 20:20:56 -05:00
Mo Bitar
7a615bc137 fix: panel resizer callback 2020-04-22 08:32:51 -05:00
Mo Bitar
2ce981a1ea fix: deactivate themes on signout 2020-04-21 17:24:11 -05:00
Mo Bitar
6be8fa93f8 fix: select on focus, wait for value 2020-04-21 14:05:11 -05:00
Mo Bitar
9023f76417 fix: note comparison in template 2020-04-21 13:55:16 -05:00
Mo Bitar
35434f8af3 fix: select first note on sign in 2020-04-21 12:30:43 -05:00
Mo Bitar
f9733f8dac fix: deregister stream observers on editor deinit 2020-04-21 12:17:01 -05:00
Mo Bitar
84de39375c Use SNJS's built-in display sorting and filtering 2020-04-18 21:54:07 -05:00
Mo Bitar
851269200b Fixes 2020-04-17 16:41:51 -05:00
Mo Bitar
8050c9cccd Remove notes tags display 2020-04-17 13:57:43 -05:00
Mo Bitar
0c6b5cbeb7 mv services/state > ui_models/app_state 2020-04-17 13:31:47 -05:00
Mo Bitar
2083ce763f Fixes smart tags, toggling archive, and toggling trashed 2020-04-17 09:28:58 -05:00
Mo Bitar
4451832c9e Fixes user prefs sync race condition 2020-04-16 10:17:19 -05:00
Mo Bitar
c94742d248 Component stack fixes 2020-04-16 09:46:15 -05:00
Mo Bitar
407e3ea0d8 Fixes and improvements related to components 2020-04-15 19:17:08 -05:00
Mo Bitar
1280c2ec52 Editor component management simplification 2020-04-15 13:11:10 -05:00
Mo Bitar
0d44a2ff64 Component management improvements, removal of dependence on noteReady flag 2020-04-15 10:26:55 -05:00
Mo Bitar
a2303aa7af Fixes 2020-04-14 19:59:31 -05:00
Mo Bitar
d91b7bc449 Tags fixes 2020-04-14 18:16:46 -05:00
Mo Bitar
9cf99896a5 Remove dummy concept in favor of editor group and editors 2020-04-14 15:03:22 -05:00
Mo Bitar
ef66170ba4 UI fixes 2020-04-13 18:39:25 -05:00
Mo Bitar
82f71aa923 Move @types to dist 2020-04-13 15:03:43 -05:00
Mo Bitar
31384023d1 Compiled build 2020-04-13 15:01:06 -05:00