Ecosyste.ms: OpenCollective

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

OpenCore Legacy Patcher

Open source project dedicated to getting older Macs running newer versions of macOS.
Collective - Host: opensource - https://opencollective.com/opencore-legacy-patcher - Code: https://github.com/dortania/OpenCore-Legacy-Patcher

kdk_handler.py: Fix OS comparison check

github.com/dortania/OpenCore-Legacy-Patcher - 2eb98b632700560738abbec61ac2a85d135dd684 authored almost 2 years ago
kdk_handler.py: Merge similar functions

github.com/dortania/OpenCore-Legacy-Patcher - 6629e9dcef62df5ca9cfc02bd301919c12370f50 authored almost 2 years ago
data: remove unused dylib_data.py

File was superseded with sys_patch_dict.py’s introduction

github.com/dortania/OpenCore-Legacy-Patcher - 6c441e835c144042f853dc87eb19651decae61df authored almost 2 years ago
gui_main.py: Add support for KDK chainloading

github.com/dortania/OpenCore-Legacy-Patcher - fe8a2d253a247eb399b5844491815814eac26f7b authored almost 2 years ago
kdk_handler.py: Implement additional OS check

github.com/dortania/OpenCore-Legacy-Patcher - 68af20d2fa5be4e96294dc9b4b2e2b5264d843ef authored almost 2 years ago
Merge pull request #1028 from dortania/ci-keys

CI: Rework build system

github.com/dortania/OpenCore-Legacy-Patcher - 625da17f1e9751767da24f12cbf9a2ddf824ab5b authored almost 2 years ago
CI: Fix Password export

github.com/dortania/OpenCore-Legacy-Patcher - bd471df48f4f1775f79ef263beca0736c3337caf authored almost 2 years ago
CI: Expose enviroment variables

github.com/dortania/OpenCore-Legacy-Patcher - d70daaf5a4adcadf0d7371dc49a6511aa86b52b9 authored almost 2 years ago
CI: Use repository secrets for signing

github.com/dortania/OpenCore-Legacy-Patcher - 7fc9f3af7c13cfe12823b3cc9c5b2c19d4a5cb11 authored almost 2 years ago
gui_main.py: Adjust import formatting

github.com/dortania/OpenCore-Legacy-Patcher - 6f4c110318e0b5116eae581e8c75f116ee8235f2 authored almost 2 years ago
gui_main.py: Avoid nested logic

github.com/dortania/OpenCore-Legacy-Patcher - dfdb5b4c68583709758028b1b6bc4440c0341535 authored almost 2 years ago
gui_main.py: Set expected install size as variable

github.com/dortania/OpenCore-Legacy-Patcher - 5ac3343205fba77cc27c8a70284dbfba3f103d7c authored almost 2 years ago
kdk_handler.py: Publish expected file size

github.com/dortania/OpenCore-Legacy-Patcher - 42dddfdccf03281213de73fee2f2c2d1494d5d89 authored almost 2 years ago
network_handler.py: Match formatting and check download path space

github.com/dortania/OpenCore-Legacy-Patcher - ace93b8a3e025b6c12193ab941dd9c5ea94a0288 authored almost 2 years ago
kdk_handler.py: Allow path overriding

github.com/dortania/OpenCore-Legacy-Patcher - 6081ec0d73cf1c64fc7017f0f395792b2d88ce7f authored almost 2 years ago
Merge pull request #1027 from dortania/py10

Upgrade internal build system dependancies

github.com/dortania/OpenCore-Legacy-Patcher - fc85789f86d472c5d99d537196ab803fc9265faf authored almost 2 years ago
Upgrade internal build system dependancies

github.com/dortania/OpenCore-Legacy-Patcher - 52fbe23a16536178cff84cc3aa71feca03ae54ce authored almost 2 years ago
Merge pull request #1024 from dortania/logging

Rework core libraries

github.com/dortania/OpenCore-Legacy-Patcher - 99968dbb57d1c4e1ff45d8367cde6f5f1724ecba authored almost 2 years ago
logging_handler.py: Set StreamHandler to Standard Out

github.com/dortania/OpenCore-Legacy-Patcher - b1414520053df2d34b04005502da567b8df77c93 authored almost 2 years ago
Docs: Update for Ventura

github.com/dortania/OpenCore-Legacy-Patcher - b97a3bc4d8935bc4ad3fc0d9fbeb40bc8a079d57 authored almost 2 years ago
logging_handler.py: Add additional

github.com/dortania/OpenCore-Legacy-Patcher - f4ed623c76e491a792bd335df243c2640af7e383 authored almost 2 years ago
logging_handler.py: adjust formatting

github.com/dortania/OpenCore-Legacy-Patcher - ad9ae96c7f0a55cd7d1a7d9cf478eba544b8c754 authored almost 2 years ago
logging_handler.py: Avoid file size check if missing

github.com/dortania/OpenCore-Legacy-Patcher - bece5d4b3b65ef5c1a8276bae6095ae2731a75fc authored almost 2 years ago
logging init: Move to dedicated module

github.com/dortania/OpenCore-Legacy-Patcher - f915199b920190e2b24aed5df94067c7123d7c92 authored almost 2 years ago
main.py: Add traceback logging in spawned threads

github.com/dortania/OpenCore-Legacy-Patcher - cba9d1e2249464ab169ee7d6a164ebee883397fa authored almost 2 years ago
network_handler.py: Adjust time elasped format

github.com/dortania/OpenCore-Legacy-Patcher - 4782ccdab12b31de6dcfc326e613767889ee441d authored almost 2 years ago
sys_patch.py: Fix PSP handling

github.com/dortania/OpenCore-Legacy-Patcher - 1ab240917686a0d68b3e37e413e713421dfba2fd authored almost 2 years ago
gui_main.py: Remove double download invocation

github.com/dortania/OpenCore-Legacy-Patcher - 3d8bae114279dbd66a8069a6f05790438c6a03ae authored almost 2 years ago
main.py: Don’t double print traceback

github.com/dortania/OpenCore-Legacy-Patcher - baf25319d79ecd1ab375b108f30b17db9484b508 authored almost 2 years ago
main.py: Route traceback after logging init

github.com/dortania/OpenCore-Legacy-Patcher - 43ef3e18ece9d432f1fb9627b842a6ea44e0bd82 authored almost 2 years ago
network_handler: Add link validation

github.com/dortania/OpenCore-Legacy-Patcher - 08710bc47bbb3efc3d3625b547e7306793435899 authored almost 2 years ago
Finish migration to network_handler.py usage

github.com/dortania/OpenCore-Legacy-Patcher - 6c294902c214d742880bdc32b6723afb31d4aa37 authored almost 2 years ago
logging: Adjust file handling path

github.com/dortania/OpenCore-Legacy-Patcher - 976f14eeb3a86752b10f8384a7c1d025536e574b authored almost 2 years ago
network_handler.py: Ensure stop() holds thread

github.com/dortania/OpenCore-Legacy-Patcher - eb1e29f95babc137079cf8861c6e4659b42f358d authored almost 2 years ago
network_handler.py: Set 10s timeout

github.com/dortania/OpenCore-Legacy-Patcher - 4d89c220bf95b2bdbceb8b084233d6c0bc5186d1 authored almost 2 years ago
network_handler.py: Use enums for status

github.com/dortania/OpenCore-Legacy-Patcher - 571f29790608da02a0121c53bbb959b5765a2e46 authored almost 2 years ago
network_handler.py: Set file path in Object init

github.com/dortania/OpenCore-Legacy-Patcher - 7bf4fd0150becd2f7e51949c8be516b9bf704c2d authored almost 2 years ago
network_handler.py: Add docstrings

github.com/dortania/OpenCore-Legacy-Patcher - d4f42c8b32cfc26c6767f9737e37d836a5c06710 authored almost 2 years ago
network_handler.py: Adjust naming scheme to PEP

github.com/dortania/OpenCore-Legacy-Patcher - 664972fd2e5e54c3f557bbe8f81639b1875721b1 authored almost 2 years ago
Adjust remaining functions to logging

github.com/dortania/OpenCore-Legacy-Patcher - f33cc2d5bbe90e5309e5f55ac42c7545fea920af authored almost 2 years ago
Merge branch 'main' into logging

# Conflicts:
# resources/kdk_handler.py
# resources/utilities.py

github.com/dortania/OpenCore-Legacy-Patcher - da45a964cbd0e97d57a6cf8d032f85fceb18b44f authored almost 2 years ago
Merge pull request #1026 from dortania/kdk-updates

kdk_handler.py: Switch to KdkSupportPkg as primary source

github.com/dortania/OpenCore-Legacy-Patcher - c093f400a6a705c9bce5530ea0047c826af6409b authored almost 2 years ago
Merge pull request #1025 from dortania/update-models

Update models table for OCLP 0.6.x

github.com/dortania/OpenCore-Legacy-Patcher - 92d57cb6d5d92ffe890115fec6398b5809e12da1 authored almost 2 years ago
network_handler.py: Initial implementation

github.com/dortania/OpenCore-Legacy-Patcher - 3a6f87c9c8e0cb7fc9ec6c9eb2ed553cffc5aa90 authored almost 2 years ago
Remove Apple Developer portal downloading

It's dead, Jim

github.com/dortania/OpenCore-Legacy-Patcher - 08a67e5d374acb0ce6943dde70a2640091a61e5e authored almost 2 years ago
Verify checksum while downloading instead of after

Should speed up checksum calculations by not looping over the file twice

github.com/dortania/OpenCore-Legacy-Patcher - 6ed55ff4626a37114ac3e3959691bb0841f18e9c authored almost 2 years ago
Remove repetitive OHCI/usb info

github.com/dortania/OpenCore-Legacy-Patcher - ef912277b6ce80c45f4a078994bb9af731bec28f authored almost 2 years ago
Minor changes

- MacBook4,1 is unsupported
- OCHI -> OHCI
- Update Xserve section

github.com/dortania/OpenCore-Legacy-Patcher - cef860dbf187b5785410ff68b410250d9deda329 authored almost 2 years ago
Merge branch 'main' into logging

github.com/dortania/OpenCore-Legacy-Patcher - da2fc5c4c37f8a51391216f587850e5fd29d13a3 authored almost 2 years ago
sys_patch: Add unpatch validation

github.com/dortania/OpenCore-Legacy-Patcher - 94cfeabdfd992e1b78400a02cdba37be304b1e7a authored almost 2 years ago
logging: Use generic saving

github.com/dortania/OpenCore-Legacy-Patcher - e7727adcc6920760e3d766802f78b7947cd3d4c3 authored almost 2 years ago
Implement logging library

github.com/dortania/OpenCore-Legacy-Patcher - 8becb554fcd84bc6ad503be421d61d07d66d90ee authored almost 2 years ago
sys_patch: Add ColorSync downgrade

github.com/dortania/OpenCore-Legacy-Patcher - 97024361cd21dde216320bc4222802ca53f0ec9b authored almost 2 years ago
build: Adjust for MacBookPro13,3

github.com/dortania/OpenCore-Legacy-Patcher - e16b6e4c221413a7313d9a62d3fdfadb5677d6a3 authored almost 2 years ago
build: Adjust KDKlessWorkaround usage

github.com/dortania/OpenCore-Legacy-Patcher - e84f3425d0aff045110d8a0542768603e5955546 authored almost 2 years ago
Merge branch 'main' of https://github.com/dortania/OpenCore-Legacy-Patcher

github.com/dortania/OpenCore-Legacy-Patcher - e1b99b90841f0db9de435d5c44caaa4069430db8 authored almost 2 years ago
Merge pull request #1020 from dortania/054-docs

Docs: Sync 0.6.0 changes

github.com/dortania/OpenCore-Legacy-Patcher - 7d4ee0d1100e2f238ecc4db13cec86510c169f08 authored almost 2 years ago
Adjust for 060 release

github.com/dortania/OpenCore-Legacy-Patcher - a776535e728016e216512fcffe538ff2b7978433 authored almost 2 years ago
sys_patch_detect.py: Avoid conflicting AMD patch installation

github.com/dortania/OpenCore-Legacy-Patcher - 37e99ba49c07425e8d2c87f9ed8c4b01dd7295e6 authored almost 2 years ago
sys_patch_helpers.py: Verify stderr before printing

github.com/dortania/OpenCore-Legacy-Patcher - 288b82761630ca477150f4435fd6a66a1e34b54c authored almost 2 years ago
sys_patch_helpers.py: Print errors

github.com/dortania/OpenCore-Legacy-Patcher - e8a6f45329da59116b557315926b730bc5f826e1 authored almost 2 years ago
sys_patch_helpers.py: Unmount KDK drive on error

github.com/dortania/OpenCore-Legacy-Patcher - a1ffadf58219706559c164f930d8eee7f0db5b23 authored almost 2 years ago
Merge branch 'main' of https://github.com/dortania/OpenCore-Legacy-Patcher

github.com/dortania/OpenCore-Legacy-Patcher - a6c4890d0f815065df42c1159997c3723dcc3bfc authored almost 2 years ago
Revert "sys_patch_helpers.py: Work around Read only error"

This reverts commit 92f85feda5b4261cf72ba616dcf1736c91d342f1.

github.com/dortania/OpenCore-Legacy-Patcher - 00b47aef47bef0aacfb5431c6d58eafe58a27915 authored almost 2 years ago
sys_patch_helpers.py: Work around Read only error

github.com/dortania/OpenCore-Legacy-Patcher - 92f85feda5b4261cf72ba616dcf1736c91d342f1 authored almost 2 years ago
sys_patch_helpers.py: Work around Read only error

github.com/dortania/OpenCore-Legacy-Patcher - 21778e8d92a14c602656f16117cae4aea912a5ce authored almost 2 years ago
Sync PatcherSupportPkg

github.com/dortania/OpenCore-Legacy-Patcher - 57d2597c8643a438b6a5b80e8e7fb4e16e40c425 authored almost 2 years ago
Sync PatcherSupportPkg

github.com/dortania/OpenCore-Legacy-Patcher - 20baf8c417d1ea1eaacbbdd1857a6357d3203bd1 authored almost 2 years ago
build: Add APFS Trim configuration

github.com/dortania/OpenCore-Legacy-Patcher - 99a145e7cbbf690824dedd7d12dfc0e36d87c970 authored almost 2 years ago
Docs: Add more legacy Mac info

github.com/dortania/OpenCore-Legacy-Patcher - 28b9948b4522930fd43bc56cac02582711f3b799 authored almost 2 years ago
gui_main.py: Adjust prompt

github.com/dortania/OpenCore-Legacy-Patcher - 79f4ba17d9b2672989c04e887169488fba6f2c2c authored almost 2 years ago
Adjust versioning to 0.6.0, match changes

github.com/dortania/OpenCore-Legacy-Patcher - 659d842023a77491df814fe9ba71ac35a7defa98 authored about 2 years ago
sys_patch_helpers.py: Avoid saying RSRRepair

RSRRepair is used for syncing Boot and System Kernel Collections, users misintepreted this as su...

github.com/dortania/OpenCore-Legacy-Patcher - 037ff0f2c31e6c9a631117f9b016ec9ffcd6e6bf authored about 2 years ago
Merge pull request #1022 from ParaDoX1994/patch-1

Add note about building for other devices

github.com/dortania/OpenCore-Legacy-Patcher - fac1298a6e0e1ba091027bcb2bc9adbafd50ede6 authored about 2 years ago
Add note about building for other devices

github.com/dortania/OpenCore-Legacy-Patcher - 273910b69a270ccc006b6dc6a89dded128001a99 authored about 2 years ago
sys_patch_detect: prioritize USB 3.0 support

github.com/dortania/OpenCore-Legacy-Patcher - 1974cd6341c159d894fa67bfc2f3f34ac9477f96 authored about 2 years ago
CHANGELOG: Adjust wording

github.com/dortania/OpenCore-Legacy-Patcher - bef429b758a4424bcf7804b5e5c9274d9d83869b authored about 2 years ago
sys_patch: Implement RSR handling for root patched Macs

Ref: https://github.com/dortania/OpenCore-Legacy-Patcher/issues/1019

github.com/dortania/OpenCore-Legacy-Patcher - bebbf646e17fb76b513cdde1eea502d34612779e authored about 2 years ago
build: Implement NVGOP_GK.efi

Thanks @jazzzny

github.com/dortania/OpenCore-Legacy-Patcher - 6504442d4fcec80727744179c881aeb04d740e52 authored about 2 years ago
CHANGELOG: Adjust BT note

github.com/dortania/OpenCore-Legacy-Patcher - ff0012e214f1e8dc755cc8aed9b581a59d8f95fd authored about 2 years ago
sys_patch: Add non-Metal support to Ventura

github.com/dortania/OpenCore-Legacy-Patcher - 91e7ff40e40b3e550dd10d2f5178c55cb3014ba1 authored about 2 years ago
sys_patch: Save HID CS when patching USB 1.1

github.com/dortania/OpenCore-Legacy-Patcher - 07d09d8eb2edae4b7172cdd4350dbd7f711a3df1 authored about 2 years ago
sys_patch: Fix Patch set dictionary

github.com/dortania/OpenCore-Legacy-Patcher - b95ab91b431734df3ec23f395cc5d8e3237750fa authored about 2 years ago
sys_patch: Add basic USB 1.1 support

Ref: https://github.com/dortania/OpenCore-Legacy-Patcher/issues/1021

github.com/dortania/OpenCore-Legacy-Patcher - 4cc9e414d29c232f256f702b87868b0e9c0a724a authored about 2 years ago
sys_patch_detect: Ensure wifi patches are installed on subsequent runs

github.com/dortania/OpenCore-Legacy-Patcher - a5d56147c06f9b199c4289f6a089f4de96db2db5 authored about 2 years ago
Build: Add mini validation during GUI build

github.com/dortania/OpenCore-Legacy-Patcher - 3e8963c372a4439ff59af8f2c4dc7b7ae8dc0d9f authored about 2 years ago
Sync binaries to release variants

github.com/dortania/OpenCore-Legacy-Patcher - f4d6ef1741786a36afc424bc289ba0d5def166af authored about 2 years ago
Constants: Increment Copyright date

github.com/dortania/OpenCore-Legacy-Patcher - abbb9c1c6673b3a0fbf69b63673902b2c64683f6 authored about 2 years ago
defaults: Work-around Control Center crashing with legacy Wifi

github.com/dortania/OpenCore-Legacy-Patcher - fd6c3d818dad099bdea6ae8647a0e3b447564a5f authored about 2 years ago