1
0
mirror of https://github.com/vwxyzjn/portwarden synced 2026-02-22 12:23:34 +00:00

56 Commits

Author SHA1 Message Date
Costa Huang
61e30de097 API-17 # When the user cancels the backup, delete stored credentails 2018-12-19 00:38:48 -05:00
Costa Huang
ceba95010a Master # Encrypt the backup passphrase 2018-12-19 00:37:35 -05:00
Costa Huang
ebc1eb0be8 API-13 # Update the access token when logging in. 2018-12-13 11:43:57 -05:00
Samridh Prasad
cc64d959a8 Master # Added diagrams for the architecture, removed old version 2018-12-06 19:06:00 -05:00
Costa Huang
e1503d8723 Master # Create directory if not exists 2018-12-06 12:48:41 -05:00
Costa Huang
60284792e0 Master # Always create the BITWARDENCLI_APPDATA_DIR dir 2018-12-06 12:34:57 -05:00
Costa Huang
0da11fa6b2 Master # Delete unneccesary error handling 2018-12-06 11:00:53 -05:00
Costa Huang
0ab41896ad Master # Make sure the user can cancel bakcup 2018-12-06 11:00:04 -05:00
Costa Huang
a7a3e7c861 Master # output errors 2018-12-06 10:23:01 -05:00
Costa Huang
b547481103 Master # Make BackupDefaultSleepMilliseconds a env variable 2018-12-06 10:21:54 -05:00
Costa Huang
66c2f6c88c API-6 # Update the lock file 2018-12-03 18:32:56 -05:00
Costa Huang
b72429dc12 API-6 # Use middleware that is friendly to OPTIONS requests 2018-12-03 17:46:05 -05:00
Costa Huang
7edc0d862f API-6 # Handle exisiting users 2018-12-03 10:15:24 -05:00
Costa Huang
5def1e5ca3 API-6 # All works now 2018-12-02 11:53:27 -05:00
Costa Huang
f8e8101bce API-6 # Update access token 2018-12-02 10:46:03 -05:00
Costa Huang
416eab31ae API-6 # Allow the user to cancel backup setup 2018-12-02 10:45:32 -05:00
Costa Huang
cb55f5a1cf API-6 # Add mutex to make sure bw login and backup are not disturbed by other processes. 2018-12-02 09:08:03 -05:00
Costa Huang
60be4664e0 API-6 # Automatic backup is set 2018-12-02 01:17:48 -05:00
Costa Huang
947e316332 API-6 # Make sure the passphrase is passed to the Portwarden User 2018-12-02 01:04:21 -05:00
Costa Huang
f689094007 API-6 # Refactor 2018-12-02 00:51:31 -05:00
Costa Huang
c2ae08e8a0 API-6 # Make everything work. Now the worker backup the vault into the portwarden folder of user's google drive 2018-12-02 00:49:52 -05:00
Costa Huang
df18cff9b8 API-6 # Delete unnecessary files 2018-12-01 20:20:27 -05:00
Costa Huang
aecfc041ba API-6 # Delete unnecessary file 2018-12-01 20:19:48 -05:00
Costa Huang
7f5c319e46 API-6 # Introduce docker to the porject 2018-12-01 20:16:08 -05:00
Costa Huang
e2a4d3fcf0 API-6 # rename file 2018-12-01 20:15:08 -05:00
Costa Huang
78ffaf9731 API-6 # Backup the bitwarden CLI data.json into redis 2018-12-01 03:10:50 -05:00
Costa Huang
269452d5aa API-6 # Make sure the newly created redis client variable is available globally 2018-12-01 02:05:55 -05:00
Costa Huang
094966f20e API-6 # Add middleware to verify token 2018-12-01 01:45:35 -05:00
Costa Huang
ad3cb2a185 API-6 # rename file 2018-12-01 01:25:05 -05:00
Costa Huang
3ed816cbe7 API-6 # Get user info also gets user's email address 2018-12-01 01:01:18 -05:00
Costa Huang
4542745118 API-6 # Save work 2018-11-29 14:46:01 -05:00
Costa Huang
2e01ec7746 API-6 # play with k8s 2018-11-29 12:20:16 -05:00
Costa Huang
5bfedbf3cc API-6 # Use Google API to get user info 2018-11-29 10:39:10 -05:00
Costa Huang
10d1bfe3f0 API-6 # Make sure refresh token works 2018-11-27 17:49:46 -05:00
Costa Huang
fa0eb81157 API-6 # Play with K8s 2018-11-27 17:32:00 -05:00
Costa Huang
7717e3eb19 API-6 # Refactor the directory 2018-11-27 14:48:32 -05:00
Costa Huang
b588feec33 API-3 # Upload the first file through the handler 2018-11-27 10:33:43 -05:00
Costa Huang
1d1664f86d API-3 # Let UploadFile() returns error 2018-11-27 10:32:04 -05:00
Costa Huang
ba287efb8f API-3 # Make get token works 2018-11-26 17:49:28 -05:00
Costa Huang
606bbf02d8 API-3 # Use callback url to register token 2018-11-26 17:40:36 -05:00
Costa Huang
d47d5a5366 API-3 # Add endpoint to login to google drive 2018-11-26 09:55:16 -05:00
Samridh Prasad
211dce85cf API-3-cont # Reassigning flow for google_drive util and backup_handler 2018-11-26 08:53:56 -05:00
Samridh Prasad
14f23f8cd8 API-3-cont # Refactored google_drive and setting up a handler in backup_controller 2018-11-25 14:52:28 -05:00
Costa Huang
be026bba57 API-3 # Integrate the google drive configuration to the PortwardenServer 2018-11-18 16:43:00 -05:00
Costa Huang
1846bd7da3 Merge pull request #5 from vwxyzjn/API-3
# API-3
2018-11-18 15:58:55 -05:00
Costa Huang
8b3314fb15 API-1 # rename server.go 2018-11-18 15:57:53 -05:00
Samridh Prasad
d0d7bf47d4 # API-3
Uploading files to Google Drive works
2018-11-18 15:53:02 -05:00
Costa Huang
cf046f0957 API-1 # Minor refactor 2018-11-18 14:31:03 -05:00
Costa Huang
5f89eabd8e API-1 # Handle CORS and enable upload files from the front-end 2018-11-17 16:06:24 -05:00
Costa Huang
c30f1ed31b API-1 # Return basic error messages to the front end 2018-11-16 17:45:24 -05:00