| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.3 source code.tar.gz | 2026-04-15 | 8.3 MB | |
| 1.1.3 source code.zip | 2026-04-15 | 9.2 MB | |
| README.md | 2026-04-15 | 4.2 kB | |
| Totals: 3 Items | 17.5 MB | 1 | |
✨ Features
- feat(api): enhance API responses with additional error codes for better error handling (
c98690ee) - feat(api): enhance API documentation with detailed summaries and descriptions (
539b4e2e) - feat(admin): introduce new user management features including user profile updates, role changes, and enhanced magic link security; add validation for redirect URLs to prevent phishing attacks (
5251649d) - feat(admin): enhance user management with new endpoints for user provisioning, bulk enrollment, and magic link issuance; update analytics events for user removal and certificate revocation (
b3aa35e0) - feat(certifications): add is_course_fully_completed function for pure completion checks (
56fafd5c) - feat(zapier): enforce webhook URL validation and correct user attribution in subscription creation (
56c9a975) - feat(migrations): add columns for Zapier integration in webhook_endpoint table (
c202c6fc) - feat(orgEditAutomations): integrate Zapier logo and enhance UI for Zap management (
fdeb156f) - feat(webhooks): add Zapier integration support and enhance webhook management UI (
5b5fd0cf) - feat(assignments): enhance assignment task management with batch submission handling and new grading logic (
930571aa) - feat(assignments): introduce new grading types and enhance assignment task management features (
bef8a6fd) - feat(assignments): add CODE task type and enhance UI for assignment management (
22329bc9)
🐛 Bug Fixes
- Merge pull request [#723] from learnhouse/renovate/all-minor-patch (
11d6d840) - fix(deps): update all non-major dependencies (
644463de) - Merge pull request [#717] from learnhouse/renovate/stripe-15.x (
e0216e7f) - fix(deps): update dependency stripe to v15 (
5537123e) - Merge pull request [#718] from learnhouse/renovate/all-minor-patch (
61946d4f) - fix(orgs): improve conflict error message for existing organization slugs (
b2ce7182) - fix(deps): update all non-major dependencies (
8343f28d) - Merge pull request [#716] from learnhouse/renovate/all-minor-patch (
e7b5190a) - fix(deps): update all non-major dependencies (
1354f35e) - Merge pull request [#715] from learnhouse/renovate/pin-dependencies (
adf18fb4) - fix(deps): pin dependency cryptography to v46.0.4 (
d872a78d)
♻️ Refactoring
- refactor(admin): clean up admin router tests by removing unused mock functions and updating test names for clarity (
d5ad40d9) - refactor(migrations): remove deprecated markdown activity subtype migration and update revision references (
fb2398be) - refactor(payments): convert Stripe objects to dictionaries for consistent data handling (
37cbe245) - refactor(tests): improve database session management and enhance test coverage for playground and community features and more (
c330c9fb) - refactor(tests): enhance test coverage for course and organization services with new fixtures and assertions (
39322f21) - refactor(assignments): reorganize grading logic and enhance UI components for assignment management (
5fd3d435) - refactor(tests): consolidate test coverage configuration and enhance test fixtures for improved clarity (
3d35e0d6) - refactor(tests): improve readability of test setup by formatting user mocks (
5a02a5a6) - refactor(rbac): enhance resource access checks with memoization and context handling for unpublished courses (
92c20177)
🔧 Maintenance
- Merge pull request [#724] from learnhouse/renovate/codecov-codecov-action-6.x (
6ec0200d) - chore(deps): update codecov/codecov-action action to v6 (
b5a32fc3)
👥 Contributors
@{"message":"No commit found for SHA: ","documentation_url":"https://docs.github.com/rest/commits/commits#get-a-commit","status":"422"}, @swve
📦 Getting Started
New installation:
:::bash
npx learnhouse setup
Upgrade to this version:
:::bash
# Back up your database first
npx learnhouse backup
# Update to this specific version
npx learnhouse update --version 1.1.3
Docker image:
:::bash
docker pull ghcr.io/learnhouse/app:1.1.3
Full Changelog: https://github.com/learnhouse/learnhouse/compare/1.1.2...1.1.3