Expanded edit fields. Added revision history to scene and user pages.

This commit is contained in:
2024-10-06 02:45:56 +02:00
parent 8bf9e22b39
commit 8f843f321d
57 changed files with 1664 additions and 156 deletions

View File

@@ -59,6 +59,7 @@ export async function login(credentials, userIp) {
await knex('users')
.update('last_login', 'NOW()')
.update('last_ip', userIp)
.where('id', user.id);
logger.verbose(`Login from '${user.username}' (${user.id}, ${userIp})`);