Ecosyste.ms: OpenCollective

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

Open Shop Channel

Funds hosted services for the Open Shop Channel open source project, including operation costs for the open APIs and the project's website.
Collective - Host: opensource - https://opencollective.com/openshopchannel - Website: https://oscwii.org/ - Code: https://github.com/OpenShopChannel

Elaborate on function documentation

github.com/OpenShopChannel/WSC-Web - bd77eb6144a387d548b571820d5e49f42b3fb365 authored over 2 years ago
Add EC registration for splash

This allows us to have EC available throughout the rest of the channel.

github.com/OpenShopChannel/WSC-Web - df6be58875c0876749b750d47b0b91548b5561c8 authored over 2 years ago
Quick hack to allow loading catalogue imagery

This should be refined in some way going forward, but will work for now.

We rewrite the default...

github.com/OpenShopChannel/WSC-Patcher - f27917cd40076d77a7cbe86940dfe2a48ab95047 authored over 2 years ago
Replace further playSE effects with enum

Whoops

github.com/OpenShopChannel/WSC-Web - 30c739bf05b231e4915cd8825e567dbb9116563f authored over 2 years ago
Add EC logging output to debug menu

github.com/OpenShopChannel/WSC-Web - 2b3d984c6fb0e2ecbfbad3df4f0f713295091199 authored over 2 years ago
Introduce sound type enum

github.com/OpenShopChannel/WSC-Web - bb7328b3f3e4eff148e6ff658592acc2cd560a43 authored over 2 years ago
Introduce keyboard type enum

github.com/OpenShopChannel/WSC-Web - 38269523a3ec6331e4f712de4dc4cf930f09a756 authored over 2 years ago
Use title ID via API to begin download

This matches the behavior introduced to osc-downloader in OpenShopChannel/osc-downloader#1.

github.com/OpenShopChannel/WSC-Web - 187320ac66abec66dbdb5c07e76a9ec099f29866 authored over 2 years ago
Add native API skeleton

This allows documentation to be somewhat generated while editing within IDEs.

It's not perfect,...

github.com/OpenShopChannel/WSC-Web - 67561d7e94be2dcc59bf6f7279b8004d4b7f548c authored over 2 years ago
Have the sidebars be pitch black

With the default "wallpaper", we effectively end up with a black square padded with white.

github.com/OpenShopChannel/WSC-Web - 5fed980d5576e38d0f882ffb6e2afbca74c96f22 authored over 2 years ago
Use latest version of Flask

github.com/OpenShopChannel/WSC-Web - c68faba0d47a1e04020c5447611c5dc4e5f17360 authored over 2 years ago
Use proper mfspr functions

github.com/OpenShopChannel/WSC-Patcher - f0f1063b260dc8515549517d0c8e37409a212a6f authored over 2 years ago
Ensure title ID is lowercase

github.com/OpenShopChannel/WiiSOAP - 24976315d4f168a6e2e2ef5b677d02f207d5e23e authored over 2 years ago
Write somewhat cleaner readme

github.com/OpenShopChannel/WiiSOAP - 63fbffeabca4c3c7195659393922974bd72be2fb authored over 2 years ago
Upgrade dependencies

github.com/OpenShopChannel/WiiSOAP - 2ac3a9c6ccec3351f90c1bdcffd2484d3dd279d1 authored over 2 years ago
Temporary fix for curl error handling

The UI needs to be better adapted to presenting errors, and logic needs to be unwoven.

github.com/OpenShopChannel/OSCHomebrewBrowser - 3f47f8e5438135e350f1334cc9e0cb291b48237c authored over 2 years ago
Temporary fix for icons

This will need to be further cleaned up going forward.

github.com/OpenShopChannel/OSCHomebrewBrowser - 8a0de9c92b74411b351263a221ef965f39026d15 authored over 2 years ago
Track icon/package sizes

Unfortunately, writing a complete migration for this has proven to be difficult. It is recommend...

github.com/OpenShopChannel/DanboShopServer - 776aa5b4b431941951b6e6619e2b8755c8b55df7 authored over 2 years ago
Add initial migration

You will need to manually insert `366286f94954` into the `alembic_version` table if you have alr...

github.com/OpenShopChannel/DanboShopServer - 3c0eb3da98726513bce5a568546a758abb67e6b2 authored over 2 years ago
Split app metadata into separate lines

Allows more elaboration on what values mean

github.com/OpenShopChannel/DanboShopServer - ce204b58873e08e90cb6edb027d45593e723e760 authored over 2 years ago
Set nicer download name

github.com/OpenShopChannel/DanboShopServer - 28bd38d174576e27ac5e630f8872030e5965881a authored over 2 years ago
Include api version in asset endpoints

github.com/OpenShopChannel/DanboShopServer - b77a981a1a22f1926923d8ae76ee10212596f0ed authored over 2 years ago
Implement HBB asset routes

github.com/OpenShopChannel/DanboShopServer - 8dbcbf26d7e9c90d1a51daab5e07f43179636401 authored over 2 years ago
Move music logic into its own file

github.com/OpenShopChannel/OSCHomebrewBrowser - 0d7ee5993d49abce6bedfbb318c9f2bc8e6635b6 authored over 2 years ago
Prefer slugs over UUIDs

Instead of unwieldy paths, continue using slugs.

github.com/OpenShopChannel/DanboShopServer - f625148ddadfa3c98008576df529ba46e71434f7 authored over 2 years ago
Properly use icon path within route

github.com/OpenShopChannel/DanboShopServer - 751c065e7b8b863970bdbdb3bd512c463b8ec0d6 authored over 2 years ago
Prefer using API as domain for files

Additionally renames the `zipped`, `metas`, and `icon` types. You will need to manually migrate ...

github.com/OpenShopChannel/DanboShopServer - ceaaf0d3f228708723887a7ffdc96de1982d3e2a authored over 2 years ago
Pretty-print JSON

This makes our API far, far more human readable.

github.com/OpenShopChannel/DanboShopServer - 8e33b346546aafc74543c623498a891fc4dc0fb3 authored over 2 years ago
Consistently use jsonify

Ensures the `Content-Type` header is set to `application/json` where possible, alongside other o...

github.com/OpenShopChannel/DanboShopServer - 28f2a34c92e678266c699439aa13d377cc44a33a authored over 2 years ago
Tidy up list downloading

We do not want to always assume the SD card when downloading repository lists.

github.com/OpenShopChannel/OSCHomebrewBrowser - b30426cab93d1ba755400a007a19f33f8c715fc1 authored over 2 years ago
Use boolean values for file-related operations

Line was accidentally excluded.

github.com/OpenShopChannel/OSCHomebrewBrowser - f2cd415de3cc5ec81f29a7659ffdd70c2461b7d7 authored over 2 years ago
Use boolean values for file-related operations

Previously, this code relied on `1` for success, and `-1` for failure. While we could likely adh...

github.com/OpenShopChannel/OSCHomebrewBrowser - 1603d37357b73130d06d3e589b8efbed3f8ffa30 authored over 2 years ago
Resolve device-specific path

The path was erroneously copied over, not concatenated as intended.

github.com/OpenShopChannel/OSCHomebrewBrowser - 15dfe1934ac1269fa5c69fceb86fcc7cb6294376 authored over 2 years ago
Resolve issues with the repository list

Whops :sweat_smile:

github.com/OpenShopChannel/OSCHomebrewBrowser - cc83a99b04f00595afe56b3c3e387cbd240e6f57 authored over 2 years ago
Add device-agnostic path functions

We can determine whether we should use the SD or USB based on the user's preferences. Instead of...

github.com/OpenShopChannel/OSCHomebrewBrowser - 07c6c00adbb227110dcc190c11e9a868187c9afc authored over 2 years ago
Follow redirects by default

Just in case.

github.com/OpenShopChannel/OSCHomebrewBrowser - 51474f4dee6916d6f4e477be0e36edf9140f1b18 authored over 2 years ago
Add proper building instructions

github.com/OpenShopChannel/OSCHomebrewBrowser - ff4d4a85166cdf9468c2eb5777af0c8545322387 authored over 2 years ago
Added article on hbb vWii support

github.com/OpenShopChannel/Website - d09685e50aa63875d491a2c6b1b619d4e3e31b6c authored over 2 years ago
Added divider to bottom of help page contents.

github.com/OpenShopChannel/Website - 20104c9bbe48ed9bb507f19fe251c227991b95d7 authored over 2 years ago
Design tweaks to home page latest apps

github.com/OpenShopChannel/Website - 6ef742bf0b33a9c1af84499eccd6b72293bfda4b authored over 2 years ago
Updated library page

github.com/OpenShopChannel/Website - 95b1470ff6842d75f6272a368073427b5fc43809 authored over 2 years ago
Consolidate settings functions

Though this code still sprawls, it is now far lesser.

github.com/OpenShopChannel/OSCHomebrewBrowser - 5d5cd505f299c1543b504d0a7dd269deb8d51fe8 authored over 2 years ago
Added categories to help & troubleshooting

github.com/OpenShopChannel/Website - 8862fea49b7568a94103541a99eee4b40023104c authored over 2 years ago
Don't use #pragma mark

Old habits die hard :sweat_smile:

github.com/OpenShopChannel/OSCHomebrewBrowser - 54d496bfb46e7eab018a85d7003532cd64366458 authored over 2 years ago
Added home page link to help & troubleshooting

github.com/OpenShopChannel/Website - 0bd175417c2e4dad486501fc90c5acda8bd6bd47 authored over 2 years ago
Replaced some links with url_for

github.com/OpenShopChannel/Website - f225580db0cd5c5a00f2f7aea4eace6650ef6c66 authored over 2 years ago
Moved FAQ page to help & troubleshooting, updated it a little

github.com/OpenShopChannel/Website - 955d6f2f1a6f60ee5b4a9655e0fefe03ca154bb8 authored over 2 years ago
Updated text on help welcome page

github.com/OpenShopChannel/Website - f1402867900037a1b182515f58163bc25e98901a authored over 2 years ago
Fixes to dark theme panels

github.com/OpenShopChannel/Website - 66867c1951454e967c770a35de6dc7c038272132 authored over 2 years ago
Added links to contribute on GitHub to help pages

github.com/OpenShopChannel/Website - f289b83ffe813084059f3346ece7ea73db9f0e6a authored over 2 years ago
Updated Font Awesome from 5.15.2 to 6.1.1

github.com/OpenShopChannel/Website - ea55a31ddf2ba0bca1f989b4c4cf38b1d01d91cb authored over 2 years ago
Added help & troubleshooting page and some articles

github.com/OpenShopChannel/Website - 58f326da1c3a49b5b8de5ae6bb5231395b953038 authored over 2 years ago
Migrate storage functions

This splits some storage device mounting/file logic, though not everything.

In the future, it w...

github.com/OpenShopChannel/OSCHomebrewBrowser - eddd98878af1474d3fd6d36abaf727699f2e5113 authored over 2 years ago
Migrate network request settings

github.com/OpenShopChannel/OSCHomebrewBrowser - d2f6677cfb651092b31ef910264c6219f1aa7cdb authored over 2 years ago
Remove standalone MD5 headers

These go unused.

Should functionality be implemented later, please rely on [Mbed TLS](https://t...

github.com/OpenShopChannel/OSCHomebrewBrowser - 784304acfef7639823c24c40da739b8b531d992e authored over 2 years ago
Fix download woes

Properly enables download progress, alongside properly parsing repository lists.

github.com/OpenShopChannel/OSCHomebrewBrowser - d39d94102f6ceed675d52fdf96d36fb066e89cb4 authored over 2 years ago
Better handle repository checking

github.com/OpenShopChannel/OSCHomebrewBrowser - 4cc9beee959675907e3ebe22fda297eefa68ea4a authored over 2 years ago
Resolve several logical issues

github.com/OpenShopChannel/OSCHomebrewBrowser - eb87c3fd23976ab9fa51ad463fe4120269e256c6 authored over 2 years ago
Fully convert networking to libwiisocket/libcurl

We now handle downloading - both progress and writing - via curl. Additionally, initialization h...

github.com/OpenShopChannel/OSCHomebrewBrowser - d66bdd14e5b1385f83ae32dde487192ec2f299b9 authored over 2 years ago
Properly handle repo-provided URLs

Previously we ignored them, preferring our primary/fallback domains. Now - ignoring initial quer...

github.com/OpenShopChannel/OSCHomebrewBrowser - 1a28e5ab833ce40f06a5ca7bfaca51a447c9faa9 authored over 2 years ago
Commit current libcurl rewrite

The difference was beginning to become too large, so it has been split.

github.com/OpenShopChannel/OSCHomebrewBrowser - 02fcd8b7a4ec8a5a7ad2d82518aa0bb03a9f6aa9 authored over 2 years ago
Convert rating and update checking to libcurl

github.com/OpenShopChannel/OSCHomebrewBrowser - 63a3ba61db5767f30479cf72bbbd7aeb41a8bc85 authored over 2 years ago
Added app icon to app about pages, in place of ratings.

github.com/OpenShopChannel/OSCHomebrewBrowser - bbe1904f6f0d8e012f22d5f3d4fc704d889d0c0e authored over 2 years ago
Upped homebrew browser version

github.com/OpenShopChannel/OSCHomebrewBrowser - c19a25098a4e7c42f5e2e19c0077ecbee1196de7 authored over 2 years ago
Temporarly hidden ratings from app view page until we find a better system

github.com/OpenShopChannel/OSCHomebrewBrowser - d457ac0a229bb9f4d336e3f971ad11fe693622a7 authored over 2 years ago
Removed beta page from search indexing

github.com/OpenShopChannel/Website - 686906cc9c884798701ea9e56ade91b78c46c531 authored almost 3 years ago
Migrate instruction encoding to external library

The PowerPC instruction encoder and patching logic is now available at https://github.com/wii-to...

github.com/OpenShopChannel/WSC-Patcher - e17dbf9ce1e97f9b1824316f14e3aaed3319b917 authored almost 3 years ago
Library will now show up in cases the API is unreachable.

github.com/OpenShopChannel/Website - 8ca75ada7fce59b35828bcba7a5e6d4161c00dd0 authored almost 3 years ago
Fixed transparency of the danbobar image dark variation

github.com/OpenShopChannel/Website - cbf6f4c25ca7f979a6a233525d9b198297fc0a59 authored almost 3 years ago
Added a label with the amount of currently filtered apps to the library

github.com/OpenShopChannel/Website - 7c866901773c9e971c1115ad7a0b2db545a132f4 authored almost 3 years ago
Increased home library size to fit longer descriptions

github.com/OpenShopChannel/Website - 84a3c278a378a063867f46b1326ecc292c8555cd authored almost 3 years ago
Set Access-Control-Allow-Original header to match original API

github.com/OpenShopChannel/DanboShopServer - 017da5d5e61adf116693da32e71446f3154750d0 authored almost 3 years ago
Added app icon file endpoint

github.com/OpenShopChannel/DanboShopServer - 2ad45884865cf288ac47f3209d5b4ea7ae1a54f7 authored almost 3 years ago
packages endpoint now includes app controllers

github.com/OpenShopChannel/DanboShopServer - 5df93fc82d1f18b2e440028675cc47c5f78f05e0 authored almost 3 years ago
Resolve IOS acceptance

Fully closes #2.

github.com/OpenShopChannel/WSC-Patcher - 4a232c552b39cd597f7c6a3a90bdda6f6d49072e authored almost 3 years ago
Standardize issuance time

github.com/OpenShopChannel/WSC-Patcher - 79a712e3ad0d6ecc173717f052669cfb626facb3 authored almost 3 years ago
GitBook: [#35] No subject

github.com/OpenShopChannel/WSC-Docs - b1c3a79e9a89a01d7ee23b38232c8bf9e5cd7877 authored almost 3 years ago
GitBook: [#34] No subject

github.com/OpenShopChannel/WSC-Docs - d41ffbacad9b1978db90e6faf697e3ff05b9e6db authored almost 3 years ago
GitBook: [#33] Add skeleton of SOAP requests

github.com/OpenShopChannel/WSC-Docs - 097d54b38039c13aa9f325ed80aa9cffc4e0d6c4 authored almost 3 years ago
GitBook: [#32] Convert JavaScript folder to group

github.com/OpenShopChannel/WSC-Docs - ff70586a002a071aa431bde372e0b899cc26e9ea authored almost 3 years ago
Resolve certificate generation

The server certificate was mistakenly using the public key of the CA and private key of itself, ...

github.com/OpenShopChannel/WSC-Patcher - 952c3824e3cf39ebfac2f5a860661e17c53aae42 authored almost 3 years ago
Hint that we are about to use very brittle ciphers

Many modern SSL stacks (rightfully) complain about our weak keys. Perhaps it would be best to ev...

github.com/OpenShopChannel/WSC-Web - 2c2084f1480641340e6802295e0ffb35d35dc74a authored almost 3 years ago
Relicense to the AGPLv3

github.com/OpenShopChannel/Website - 2dcddde61f8a5cefe72d6dc851a7b36dac27ae41 authored almost 3 years ago
Added missing image

github.com/OpenShopChannel/Website - 0e234962bcdcc4e87a37e7bc1a6e0bd01034f096 authored almost 3 years ago
Updated about page

github.com/OpenShopChannel/Website - 0a73b157b0b51f0de2f399db00e98588a979c759 authored almost 3 years ago
Switch to request.json() in osc.py

github.com/OpenShopChannel/WSC-Web - 3ddf52486bf4819e1521fb8d474cfebaf9bb5396 authored almost 3 years ago
Allow configuring API endpoint

This is most useful for local testing of DanboShopServer.

github.com/OpenShopChannel/WSC-Web - 2d5ad2da0f1793267b3fe04bf745025970433cd0 authored almost 3 years ago
Restrict importing by default

github.com/OpenShopChannel/DanboShopServer - 4b206af5c0245784bfd4bfb04d41820d7a5c8cd9 authored almost 3 years ago
Update dependencies

github.com/OpenShopChannel/WSC-Web - a77b8cc9d716834583009c85df543cdc35c090e3 authored almost 3 years ago
Add setup information

github.com/OpenShopChannel/WSC-Web - ff16ebeb59465b1553022557b52d779e753bb3aa authored almost 3 years ago
Relicense to the AGPLv3

All contributors agreed to the relicensing. See #20.

github.com/OpenShopChannel/WSC-Web - 3eaaa8a7b2d7b5e6fc182bd371b500733c43d2ec authored almost 3 years ago
Resolve title generation

github.com/OpenShopChannel/DanboShopServer - f10b9109f9064887eec27f969f4750de63b02873 authored almost 3 years ago
Use meta.xml to update app information

github.com/OpenShopChannel/DanboShopServer - 96f72fccf72b561f9518dbded90f780e157c29bb authored almost 3 years ago
Added support for BlockedStrings to AssetName in update manifests, to fix issues with wrong matches

github.com/OpenShopChannel/DanboShopServer - b3fb5d0c38dd878df0cf8e0ecac24d667738b3e8 authored almost 3 years ago
Removed "slug" field from update manifests

github.com/OpenShopChannel/DanboShopServer - 2bd35281bb2bd6659b6fc5a48f3852670d379850 authored almost 3 years ago