1
Fork 0
Commit Graph

465 Commits

Author SHA1 Message Date
viktorstrate 2f97dcff0c Improve scanner reliability 2020-02-27 16:26:53 +01:00
viktorstrate 458b6fb49c Improve scanner - first scan, then process 2020-02-26 21:23:13 +01:00
viktorstrate 440814564c Improve notifications 2020-02-26 19:44:47 +01:00
viktorstrate ecd1447deb Fix exif throwing error if no was found 2020-02-24 23:56:28 +01:00
viktorstrate b7e579f1bb Add units to exif data in UI 2020-02-24 23:48:32 +01:00
viktorstrate 96ec3663b1 Continue on exif parser error 2020-02-24 23:45:02 +01:00
viktorstrate f17d26613e Fix EXIF data on UI 2020-02-24 23:40:48 +01:00
viktorstrate b10c607f3a Add exif parsing 2020-02-24 23:30:08 +01:00
viktorstrate 890e36b7a8 Fix bug when filtering and limiting a query 2020-02-24 09:59:20 +01:00
viktorstrate 1f5f367442 Limit total shown albums on photos page 2020-02-24 09:36:31 +01:00
viktorstrate 09ddbae662 Add content section 2020-02-23 21:50:15 +01:00
viktorstrate b768084b23 Edit readme 2020-02-23 21:43:44 +01:00
viktorstrate d27c20e041 Improve stability of scanner 2020-02-23 18:00:08 +01:00
viktorstrate c6bc32870d Fix image resizing on load 2020-02-23 15:51:50 +01:00
viktorstrate 39f68e4d8a Support PHOTO_CACHE env variable 2020-02-23 12:43:45 +01:00
viktorstrate 578509c729 Improve downloads from ui 2020-02-23 12:21:51 +01:00
viktorstrate 1e92432b07 Make scanner proceed on error 2020-02-23 11:59:57 +01:00
viktorstrate 1e115400a4 Fix sql bug and add recursive query for album thumbnails 2020-02-22 14:29:41 +01:00
viktorstrate 1dc2221524 Add change password support 2020-02-22 14:05:33 +01:00
viktorstrate 92b6beef2f Fix dockerfile 2020-02-21 23:02:50 +01:00
viktorstrate bb8aff6019 Update docker-compose example 2020-02-21 22:49:19 +01:00
viktorstrate 9bee0432ae Update docker-compose 2020-02-21 22:45:50 +01:00
viktorstrate e00a5553f7 Add download support 2020-02-21 22:42:39 +01:00
viktorstrate 37aea1fb3a Improve logging 2020-02-21 21:00:40 +01:00
viktorstrate 935dc5b55e Work on notifications + custom logger 2020-02-21 20:51:50 +01:00
viktorstrate 2d15e7c41f Add authentication for websockets 2020-02-21 17:53:04 +01:00
viktorstrate b2a8fd09f9 Work towards subscriptions
- Replace chi with gorilla/mux
- Write custom CORS rules
- Start on notification subscriptions
2020-02-21 16:50:50 +01:00
viktorstrate b3f4264b3d Add logout button 2020-02-21 12:22:04 +01:00
viktorstrate f57388e276 Use crypto/rand for improved security 2020-02-21 12:13:49 +01:00
viktorstrate 39dd89eec2 Secure public photos with the "public token" 2020-02-21 12:05:28 +01:00
viktorstrate fb62363cb8 Protect photos from public access 2020-02-20 17:31:41 +01:00
viktorstrate ce11d5201b Improve myAlbums query 2020-02-20 17:14:11 +01:00
viktorstrate 8f0489c706 Enable api devMode to secure endpoint in prod 2020-02-19 22:28:21 +01:00
viktorstrate a505d28f00 Fix scan user ui mutation 2020-02-19 22:17:17 +01:00
viktorstrate 97b0bd2852 Add title tag 2020-02-19 22:14:59 +01:00
viktorstrate 39afd67130 Show all root albums instead of the single path
Improve sql connection error messages
2020-02-19 22:04:38 +01:00
viktorstrate b8f960f058 Add docker support for new api 2020-02-19 21:33:28 +01:00
viktorstrate 565eacb725 Improve skeleton loading design 2020-02-16 17:32:55 +01:00
viktorstrate 34729c763f Improve messages 2020-02-16 16:52:00 +01:00
viktorstrate e7b2bc13d2 Improve performance of photo load animation 2020-02-16 12:26:24 +01:00
viktorstrate a87e9fc56d Add user management to api 2020-02-16 12:22:00 +01:00
viktorstrate 108de3d6b8 Add service-worker 2020-02-15 23:29:03 +01:00
viktorstrate 6f686a56ee UI layout changes 2020-02-15 22:53:44 +01:00
viktorstrate 3376fbe13b Work on settings page 2020-02-15 22:13:02 +01:00
viktorstrate f1ce85dcb5 Set max sql connections + improve user register 2020-02-14 14:29:41 +01:00
viktorstrate 64e702790f Make scanner generate high-res jpg
If original image format is not supported in browser
2020-02-14 13:31:44 +01:00
viktorstrate 9361e85397 Cache scanned album directories 2020-02-12 18:45:58 +01:00
viktorstrate 4af6be17d8 Improve scanner cleanup to take user into account 2020-02-12 18:19:16 +01:00
viktorstrate a2d0509cad Update scanner to delete removed files 2020-02-12 18:10:52 +01:00
viktorstrate d50a15be90 Work on scanner + add launch.json for vscode 2020-02-11 23:35:35 +01:00