web/.gitignore

39 lines
559 B
Plaintext
Raw Normal View History

.eslintcache
2016-12-06 02:33:27 +03:00
.DS_Store
2022-06-07 15:18:41 +03:00
.vscode
.idea
2022-06-07 15:18:41 +03:00
node_modules
2022-06-10 18:15:44 +03:00
.sass-cache
2016-12-06 02:33:27 +03:00
.env
.ssh
dump.rdb
.vscode
yarn-error.log
package-lock.json
codeqldb
feat: handle unprotected session expiration (#779) * feat: hide note contents if the protection expires when the protected note is open and wasn't edited for a while * feat: handle session expiration for opened protected note for both plain advanced editors * fix: if after canceling session expiry modal only one unprotected note stays selected, show its contents in the editor * refactor: handle session expiration for opened protected note (move the logic to web client) * feat: handle the case of selecting "Don't remember" option in session expiry dialog * test (WIP): add unit tests for protecting opened note after the session has expired * test: add remaining unit tests * refactor: move the opened note protection logic to "editor_view" * refactor: reviewer comments - don't rely on user signed-in/out status to require authentication for protected note - remove unnecessary async/awaits - better wording on ui * refactor: reviewer's comments: - use snjs method to check if "Don't remember" option is selected in authentication modal - move the constant to snjs - fix eslint error * refactor: avoid `any` type for `appEvent` payload * test: add unit tests * chore: update function name * refactor: use simpler protection session event types * refactor: protected access terminology * refactor: start counting idle timer after every edit (instead of counting by interval in spite of edits) * test: unit tests * style: don't give extra brightness to the "View Note"/"Authenticate" button on hover/focus * chore: bump snjs version * chore: put snjs "beta" version * fix: run protection timeout when the note is marked as protected * chore: snjs version bump * refactor: immediately lock the note if it's marked as "Protected" * refactor: rename component, directive and some props * refactor: remove extra check * refactor: rename the method * chore: update snjs version Co-authored-by: Mo Bitar <me@bitar.io>
2021-12-20 19:54:37 +03:00
coverage
2022-06-10 19:57:33 +03:00
lerna-debug.log
2022-06-09 17:45:15 +03:00
2022-07-05 20:53:52 +03:00
packages/web/dist
packages/filepicker/dist
packages/features/dist
packages/encryption/dist
2022-07-05 21:35:19 +03:00
packages/files/dist
2022-07-05 21:47:11 +03:00
packages/models/dist
2022-07-05 21:51:42 +03:00
packages/services/dist
2022-07-06 12:33:25 +03:00
packages/utils/dist
2022-07-06 12:53:39 +03:00
packages/api/dist
2022-07-06 12:59:04 +03:00
packages/responses/dist
packages/sncrypto-common/dist
packages/sncrypto-web/dist
2022-07-06 15:04:18 +03:00
packages/snjs/dist
2022-07-05 20:28:22 +03:00
2022-06-09 17:45:15 +03:00
**/.pnp.*
**/.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
2022-06-12 20:11:00 +03:00
!.yarn/versions
!.yarn/cache