Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Release #1014

Merged
merged 86 commits into from
Apr 4, 2023
Merged

Release #1014

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
4fade93
Fix compilation
ua741 Mar 19, 2023
6da5198
Add TimerProgress componenet
ua741 Mar 19, 2023
54ee005
Add OTPDisplay component
ua741 Mar 19, 2023
1abfd2a
Add dependency on otpauth and vs-uri
ua741 Mar 19, 2023
50e375e
Add ente Authenticator page with dummy data
ua741 Mar 19, 2023
4faa05a
[ente Authenticator] Add types
ua741 Mar 20, 2023
1454ac6
Add authenticator service to fetch and decrypt codes
ua741 Mar 20, 2023
208e6c0
Refactor
ua741 Mar 20, 2023
5618e65
[ente Authenticator] Remove hardcoded codes
ua741 Mar 20, 2023
937d114
Add hook to download ente auth app
ua741 Mar 20, 2023
aaa3a27
Show authenticator section to internal users only
ua741 Mar 20, 2023
7c8739a
[ente auth] redirect to root if key is missing
ua741 Mar 20, 2023
e8d8ffa
Fix routing on redirect to creds page
ua741 Mar 20, 2023
02e2de1
Hide search box when there's no entry
ua741 Mar 20, 2023
6d094b3
Undo test changes
ua741 Mar 20, 2023
134cd83
Handle error in generating code
ua741 Mar 20, 2023
6cb022d
Fix code generation
ua741 Mar 21, 2023
d2ebf79
Remove logging for rawCode
ua741 Mar 21, 2023
0746def
Log codeInfo
ua741 Mar 21, 2023
aaa301d
[ente authenticator] Handle \r
ua741 Mar 22, 2023
3a3b133
[ente auth] improve parsing of issuer from path
ua741 Mar 22, 2023
7671069
[ente auth] Improve bad code display
ua741 Mar 22, 2023
8d29277
Merge branch 'main' into display_mfa_codes
ua741 Mar 24, 2023
6d9767d
Remove logging
ua741 Mar 25, 2023
4c190a3
Remove exception from log
ua741 Mar 25, 2023
c6da52b
Switch to /auth instead of /authenticator
ua741 Mar 25, 2023
e63260b
Fix typo
ua741 Mar 25, 2023
dcaae1f
Refactor
ua741 Mar 25, 2023
ac713bf
Fix typos
ua741 Mar 25, 2023
f8667bf
Simplify if
ua741 Mar 25, 2023
2069fff
Convert pure data class to interface
ua741 Mar 25, 2023
5688c42
Fix string extraction
ua741 Mar 25, 2023
c245110
Wrap decryption inside tryCatch
ua741 Mar 25, 2023
5e7411c
Extract footer as component
ua741 Mar 25, 2023
a0a15e7
refactor logic to prevent multiple parallel
abhinavkgrd Mar 30, 2023
1e7b347
reset in progress on export fail
abhinavkgrd Mar 30, 2023
7b96c58
better handle error and refactor stopExport
abhinavkgrd Mar 30, 2023
ccdde7a
fix page broke export UI update
abhinavkgrd Mar 31, 2023
b244b60
refactor continuousExport and exportFolder logic
abhinavkgrd Mar 31, 2023
3725f05
make label prop optional
abhinavkgrd Mar 30, 2023
6e0b59d
add messageProps prop dropdownInput
abhinavkgrd Mar 30, 2023
cf9fc7f
added CheckboxInput component
abhinavkgrd Mar 30, 2023
929995a
Add MultilineInput component
abhinavkgrd Mar 30, 2023
f099d83
add delete feedback en strings
abhinavkgrd Mar 30, 2023
ff128ae
added delete feedback form
abhinavkgrd Mar 30, 2023
0ccba4c
fix message styling
abhinavkgrd Mar 31, 2023
1488277
changed feedback required copy
abhinavkgrd Mar 31, 2023
c27bd72
update authenticate modal to use dialogBoxV2
abhinavkgrd Mar 31, 2023
7c12826
add submitButtonProps prop to VerifyMasterPasswordForm
abhinavkgrd Mar 31, 2023
815ae66
remove button stack when no buttons present
abhinavkgrd Mar 31, 2023
0bfefb8
fix dialogBox close
abhinavkgrd Mar 31, 2023
ae03dc2
update CONFIRM_ACCOUNT_DELETION_MESSAGE formatting
abhinavkgrd Mar 31, 2023
7f63247
added EnteButton component
abhinavkgrd Mar 31, 2023
ea18eef
remove success logic from button and fixed loading and success button…
abhinavkgrd Mar 31, 2023
cdb2799
updated to use newer dialog and button components
abhinavkgrd Apr 3, 2023
6d4109b
updated proceed action type
abhinavkgrd Mar 31, 2023
d3fd507
sent reason and feedback to server
abhinavkgrd Mar 31, 2023
feda4a5
remove USING_DIFFERENT_ACCOUNT delete reason and made feedback compul…
abhinavkgrd Mar 31, 2023
a97f14e
trim spaces from feedback
abhinavkgrd Mar 31, 2023
8c8a03d
refactor
ua741 Apr 3, 2023
349d9a3
refactor: rename
ua741 Apr 3, 2023
db95a09
Rename OtpPage -> AuthenticatorCodePages
ua741 Apr 3, 2023
b25d869
Fix nextCode generation timing
ua741 Apr 3, 2023
9a68633
Merge branch 'main' into display_mfa_codes
ua741 Apr 3, 2023
bc19522
fix build
abhinavkgrd Apr 3, 2023
f9b12ac
Fix lint error
ua741 Apr 3, 2023
aca36b5
fix minor issues
abhinavkgrd Apr 3, 2023
a5c7c31
Display ente authenticator codes (#983)
ua741 Apr 3, 2023
fc3612f
New Crowdin translations by GitHub Action
crowdin-bot Apr 3, 2023
042308f
New Translations (#1005)
abhinavkgrd Apr 3, 2023
620b71c
refactor getReasonOptions and made Delete reason value,complete strin…
abhinavkgrd Apr 3, 2023
db6ee8e
wrap select option text
abhinavkgrd Apr 3, 2023
f1dac84
added condition feedback string
abhinavkgrd Apr 3, 2023
b6f3695
Delete feedback (#1001)
abhinavkgrd Apr 3, 2023
74b57d2
New Crowdin translations by GitHub Action
crowdin-bot Apr 3, 2023
b1aca87
update UI to better handled showing progress
abhinavkgrd Apr 3, 2023
4539c5f
removed keepMounted unnecessary after exportService uiUpdaters change
abhinavkgrd Apr 3, 2023
1038a5a
fix build
abhinavkgrd Apr 3, 2023
61926f4
keep local cached currentExportProgress copy to reinitialize
abhinavkgrd Apr 3, 2023
2461c73
New Translations (#1013)
abhinavkgrd Apr 3, 2023
06b3dea
Merge branch 'main' into fix-export-issues
abhinavkgrd Apr 3, 2023
807512e
used setRedirectURL to handle redirection after login for auth page
abhinavkgrd Apr 4, 2023
2740736
use pages enum to set url
abhinavkgrd Apr 4, 2023
5f4be6e
update code-ql trigger branches and add manual run option
abhinavkgrd Apr 4, 2023
05880a3
Fix export issues (#1007)
abhinavkgrd Apr 4, 2023
80bb667
fix client side redirection warning (#1015)
abhinavkgrd Apr 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ name: "CodeQL"

on:
push:
branches: [ master, release ]
branches: [ main, release ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '34 0 * * 2'
workflow_dispatch: # for manually running the action

jobs:
analyze:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"ml-matrix": "^6.8.2",
"next": "^13.1.2",
"next-transpile-modules": "^10.0.0",
"otpauth": "^9.0.2",
"p-queue": "^7.1.0",
"photoswipe": "file:./thirdparty/photoswipe",
"piexifjs": "^1.0.6",
Expand All @@ -77,6 +78,7 @@
"similarity-transformation": "^0.0.1",
"styled-components": "^5.3.5",
"transformation-matrix": "^2.10.0",
"vscode-uri": "^3.0.7",
"workbox-precaching": "^6.1.5",
"workbox-recipes": "^6.1.5",
"workbox-routing": "^6.1.5",
Expand Down