| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -0/+1 |
| | | | | | | | 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) | ||||
| * | Squashed commit of the following: | Pitu | 2020-12-27 | 1 | -15/+3 |
| | | | | | | | | | commit df4b0378571708086a276e49ac8630095e08b0b7 Author: Pitu <[email protected]> Date: Sun Dec 27 03:00:17 2020 +0900 feat: move database modification to a new migration file | ||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 1 | -11/+11 |
| | | |||||
| * | chore: add unique integrity checks to the database for many-to-many tables | Zephyrrus | 2020-07-08 | 1 | -5/+15 |
| | | |||||
| * | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 1 | -11/+11 |
| | | |||||
| * | chore: add nsfw flag to migration | Zephyrrus | 2020-07-04 | 1 | -0/+2 |
| | | |||||
| * | chore: remove the use of uuid | Pitu | 2020-05-10 | 1 | -4/+0 |
| | | |||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 1 | -0/+24 |
| | | | | | | | | * banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files | ||||
| * | Wonder if password generation is failing because of long passwords | Pitu | 2019-03-12 | 1 | -1/+1 |
| | | |||||
| * | Add uuids | Pitu | 2019-03-12 | 1 | -0/+4 |
| | | |||||
| * | Better DB handling and stuff | Pitu | 2019-02-23 | 1 | -5/+5 |
| | | |||||
| * | Database migration and seeding | Pitu | 2019-02-21 | 1 | -0/+69 |