Auth: Apply user rights and permissions in the search API #98 #782

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-09-30 00:42:19 +02:00
parent 47929566db
commit 323d495840
172 changed files with 2149 additions and 12236 deletions

View File

@@ -1,5 +1,5 @@
/*
Package commands provides photoprism CLI (sub-)commands.
Package commands provides the CLI commands of PhotoPrism.
Copyright (c) 2018 - 2022 PhotoPrism UG. All rights reserved.
@@ -29,13 +29,12 @@ import (
"os"
"syscall"
"github.com/photoprism/photoprism/internal/service"
"github.com/sevlyar/go-daemon"
"github.com/urfave/cli"
"github.com/photoprism/photoprism/internal/config"
"github.com/photoprism/photoprism/internal/event"
"github.com/photoprism/photoprism/internal/service"
"github.com/photoprism/photoprism/pkg/fs"
)