1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
Joseph Flinn
030eab7290 removing a line in a pwsh multiline script 2020-12-15 00:59:16 +00:00
Joseph Flinn
41f263d378 commenting out the chocolatey package 2020-12-14 23:58:49 +00:00
Joseph Flinn
2a6add76db updating GH_TOKEN secret name because GITHUB_TOKEN wasn't valid 2020-12-14 22:53:33 +00:00
Joseph Flinn
026392d4a1 working on blocking out signing pipeline 2020-12-14 22:38:56 +00:00
Joseph Flinn
d68c62ab91 removing deploy jobs (should be moved into its own workflow) 2020-12-14 22:23:14 +00:00
Joseph Flinn
c641d2641d working on signing pipeline 2020-12-14 22:20:39 +00:00
Joseph Flinn
857c9515da version bump 2020-12-14 21:55:14 +00:00
Joseph Flinn
761a93a4bd moving default pipeline script 2020-12-14 21:51:53 +00:00
Hinton
c5edb3e04e Fix autostart in snap 2020-12-14 22:45:36 +01:00
Joseph Flinn
cdf16541e1 Set up CI with Azure Pipelines
[skip ci]
2020-12-14 13:41:00 -08:00
Joseph Flinn
33d4b22e52 Merge pull request #1 from joseph-flinn/azure-pipelines
Set up CI with Azure Pipelines
2020-12-14 13:38:04 -08:00
Joseph Flinn
f78df842b6 moved the AZ pipelines into their own directory for cleanliness 2020-12-14 21:27:37 +00:00
Joseph Flinn
65e72b41a3 bumping version and updating azure pipeline 2020-12-14 21:24:18 +00:00
Joseph Flinn
1251ddaf5f changing pathToPublish to absolute path 2020-12-14 20:15:37 +00:00
Joseph Flinn
ba2e3f5a11 fixing AZ pipeline task typo 2020-12-14 19:56:29 +00:00
Joseph Flinn
7fbce68530 changing over to manual run of the pipeline and moving from PublishBuildArtifact to PublishPipelineArtifact 2020-12-14 19:53:39 +00:00
Hinton
303439533c Fix xcode proj settings 2020-12-14 20:27:23 +01:00
Joseph Flinn
493ba4e488 checking out specific commit (for historical builds) 2020-12-14 19:27:23 +00:00
Joseph Flinn
99e2b83d62 adding git commit option 2020-12-14 19:25:24 +00:00
Joseph Flinn
926d221e6a testing artifact publishing 2020-12-14 19:04:39 +00:00
Joseph Flinn
ae80649466 grabbing executable names 2020-12-14 18:47:21 +00:00
Matt Gibson
1464e0fbe8 Add ConsoleLogService dependency from jslib (#735)
* Pre-emptively add new jslib dependency

* Add consoleLogService dependency definition

* Update jslib

* PR Review

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-14 12:27:32 -06:00
Matt Gibson
ce5a3f0f35 Merge pull request #602 from bitwarden/use-logService-for-console-messages
Use logService for console messages
2020-12-14 11:57:09 -06:00
Matt Gibson
e23d96a350 Add ConsoleLogService dependency from jslib (#1488)
* Pre-emptively add new jslib dependency

* Add ConsoleLogService dependency

* Update jslib

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-14 11:56:40 -06:00
Joseph Flinn
9bad72db67 changing electron-builder to npx 2020-12-14 17:41:26 +00:00
Matt Gibson
0330641a14 Response option outputs only json on stdout (#197)
* Use logService for console logging

* jslib signature updates

* Use most specific import path

* Include new jslib dependency

* Update jslib

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-14 11:29:17 -06:00
Joseph Flinn
7deda0a117 debugging npm scripts in azure pipeline 2020-12-14 15:57:45 +00:00
Joseph Flinn
5924e108cf trying different syntax to see if that fixes the npm run problem 2020-12-14 15:38:45 +00:00
Hinton
36bda45c2e Add SFSafariAppExtensionBundleIdentifiersToReplace 2020-12-14 10:20:41 +01:00
Joseph Flinn
792c6a3139 Update azure-pipelines.yml for Azure Pipelines 2020-12-11 16:12:08 -08:00
Joseph Flinn
4fea0cdb0f Update azure-pipelines.yml for Azure Pipelines 2020-12-11 15:46:37 -08:00
Joseph Flinn
6ebbe16070 Set up CI with Azure Pipelines
testing ci with azure pipelines [skip ci]
2020-12-11 15:42:43 -08:00
Kyle Spearrin
ec2b048289 enable send 2020-12-11 16:43:28 -05:00
Matt Gibson
dce4c83cfe Update jslib 2020-12-11 10:47:23 -06:00
Matt Gibson
2c414ce27a Use log service for console messages (#221)
* Use logService for console messages

* Implement a base ConsoleLog service

Use this class as a default for other services that would like to output
to console. This service is overriden in CLI and Desktop to use CLI's
consoleLogService and electronLogService, respectively.

* Use browser-process-hrtime for timing

* test LogService implementations

* Ignore default import of hrtime

* Clean up imports. Require ConsoleLog injection

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-11 10:44:57 -06:00
Matt Gibson
de45dc77a0 Include new jslib dependency 2020-12-11 10:42:23 -06:00
Matt Gibson
e7d4886a4f Use logService for console messages 2020-12-11 10:42:00 -06:00
Hinton
9fb80823ba Remove safari only code from autofill. 2020-12-11 16:13:50 +01:00
Chad Scharf
538d27b6e9 Merge pull request #609 from Hinton/hotfix/fix-fit-finish-bugs
Desktop fit & finish bugfixes
2020-12-11 09:54:38 -05:00
Hinton
a938b842af Update jslib 2020-12-11 15:48:55 +01:00
Oscar Hinton
63fe38b3f4 Fix dock icon not working when minimized to menu bar, fix window listeners not working after closing the main window (#223) 2020-12-11 09:46:20 -05:00
Hinton
a9c9108053 Remove more old safari app ext code 2020-12-11 15:25:35 +01:00
Hinton
25a2af903a Merge branch 'master' of https://github.com/bitwarden/browser into feature/safari-webext
# Conflicts:
#	src/background/runtime.background.ts
2020-12-11 14:33:46 +01:00
Hinton
35d1d5d723 Fix isSafariApi in BrowserApi. 2020-12-11 14:13:31 +01:00
Hinton
d86225d551 Fix tray window listeners not working after closing the window 2020-12-11 12:57:32 +01:00
Joshua McCauley
04811c934f Updated readme to note how to run the app against production (#706)
* Noted upper limit of Node.js verion support for the application: the SCSS dependency v4.13.1 only supports Node.js up to v13.9.0.
Added note for npm commands for running the application against local APIs versus production. The correct npm command for running against production was found here https://github.com/bitwarden/web/issues/666.
Added more lines to the services.module.ts example to better reflect the actual file.

* Added CORS common issue and solution to README.md

* Changed Node.js version notes for real this time.
2020-12-10 12:08:31 -05:00
Matt Gibson
ecf1edfb3e Specify to 2fa we're coming from sso (#218)
This will allow for closing of 2fa window to optionally alter behavior
for 2fa logins

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-09 15:30:29 -06:00
Matt Gibson
c95230fc48 Close 2fa window if redirected from sso login (#1480)
* Close 2fa window if redirected from sso login

This is a workaround until we can get browser extension sso to use the
toolbar popup.

other changes are linter autofixs

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-09 15:30:03 -06:00
Vincent Salucci
82ca93db91 [Policy] Personal Ownership (#605)
* Initial commit of personal ownership

* Saving updated merge conflicts

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing
2020-12-09 14:11:39 -06:00
Vincent Salucci
a1542f050d [Policy] Personal Ownership (#1481)
* Initial commit for personal ownership

* Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks

* Fixed import order

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing for error message
2020-12-09 14:11:25 -06:00