This repository has been archived by the owner on Nov 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Google Login Support for Electron [Styling Necessary, Will do…
… that tommo] - Added Dev Enviroment to Run-Script.tsx by default so that Developer wont need to Specify [-dev] argument - To Logout Current Google Accout for Python Scripts, Just Delete 'token.pickle' present under 'assets/installation/.usp/' directory - To Logout Current Google Accout for Electron App, Just edit 'line no ~15' of Appsettings.json present under 'assets/installation/.usp/' to "cloudLoginStatus": { "googleDrive": null } Eg [assets/installation/.usp/Appsettings.json] [for Logout]- Replace - "cloudLoginStatus": { "googleDrive": { "user": { "kind": "drive#user", "displayName": "sahil shahane", "me": true, "permissionId": "14809511190742694856", "emailAddress": "[email protected]" }, "storageQuota": { "limit": "16106127360", "usage": "2694603157", "usageInDrive": "2660517007", "usageInDriveTrash": "236860755" } } To - "cloudLoginStatus": { "googleDrive": null } - Renamed 'python-scripts' folder to 'pythonScripts' which is present under 'assets' directory - Renamed 'authenticate.py' to 'GoogleDrive.py' which is present under 'assets/pythonScripts/DrivePart' directory - While Working in Python Scripts, Google's Service Object must be Retrived from 'getGDriveService()' function - Fixed Width issue in FolderArea component [i guess Uttkarsh's Branch has already Fixed this issue] - some Changes in main.dev.ts
- Loading branch information
1 parent
ac316fd
commit 2c71fde
Showing
43 changed files
with
302 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,4 @@ npm-debug.log.* | |
*.css.d.ts | ||
*.sass.d.ts | ||
*.scss.d.ts | ||
token.pickle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"total": 1, "latest": {"filePath": ".usp\\data\\1609426267.json", "fileName": "1609426267.json", "commitTime": "1609426267"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{".\\123 - Copy (2).txt": {"fileName": "123 - Copy (2).txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": "."},".\\123 - Copy.txt": {"fileName": "123 - Copy.txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": "."},".\\123.txt": {"fileName": "123.txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": "."},".\\fields.json": {"fileName": "fields.json", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": "."},".\\.usp\\commit.json": {"fileName": "commit.json", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\.usp"},".\\.usp\\repository.json": {"fileName": "repository.json", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\.usp"},".\\.usp\\data\\1609426267.json": {"fileName": "1609426267.json", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\.usp\\data"},".\\asd\\123 - Copy (2).txt": {"fileName": "123 - Copy (2).txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\asd"},".\\asd\\123 - Copy (3).txt": {"fileName": "123 - Copy (3).txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\asd"},".\\asd\\123 - Copy (4).txt": {"fileName": "123 - Copy (4).txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\asd"},".\\asd\\123 - Copy.txt": {"fileName": "123 - Copy.txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\asd"},".\\asd\\123.txt": {"fileName": "123.txt", "hash": "d41d8cd98f00b204e9800998ecf8427e", "parentDir": ".\\asd"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"abs_path": "D:\\Projects\\FHS\\windows\\FVS-GIT-CLONE\\Testing"} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import json | ||
|
||
def output(_): | ||
print(json.dumps(_)) | ||
# pass | ||
|
||
def output_direct(_): | ||
print(_) | ||
# pass |
Oops, something went wrong.