.. |
app
|
fix(module,app): use whole remote address if splitting fail
|
2023-04-21 20:01:43 +02:00 |
auth
|
feat(sdk,client): add menu to help navigation between apps
|
2023-04-20 10:17:37 +02:00 |
blob
|
fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma
|
2023-04-06 14:45:50 +02:00 |
cast
|
feat(module,cast): enhance casting device discovery speed
|
2023-04-20 19:20:52 +02:00 |
fetch
|
fix(module,fetch): wait for module initialization to prevent false failure in test
|
2023-04-06 14:46:46 +02:00 |
net
|
fix(module,net): add missing context to server message
|
2023-03-03 10:43:13 +01:00 |
share
|
feat(module,share): cross-app resource sharing module
|
2023-04-21 12:40:09 +02:00 |
store
|
fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma
|
2023-04-06 14:45:50 +02:00 |
util
|
feat(module,share): cross-app resource sharing module
|
2023-04-21 12:40:09 +02:00 |
.gitignore
|
feat: initial commit
|
2023-02-16 17:04:15 +01:00 |
console.go
|
feat: initial commit
|
2023-02-16 17:04:15 +01:00 |
context.go
|
feat(module,auth): authentication module with arbitrary claims support
|
2023-02-24 14:40:28 +01:00 |
error.go
|
feat: initial commit
|
2023-02-16 17:04:15 +01:00 |
extension.go
|
feat(module,auth): authentication module with arbitrary claims support
|
2023-02-24 14:40:28 +01:00 |
lifecycle.go
|
feat(server): handle panic in runtime
|
2023-03-01 13:04:40 +01:00 |
message.go
|
feat: initial commit
|
2023-02-16 17:04:15 +01:00 |
rpc.go
|
feat(server): handle panic in runtime
|
2023-03-01 13:04:40 +01:00 |
store.go
|
feat(module,auth): authentication module with arbitrary claims support
|
2023-02-24 14:40:28 +01:00 |