Commit Graph

194 Commits

Author SHA1 Message Date
viktorstrate
cacfb5edde Fix share pages 2020-07-10 18:35:37 +02:00
viktorstrate
df80802cab Huge refactor: rename photo to media
To prepare for video support

Migrate database rename tables and columns:
- photo to media
- photo_url to media_url
- photo_exif to media_exif

- Update api accordingly
2020-07-10 14:26:19 +02:00
viktorstrate
3564866f41 Start on video processing 2020-07-10 12:58:11 +02:00
viktorstrate
11c3a92373 Reintregrate notifications with scanner 2020-06-23 15:13:07 +02:00
viktorstrate
95f4df4b7d Start to integrate new scanner system with api 2020-06-23 00:40:47 +02:00
viktorstrate
a22d002146 Major rework of scanner 2020-06-22 23:52:41 +02:00
viktorstrate
5d1c2f7134 Implement favorite resolver 2020-06-19 15:34:52 +02:00
viktorstrate
b289b25e34 Start on photo favorite 2020-06-17 18:00:58 +02:00
viktorstrate
fef27c5640 Add login page for protected shares 2020-06-14 20:56:48 +02:00
viktorstrate
79be996985 Detect if share token is password protected 2020-06-14 18:28:12 +02:00
viktorstrate
f6f6eb8bfa Prepare back-end for token password 2020-06-14 18:02:46 +02:00
viktorstrate
bbb6e2eca2 Add set password from share dropdown in sidebar 2020-06-14 15:07:07 +02:00
viktorstrate
b254f3abaa Implement ScanAll resolver 2020-04-15 11:21:16 +02:00
viktorstrate
4e5b5624de Add paths for albums to the web ui
Only fetch album paths by authorized user
2020-03-07 17:07:01 +01:00
viktorstrate
fc4639a293 Add album path resolver 2020-03-07 16:19:27 +01:00
viktorstrate
a5fc15af45 Fix security bug regarding search
...that let users search for albums and photos made by other users
2020-03-05 20:46:50 +01:00
viktorstrate
ec7a7adf43 Different small improvements to search
- Make photos link to its album
- Implement Photo -> Album resolver
- Highlight query in search
- Hide search bar when not logged in
2020-03-05 20:34:30 +01:00
viktorstrate
c30f5a833a Add search resolver to api 2020-03-05 11:53:42 +01:00
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
ecd1447deb Fix exif throwing error if no was found 2020-02-24 23:56:28 +01:00
viktorstrate
b10c607f3a Add exif parsing 2020-02-24 23:30:08 +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
e00a5553f7 Add download support 2020-02-21 22:42:39 +01:00
viktorstrate
935dc5b55e Work on notifications + custom logger 2020-02-21 20:51:50 +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
ce11d5201b Improve myAlbums query 2020-02-20 17:14:11 +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
a87e9fc56d Add user management to api 2020-02-16 12:22:00 +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
0f7f703982 Further work on shares 2020-02-11 15:36:12 +01:00
viktorstrate
687b4f4f7f Work on shares 2020-02-11 14:32:35 +01:00
viktorstrate
6e72caf2f0 Improve integration with ui 2020-02-10 12:05:58 +01:00
viktorstrate
a3a4dda286 Work on share tokens 2020-02-09 21:25:33 +01:00
viktorstrate
963acf11e8 Add album thumbnail to graphql 2020-02-09 16:16:41 +01:00
viktorstrate
e6593ee7f3 Working on integrating backend with ui 2020-02-09 15:26:59 +01:00
viktorstrate
d50b8034d1 Work on photo serving and processing 2020-02-09 14:21:53 +01:00
viktorstrate
9a8701ecd0 Improve image processing 2020-02-09 12:53:21 +01:00
viktorstrate
517286ff38 Setup initial setup wizard 2020-02-05 16:49:51 +01:00
viktorstrate
c2a5b5d2f3 Add album resolver 2020-02-05 16:14:21 +01:00
viktorstrate
43e214b5d0 Work on photo resolver 2020-02-05 14:51:46 +01:00