Commit graph

8031 commits

Author SHA1 Message Date
Michael Mayer 131ccbab15 Config: Update windows uninstall.bat example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 13:45:41 +02:00
Michael Mayer 89842c8442 Config: Update windows install.bat example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 13:44:51 +02:00
Michael Mayer c172e06c04 Config: Update windows install.bat example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 13:30:57 +02:00
Michael Mayer 09bd901272 Config: Update windows batch file examples #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 13:27:01 +02:00
Michael Mayer 38e8e1b7ca Config: Update docker/windows/install.bat example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 13:11:32 +02:00
Michael Mayer b9a7cb4fec Config: Update docker/windows/install.bat example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 12:51:58 +02:00
Michael Mayer 14b415dcba Config: Add PHOTOPRISM_DISABLE_TLS to docker-compose.yml examples #3509
This commit also adds example batch files for Windows users.

Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-13 12:50:03 +02:00
Michael Mayer 945737b01e Backend: Update deps in go.mod and go.sum 2023-07-12 18:18:55 +00:00
Michael Mayer dbc2887447 Develop: Update base image from 230628 tp 230712 2023-07-12 15:57:08 +02:00
Michael Mayer 91c006a63c Backend: Update go.mod 2023-07-12 15:51:30 +02:00
Michael Mayer bd27ad08e7 Frontend: Update translations.json and package-lock.json 2023-07-12 15:50:51 +02:00
Cathie Integra ff5f3ddeb1
Weblate: Update frontend translations (#3538)
Co-authored-by: Weblate <noreply@weblate.org>
2023-07-10 18:18:45 +02:00
Michael Mayer c3fd96adf7
Update CODE_OF_CONDUCT.md 2023-07-05 12:59:07 +02:00
Michael Mayer 11e7d3f0d1 JPEG: Refactor error correction for broken files #2463 #2721 #3363
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 19:28:56 +02:00
Michael Mayer e5db48b300 Search: Update geo filter form notes #3493
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 18:40:24 +02:00
Michael Mayer 5041b7f211 Search: Enhance "geo" filter to find pictures without coordinates #3493
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 18:35:02 +02:00
Michael Mayer 2f21b4fec5 Auth: Refactor login page footer #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 18:12:45 +02:00
Michael Mayer 1c9dad9cdd Backend: Update deps in go.mod
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 13:27:52 +02:00
Michael Mayer da8e5a9af0 Frontend: Update deps in package-lock.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 13:27:35 +02:00
Luca Carlon 9a699f234d
Metadata: When parsing dates from exiftool, remap year 0 to 1 (#2508)
Year 0 is frequently used in exiftool but is not accepted in the Go time
package. time package uses year 1 for "zero" dates instead. Therefore,
remap year 0 from exiftool to year 1.
2023-06-29 10:36:16 +02:00
Daniel Albers da61515c4a
JPEG: Automatically fix files with missing EOI marker (#2721) 2023-06-29 10:34:51 +02:00
Michael Mayer 03f92bc0db Config: Fix expected return value in config_ffmpeg_test.go #3510
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-29 10:17:04 +02:00
Lukas 19ac83dd20
Config: Downscale videos based on largest dimension (#3510)
* Adds resolution limit

* Fixes 2 video filters and makes the env variable work

* Adds FFMPEG_RESOLUTION to all the docker-compose files

* Makes the resolution based on the longer side

* Fixes failing test
2023-06-29 10:07:47 +02:00
Michael Mayer 2dc9e142ef Init: Shorten install-https.sh script #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-28 17:10:07 +02:00
Michael Mayer 6ebbab9b17 Develop: Upgrade base image from 230607-lunar to 230628-lunar #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-28 17:05:41 +02:00
Michael Mayer 8e43186454 Config: Generate default HTTPS/TLS certificate on first startup #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-28 16:50:04 +02:00
Michael Mayer a6d3eee331 Config: Fix FFmpegResolution() func and related test #3498
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-28 16:45:53 +02:00
graciousgrey 9b3917dd00 Tests: Add unit tests 2023-06-28 16:12:11 +02:00
graciousgrey 19699c49c0 Tests: Add unit tests 2023-06-28 16:07:06 +02:00
Lukas 83d10ea00e
Config: Add video transcoding resolution option (#3498)
* Adds resolution limit

* Fixes 2 video filters and makes the env variable work

* Adds FFMPEG_RESOLUTION to all the docker-compose files
2023-06-28 15:22:52 +02:00
Bur0k 08ba1e1c05 Switched general YYYYMMDD Filter to a WhatsApp specific [IMG,VID]-YYYYMMDD-WA* Filter 2023-06-27 22:00:07 +02:00
Bur0k 37c40c9b3d Accept YYYYMMDD format in filenames (e.g. WhatsApp) 2023-06-27 22:00:07 +02:00
Michael Mayer 7910994166
Update README.md 2023-06-27 20:30:03 +02:00
Michael Mayer 111d0a2ae6 Tests: Reorder imports in fileinfo_test.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-27 20:25:50 +02:00
Michael Mayer b4dffec0a3 Frontend: Update deps in package-lock.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-27 19:47:54 +02:00
graciousgrey 5f103681fb Tests: Add unit tests 2023-06-27 19:27:34 +02:00
graciousgrey 29462bce13 Tests: Add unit tests 2023-06-27 19:20:11 +02:00
graciousgrey e1ddaa7c0b Tests: Add unit tests 2023-06-27 18:41:36 +02:00
graciousgrey f53619b004 Tests: Improve acceptance tests 2023-06-26 17:17:38 +02:00
graciousgrey 1e55e5b1d9 Tests: Add unit tests for pkg/clean 2023-06-26 15:57:56 +02:00
graciousgrey 186d1f26e7 Tests: Add unit tests for internal/entity 2023-06-26 15:55:05 +02:00
graciousgrey 43e98cc687 Tests: Add unit tests for pkg/authn 2023-06-26 15:54:23 +02:00
Michael Mayer accb17bec9 Auth: Update invalid role log message in user entity
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-26 11:46:32 +02:00
graciousgrey 17242fb079 Tests: Add unit tests #3482 2023-06-23 18:38:54 +02:00
graciousgrey 749d4b6d7e Tests: Add unit tests #3482 2023-06-23 18:38:22 +02:00
Michael Mayer bae5eace8f Frontend: Update translations.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-20 13:21:59 +02:00
Weblate 0818d5995c Weblate: Update frontend translations 2023-06-20 13:21:25 +02:00
Michael Mayer 96e0981c31 Backend: Update deps in go.mod and go.sum
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-20 13:19:54 +02:00
Michael Mayer ee6e6c66e3 Frontend: Update deps in package-lock.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-20 13:19:40 +02:00
Michael Mayer 31f9b88495 UX: Improve video player size, background and error handling #1307 #3372
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-06-20 13:19:25 +02:00