Commit graph

4799 commits

Author SHA1 Message Date
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
Michael Mayer 0e48bc7912 Docker: Update ARM docker-compose.yml examples and README #1680 2021-12-08 11:01:58 +01:00
Michael Mayer de1cd4d430 Docker: Update docker-compose.yml examples #1680 2021-12-08 10:46:19 +01:00
Michael Mayer a94f5f3510 Docker: Add mariadb note to docker-compose.yml examples #1680
see https://github.com/photoprism/photoprism/discussions/1680
2021-12-07 09:23:23 +01:00
Michael Mayer 57ba7a2868 Text: Add "île-de-france" to specialwords.go #1776 2021-12-06 14:12:52 +01:00
Michael Mayer fdb6b5e14f Update README.md 2021-12-03 17:47:27 +01:00
Michael Mayer c82b1c5ae5 Update README.md 2021-12-03 17:46:17 +01:00
Michael Mayer e8c30310ad Frontend: Update sponsor dialog text 2021-12-03 17:32:43 +01:00
Michael Mayer b8e313a9d4 Docker: Upgrade development base image from 20211109 to 20211203 2021-12-03 17:27:22 +01:00
Michael Mayer c6fe4cb1ea Places: Map "France métropolitaine" to empty string #1776 2021-12-03 16:53:18 +01:00
Michael Mayer 588503a6aa CI: Add deploy-release.sh script 2021-12-03 16:49:43 +01:00
Michael Mayer 72d3fd47d1 Frontend: Update about page and sponsor dialog text 2021-12-03 16:31:25 +01:00
Michael Mayer 4a2d07b99e Dev: Upgrade Go from v1.17.3 to v1.17.4 2021-12-03 15:48:52 +01:00
Michael Mayer 7fb63e7df7 Config: Change position of global config flags 2021-12-02 16:39:19 +01:00
Michael Mayer a5c099d890 Docker: Improve ARM64 docker-compose.yml config example #1172 #1784 2021-12-02 16:28:16 +01:00
Michael Mayer 2e75be80f9 Docker: Improve docs ub docker-compose.yml config examples #1172 #1784 2021-12-02 16:24:52 +01:00
Michael Mayer e7e1f0d3a6 CLI: Ask to delete cache folder when running reset command #1787 2021-12-02 14:30:50 +01:00
Michael Mayer d0a291a679 CLI: Remove "(optional)" from command argument help #1735
Should be clear enough like that.
2021-12-02 13:57:32 +01:00
Michael Mayer 333825f973 CLI: Replace [path] with [originals subfolder (optional)] in help #1735 2021-12-02 13:30:47 +01:00
Michael Mayer 2e1295e304 Config: Update log-filename flag description #1778 2021-12-02 13:21:55 +01:00
Michael Mayer 1c19911eea Docker: Update URL in ARM64 docker-compose.yml config example #1172 #1784 2021-12-02 10:57:44 +01:00
Michael Mayer 34e316b81b Docker: Improve docker-compose.yml config examples #1172 #1784 2021-12-02 10:43:36 +01:00
Michael Mayer ec374a9172 Docker: Improve docker-compose.yml config examples #1172 #1784 2021-12-02 10:34:35 +01:00
Michael Mayer c3ab42eff4
Update README.md 2021-11-30 22:32:06 +01:00
Michael Mayer e303a5e108
Update README.md 2021-11-30 22:30:36 +01:00
Michael Mayer 1ae49772a2 Translations: Update translations.pot 2021-11-30 17:45:54 +01:00
Michael Mayer 13cfcf6d20 Themes: Code clean-up 2021-11-30 17:38:50 +01:00
Michael Mayer a174448a9c Assets: Update default site preview image 2021-11-30 17:07:06 +01:00