commits
* build: skip osxcross in github ci
* Makefile: fix BUILDER_TARGET variable
* builder-no-darwin
* build: try earlier mac sdk version
* Revert "ci: hardcode darwin-arm64 builder to an old version to unbreak builds (#268)"
This reverts commit a310dabc0e44fbd9e2eed703f628258b302c5a1f.
* build: try osxcross default branch
* ci: add missing apt stuff
* build: argument tweaks for other linker
* .gitignore: node-compile-cache
* build: dodge openssl dependency?
* build: registry=false
* build: add libssl-dev:arm64
* build: darwin-amd64 hates coretracers apparently?
* Revert "build: darwin-amd64 hates coretracers apparently?"
This reverts commit 20521ed4cf1c693a12179cd23fd58ce010c45dea.
* build: try building this one file early?
* build: meson is for underscores
components: add player store
fix: hide sidebar when embed is loaded
style: make livestream ui fit in more with current styling
settings: add key manager (attempt 2)
* ci: cache break builder
* ci: pin darwin-arm64 to a specific working builder
This reverts commit 7ed2061e6ca56ec1dd1ff818828f837035924861.
This reverts commit a7a8e7d6985894f18f5508928a0d3e2ce3ef2807.
This reverts commit ffee11530781529e07b7176d0a54994fc0659f77.
This reverts commit b84e7c7258e14dcbd5007c284017818391271cc0.
This reverts commit 937e9f288023e7fb645f4080a09b1a6ca82dc7f4.
This reverts commit c5bb9052a34bec8815b300bf79280ff4cdf0bbcd.
This reverts commit 9fa85c25ee3e49274be37830bae5129a049db1f1.
This reverts commit 3916bbf7bb94d173eee775803e3785208eff59fb.
This reverts commit bcfe734e5e76593cea600da26f2a6c20852045ff.
* ci: add osxcross
* ci: build-mac
* ci: working darwin-amd64 build
* ci: dockerfile build stage
* build: use clang from llvm repos
* ci: builder-rebuild is a tiny job
* ci: skip desktop for now
* ci: add darwin codesigning
* ci: cargo install apple-codesign
* ci: cstreamplace for everyone but darwin
* this commit left blank
* ci: recombine images now that it's fast
* ci: arch typo
* ci: add notarization
* ci: gradle no daemon
* ci: zip it uppppp
* empty commit for build
* one last empty commit for build
* github ci: clean disk a bit before building
* ci: re-add darwin desktop build and ios build
* github: simpler approach for saving build space
* gitlab: handle command with spaces
* Makefile: typo
* Makefile: semi colons
* unlock keychain for signing
* build tweaks
* nothing to be done lmao
* ci: we should really build darwin-amd64 i guess
* asodfij
* codesign codemine
- should be component's responsibility to request a hidden sidebar
* components: init @streamplace/components
* fix build
* components: implemented chat!
* components: local chat works now!
* dump tsup, remove old code
* remove example-app for now
* build: add knip for checking missing dependencies
* fix build
* update README
* maybe lexicons postinstall?
* app: remove old chat stuff from redux
* components: migrate replyTo
* components: migrate viewers
* components: migrate livestream
* components: migrate segment
* components: migrate renditions
* components: tweak handleWebsocketMessages
* libraries: pnpm run build as postinstall
* build: perhaps make js-lexicons like this?
* app: mobile tweaks
* websocket: can't send a profile we don't have
* websocket --> websocket-consumer
it's logging way too much for what is basically code mostly taken straight from RNGH examples
clean up commit tags oops
simple key manager
feat: update title without notifying users
re-delete file 😭
* build: try earlier mac sdk version
* Revert "ci: hardcode darwin-arm64 builder to an old version to unbreak builds (#268)"
This reverts commit a310dabc0e44fbd9e2eed703f628258b302c5a1f.
* build: try osxcross default branch
* ci: add missing apt stuff
* build: argument tweaks for other linker
* .gitignore: node-compile-cache
* build: dodge openssl dependency?
* build: registry=false
* build: add libssl-dev:arm64
* build: darwin-amd64 hates coretracers apparently?
* Revert "build: darwin-amd64 hates coretracers apparently?"
This reverts commit 20521ed4cf1c693a12179cd23fd58ce010c45dea.
* build: try building this one file early?
* build: meson is for underscores
* ci: add osxcross
* ci: build-mac
* ci: working darwin-amd64 build
* ci: dockerfile build stage
* build: use clang from llvm repos
* ci: builder-rebuild is a tiny job
* ci: skip desktop for now
* ci: add darwin codesigning
* ci: cargo install apple-codesign
* ci: cstreamplace for everyone but darwin
* this commit left blank
* ci: recombine images now that it's fast
* ci: arch typo
* ci: add notarization
* ci: gradle no daemon
* ci: zip it uppppp
* empty commit for build
* one last empty commit for build
* github ci: clean disk a bit before building
* ci: re-add darwin desktop build and ios build
* github: simpler approach for saving build space
* gitlab: handle command with spaces
* Makefile: typo
* Makefile: semi colons
* unlock keychain for signing
* build tweaks
* nothing to be done lmao
* ci: we should really build darwin-amd64 i guess
* asodfij
* codesign codemine
* components: init @streamplace/components
* fix build
* components: implemented chat!
* components: local chat works now!
* dump tsup, remove old code
* remove example-app for now
* build: add knip for checking missing dependencies
* fix build
* update README
* maybe lexicons postinstall?
* app: remove old chat stuff from redux
* components: migrate replyTo
* components: migrate viewers
* components: migrate livestream
* components: migrate segment
* components: migrate renditions
* components: tweak handleWebsocketMessages
* libraries: pnpm run build as postinstall
* build: perhaps make js-lexicons like this?
* app: mobile tweaks
* websocket: can't send a profile we don't have
* websocket --> websocket-consumer