cocalc
cocalc copied to clipboard
CoCalc: Collaborative Calculation in the Cloud
# Description WIP ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious
# Description This needs more testing. ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious
This would be useful for many, many things. Also, could include the licenses that were applied, etc. Basically "how this project was upgraded when being used?"
# Description This adds a bit of "antd" to the new project dialog and a dropdown to add or select a license. I also saw traces of giving projects a...
# Description - various package updates - removing packages we don't really need, i.e. coffeelint, `@jupyterlab/services`, nodeunit, coveralls - fixing quota tests - checking if everything builds after cleaning up...
# Description see #6061  ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious
just for the record, I tried to update xpra to `4.1.3-r1-1` and that's not working well. that's really slow. same for one of the newest versions right now. in prod,...
Next/SSO
# Description refactors everything around authentication, improves what the info/conf row in the database should contain, improve passport configuration, React.FC-ing landing/sign-in/passport components, ... the main new addition are dedicated `/sso/*`...
The build currently fails building the frontend using webpack. We hit exactly this bug: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported There's a workaround there to add a command line flag to node.
# Description 1. process the string value using the `to_val` function right when the data comes in from the DB 2. the above means it is no longer necessary in...