Commit Graph

1124 Commits

Author SHA1 Message Date
Mo Bitar
b075d1b7fb 3.3.5; fixes 2fa login issue in 3.3.4 2020-04-01 18:51:51 -05:00
Mo Bitar
b79c366ee9 3.3.4 2020-04-01 10:18:43 -05:00
Mo Bitar
0ac6fd9c23 Bundle 2020-03-19 12:31:03 -05:00
Mo Bitar
ccbea06269 Merge pull request #392 from standardnotes/fix-lingering-component-actions
Fix component actions still running after destruction
2020-03-19 12:21:56 -05:00
Baptiste Grob
c58c5e47b2 Fix component reloading after destruction 2020-03-18 14:48:43 +01:00
Mo Bitar
be9287c70a Merge pull request #390 from standardnotes/webpack-dev-server
Add webpack dev server
2020-03-12 13:29:24 -05:00
Baptiste Grob
bfbf9d46bb Update readme with correct dev url 2020-03-12 19:27:25 +01:00
Baptiste Grob
f76413b2be remove public/dev.html in favor of index.html 2020-03-12 19:02:32 +01:00
Baptiste Grob
dd0dd1579d Rename dev-index.html to public/dev.html 2020-03-12 18:09:53 +01:00
Mo Bitar
8d4086d417 Merge pull request #385 from standardnotes/stylekit-upgrade
Upgrade stylekit dep to 2.0.22
2020-03-11 16:12:38 -05:00
Baptiste Grob
bbceed8c42 Add webpack dev server 2020-03-11 16:46:01 +01:00
Baptiste Grob
c9270ba112 Update package-lock.json 2020-03-11 15:21:29 +01:00
Mo Bitar
fd94a201b0 Merge pull request #387 from standardnotes/clear-password-field
Clear password/passcode field
2020-03-11 09:18:49 -05:00
Baptiste Grob
0c586681cf Revert "Remove unused argument"
This reverts commit 8392ee17c3.
2020-03-11 15:11:50 +01:00
Baptiste Grob
edff5366a9 Revert "Trim trailing whitespace"
This reverts commit 8bcc4d6222.
2020-03-11 15:11:22 +01:00
Baptiste Grob
8392ee17c3 Remove unused argument 2020-03-10 12:21:33 +01:00
Baptiste Grob
f98fbe695d Clear passcode on failed attempt 2020-03-10 12:21:24 +01:00
Baptiste Grob
8bcc4d6222 Trim trailing whitespace 2020-03-10 12:15:44 +01:00
Baptiste Grob
2c83da83bb Clear password field when canceling login/register 2020-03-10 12:15:32 +01:00
Baptiste Grob
bae57aba1b Clear password field on failed login attempts 2020-03-10 12:14:36 +01:00
Baptiste Grob
34c0460e00 Upgrade stylekit 2020-03-10 11:42:59 +01:00
Mo Bitar
07cb17991d Merge pull request #382 from standardnotes/web-app-manifest
Web App Manifest
2020-03-09 13:45:34 -05:00
Mo Bitar
67234ae467 Merge pull request #383 from futurepaul/patch-1
Fix broken self-hosting link
2020-03-09 12:30:39 -05:00
Paul Miller
57ce2d638a Fix broken self-hosting link 2020-03-09 12:20:25 -04:00
Johnny Almonte
7183f5476f Web App Manifest 2020-03-09 01:50:44 -04:00
Mo Bitar
f2fb716622 3.3.3 2020-02-24 14:18:35 -06:00
Mo Bitar
01d34f70a2 Merge pull request #373 from standardnotes/issue-369
Fix: Can't create new note inside View
2020-02-24 14:14:40 -06:00
Baptiste Grob
2ff9ab8afb Fix: can't create new note inside view 2020-02-20 20:05:57 +01:00
Mo Bitar
f2478c8782 3.3.2 2020-02-13 13:49:20 -06:00
Mo Bitar
74209e48ef Merge pull request #367 from standardnotes/issue-364
Create a new note from search
2020-02-13 13:47:40 -06:00
Mo Bitar
a6271e69de Merge pull request #366 from standardnotes/issue-363
Wait for the note filter text to be cleared before reloading notes after a tag change
2020-02-13 13:33:59 -06:00
Mo Bitar
63ee452888 Merge pull request #365 from standardnotes/fix-default-editor-bug
Fix unable to 'undefault' editor
2020-02-13 13:32:42 -06:00
Baptiste Grob
212726d74f Actually, don't clear the filter text when creating a new note 2020-02-13 17:10:54 +01:00
Baptiste Grob
1c81f4f10d Remove trailing spaces 2020-02-13 17:06:17 +01:00
Baptiste Grob
b61a31309a Fix unable to create new notes from search 2020-02-13 17:05:57 +01:00
Baptiste Grob
fb275ab2e0 Fix: #363
Wait for the note filter text to be cleared before reloading notes after a tag change
2020-02-13 11:00:41 +01:00
Baptiste Grob
7ee934e54c Fix unable to 'undefault' editor 2020-02-12 18:54:31 +01:00
Mo Bitar
982b366866 Merge pull request #361 from standardnotes/fix-auto-signin
Fix auto-signin
2020-02-12 09:22:25 -06:00
Baptiste Grob
8b9a300b12 Fix lint errors 2020-02-12 11:37:48 +01:00
Baptiste Grob
3ab5f7b793 fix auto-signin 2020-02-12 11:26:27 +01:00
Mo Bitar
e8cc5e8723 Remove local files 2020-02-11 11:43:47 -06:00
Mo Bitar
a5795adf75 Dont change note selection on search 2020-02-11 11:38:45 -06:00
Mo Bitar
3d15cc1f70 Merge pull request #358 from standardnotes/lint-task
Revert "eslint --fix: 'expression ? true : false' => '!!expression'"
2020-02-04 09:51:44 -06:00
Mo Bitar
8c898b51be Fixes component stack 2020-02-04 09:44:04 -06:00
Mo Bitar
aa4b80d14a Fixes tagging 2020-02-04 09:40:04 -06:00
Baptiste Grob
449169e9e0 Revert "eslint --fix: 'expression ? true : false' => '!!expression'"
This reverts commit c0759980cc and also disables linting for the cases involved.
2020-02-04 16:36:32 +01:00
Mo Bitar
d23381bd4c Merge pull request #357 from standardnotes/lint-task
Lint task
2020-02-04 09:11:16 -06:00
Baptiste Grob
94f5888961 eslint --fix: let to const 2020-02-04 14:22:02 +01:00
Baptiste Grob
c0759980cc eslint --fix: 'expression ? true : false' => '!!expression' 2020-02-04 14:21:32 +01:00
Baptiste Grob
7d1aff6fe2 eslint --fix: added missing semicolons 2020-02-04 14:20:20 +01:00