| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
fix: Extract database constructor to a separate file to ensure we only create one knex instance/db
feat: Add cron for saving the stats to the database every hour
feat: Get cached stats from database (if a stat is not found in the db, generate it)
|
| |
|
|
| |
For now, if file-type returns undefined, we take the value from the browser. In the future this should be removed to ensure people can't bypass the real mime checking using a special file that can't be recognized by file-type.
|
|
|
commit df4b0378571708086a276e49ac8630095e08b0b7
Author: Pitu <[email protected]>
Date: Sun Dec 27 03:00:17 2020 +0900
feat: move database modification to a new migration file
|