Mo Bitar
|
e0ab938ccf
|
feat: notes display criteria (#530)
* feat: notes display criteria
* chore: remove unused code
* chore: update names
* chore: update snjs version
|
2021-03-04 12:22:14 -06:00 |
|
Baptiste Grob
|
9d017b5745
|
fix: sanitize backup file names for windows
|
2021-03-03 16:46:31 +01:00 |
|
Baptiste Grob
|
a14b7ed411
|
Merge branch 'release/3.6.1' into develop
|
2021-03-03 14:53:49 +01:00 |
|
Baptiste Grob
|
9c7bb08d0e
|
chore(version): 3.6.1
|
2021-03-03 14:52:43 +01:00 |
|
Baptiste Grob
|
d6f7779a76
|
fix: compile error
|
2021-03-03 14:52:29 +01:00 |
|
Baptiste Grob
|
7f7b849ab8
|
feat: decrease editor font size
|
2021-03-03 14:30:56 +01:00 |
|
Baptiste Grob
|
9541886a2c
|
fix: download backup later in the change password process
|
2021-03-03 14:30:52 +01:00 |
|
Baptiste Grob
|
a22a95e928
|
fix: remove white corner dots in dark theme lock screens
|
2021-03-03 11:03:41 +01:00 |
|
Baptiste Grob
|
0d51ed5044
|
Merge branch 'hotfix/3.6.0' into develop
|
2021-03-02 17:49:17 +01:00 |
|
Baptiste Grob
|
7df39e796c
|
fix: change version number to 3.6.0
|
2021-03-02 17:48:36 +01:00 |
|
Baptiste Grob
|
bef17ef534
|
Release/3.6.0 (#527)
* feat: (wip) authorize note access
* fix: remove multiEditorEnabled
* refactor: update SNJS + eslint
* refactor: remove privileges in favor of SNJS protections
* fix: do not close editor when editing an archived note
* chore: remove progress indicator for webpack dev server
* fix: add rel="noreferrer" to bugsnag links
* chore(deps): upgrade snjs
* chore(deps): upgrade snjs
* feat: batch manager protection + react challenge modal + eslint fix
* fix: lint errors
* fix: launch state error
* fix: challenge modal: cancel instead of dismiss when pressing escape
* feat: improve focus styles
* fix: cancel session revoking when pressing escape on confirm dialog
* fix: lint warning
* chore(deps): upgrade minor versions
* feat: make SNWebCrypto a constant
* feat: add random identifier to bugsnag reports
* fix: check onKeyUp instead of onKeyDown
* feat: implement SNJS backup file password retrieval
* chore(deps): upgrade snjs
* feat: display warning banner when using the app with no account
* fix: properly color svg button
* fix: wording
* fix: hide account warning after login + improve key storage wording
* chore(deps): upgrade stylekit
* feat: use stylekit fonts for the editor
* chore(deps): bump nokogiri from 1.10.8 to 1.11.1 (#511)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* chore(deps): bump ini from 1.3.5 to 1.3.8 (#504)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* fix: rename master branch to main
* fix: add missing placeholders for submodules (#516)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* chore(deps): upgrade snjs, babel, typescript, reach, mobx, preact
* feat: clear protection session
* fix: use correct close icon size
* fix: hide protections paragraph when no account or passcode exist
* chore(deps): remove unused dependencies
* fix: button casing
* feat: implement SNApplication.hasProtectionSources
* chore(version): 3.6.0
* feat: enable sessions management for every build
* feat: make "Protected" flag more subtle
* fix: only match protected note title
* fix: remove inconsistencies between protected note label and date
* feat: show warning when protecting a note with no protection source
* feat: make unprotecting a note a protected action
* chore(deps): upgrade snjs
* chore(version): 3.6.0-beta01
* fix: run docker with root to fix crashing on Linux (undoes 62da387d3a) (#525)
* feat: make encrypted backups protected (#524)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: proletarius101 <54175165+proletarius101@users.noreply.github.com>
Co-authored-by: Darius JJ Chuck <79410894+standarius@users.noreply.github.com>
Co-authored-by: Antonella Sgarlatta <antonella@standardnotes.org>
|
2021-03-02 15:44:40 +01:00 |
|
Baptiste Grob
|
0406a07b47
|
Merge branch 'release/3.6.0' into develop
|
2021-03-02 12:07:30 +01:00 |
|
Antonella Sgarlatta
|
d49e508cfc
|
feat: make encrypted backups protected (#524)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
|
2021-03-02 12:06:47 +01:00 |
|
Darius JJ Chuck
|
3fa86428ba
|
fix: run docker with root to fix crashing on Linux (undoes 62da387d3a) (#525)
|
2021-03-02 09:25:58 +01:00 |
|
Baptiste Grob
|
14e2808ac0
|
chore(version): 3.6.0-beta01
|
2021-02-25 17:14:25 +01:00 |
|
Baptiste Grob
|
c94bc0edee
|
chore(deps): upgrade snjs
|
2021-02-25 14:43:44 +01:00 |
|
Baptiste Grob
|
a3f73ba664
|
feat: make unprotecting a note a protected action
|
2021-02-23 10:40:08 +01:00 |
|
Baptiste Grob
|
ef3a962d78
|
feat: show warning when protecting a note with no protection source
|
2021-02-23 09:48:52 +01:00 |
|
Baptiste Grob
|
6a3e070ea6
|
fix: remove inconsistencies between protected note label and date
|
2021-02-22 17:41:45 +01:00 |
|
Baptiste Grob
|
944d5db9b7
|
fix: only match protected note title
|
2021-02-22 12:01:29 +01:00 |
|
Baptiste Grob
|
ed7f093e02
|
feat: make "Protected" flag more subtle
|
2021-02-22 11:40:43 +01:00 |
|
Baptiste Grob
|
4d30d019ee
|
feat: enable sessions management for every build
|
2021-02-19 12:19:31 +01:00 |
|
Baptiste Grob
|
573734e6af
|
chore(version): 3.6.0
|
2021-02-19 11:06:09 +01:00 |
|
Baptiste Grob
|
1852b5e045
|
feat: implement SNApplication.hasProtectionSources
|
2021-02-18 09:48:39 +01:00 |
|
Baptiste Grob
|
734505c133
|
fix: button casing
|
2021-02-15 17:20:13 +01:00 |
|
Baptiste Grob
|
4426eb2c58
|
chore(deps): remove unused dependencies
|
2021-02-15 16:41:16 +01:00 |
|
Baptiste Grob
|
aa34bfc0c6
|
fix: hide protections paragraph when no account or passcode exist
|
2021-02-15 16:28:36 +01:00 |
|
Baptiste Grob
|
523feff6c8
|
fix: use correct close icon size
|
2021-02-15 16:08:10 +01:00 |
|
Baptiste Grob
|
badff1568d
|
feat: clear protection session
|
2021-02-15 15:36:36 +01:00 |
|
Baptiste Grob
|
42282d1bde
|
chore(deps): upgrade snjs, babel, typescript, reach, mobx, preact
|
2021-02-15 11:28:11 +01:00 |
|
Baptiste Grob
|
1fe429644c
|
Merge branch 'hotfix/3.5.20' into develop
|
2021-02-11 16:33:37 +01:00 |
|
Baptiste Grob
|
38707cc977
|
fix: rename master branch to main (#521)
|
2021-02-11 16:33:15 +01:00 |
|
proletarius101
|
2cbc7a08e5
|
fix: add missing placeholders for submodules (#516)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
|
2021-02-11 10:39:00 +01:00 |
|
Baptiste Grob
|
29b720398f
|
fix: rename master branch to main
|
2021-02-11 10:20:11 +01:00 |
|
dependabot[bot]
|
882987537a
|
chore(deps): bump ini from 1.3.5 to 1.3.8 (#504)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
|
2021-02-11 10:16:18 +01:00 |
|
dependabot[bot]
|
fd5f0e2d1e
|
chore(deps): bump nokogiri from 1.10.8 to 1.11.1 (#511)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
|
2021-02-11 10:14:18 +01:00 |
|
Baptiste Grob
|
5cb3bbf435
|
feat: use stylekit fonts for the editor
|
2021-02-10 10:42:45 +01:00 |
|
Baptiste Grob
|
841077ce21
|
chore(deps): upgrade stylekit
|
2021-02-09 17:02:50 +01:00 |
|
Baptiste Grob
|
fab9ca2ad2
|
fix: hide account warning after login + improve key storage wording
|
2021-02-03 11:53:52 +01:00 |
|
Baptiste Grob
|
117d414d6b
|
fix: wording
|
2021-02-02 17:38:44 +01:00 |
|
Baptiste Grob
|
1b34331e93
|
fix: properly color svg button
|
2021-02-02 16:12:02 +01:00 |
|
Baptiste Grob
|
c084268f51
|
feat: display warning banner when using the app with no account
|
2021-02-02 15:40:20 +01:00 |
|
Baptiste Grob
|
94473da61b
|
chore(deps): upgrade snjs
|
2021-01-28 15:31:28 +01:00 |
|
Baptiste Grob
|
d4f02a124d
|
feat: implement SNJS backup file password retrieval
|
2021-01-28 15:28:55 +01:00 |
|
Baptiste Grob
|
1576da01c4
|
fix: check onKeyUp instead of onKeyDown
|
2021-01-27 15:32:26 +01:00 |
|
Baptiste Grob
|
5b7777bb98
|
Merge branch 'hotfix/3.5.19' into develop
|
2021-01-27 11:26:01 +01:00 |
|
Baptiste Grob
|
a3067b7f32
|
Merge branch 'hotfix/3.5.19'
|
2021-01-27 11:26:00 +01:00 |
|
Baptiste Grob
|
5915d9dc90
|
chore(version): 3.5.19
|
2021-01-27 11:25:00 +01:00 |
|
Baptiste Grob
|
929c11addc
|
fix: do not process tab key in editor when document is hidden
|
2021-01-27 11:24:01 +01:00 |
|
Baptiste Grob
|
6489628731
|
fix: disable autocomplete on editor textarea
|
2021-01-27 11:23:36 +01:00 |
|