Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/osx-sign

Codesign Electron macOS apps
https://github.com/electron/osx-sign

Add keychain option

298d1d34f0d1bc18581da271022e60e098f0c19b authored almost 9 years ago
Merge pull request #24 from sethlu/DEBUG-environment-variable

Enable DEBUG environment variable
Deprecate opts.verbose

95150b91940a0c52736febbabb27c23cc59fb2f3 authored almost 9 years ago
Remove :log from debug electron-osx-sign

7fe4dfed93e3efa91ef5ed80304cd8a91b8d8194 authored almost 9 years ago
Deprecate opts.verbose flag

- Switched to use npm package debug; use with DEBUG exported
- Fix https://github.com/electron-u...

75e82706f9da52d3572650788e5b8fc043af1d59 authored almost 9 years ago
Enable DEBUG environment variable

92371dbed0107f05e99c52e7cd1d69a4fbf846cd authored almost 9 years ago
Categorize log/warn/error

10c30ea7cbda36c6f9f799fbd1960f05b808c9d3 authored almost 9 years ago
Merge pull request #26 from sethlu/tweak-deep-sign

Tweak deep signing and various binaries

001122f9a59f1c1056b143feb3104a184137b9be authored almost 9 years ago
Merge pull request #28 from sethlu/fix-testing-script

Fix series callback issue with downloading

a6d9f728ad99fb65e80e45de4d433652b93ec558 authored almost 9 years ago
Merge pull request #29 from sethlu/Use-indexOf-rather-than-includes

Use indexOf rather than includes

f8436b72a9b631e7afd952bd78db4719e3db5356 authored almost 9 years ago
Use indexOf rather than includes

a4895a62bcbac3c244786138945ecb039954067e authored almost 9 years ago
Fix series callback issue with downloading

ddbe516fa553ac864f5ba8459c07f45b72a5b207 authored almost 9 years ago
Merge pull request #1 from jdp/tweak-deep-sign-addons

Automatically sign native Node addons

4b2b0f2c5af51fb865887c8f4e8ecfd601eb1323 authored almost 9 years ago
Automatically sign native Node addons

See https://github.com/electron-userland/electron-osx-sign/issues/25

86be028abcde6d7eac515a50e6f4a35a646b4a7b authored almost 9 years ago
Do not skip node_modules

12a8f9ce3f45a6010aecb363010941b664e551a1 authored almost 9 years ago
Merge pull request #21 from electron-userland/travis-tests-standard-only

Travis: only run standard, not tape

cb8168ca7b623d6b20d3ef3ac41923c5187d30fe authored almost 9 years ago
Travis: only run standard, not tape

4a685ab170f4827e33c075be061264efe786f87a authored almost 9 years ago
Merge pull request #20 from electron-userland/tweak-readme

Tweaks to the README

5da9700521ea8874e80ef7accf190921f4253fb1 authored almost 9 years ago
Tweaks to the README

e75cb864fb48cb84587530faf4b5589c5ef18576 authored almost 9 years ago
Merge pull request #19 from sethlu/travis-ci

Use Travis CI to check JS standard

fb3cfe36ab1153a8e7a0c2b2fdaa9853f80b0219 authored almost 9 years ago
Attach Travis status

ab9b7019f85c9252de719094ed3752fc91f4fdc7 authored almost 9 years ago
Use Travis CI

Trigger Travis CI

Do not test with Node 0.6 or 0.8

3101784c2d9eec170fc47364001b546289efb662 authored almost 9 years ago
:art:

ca4ad3799ae36775d390bda57bf39d0b5016ce0d authored almost 9 years ago
Readme updated

18b042e39bd7080c175903a1cdabdd1f3d6de694 authored almost 9 years ago
Release 0.3.0

894c500de970627c99ad9b1a0d8c6408312a305f authored almost 9 years ago
Merge pull request #16 from electron-userland/signing-darwin-with-entitlements

Signing darwin platform with entitlements

9f81bd3e8f6046359d3a5f891eb0c8641f99dd7c authored almost 9 years ago
Fix #17

Made compatible for Node 0.12

85a3ec2048f910b6eaa6bb8b1ac7c42efaac1613 authored almost 9 years ago
Resolve indentation for commit clarity

b7446946039d4d8aea45894809ef7ace3284d88c authored almost 9 years ago
Signing darwin with entitlements

- Added: Default entitlements for distribution outside the Mac App
Store, without sandbox entitl...

d4fc8c387a80810940f6639b81f46f4a1e56f282 authored almost 9 years ago
Transfer to org electron-userland

daf9e552b5047977f4c5f196f057672f0cf580fd authored almost 9 years ago
Readme updated

7b11786bfdd711cd6deef6a23ebadd7943343bc1 authored almost 9 years ago
Deep search tweaked

- Check whether file binary before signing

c04fd4f1621a00567051a066c788ffda3e3932fa authored almost 9 years ago
Readme updated with pretest

d392170567d2a35d930c0d2c1dfe79cc53a2f7c4 authored almost 9 years ago
Release 0.3.0-beta

4a3a1def0c8324c854843578198eb10994fe25aa authored almost 9 years ago
Verbose log reworded

29b223402728fe895669068099373f6d122e44e3 authored almost 9 years ago
Usage reworded

6f4122cb529fef622d83bc94a1ce79dafe391514 authored almost 9 years ago
Readme updated + formatted

- Wiki reworded
- Updated command to install for use in npm scripts
- Notes to clarity installat...

9e26384642b748bb91aaa0c0d0d0f7fcd06178b5 authored almost 9 years ago
Verbose log formatted

2efc7f6df8c87d983d71e406e9f265c9f1d06a68 authored almost 9 years ago
Readme tidied

9161956ceceb136915964360934cbd038772bf6a authored almost 9 years ago
Filter valid identities to use when signing

Fix #9

375907ef33e8684553e5d0addc116251bf2b8a25 authored almost 9 years ago
Readme updated

Manual removal of .cstemp no longer required

ccfbf67d24876b2beec4ebc8a64f197bf2c8ce5c authored almost 9 years ago
Deep sign algorithm update

Now to remove `.cstemp` files before code-signing to avoid known issue

2d083477a0495fce8abe3777e8175f1340234fb6 authored almost 9 years ago
Variable renamed + callback functions from exec

- Changed: filePath instead of path as variable name
- Added: Callback functions from exec codesign

e40dfd60117c40869e58d2ccbfd406cc915814e8 authored almost 9 years ago
Display `entitlements` and `entitlements-inherit` as they are

8b3bf3aac5f18e8d640b6f981f88326c0cd10d79 authored almost 9 years ago
Change from .plist to .entitlements

0034af3d46f65d73b648b1c9a97d38aad17a9f5b authored almost 9 years ago
Readme notes on Electron versions moved to Wiki

8c9d25fd5554f786a34e7281f44b34193623f02e authored almost 9 years ago
Merge pull request #12 from sethlu/deep-sign

Deep sign

643ebd5ee38d42b5db2e3a2dcf30af8717ce00e5 authored almost 9 years ago
Ignore files when signing

3f2a6aa6797d2f26b4ce7b76683b217425a41889 authored almost 9 years ago
Remove previously deprecated function

1d761afb1c1a7dee488a35c12431fded3fd69103 authored almost 9 years ago
Deprecated series input options around Helpers

be7a0e73134687d8ccd1a1fe6d350ccf32ef32c0 authored almost 9 years ago
Recursive deep search Frameworks for individual codesign

a872345a8d30207dd541d731a583a30d39e62a25 authored almost 9 years ago
:art:

b90b186835d76a4b1b7291b107831ed507c7bb49 authored almost 9 years ago
Readme updated

`electron-osx-flat` and additional binaries signing already made
available

b8eb0d39efc55e9495fd88236d295b172bb146e7 authored almost 9 years ago
Port to wiki

8f4767fcdf9f6f1acb70fd40b764d8acbaf9f730 authored almost 9 years ago
License update

fa3bd8a041eebd31933748df59b54c8fae46de32 authored almost 9 years ago
Redirect electron-sign to electron-osx-sign

ca7830556d26335330636ed633f272fee9e4973d authored almost 9 years ago
Release 0.2.0

b8d3e4deaf44bd3d9f4bd95f0844f7d143ddadd9 authored almost 9 years ago
Readme doc updated

d01175b0a56d5ab40f094782a0c793d19322afa7 authored almost 9 years ago
Merge pull request #7 from sethlu/electron-osx-flat

Flattening signed application package

a01b00bb222e30fc391433a3bcc6be8b9278abfa authored almost 9 years ago
Initial commit

30fc3fe490cbacfce4f5e01d6961dabd25740c9b authored almost 9 years ago
Readme doc updated

e0c30079ed98ebc9c5eb8bb6ef6270dd3e1fc294 authored almost 9 years ago
Fixed script from CLI

c3a74147d958fe7d231f0a653e53cf5b9946ad44 authored almost 9 years ago
Pretest script added

1a229915aab04f845c453094af16f557a0a08601 authored almost 9 years ago
Readme minor update

5b4b197f036b93e0d92a94ea6360d9bf9630cb80 authored almost 9 years ago
Release 0.1.6

2bed5e1718bc8f8c51ad59c08ddb050abbaf1345 authored almost 9 years ago
Merge pull request #8 from sethlu/additional-binaries

Signing with additional binaries included

1bde25411c9d903d842b9eaa17fc7507dc4c6c92 authored almost 9 years ago
Merge branch 'master' into additional-binaries

feb41169585159ff63aa135b40bd4c62d3f4b7a0 authored almost 9 years ago
Child paths concatenation fixed

5605211db4f9ee81f5e551e37edcabc3a21227d5 authored almost 9 years ago
Platform detection logic fixed

769e5cd85f98c698ff2e97e4f8df9c142f0f1794 authored almost 9 years ago
Remove line excess

d9b00e90f3c690601edcfa20b276f245071f0bf1 authored almost 9 years ago
Merge branch 'master' into additional-binaries

d49b11a9d10d8e789d4c9654f7075921f9a157f4 authored almost 9 years ago
Remove excess arguments passed from CLI

8ce26ddd8565d2c09866bd19caeba2f0994d09f8 authored almost 9 years ago
:art: Usage formatted

30f1b0940d32ce40c7408135a6efbbe2389301a1 authored almost 9 years ago
Initial commit

d36e5a8ddddae9a8a56a59994da453a456091cf8 authored almost 9 years ago
:art: Description and links formatted

6d3e4501884535a3c5a3e43e7cd52ce3750ae233 authored almost 9 years ago
Readme minor update

fca3dcc81df668d1638bd102a5f66e3b7eaaf9d3 authored almost 9 years ago
Readme updated for Gatekeeper acceptance

0c3b336a1078e415a7023091fec073448f86566b authored almost 9 years ago
CRLF handled

47e97726f113bb9074f76a42953f0aaa149f80bc authored almost 9 years ago
Logic updated for platform detection

dae6993eb3aa680a8ad5f1fefc4cf1f582c3c2d5 authored almost 9 years ago
Verification issue of signing with entitlements fixed

8a296dbd9476014eb57ade3659ca363f2438eba5 authored almost 9 years ago
Addition of verbose output to all procedures

Moved: detectElectronPlatform() to match application platform with
presence of Squirrel.framewor...

e7d1fb42f368ddcd2f38cf20c48c945e826cc8a8 authored almost 9 years ago
Exit code added for CLI

ee878f1209435c7a59862e334bdc76ae2f563422 authored almost 9 years ago
CLI fix for verbose

Fixed: verbose now parsed as boolean

e4cbf2a7c683512bef725bc266b73fdc9f7b3570 authored almost 9 years ago
Usage updated for recent commits

06461108714c746a4d7257d9399a37fb4740342c authored almost 9 years ago
Notes updated on .cstemp

957dc09bc5588a1e327bb155745983a6ade9e22f authored almost 9 years ago
Moved codesign arguments into array

Fixed: special characters support for signing packages, including
quotes, spaces, punctuations a...

17278f2ba66606130bd795a382ef97bc35f22eee authored almost 9 years ago
Verbose option added

1350bc26f93228bee294f11aae1b2bee55a6657e authored almost 9 years ago
Helper app executable option supported

Fixed: Option `helper-eh-path` and `helper-np-path` no longer directed
to `helper-path`
Added op...

4c6c5513ea79a69786bcec641ff9a6fe9ed0619f authored almost 9 years ago
Language formatted

dc82a96f7f7c9a5954d0a50d87b0fc5535f08f62 authored almost 9 years ago
Change in license

88c99a3bdfee333b5bf487b0097a54645941ab8b authored almost 9 years ago
Notes and collaborators updated

09bbcb1b73537fe19acacfa060d4a47f66748cbb authored almost 9 years ago
Package info updated

1a1fcd321b00892ba0a80c74b490e4f9bf268d6c authored almost 9 years ago
Bin moved into folder

8647264e84efc0695e949aa3a5e76dd2d1023c17 authored almost 9 years ago
Release 0.1.5

e86f5ffbb3ef59dcdbd44b913808de19fea33606 authored almost 9 years ago
Notes on Electron updated

f04c995dbf53be8536891d875d27ef78f69eabd2 authored almost 9 years ago
Use Squirrel.framework to identify MAS builds

e15a84aa52ec63f98b6517b1c36785cdde7a1778 authored almost 9 years ago
Notes on Electron

843a55ead1e91b12072bc492a13f660686f6914b authored almost 9 years ago
Merge pull request #3 from sethlu/pr/2

Pr/2

ba778345f48d5deb5e5d290e9f6898b11f018edf authored about 9 years ago
Merge branch 'master' into pr/2

# Conflicts:
# index.js

e43eea6c42837fc3297bf03c6424528fe2368e50 authored about 9 years ago
Optional callback function fixed

3d0d763768759bfbabfb8af3034ba3c4de8537d8 authored about 9 years ago
Testing script fixed

Now works with latest API

bc687902168435c568249c14be5efb485b0acdc4 authored about 9 years ago