hishtory/backend/server/internal/database
David Dworken 7ebb693cdb
Fix double-syncing error where devices receive entries from themselves #202 (#204)
* Fix double-syncing error where devices receive entries from themselves

* Fix incorrect error message

* Add TODO

* Update TestESubmitThenQuery after making query more efficient

* Update TestDeletionRequests and remove unnecessary asserts

* Swap server_test.go to using require

* Fix incorrect require due to typo
2024-04-14 22:53:28 -07:00
..
db.go Allow register new device when exceed user limit when user already exist (#181) 2024-02-19 12:27:16 -08:00
device.go Refactor: Move UsageData and Device to the backend/server directory since they are purely server-side constructs 2023-12-10 10:32:04 -08:00
historyentries.go Fix double-syncing error where devices receive entries from themselves #202 (#204) 2024-04-14 22:53:28 -07:00
usagedata.go Refactor: Move UsageData and Device to the backend/server directory since they are purely server-side constructs 2023-12-10 10:32:04 -08:00