| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-19 | Refactor: Make errors use the parent's error level | jwijenbergh | |
| - 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 | |||
| 2022-10-19 | Client: Set the current server also during adding | jwijenbergh | |
| This fixes cancelling oauth | |||
| 2022-10-19 | Client: Separate into different files | jwijenbergh | |
| 2022-10-19 | Client Test: Fix selenium python script path | jwijenbergh | |
| 2022-10-18 | Client: Move to its own package | jwijenbergh | |
