| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: get host from req instead of config | Pitu | 2021-06-08 | 2 | -2/+2 |
| | | |||||
| * | feat: add pagination to user files in admin view | Pitu | 2021-01-20 | 1 | -2/+20 |
| | | |||||
| * | feat: change mutation timestamp on every database mutation | Zephyrrus | 2021-01-07 | 4 | -37/+6 |
| | | |||||
| * | fix: use PassThrough from FileType to get the real mimetype of a file while ↵ | Zephyrrus | 2021-01-07 | 1 | -2/+0 |
| | | | | | it's being saved to the disk | ||||
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -190/+18 |
| | | | | | | | 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) | ||||
| * | feat: Add experimental stats endpoint (no cache system yet) | Zephyrrus | 2021-01-07 | 1 | -0/+208 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 10 | -10/+10 |
| | | |||||
| * | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 1 | -1/+1 |
| | | |||||
| * | fix: stop leaking user passwords to admins AGAIN | Zephyrrus | 2020-07-10 | 2 | -2/+5 |
| | | |||||
| * | fix: stop leaking user's password and their apikey to admins | Zephyrrus | 2020-07-09 | 1 | -1/+4 |
| | | |||||
| * | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 10 | -10/+10 |
| | | |||||
| * | chore: cleanup and todo | Pitu | 2020-05-11 | 1 | -0/+29 |
| | | |||||
| * | Sort files by newest | Pitu | 2020-05-10 | 1 | -1/+3 |
| | | |||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 3 | -0/+84 |
| | | | | | | | | * 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 | ||||
| * | Small fixes | Pitu | 2019-03-14 | 3 | -3/+3 |
| | | |||||
| * | Prevent snowflakes from demoting/disabling themselves | Pitu | 2019-03-12 | 4 | -1/+5 |
| | | |||||
| * | Purge user's files | Pitu | 2019-02-28 | 1 | -0/+26 |
| | | |||||
| * | User management | Pitu | 2019-02-26 | 4 | -5/+59 |
| | | |||||
| * | User promotion/demotion | Pitu | 2019-02-26 | 3 | -0/+77 |