| Age | Commit message (Collapse) | Author |
|
Full command: golangci-lint run --disable-all -E godot --fix
|
|
|
|
Errors and test files still need to be done. Also some getters are
changed by removing the 'get' prefix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes the levels more logical
|
|
|
|
|
|
|
|
|
|
|
|
For some reason GitHub was failing on the golang image but not locally??
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a race condition reported by Go's -race flag
In the future we should use waitgroups to ensure the OAuth local listener is started before we sent the URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The wrong base url was used. Use the one from the home server NOT the
current location
|
|
- All wrapped errors have to be created with types.NewWrappedError to
inherit the error level from the parent
- Or types.NewWrappedErrorLevel can be used which means a custom error
level is given. For example this is done with cancelling OAuth
- Client public errors are forwarded with handleError that also logs
it with the error's level
|
|
|
|
This fixes cancelling oauth
|
|
|
|
|
|
|
|
Has() was only added in Go 1.17
|
|
|