* add date format and orDefault helpers
* introduce new statistics calculations queries
* rework statistics endpoints
* code generation
* fix styles on photo card
* label and location aggregation endpoints
* code-gen
* cleanup parser and defaults
* remove debug point
* setup E2E Testing
* linters
* formatting
* fmt plus name support on time series data
* code gen
* schema changes
* db generate
* db migration
* add role based middleware
* implement attachment token access
* generate docs
* implement role based auth
* replace attachment specific tokens with gen token
* run linter
* cleanup temporary token implementation
Add archive option feature. Archived items can only be seen on the items page when including archived is selected. Archived items are excluded from the count and from other views
* initial UI for currency selection
* add task to purge invitation tokens
* group API contracts
* fix type import
* use auth middleware
* add currency setting support (UI)
* use group settings for format currency
* fix casing
* Fix spelling mistake
Fix spelling mistake, changed 'Mode Number' to 'Model Number'
* Update external links on login page
Updated the external links on the login page for Discord and application docs to open in new tabs/windows.
* Fix spelling mistake on items page
Fix spelling mistake, changed second incorrect occurrence of 'Labels' to 'Locations'
* add demo env variable
* setup initialization when demo
* disable password when in demo mode
* expose demo status to API
* improve UI for demo instance
* implement password score UI and functions
* update strings tests to use `test`instead of `it`
* update typing
* refactor login/register UI+Logic
* fix width on switches to properly display
* fetch and store self in store
* (WIP) unify card styles
* update labels page
* bump nuxt
* use form area
* use text area for description
* unify confirm API
* unify UI around pages
* change header background height
implenmented a store for each global item and tied it to an event bus and used the listener on the requests object to intercept responses from the API and run the appripriate get call when updates were detected.
* format readme
* update logo
* format html
* add logo to docs
* repository for document and document tokens
* add attachments type and repository
* autogenerate types via scripts
* use autogenerated types
* attachment type updates
* add insured and quantity fields for items
* implement HasID interface for entities
* implement label updates for items
* implement service update method
* WIP item update client side actions
* check err on attachment
* finish types for basic items editor
* remove unused var
* house keeping