Michael Mayer
ca6654e49b
Docker: Improve cloud-init docs in README.txt
2021-08-05 21:35:36 +02:00
Michael Mayer
d637ad032c
Docker: Improve cloud-init setup
2021-08-05 21:25:32 +02:00
Michael Mayer
b8349a2c59
Docker: Improve cloud-init setup
2021-08-05 21:05:59 +02:00
Michael Mayer
403afc69aa
Config: Don't disable ffmpeg even when server has < 3 GB memory
...
see #1135 , #1390 , and #1397
2021-08-05 20:18:52 +02:00
Michael Mayer
6122949bab
Docker: Improve cloud-init setup
2021-08-05 20:18:08 +02:00
Michael Mayer
678e359e68
Docker: Proceed in cloud-init setup script if user already exists
2021-08-05 19:11:57 +02:00
Michael Mayer
6dee522472
Config: Improve warning message shown when server has < 3 GB memory
...
see #1135 , #1390 , and #1397
2021-08-05 19:10:53 +02:00
Michael Mayer
ce9fcbb714
Docker: Update README.txt for new cloud-init example config
2021-08-05 18:55:58 +02:00
Michael Mayer
296d81cf91
Docker: Update README.txt for new cloud-init example config
2021-08-05 18:54:22 +02:00
Michael Mayer
16501ce470
Docker: Add README.txt to new cloud-init example config
2021-08-05 18:49:30 +02:00
Michael Mayer
96ec9368a1
CI: Ignore unbound variables in scripts/docker-*.sh
2021-08-05 18:17:59 +02:00
Michael Mayer
9fde38ee5e
Docker: Add and update example config files
2021-08-05 18:06:43 +02:00
Michael Mayer
b057d74cbc
Backend: Upgrade dependencies in go.mod and go.sum
2021-08-05 15:20:02 +02:00
Michael Mayer
a4289ec9f0
Config: Limit workers and disable transcoding if < 3 GB of memory
...
see #1135 , #1390 , and #1397
2021-08-05 15:15:33 +02:00
theresa
9263895408
Tests: Adapt tests to fixture changes
2021-08-05 12:33:52 +02:00
theresa
c13af0408d
Tests: Update photo fixtures
2021-08-05 12:33:02 +02:00
Michael Mayer
a3af05647b
Frontend: Update package-lock.json
2021-08-05 11:09:41 +02:00
Michael Mayer
f2685698b8
Makefile: Add "dev" target to install latest Go / NPM in dev environment
2021-08-05 11:09:26 +02:00
Michael Mayer
dd958bfda8
Examples: Add no-overlap to prevent jobs run in parallel
2021-08-05 10:38:16 +02:00
theresa
a0cb73bd12
Tests: Update photo fixtures
2021-08-05 10:30:08 +02:00
theresa
c0cd45afe8
Tests: Update photo fixtures
2021-08-04 18:43:39 +02:00
theresa
8b47775315
Tests: Adapt tests for internal/query to fixture updates
2021-08-04 17:10:26 +02:00
theresa
4f10fdc83a
Tests: Adapt tests for internal/photoprism to fixture updates
2021-08-04 17:10:00 +02:00
theresa
a5152bad4d
Tests: Adapt tests for internal/entity to fixture updates
2021-08-04 17:09:36 +02:00
theresa
7c16183998
Tests: Adapt tests for internal/api to fixture updates
2021-08-04 17:09:12 +02:00
theresa
c241faf248
Tests: Update file fixtures
2021-08-04 17:08:26 +02:00
Michael Mayer
5076af2979
Frontend: Upgrade webpack, babel, eslint, postcss, and sass
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-07-26 00:05:50 +02:00
Michael Mayer
0c42ded320
Tests: Reformat link_fixtures.go
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-07-25 23:48:34 +02:00
Michael Mayer
92e8ba741b
Dev: Ignore .env files
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-07-25 23:48:01 +02:00
Michael Mayer
65aae950d2
Dev: Remove GID from env variables
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-07-25 23:47:12 +02:00
theresa
09c51c8db6
Tests: Update test fixtures
2021-07-23 13:25:28 +02:00
theresa
ca390351d8
Tests: Update fixtures
2021-07-22 18:31:56 +02:00
theresa
de1eee18bf
Tests: Update fixtures
2021-07-22 15:05:23 +02:00
theresa
dcebf32c2c
Tests: Adapt tests to fixture changes
2021-07-22 13:53:28 +02:00
theresa
830fba9d0b
Tests: Update test fixtures
2021-07-22 13:53:28 +02:00
Thomas Eizinger
8eac89404e
CI: Fail entire build script if any command fails ( #1443 )
...
At the moment, the build script exits with 0 even if any of the commands fail.
Setting `-e` fixes this.
2021-07-22 11:56:50 +02:00
Michael Mayer
b339700dc8
Docs: Update third-party software license notice
2021-07-17 15:37:44 +02:00
Michael Mayer
3ce4fddbf3
Backend: Clean-up go.mod and go.sum
2021-07-17 15:24:06 +02:00
Michael Mayer
bc86997ba3
Backend: Replace gopkg.in/ugjka/go-tz with gopkg.in/photoprism/go-tz
...
Original package was archived and not maintained anymore.
2021-07-17 15:21:03 +02:00
Michael Mayer
d28d81bc3b
Frontend: Remove eslint-plugin-standard
2021-07-17 14:00:00 +02:00
Michael Mayer
9ad0e6317d
Frontend: Upgrade package-lock.json
2021-07-17 13:52:25 +02:00
Michael Mayer
7495c8aa03
Frontend: Upgrade easygettext, style-loader, and vue-fullscreen
2021-07-17 13:44:00 +02:00
Michael Mayer
4367f2ed55
Frontend: Upgrade Webpack from v5.44.0 to v5.45.1
2021-07-17 13:26:13 +02:00
Michael Mayer
c79558a039
Backend: Run make fmt
2021-07-16 19:32:33 +02:00
Michael Mayer
066cb50f44
Frontend: Reset photo viewer results after changing search query #1343
...
The observed behaviour appears to be a timing issue when opening an
image shortly after the search query / filter was changed, thus it
wasn't reproducible in a dev environment with only a few images.
2021-07-16 19:31:51 +02:00
Michael Mayer
97c3e0abe8
Import: Ignore dot files listed in .ppignore #1348
2021-07-16 18:27:28 +02:00
Michael Mayer
07c711a0b4
RAW: Skip Darktable when converting Canon CR3 and Fuji RAF files #1362
2021-07-16 18:12:42 +02:00
Michael Mayer
63094e7b17
MariaDB: Set default table engine, charset and collation #1371
2021-07-16 18:02:51 +02:00
Michael Mayer
10650f6d28
Videos: Skip related images when downloading #1436
2021-07-16 17:06:47 +02:00
Michael Mayer
4af98f61f4
Docker: Update base image for production builds #1158 #1432
2021-07-16 16:46:14 +02:00