Commit graph

5126 commits

Author SHA1 Message Date
Michael Mayer 5d0bf68299 Demo: Add setup script 2021-12-12 18:21:32 +01:00
Michael Mayer c777410f30 CI: Update install-qemu.sh script 2021-12-12 15:58:24 +01:00
Michael Mayer 4b43af93fe Docker: Update download URL in install-go.sh script 2021-12-12 15:27:39 +01:00
Michael Mayer 05087b6d1b
Update install-qemu.sh 2021-12-11 18:32:03 +01:00
theresa adff210ea1 Tests: Improve acceptance tests 2021-12-11 13:27:14 +01:00
Michael Mayer ef271c3765
Update SPONSORS.md 2021-12-11 13:08:27 +01:00
Michael Mayer fb2bb041dd
Update SPONSORS.md 2021-12-11 12:49:02 +01:00
Michael Mayer 6851db8c67 Docker: Update caption in ARMv7 and ARM64 READMEs 2021-12-10 23:02:40 +01:00
Michael Mayer a09e09d5a0 Docker: Update ARMv7 README 2021-12-10 23:01:10 +01:00
Michael Mayer caf1f01660
Update README.md 2021-12-10 22:38:47 +01:00
Michael Mayer 7097c25276 Docker: Update ARMv7 docker-compose.yml example and READMEs 2021-12-10 21:32:51 +01:00
Michael Mayer 91b64032cf Docs: Update READMEs for ARM64 and ARMv7 2021-12-10 20:29:37 +01:00
Michael Mayer 2cb90e7e0d Backend: Update golang.org/x/crypto and golang.org/x/net dependencies 2021-12-10 18:04:08 +01:00
Michael Mayer 157d38fe8f CI: Fix ARMv7 build scripts 2021-12-10 17:18:58 +01:00
Michael Mayer 704953e867 CI: Move Docker scripts to /scripts/docker 2021-12-10 17:01:45 +01:00
Michael Mayer a42cf636aa CI: Update scripts for ARMv7 Docker image builds 2021-12-10 16:36:13 +01:00
Michael Mayer 911cbee06d CI: Update scripts for ARMv7 Docker image builds 2021-12-10 16:33:32 +01:00
Michael Mayer 165d71bcef CI: Update Makefile for ARMv7 Docker image builds 2021-12-10 16:25:07 +01:00
Michael Mayer 2da181107d
Docs: Add PWA screenshot to README.md 2021-12-10 15:45:45 +01:00
Michael Mayer 40145ca94b Docker: Update docker-compose.yml examples & READMEs for ARM64 and ARMv7 2021-12-10 15:39:16 +01:00
Michael Mayer 18e73ef5a0 Docs: Update README.md in preparation for the upcoming release 2021-12-10 15:38:29 +01:00
Michael Mayer 724aef3f11 CI: Update Makefile 2021-12-10 15:37:35 +01:00
Michael Mayer 9e47edbcc0 CI: Update log message in scripts/build.sh 2021-12-10 14:00:49 +01:00
Michael Mayer c6157d6b51 Docker: Upgrade development base image from 20211209 and 20211210
From today on, we will provide multi-arch images for 64-bit only and
build a native 32-bit ARMv7 version based on the stable release.
2021-12-10 14:00:26 +01:00
Michael Mayer 77621a7221 CI: Revert unnecessary "messages.pot" file change when running generate 2021-12-10 13:54:42 +01:00
Michael Mayer b4cfdf619e CI: Add Dockerfile for 32-bit ARMv7 image with "-armv7" suffix
see https://twitter.com/photoprism_app/status/1469257798987005957
2021-12-10 12:27:35 +01:00
Michael Mayer d4015065b3 CI: Add "ARG GODEBUG" to Dockerfiles 2021-12-10 10:17:13 +01:00
Michael Mayer f8dfedb1bf CI: Add "--build-arg GODEBUG" to build scripts 2021-12-10 09:09:21 +01:00
Michael Mayer e2e5fd11d4 CI: Add "export GODEBUG=http2client=0" to Makefile 2021-12-10 09:06:37 +01:00
Michael Mayer 4ee54a369f CI: Enable multi-arch build for photoprism/goproxy 2021-12-10 09:02:53 +01:00
Michael Mayer 3d1a96fd0a Scripts: Add qemu-user-binfmt and qemu-user-static to install-qemu.sh 2021-12-10 09:01:41 +01:00
Michael Mayer eae3817381 Scripts: Add qemu packages in install-qemu.sh 2021-12-10 08:51:52 +01:00
Michael Mayer 8b9a3e446d Frontend: Update package-lock.json and translations.json 2021-12-10 08:51:17 +01:00
Michael Mayer e4ed5bbf8d Upgrade Go from v1.17.4 to v1.17.5 2021-12-10 08:50:44 +01:00
jean-louis67 6b7e87d030
Translations: Update French #1799 2021-12-10 08:32:29 +01:00
Michael Mayer 4def62fb1e CI: Add Go proxy 2021-12-09 18:48:44 +01:00
Michael Mayer 714e65d2da CI: Remove "dep-go" from "dep" target in Makefile 2021-12-09 15:19:49 +01:00
Michael Mayer c09d067f70 CI: Add --pull flag to "docker buildx build" command 2021-12-09 14:21:49 +01:00
Michael Mayer 3ae3fe29bc SQLite: Rename dialect constant to SQLite3 for consistency #319 #1791 2021-12-09 07:47:23 +01:00
Michael Mayer 9f3ebf671f SQLite: Reduce routine index maintenance log levels #1791 2021-12-09 07:41:07 +01:00
Michael Mayer a4d5a81b97 SQLite: Rename "sqlite" to "sqlite3" to fix migrations #319 #1791 2021-12-09 07:37:49 +01:00
Michael Mayer 5be456a09f JPEG: Convert Apple "Display P3" colors to standard sRGB #1474
Other color profiles and file formats are not supported yet. Should
be easy to add though. Main difficulty will be profile name comparison:
For example "Adobe RGB (1998)" vs just "Adobe RGB".
2021-12-09 07:00:39 +01:00
Michael Mayer dd7caf83ea People: Add German translation for new API busy error 2021-12-09 02:44:06 +01:00
Michael Mayer 1b583e071e People: Add mutex so changes don't get processed concurrently 2021-12-09 02:33:41 +01:00
Michael Mayer 986f12af68 Backend: Update dependencies in go.mod and go.sum 2021-12-09 01:11:05 +01:00
Michael Mayer 4e358bbfd4 Places: Improve handling of unknown S2 cell ids 2021-12-09 01:10:15 +01:00
Michael Mayer 1ee36094f4 Docker: Add --innodb-buffer-pool-size to config examples #1680 2021-12-08 11:47:23 +01:00
Michael Mayer bf00fedf11 Docker: Update ARM64 README #1680 2021-12-08 11:12:01 +01:00
Michael Mayer f8739adc8e Docker: Update ARM64 README #1680 2021-12-08 11:09:22 +01:00
Michael Mayer bc9f97190d Docker: Update ARM64 README #1680 2021-12-08 11:07:33 +01:00