aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/admin
Commit message (Collapse)AuthorAgeFilesLines
* chore: get host from req instead of configPitu2021-06-082-2/+2
|
* feat: add pagination to user files in admin viewPitu2021-01-201-2/+20
|
* feat: change mutation timestamp on every database mutationZephyrrus2021-01-074-37/+6
|
* fix: use PassThrough from FileType to get the real mimetype of a file while ↵Zephyrrus2021-01-071-2/+0
| | | | it's being saved to the disk
* chore: Move statistics related functions to it's own fileZephyrrus2021-01-071-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)Zephyrrus2021-01-071-0/+208
|
* chore: remove trailing commasZephyrrus2020-12-2410-10/+10
|
* feat: Start working on a new album/tags/image info modalZephyrrus2020-07-191-1/+1
|
* fix: stop leaking user passwords to admins AGAINZephyrrus2020-07-102-2/+5
|
* fix: stop leaking user's password and their apikey to adminsZephyrrus2020-07-091-1/+4
|
* chore: linter the entire project using the new rulesZephyrrus2020-07-0810-10/+10
|
* chore: cleanup and todoPitu2020-05-111-0/+29
|
* Sort files by newestPitu2020-05-101-1/+3
|
* This commit adds a bunch of features for admins:Pitu2019-10-133-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 fixesPitu2019-03-143-3/+3
|
* Prevent snowflakes from demoting/disabling themselvesPitu2019-03-124-1/+5
|
* Purge user's filesPitu2019-02-281-0/+26
|
* User managementPitu2019-02-264-5/+59
|
* User promotion/demotionPitu2019-02-263-0/+77