Commit graph

1992 commits

Author SHA1 Message Date
Timo Volkmann
e32966d43b Auth: Add admin option to 'users add & update' CLI commands #98 2021-10-23 11:44:10 +02:00
Timo Volkmann
43d54a8e9c OIDC: Improve error handling #782 2021-10-23 11:39:51 +02:00
Michael Mayer
ab602eda19 Docker: Add dummy services dummy-webdav & dummy-oidc for development 2021-10-22 18:07:36 +02:00
Michael Mayer
20c2e0ffdd Merge branch 'develop' into feature/oidc-v2 2021-10-21 20:21:05 +02:00
Michael Mayer
bf8de9be22 Config: Reduce minimum memory requirement from 2 to 1 GB 2021-10-21 18:50:33 +02:00
Timo Volkmann
d8342d4546 UI: Improve permission checks for people #98 2021-10-21 14:51:11 +02:00
Timo Volkmann
2f11587174 UI: Add permission checks for people #98 2021-10-21 14:24:10 +02:00
Michael Mayer
039c9d9d57 Merge branch 'develop' into feature/oidc-v2
# Conflicts:
#	README.md
2021-10-21 13:12:13 +02:00
Timo Volkmann
ab910b6f57 UI: Add permission checks for labels #98 2021-10-21 11:16:10 +02:00
Michael Mayer
2ddb1d6daa Backend: Add HTTP security middleware 2021-10-17 16:48:53 +02:00
Michael Mayer
85b0ee5b61 Config: Allow disabling background workers in unsafe mode #1359 #1618 2021-10-17 14:25:29 +02:00
Timo Volkmann
0e09eee673 UI: Add permission checks (photos) and refactor acl evaluation for public mode #98 2021-10-14 12:29:32 +02:00
Michael Mayer
0facf42981 Merge branch 'develop' into feature/oidc-v2 2021-10-13 16:19:43 +02:00
Michael Mayer
25a954d568 Search: Add live and raw search filters, improve faces filter #22 2021-10-13 16:12:56 +02:00
Michael Mayer
77a249667b Merge branch 'develop' into feature/oidc-v2 2021-10-12 15:14:21 +02:00
Michael Mayer
1e73eedd7c Search: Apply same search filter for "faces:new" and "face:new" #22 2021-10-12 14:31:27 +02:00
Michael Mayer
2eb2e91995 Config: Change position of cache-path command flag 2021-10-11 23:25:49 +02:00
Timo Volkmann
4c5ef8841b UI: Add permission checks (settings) #98 2021-10-11 15:46:39 +02:00
Timo Volkmann
304b52f3a1 Merge remote-tracking branch 'origin/develop' into feature/oidc-v2
# Conflicts:
#	frontend/src/component/navigation.vue
#	frontend/src/css/navigation.css
2021-10-11 14:52:31 +02:00
Michael Mayer
09f50fc486 Config: Allow bypassing low memory suggestion #1611 2021-10-09 14:09:05 +02:00
Michael Mayer
2a119380a7 Folders: Ignore names listed in .ppignore #1609 2021-10-09 13:57:28 +02:00
Michael Mayer
f3e8d379b4 People: Remove query length threshold when searching for names #22 2021-10-09 11:35:36 +02:00
Timo Volkmann
1a00fed2c9 UI: Introduce frontend ACL #98 2021-10-08 16:48:55 +02:00
Timo Volkmann
d1cfa2f3d9 Merge remote-tracking branch 'origin/develop' into feature/oidc-v2
# Conflicts:
#	internal/config/flags.go
2021-10-07 17:51:10 +02:00
Michael Mayer
8f55d6f841 CLI: Improve backup and restore commands 2021-10-07 13:27:49 +02:00
Michael Mayer
a7b6107d5e CLI: Improve backup and restore commands 2021-10-07 13:17:16 +02:00
Michael Mayer
66cad5c486 CLI: Revised descriptions of commands and configuration flags 2021-10-07 13:03:46 +02:00
Michael Mayer
8a063037e0 CLI: Revised descriptions of commands and configuration flags 2021-10-07 13:00:32 +02:00
Michael Mayer
874af1db61 CLI: Revised descriptions of commands and configuration flags 2021-10-07 11:43:43 +02:00
Michael Mayer
e142095265 People: Update unsuitable face embeddings blacklist #22 2021-10-07 09:32:17 +02:00
Timo Volkmann
b1b991da6c Merge remote-tracking branch 'origin/develop' into feature/oidc-v2 2021-10-07 09:17:39 +02:00
Michael Mayer
d1f68e4f7a People: Fix form handling in subject API endpoint #22 #1554 2021-10-06 20:06:52 +02:00
Michael Mayer
767e3ca492 People: Hide person from people and new faces overviews #1554 2021-10-06 15:27:17 +02:00
Timo Volkmann
ca0abb1a95 Merge remote-tracking branch 'origin/develop' into feature/oidc-v2
# Conflicts:
#	docker-compose.yml
#	go.sum
#	internal/config/flags.go
#	internal/config/options.go
2021-10-06 13:45:32 +02:00
Michael Mayer
717ea83553 People: Improve subject and marker entity logs #22 2021-10-06 12:16:52 +02:00
Michael Mayer
07ae9b83f4 Backend: Add index update mutex to reduce database locking 2021-10-06 11:50:48 +02:00
Michael Mayer
444c94bf9e People: Improve performance & add counter to new faces page #1576 #1594 2021-10-06 11:19:07 +02:00
Michael Mayer
b195b7e4f8 CLI: Improve moments / thumbs commands and flag descriptions 2021-10-06 08:31:35 +02:00
Michael Mayer
a8213b8e68
Update thumbs.go 2021-10-06 07:16:06 +02:00
Eng Zer Jun
44f7700c0c
Enable module graph pruning and deprecate io/ioutil (#1600)
* Backend: Enable Go module graph pruning and lazy module loading

This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* Backend: Move from io/ioutil to io and os package

The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-06 07:10:50 +02:00
Michael Mayer
3c118d8354 People: Sort recognized faces by photo count #22
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-10-06 03:01:57 +02:00
Michael Mayer
03bfd39b71 Index: Remove primary file flag from broken or missing files
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2021-10-06 02:59:27 +02:00
Michael Mayer
fc4792d700
Update users.go 2021-10-06 02:04:58 +02:00
Michael Mayer
029e30f6b6
Update faces.go 2021-10-06 02:04:32 +02:00
Michael Mayer
53e7396ebc
Update thumbs.go 2021-10-06 01:58:59 +02:00
Michael Mayer
734b01bc34
Update flags.go 2021-10-06 01:44:58 +02:00
Michael Mayer
5c89b3f16a
Update flags.go 2021-10-06 01:36:14 +02:00
Michael Mayer
22f9d653fc CLI: Improve config flag help and change command order 2021-10-05 23:34:21 +02:00
Michael Mayer
28268369b5 CLI: Improve help for cp, mv, thumbs, status, and optimize commands 2021-10-05 23:13:06 +02:00
Michael Mayer
a5c2794611 CLI: Improve help for purge command 2021-10-05 22:44:27 +02:00