Commit graph

4950 commits

Author SHA1 Message Date
Michael Mayer ebf7c9d938 Docs: Update docker/README.md 2022-01-08 13:24:03 +01:00
Michael Mayer b8dcbc24b7 Docs: Update docker/README.md 2022-01-08 13:01:38 +01:00
Michael Mayer 8a0869acaf Docs: Add docker/README.md 2022-01-08 12:49:25 +01:00
Michael Mayer 006b5bb704 Code Quality: Add "gofmt -w -s pkg internal cmd" to "make fmt-go"
gofmt formats Go source code, where -s stands for "simplify"
2022-01-08 12:12:00 +01:00
Michael Mayer 4ef85fb515 Docker: Remove command from mariadb service in 32bit ARMv7 example #1889
GitHub Discussions feedback suggests that this image doesn't support it.
2022-01-06 16:44:32 +01:00
Michael Mayer f5b7ef834e Index: Prevent two primary files in photo stacks #1823 2022-01-06 14:33:49 +01:00
Michael Mayer d03e28d88e Backups: Rename YAML "backup" files to just YAML files #1887 2022-01-06 13:21:42 +01:00
Michael Mayer ec62e64ed5 Docker: Fix install-go.sh script 2022-01-06 11:42:02 +01:00
Michael Mayer 4309e28efd OIDC: Add Traefik, Keycloak and Rename Development Base Image #782 2022-01-06 11:31:37 +01:00
Michael Mayer 90f7afb1e7 Index: Improve related filename photo match query #1823 2022-01-06 10:09:07 +01:00
Michael Mayer 58cc89e7a4 Index: Find photo stack by filename & recover original names #1823 #1892 2022-01-06 09:55:41 +01:00
Michael Mayer c5301a681d Search: Do not exclude stopwords when "keywords:" filter is used #1859 2022-01-05 18:51:18 +01:00
Michael Mayer d67e325854 Config: Improve initialization, migrations, and debug logs 2022-01-05 18:15:39 +01:00
Michael Mayer 5462b1e69e Metadata: Reduce log level for missing Exif data from warn to info 2022-01-05 16:55:04 +01:00
Michael Mayer 39df843751 Search: Increase query result limit from 10000 to 25000 2022-01-05 16:48:32 +01:00
Michael Mayer dd9d7123d9 Index: Improve indexing and unstacking of related files #1823
This commit also adds initial HDR flag extraction from metadata.
2022-01-05 16:37:19 +01:00
theresa a1ee2c4d6c Tests: Adapt acceptance tests to changes 2022-01-05 13:06:33 +01:00
Michael Mayer f6af9f7340 Thumbnails: Improve error log message when crop cannot be saved 2022-01-05 11:46:52 +01:00
Michael Mayer 58a5f94069 Backups: Rename album backups to exports and improve command help #1887 2022-01-05 11:40:44 +01:00
Michael Mayer 1a4158c7bc Frontend: Update German translation 2022-01-03 19:22:16 +01:00
Michael Mayer 66d08da3f4 About: Revert sponsor dialog sign up link 2022-01-03 19:16:21 +01:00
Michael Mayer 92301a4c9e About: Update sponsor dialog and trademark information 2022-01-03 19:00:41 +01:00
Michael Mayer 1cde378a76 Index: Improve stacking of related files #926 #1823 2022-01-03 17:29:43 +01:00
Michael Mayer 3515d9f266 Copyright: Update year in tests 2022-01-03 13:48:44 +01:00
Michael Mayer 38c94523e2 Copyright: Update year in photoprism command 2022-01-03 13:48:33 +01:00
Michael Mayer 8efe473d30 Copyright: Update year in source files and footer.vue 2022-01-03 13:46:52 +01:00
Michael Mayer e858a34f3e Search: Return empty result if keywords contain stopwords only #1859 2022-01-03 13:30:34 +01:00
Michael Mayer 5f229ecb53 Albums: Exclude private pictures from downloads #1836 2022-01-03 12:51:59 +01:00
Michael Mayer 7823d7faaa Metadata: Limit file projection & color_profile to 40 ASCII chars #1830 2022-01-03 12:09:00 +01:00
Michael Mayer f19ea6c578 Frontend: Update options_test.js 2022-01-03 11:18:48 +01:00
Michael Mayer b709120773 Frontend: Update package-lock.json 2022-01-03 11:18:30 +01:00
Simon Rettberg 35f45f4510
MySQL/MariaDB: Turn subquery-updates into joins for better performance (#1804)
MariaDB/MySQL traditionally have performance issues for queries of
type UPDATE ... WHERE xxx IN (SELECT ...)

Instead, use JOINs which are much faster.

Signed-off-by: Simon Rettberg <simon.rettberg@rz.uni-freiburg.de>
2022-01-03 11:12:08 +01:00
aniqueta 24577aa635
Videos: Apple Video Toolbox hardware acceleration for macOS (#1843) 2022-01-03 11:08:53 +01:00
Charles Chin d824f85c33
Docs: Fix link typo (#1870) 2022-01-03 10:50:25 +01:00
Michael Mayer 00ca5e3087 Remove PayPal link from FUNDING.yml 2022-01-02 10:46:03 +01:00
Michael Mayer c3d8e19fbc Docs: Update SPONSORS.md 2022-01-02 10:01:43 +01:00
Michael Mayer 277a35a3b2 Docs: Update README.md 2021-12-31 13:11:10 +01:00
Michael Mayer 332b0f05c7 Docs: Update README.md 2021-12-31 12:50:43 +01:00
Michael Mayer e806f14ded Docs: Update README.md 2021-12-31 12:31:19 +01:00
Michael Mayer a1a68fe4e4 Docs: Update README.md 2021-12-31 12:24:29 +01:00
Michael Mayer 04e3f62305 Docker: Update docker-compose.yml examples 2021-12-30 15:23:00 +01:00
Michael Mayer 79ade0d73f Docker: Update docker-compose.yml examples 2021-12-30 14:56:04 +01:00
Michael Mayer 6d132f4a40 Docs: Update SPONSORS.md 2021-12-30 12:11:56 +01:00
Michael Mayer 197ac28b9e Docs: Update badges in README.md 2021-12-30 11:45:01 +01:00
Michael Mayer bf48abe446 Docs: Add links to CODE_OF_CONDUCT.md 2021-12-29 01:56:37 +01:00
Michael Mayer a396455271
Update CODE_OF_CONDUCT.md 2021-12-29 00:44:11 +01:00
Michael Mayer 190ed8feb9
Update CODE_OF_CONDUCT.md 2021-12-29 00:43:23 +01:00
Michael Mayer 03591c56cf Docker: Update ARM64 docs
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-12-27 18:34:49 +01:00
Michael Mayer ad01662284 Docker: Update ARM64 docs
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-12-27 17:32:57 +01:00
Michael Mayer 7d07bf58a4 Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-12-26 15:28:33 +01:00