- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Today
Today
kamil committed rCOMM066e576587e0: [native] remove comment from `BackupHandler` (authored by kamil).
[native] remove comment from `BackupHandler`
Yesterday
Yesterday
kamil committed rCOMM863c17c11b6c: [native] regenerate backup on every password change (authored by kamil).
[native] regenerate backup on every password change
[web] remove password change feature
kamil committed rCOMM99f4e4a6ccef: [native] allow password change only on primary device (authored by kamil).
[native] allow password change only on primary device
kamil committed rCOMM12c361f274a5: [native] handle invalid CSAT in Backup authenticated API (authored by kamil).
[native] handle invalid CSAT in Backup authenticated API
kamil committed rCOMM618bdb01cda6: [native] add handler for staff to attempt backup restore (authored by kamil).
[native] add handler for staff to attempt backup restore
[native] enable backup handler for staff
kamil committed rCOMM6340aabf2ad2: [native] upload User Keys backup when user is staff (authored by kamil).
[native] upload User Keys backup when user is staff
kamil committed rCOMMaac38bd895c8: [lib][native] create action to set latest `backupID` on User Keys upload (authored by kamil).
[lib][native] create action to set latest `backupID` on User Keys upload
kamil committed rCOMMa4bd9d515d2a: [lib][web][native] Redux store to persist latest backup info (authored by kamil).
[lib][web][native] Redux store to persist latest backup info
kamil committed rCOMM60ab6d1f5f4d: [CommCoreModule] deprecate `computeBackupKey` (authored by kamil).
[CommCoreModule] deprecate `computeBackupKey`
kamil committed rCOMMc93bd7a55df0: [native] make it possible to test signing using Olm Account from User Keys (authored by kamil).
[native] make it possible to test signing using Olm Account from User Keys
kamil committed rCOMM45130c2f0341: [CommCoreModule] sign message with custom Olm Account (authored by kamil).
[CommCoreModule] sign message with custom Olm Account
[CryptoModule] remove `CryptoAccountID`
kamil committed rCOMM0f805007b641: [CryptoModule] store only pickled Olm Account in User Keys Backup (authored by kamil).
[CryptoModule] store only pickled Olm Account in User Keys Backup
kamil committed rCOMMb2bdaac880f7: [CommCoreModule][native] expose getting User Keys (authored by kamil).
[CommCoreModule][native] expose getting User Keys
kamil committed rCOMMfcfa8331011f: [backup-client][native] refactor restoring logic and deprecate `restoreBackup` (authored by kamil).
[backup-client][native] refactor restoring logic and deprecate `restoreBackup`
kamil committed rCOMM9518c5eb72a4: [native] remove `BackupKeys` and use `QRAuthBackupData` (authored by kamil).
[native] remove `BackupKeys` and use `QRAuthBackupData`
kamil committed rCOMMf209543987d5: [CommCoreModule] avoid calling Backup Service to get backup secrets (authored by kamil).
[CommCoreModule] avoid calling Backup Service to get backup secrets
kamil committed rCOMM80e355759ad2: [backup-client] set `backupID` after uploading User Keys (authored by kamil).
[backup-client] set `backupID` after uploading User Keys
rebase before landing v2
rebase before landing
address notes
- rebase
- use useStaffAlert
use useStaffAlert
kamil updated the diff for D14050: [lib][native] create action to set latest `backupID` on User Keys upload.
make reducer pure
- fix typo
- remove migration
- make prop read-only
kamil added inline comments to D14050: [lib][native] create action to set latest `backupID` on User Keys upload.
Mon, Dec 2
Mon, Dec 2
rebase before landing
kamil updated the diff for D14047: [native] make it possible to test signing using Olm Account from User Keys.
rebase
In D14044#391456, @bartek wrote:Nit: Names are now a bit divergent: pickleAccountToString for account-only, and storeAsB64 for account+sessions but return types differ too. IMO storeAsB64 is misleading because Persist type isn't base64.
fix
kamil committed rCOMM1c4a54aec179: [lib] create a hook to check if device is primary (authored by kamil).
[lib] create a hook to check if device is primary
kamil committed rCOMM2e4448a22332: [web][native] add white frame around QR code (authored by kamil).
[web][native] add white frame around QR code
address review
kamil committed rCOMM98f0d29d70bc: [terraform] deploy tunnelbroker 0.18.2 to production (authored by kamil).
[terraform] deploy tunnelbroker 0.18.2 to production
rebase
I think @ashoat should review this to see the user-facing copy
I think @ashoat should review this to see the user-facing copy
Thu, Nov 28
Thu, Nov 28
Wed, Nov 27
Wed, Nov 27
Tue, Nov 26
Tue, Nov 26
kamil published D14050: [lib][native] create action to set latest `backupID` on User Keys upload for review.
kamil published D14047: [native] make it possible to test signing using Olm Account from User Keys for review.
kamil published D14044: [CryptoModule] store only pickled Olm Account in User Keys Backup for review.
I would put this check somewhere earlier in the logic, e.g. in DeepLinksContextProvider.