Commit Graph

380 Commits

Author SHA1 Message Date
viktorstrate
b133a1846c Fix bug with max worker jobs
Fix bug where it was possible to set max scanner worker jobs to 0,
resulting in the scanner not processing any jobs.
2020-09-25 19:21:03 +02:00
viktorstrate
467ec54797 Fix bug where reloading initial setup page,
would cause an exception
2020-09-25 19:16:49 +02:00
viktorstrate
b1f911d29c Set fixed versions in docker-compose.example.yml
- Update ui dependencies
2020-09-25 19:10:35 +02:00
viktorstrate
bbff25973e Fix bug where max_concurrent_tasks for...
scanner queue would be initialized to 0.
2020-09-24 17:52:53 +02:00
viktorstrate
6dc9345a96 Fix multi-arch build configuration in Dockerfile 2020-09-23 14:35:02 +02:00
viktorstrate
44a00c7415 Move setup of executable workers to function
- Fix startup crash if no site_info row was found
2020-09-23 14:34:26 +02:00
viktorstrate
d09bb3b99e Fix database compatibility issues with arm (#88)
- Change max key-length of username to 128
- Fix minor syntax error
2020-09-23 13:18:46 +02:00
viktorstrate
9861788ce7 Update gqlgen to v0.13.0 and regenerate 2020-09-22 09:46:35 +02:00
dependabot[bot]
d960e1a44c Merge pull request #83 from viktorstrate/dependabot/npm_and_yarn/ui/eslint-7.9.0 2020-09-21 20:28:04 +00:00
dependabot[bot]
3524e85e22 ui (npm): bump eslint from 7.7.0 to 7.9.0 in /ui
Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 20:24:01 +00:00
Viktor Strate Kløvedal
5b3a46872c Merge pull request #81 from viktorstrate/dependabot/go_modules/api/github.com/vektah/gqlparser/v2-2.1.0
api (gomod): bump github.com/vektah/gqlparser/v2 from 2.0.1 to 2.1.0 in /api
2020-09-21 22:03:20 +02:00
Viktor Strate Kløvedal
33ebd497d5 Merge pull request #84 from viktorstrate/dependabot/npm_and_yarn/ui/prettier-2.1.2
ui (npm): bump prettier from 2.0.5 to 2.1.2 in /ui
2020-09-21 22:02:52 +02:00
Viktor Strate Kløvedal
cb63aca0f8 Merge pull request #85 from viktorstrate/dependabot/npm_and_yarn/ui/babel-plugin-graphql-tag-3.1.0
ui (npm): bump babel-plugin-graphql-tag from 3.0.0 to 3.1.0 in /ui
2020-09-21 22:02:42 +02:00
Viktor Strate Kløvedal
721e5f0119 Merge pull request #86 from viktorstrate/dependabot/npm_and_yarn/ui/babel/plugin-transform-runtime-7.11.5
ui (npm): bump @babel/plugin-transform-runtime from 7.11.0 to 7.11.5 in /ui
2020-09-21 22:02:29 +02:00
Viktor Strate Kløvedal
7ecc796457 Merge pull request #87 from viktorstrate/dependabot/npm_and_yarn/ui/semantic-ui-react-1.2.1
ui (npm): bump semantic-ui-react from 1.2.0 to 1.2.1 in /ui
2020-09-21 22:02:15 +02:00
viktorstrate
eb4cd8cab9 Change labels for dependabot 2020-09-21 21:54:22 +02:00
dependabot[bot]
fb9d2ee8b2 ui (npm): bump semantic-ui-react from 1.2.0 to 1.2.1 in /ui
Bumps [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/Semantic-Org/Semantic-UI-React/releases)
- [Changelog](https://github.com/Semantic-Org/Semantic-UI-React/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Semantic-Org/Semantic-UI-React/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 19:51:57 +00:00
dependabot[bot]
e7a2f00539 ui (npm): bump @babel/plugin-transform-runtime in /ui
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.11.0 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-plugin-transform-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 19:51:40 +00:00
dependabot[bot]
df876d63ad ui (npm): bump babel-plugin-graphql-tag from 3.0.0 to 3.1.0 in /ui
Bumps [babel-plugin-graphql-tag](https://github.com/gajus/babel-plugin-graphql-tag) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/gajus/babel-plugin-graphql-tag/releases)
- [Commits](https://github.com/gajus/babel-plugin-graphql-tag/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 19:51:15 +00:00
dependabot[bot]
a03e09c10f ui (npm): bump prettier from 2.0.5 to 2.1.2 in /ui
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 19:50:55 +00:00
dependabot[bot]
0a50e6ed79 api (gomod): bump github.com/vektah/gqlparser/v2 in /api
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](https://github.com/vektah/gqlparser/compare/v2.0.1...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 19:50:21 +00:00
viktorstrate
596301f6cb Add dependabot for automatic dependency updates 2020-09-21 21:49:14 +02:00
Viktor Strate Kløvedal
abc30d9390 Merge pull request #80 from viktorstrate/concurrent-workers-setting
Add admin setting to change max concurrent workers
2020-09-21 21:34:10 +02:00
viktorstrate
9c9807ecc9 Add admin setting to change max concurrent workers 2020-09-21 21:32:30 +02:00
Viktor Strate Kløvedal
a4f53cbc35 Merge pull request #79 from viktorstrate/periodic-scanner
Periodic scanner
2020-09-21 12:44:13 +02:00
viktorstrate
74f1eb26f7 Only update scan interval, when value differ 2020-09-21 12:41:58 +02:00
viktorstrate
05380354e3 Setup periodic scan background runner 2020-09-21 12:34:56 +02:00
viktorstrate
167ff4b8c4 Update periodic scanner value from UI 2020-09-21 11:50:39 +02:00
viktorstrate
28749c44ac Start on UI for periodic scanner settings 2020-09-20 22:49:50 +02:00
viktorstrate
679dc70340 Prepare for periodic scan intervals
Add setting to database, and to graphql api
2020-09-20 22:19:25 +02:00
viktorstrate
a257dfb3e6 Fix layout problems with narrow images 2020-09-07 17:05:06 +02:00
viktorstrate
66beadee0c Update api dependencies 2020-09-07 17:04:15 +02:00
viktorstrate
4890b0c5b7 Update ui dependencies v1.0.1 2020-08-18 13:20:34 +02:00
viktorstrate
cb2d806900 Hide presentation button outlines 2020-08-17 15:27:06 +02:00
viktorstrate
60f398cb94 Fix sidebar layout problems on mobile 2020-08-17 15:13:37 +02:00
Viktor Strate Kløvedal
d983a99d95 Merge pull request #69 from viktorstrate/mobile-sidebar
Move sidebar to the bottom on mobile
2020-08-17 14:41:27 +02:00
viktorstrate
d69d21dda3 Make sidebar hideable on mobile 2020-08-17 14:32:21 +02:00
viktorstrate
650522cc3b Fix sidebar layout problems on mobile 2020-08-17 14:09:14 +02:00
viktorstrate
4db10cddf9 Move sidebar to the bottom on mobile
- Hide photoview header text on smaller screens
2020-08-17 13:55:24 +02:00
Viktor Strate Kløvedal
b54b04265e Fix small mistake in github builds v1.0.0 2020-08-15 15:41:05 +02:00
Viktor Strate Kløvedal
fadfc396ad Add less specific versions to docker release
Eg. if version 1.2.3 is released the following tags will be updated/created `1.2.3`, `1.2`, `1`, `latest`.
2020-08-15 15:36:41 +02:00
viktorstrate
6193197c71 Improve photo ui rendering 2020-08-15 14:09:47 +02:00
viktorstrate
f2493c80a5 Fix small bug where CleanupMedia...
would not remove old media if the album
did not contain any media at all but only sub-albums
2020-08-15 13:58:03 +02:00
viktorstrate
c9216a4d79 General cleanup 2020-08-15 13:00:46 +02:00
viktorstrate
8e7c43798a Rotate images properly
This fixes #64 where some thumbnail images
would not have the correct orientation.
2020-08-15 12:24:54 +02:00
viktorstrate
e59ff9cbde Fix NewMediaFromRows 2020-08-15 11:59:44 +02:00
viktorstrate
e0ab77b158 Use file modTime instead of changeTime...
to determine the date_shot value of pictures.
This value is cross-platform,and probably a
better representation for the date_shot
2020-08-14 12:20:14 +02:00
viktorstrate
78b415871d Add date information to media
This closes #61
2020-08-12 13:04:41 +02:00
viktorstrate
cdb4089f19 Ignore hidden media files
This closes #57
2020-08-12 12:31:13 +02:00
Viktor Strate Kløvedal
f94d5c6755 Update "Main features" in readme 2020-08-11 23:27:17 +02:00