summaryrefslogtreecommitdiff
path: root/schema.sql
AgeCommit message (Collapse)Author
2017-07-21add basic favorites via a horrible hackAndrew Dolgov
2017-06-28move to internal user management because it's impossible to implementAndrew Dolgov
proper transparent offline mode with http auth (worker is incapable of authenticating properly) MIGRATION: 1. disable HTTP authentication (this is important!) 2. add two new tables to db/scratch.db (sessions & users) 3. create users via useradm.php (same names and passwords, previous data is kept)
2017-02-25use sqlite as a scratch dbAndrew Dolgov
store lastread pointer as a CFI
2017-02-25add favicon, store total pagesAndrew Dolgov
2017-02-25switch to integer book idsAndrew Dolgov
2017-02-25initialAndrew Dolgov