Michael Mayer
6944566b7b
Backend: Move migrate package to /internal/entity/migrate
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2024-07-02 06:40:03 +02:00
Michael Mayer
4425becb3d
Auth: Implement 2FA setup and login in the web user interface #808 #3943
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2024-03-21 14:32:51 +01:00
Michael Mayer
74772aea97
Config: Always initialize fixtures, even when skipping migrations #3215
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2023-02-21 04:44:08 +01:00
Michael Mayer
e3bb8b19dd
Routing: Prefix frontend UI routes with /library #840 #2466
...
Also improves migrations and updates the db schema docs.
Signed-off-by: Michael Mayer <michael@photoprism.app >
2022-10-15 21:54:11 +02:00
Michael Mayer
c74fcbf282
People: Show real name instead of uid in logs #1438 #2182
...
Since caching all subject data proved too complex in the time available,
this implementation uses a simple key/value lookup table to cache
subject names and perform backward searches by uid.
2022-04-04 14:21:43 +02:00