summaryrefslogtreecommitdiff
path: root/db.php
AgeCommit message (Collapse)Author
2021-01-19pdo: report errors via exceptionsAndrew Dolgov
2020-09-12crash with an error message if PDO sqlite driver is missing and/or unable to ↵Andrew Dolgov
initialize it
2017-11-19* use PDO::sqliteAndrew Dolgov
* remove database-backed sessions (too slow for sqlite)
2017-07-28db: allow absolute paths for scratch dbAndrew Dolgov
2017-07-04sqlite: enable WALAndrew 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)