4 Commits

Author SHA1 Message Date
Erik Thuning
dbe4d459ad Started storing which user extended a loan 2025-09-23 16:59:33 +02:00
Erik Thuning
57cb0b0076 Implemented automatic removal of old users' PII.
This entailed adding a new routine in include/Cron.php that checks for old
users and purges their username and notes.

As part of this some other changes were necessary:
 - Introduced a creation time for users, so it's possible to distinguish
   between an old user with no loans and a new user with no loans.
 - The user.name field in the database now allows null values.
2025-09-23 16:46:32 +02:00
Erik Thuning
afb3020a34 Added support for notes on events.
As of yet the notes get saved but never displayed anywhere.
2025-03-14 15:26:07 +01:00
Erik Thuning
ee082de50a Added simple database evolutions to ease future database changes 2025-03-14 13:09:45 +01:00