Commit Graph

7410 Commits

Author SHA1 Message Date
Michael Mayer
60162b3fc5 Auth: Refactor user management API and CLI commands #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 23:30:39 +01:00
Michael Mayer
e19697bd98 Frontend: Update translations.pot and translations.json #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 23:22:32 +01:00
Weblate
755ac54a6e Weblate: Update frontend translations 2023-03-08 21:48:10 +01:00
Michael Mayer
31909ccdfa Frontend: Update translations.pot and translations.json #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 21:39:46 +01:00
Weblate
e6d52a7d7a Weblate: Update frontend translations 2023-03-08 19:10:00 +01:00
Weblate
09c54481d0 Weblate: Update frontend translations 2023-03-08 15:19:22 +01:00
Michael Mayer
b3045ea446 Frontend: Update translations.json #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 15:18:08 +01:00
Michael Mayer
b79c6331f1 Frontend: Update translations.json and package-lock.json #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 15:17:26 +01:00
Weblate
555c1f364b Weblate: Update frontend translations 2023-03-08 15:16:15 +01:00
Weblate
59875ce0fc Weblate: Update frontend translations 2023-03-08 15:13:46 +01:00
Weblate
2d34ecd07d Weblate: Update frontend translations 2023-03-08 15:12:00 +01:00
Michael Mayer
c343f4f960 Frontend: Update translations.pot
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 15:10:14 +01:00
Weblate
2d7d3aa3cb Weblate: Update frontend translations 2023-03-08 15:07:08 +01:00
Michael Mayer
3c0d76a6cf Frontend: Update translations.pot
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 14:59:30 +01:00
Michael Mayer
0fbb4043c6 Faces: Run background worker only when data has been updated #3124
This may reduce server load and prevent disks from spinning up.
We welcome tests reports!

Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 12:42:57 +01:00
Michael Mayer
c787945732 Frontend: Update translations.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 02:11:34 +01:00
Weblate
0c3b2c5bfa Weblate: Update frontend translations 2023-03-08 02:10:39 +01:00
Michael Mayer
89a1868fd7 Frontend: Update translations.pot
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 02:08:55 +01:00
Michael Mayer
4fa360a6cc Frontend: Update translations.pot
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 02:03:24 +01:00
Michael Mayer
1a24dc3977 Frontend: Update translations.pot
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 01:58:24 +01:00
Michael Mayer
826cf41100 Develop: Update base image from 230222-jammy to 230307-jammy
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 01:54:02 +01:00
Michael Mayer
495ee9523d Frontend: Update deps in package-lock.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 00:12:07 +01:00
Michael Mayer
cd9540614a Backend: Update deps in go.mod and go.sum
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-08 00:02:33 +01:00
Michael Mayer
6b86cbe793 Docs: Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-07 20:53:07 +01:00
Michael Mayer
0b95624297 Docs: Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-07 19:19:20 +01:00
Michael Mayer
aa930fdd7b Docs: Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-07 19:09:26 +01:00
Michael Mayer
8c32f62fed Docs: Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-07 19:02:30 +01:00
Michael Mayer
ec8163a0c7 Docs: Update CODE_OF_CONDUCT.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-03-07 18:02:20 +01:00
Michael Mayer
e694f793ac Docs: Update CONTRIBUTING.md
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-03-07 12:19:18 +01:00
Michael Mayer
a7e3946c15
Update README.md 2023-03-06 11:04:40 +01:00
Michael Mayer
c80ba98d0d Setup: Update job.ini config example #3147
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-03-04 19:40:24 +01:00
TechD123
9306c55f86 Specify that "photoprism import" requires a path 2023-03-04 16:03:51 +01:00
Dan Kasak
add976881a Fix only_full_group_by compilation error in SQL - #3216 2023-03-04 16:02:00 +01:00
connr
189fae6daf Fix Duration Compare in photos estimate
Remove the conversion to hours which provides incorrect duration comapre result
2023-03-03 16:21:21 +01:00
Michael Mayer
6e144fe13a Config: Allow everyone to set their own login wallpaper
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-03-02 16:52:05 +01:00
Micah
240393d8b6 Update convert.go
When I upgraded my phone to the Google Pixel 7, I noticed that the videos it takes have an extra video stream in them for their compressed HVC1 implementation. This means that all software transcoding of that format would fail, as it was transcoding the wrong video stream. This alteration fixed the issue for me, and will likely avoid video files with multiple video streams causing issues in the future.
2023-03-02 14:14:31 +01:00
Michael Mayer
de54be541c Frontend: Update translations.json and package-lock.json
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-03-02 14:09:08 +01:00
Weblate
8458de0af7 Weblate: Update frontend translations 2023-03-01 17:49:20 +01:00
Anatoly Rugalev
be9dbfd24e Update SPONSORS.md
Adding myself as a sponsor :)
2023-03-01 17:47:40 +01:00
Michael Mayer
b6f312e577 BackendL Update github.com/leonelquinteros/gotext in go.mod
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 15:32:55 +01:00
Michael Mayer
a67cb10055 Config: Allow to increase the resolution limit at your own risk
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 15:29:03 +01:00
Michael Mayer
38b2f8181a Translations: Add Belarusian in options.js
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 14:58:14 +01:00
Michael Mayer
68f1142fb9 Frontend: Update deps in package-lock.json
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 14:57:22 +01:00
Michael Mayer
8b6770ef66 Frontend: Update translations.json
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 14:56:55 +01:00
heikomat
56cc97d902 prevent rerendering of faces page on every typed letter 2023-02-27 14:41:14 +01:00
Weblate
cae8f484cf Weblate: Update frontend translations 2023-02-27 14:36:19 +01:00
Weblate
0e87174902 Weblate: Update backend translations 2023-02-27 14:35:19 +01:00
Michael Mayer
29dc33ae44 UX: Disable iOS long-touch menu in search results #1233
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2023-02-27 14:31:38 +01:00
Michael Mayer
77714e8e3f Metadata: Add date string defaults to be ignored #3229
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-02-24 16:21:17 +01:00
Michael Mayer
6f578af5c1 Metadata: Add date string defaults to be ignored #3229
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-02-24 16:15:43 +01:00