1
Fork 0
photoview/api
viktorstrate a65a7bc289 Migrate all database tables to use utf8
Before this, photos and albums with special characters,
would result in a scanner error and would not be imported properly.
2020-03-10 19:03:40 +01:00
..
.vscode Work towards subscriptions 2020-02-21 16:50:50 +01:00
database Migrate all database tables to use utf8 2020-03-10 19:03:40 +01:00
graphql Add paths for albums to the web ui 2020-03-07 17:07:01 +01:00
routes Improve scanner - first scan, then process 2020-02-26 21:23:13 +01:00
scanner Scanner - delete missing photos from database 2020-03-10 18:30:23 +01:00
server Add download support 2020-02-21 22:42:39 +01:00
utils Use crypto/rand for improved security 2020-02-21 12:13:49 +01:00
Dockerfile Fix dockerfile 2020-02-21 23:02:50 +01:00
example.env Add authentication for websockets 2020-02-21 17:53:04 +01:00
go.mod Add exif parsing 2020-02-24 23:30:08 +01:00
go.sum Add exif parsing 2020-02-24 23:30:08 +01:00
gqlgen.yml Add exif parsing 2020-02-24 23:30:08 +01:00
server.go Work on notifications + custom logger 2020-02-21 20:51:50 +01:00