1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2025-03-06 17:16:19 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Hayden
03df23d97c fix: inaccruate 401 & sql busy error ()
* fix inaccruate 401 error on SQL db error

* init golangci-lint config

* linter autofix

* testify auto fixes

* fix sqlite busy errors

* fix naming

* more linter errors

* fix rest of linter issues

Former-commit-id: e8449b3a73
2024-01-04 08:55:26 -09:00
Hayden
79be938531 feat: expose timeout variables ()
* expose timeout variables

* formatting

Former-commit-id: eeae790fe4
2023-11-15 18:17:43 -09:00
Hayden
0cbe516ca3 feat: WebSocket based implementation of server sent events for cache busting ()
* rough implementation of WS based event system for server side notifications of mutation

* fix test construction

* fix deadlock on event bus

* disable linter error

* add item mutation events

* remove old event bus code

* refactor event system to use composables

* refresh items table when new item is added

* fix create form errors

* cleanup unnecessary calls

* fix importer erorrs + limit fn calls on import

Former-commit-id: 2cbcc8bb1d
2023-08-02 13:00:57 -08:00
Hayden
faed343eda
fix: cookie-auth-issues ()
* fix session clearing on error

* use singleton context to manage user state

* implement remember-me functionality

* fix errors

* fix more errors
2023-03-22 21:52:25 -08:00
Hayden
cd82fe0d89
refactor: remove empty services ()
* remove empty services

* remove old factory

* remove old static files

* cleanup more duplicate service code

* file/folder reorg
2022-10-29 20:05:38 -08:00
Renamed from backend/internal/repo/main_test.go (Browse further)