- frontend: save active tab for list pages
- backend: bump version
- kodi: correct versions
- kodi: mark item as started if
progress > 2
- backend: bump version
- frontend: display season/episode as seen only when
progress === 100
- backend: bump version
- general improvements
- general bugs
- backend: bump version
- general cleanups
- backend: delete old on recalculating summaries
- backend: bump version
- backend: correct search query
- backend: bump version
- frontend: display when search item is in database
- backend: bump version
- kodi: bump version
- backend: bump version
- frontend: mark correct width for list pages
- backend: bump version
- backend: bump version
- remove mounted directory in example docker
- backend: some authors not being updated
- backend: bump version
- deployment: add docs for railway deployment
- make summary generation bg job
- backend: stream seen for summary calculation
- backend: select correct images from openlibrary
- backend: bump version
- backend: do not allow duplicate metadata attribute
- backend: do not recalculate summary on deleting seen
- backend: bump version
- backend: allow marking shows and podcasts as dropped
- frontend: display platforms in media description
- backend: bump version
- backend: bump version
- allow filtering by unseen
- backend: bump version
- backend: download all images for openlibrary
- backend: bump version
- backend: recover gracefully from mutex error
- backend: bump version
- backend: bump version
- backend: tmdb not giving correct response
- backend: bump version
- frontend: do not switch to 6 column layout
- backend: bump version
- frontend: disable file uploading if not enabled
- backend: bump version
- backend: bump version
- backend: bump version
- change explanation for config key
- backend: do not calculate summary if no new items
- frontend: remove useless logout
- backend: bump version
- better explanation for config vars
- frontend: remove auth token correctly
- backend: bump version
- backend: bump version
- backend: ambiguous column reference
- backend: bump version
- backend: bump version
- frontend: color btn if filter modified
- backend: bump version
- frontend: allow sorting by rating
- backend: do not create column before hand
- backend: bump version
- backend: add column in initial migration
- backend: drop database with cascade
- backend: bump version
- frontend: add ID to sections
- backend: drop dependent tables before
- backend: bump version
- fix incorrect docker command
- change example config
- remove docker-compose example
- remove data about example file
- frontend: handle edge cases for progress modal
- backend: bump version
- frontend: redirect to correct page for review edit
- backend: bump version
- backend: bump version
- backend: update dependencies
- add information about changelog
- backend: bump version
- frontend: ask for confirmation before deleting collection
- add info about quick release
- backend: bump dependencies
- frontend: use correct path for routes
- backend: bump version
- backend: use correct connection string
- backend: bump version
- backend: bump version
- backend: bump dependencies
- backend: unwrap with default
- backend: bump version
- remove screenshots
- backend: bump version
- frontend: client side error when trimming query
- backend: bump version
- update dashboard screenshot
- remove ref to goodreads rss url
- backend: wrong history for goodreads books
- backend: bump version
- accept RSS url for goodreads
- frontend: do not highlight time in summary
- backend: bump version
- backend: bump version
- backend: do not deploy summary job when seen deleted
- backend: bump version
- backend: delete media from "In Progress" when it's seen item is deleted
- backend: bump version
- frontend: allow clearing search input
- frontend: layout issues for mine tab in list page
- backend: bump version
- backend: calculate watched shows efficiently
- display correct num of shows
- backend: bump version
- backend: correct calculation for shows and episodes summary
- frontend: remove useless click operation
- backend: bump version
- do not display num shows on dashboard summary
- store summary in json
- display num show seasons and podcast episodes
- backend: store podcast episodes played in db
- backend: make season summary more explicit
- backend: bump version
- frontend: make password validation stronger
- frontend: do not display "In Progress" if empty
- backend: bump version
- backend: remove
identifier
field from models
- frontend: add title tag to collections page
- backend: bump version
- backend: remove useless migrations
- backend: bump version
- backend: store identifier in metadata tbl
- backend: use correct query for full text search
- backend: bump version
- backend: bump version
- display repo link on footer
- backend: bump version
- frontend: add separate collections page
- backend: bump version
- change ryot logo
- frontend: remove PWA related stuff
- backend: bump version
- frontend: add page title
- backend: bump version
- backend: bump version
- backend: remove useless dependency
- backend: use correct database for scheduler
- ci: enable sea orm info logs in prod build
- backend: store import error string in database
- backend: bump version
- backend: allow listennotes init to fail
- backend: bump version
- backend: deploy summary job only when import complete
- backend: bump version
- backend: import Goodreads books from MediaTracker
- backend: bump version
- backend: parse correct date from media tracker
- backend: bump version
- backend: do not bail out when getting details
- backend: bump version
- add example for insecure cookie
- backend: add expires token to cookie created
- backend: bump version
- add ELI5 section
- backend: allow setting insecure cookies
- backend: use redirects in openlibrary http client
- backend: use redirects in openlibrary http client
- backend: update dependencies
- make features clearer
- backend: remove useless dbg stmt
- backend: log when a import job starts up
- backend: bump version
- allow updating app from script
- add deployment guide
- fix incorrect paths in guide
- add information about project
- backend: load only
database.url
from environment - frontend: use correct default values for form
- frontend: make rating text optional
- backend: bump version
- frontend: increase scale on hover
- finish renaming project
- backend: bump version
- rename project
- backend: use correct enum repr
- backend: remove useless
graphql
attribute - backend: use correct data type for enum
- backend: use text columns to denote enums
- backend: correct order for migrations
- frontend: send correct episode number as cmd
- frontend: refresh list
- backend: add endpoint to get user details
- backend: use correct data types for date columns
- frontend: redirect to auth page on invalid token
- frontend: show overlay when loading
- frontend: use correct casing for words
- frontend: add link to self website
- backend: bump version
- backend: only display trace messages on bg job
- backend: load port from env var
- frontend: allow dynamic hostname
- mention project status
- ci: use correct tag name
- frontend: use correct package name
- ensure static linking
- app: update tailwindcss
- initial commit
- app: make layout better
- app: add basic data fetching
- app: add nextjs app
- app: add basic application
- app: enable static generation
- app: add basic pages
- backend: add project config struct
- backend: allow displaying nested routes
- backend: add basic axum application
- backend: use correct embed route
- backend: add initial migration code
- backend: handle outputs from nextjs export
- frontend: add basic project
- frontend: add basic about page