Are you sure you want to delete this space and all associated documents?
+diff --git a/domain/auth/endpoint.go b/domain/auth/endpoint.go index 99e91d51..d91e84f0 100644 --- a/domain/auth/endpoint.go +++ b/domain/auth/endpoint.go @@ -110,7 +110,7 @@ func (h *Handler) Login(w http.ResponseWriter, r *http.Request) { return } - h.Runtime.Log.Info("login " + email + " @ " + dom) + h.Runtime.Log.Info("logged in " + email + " @ " + dom) authModel := auth.AuthenticationModel{} authModel.Token = GenerateJWT(h.Runtime, u.RefID, org.RefID, dom) diff --git a/gui/app/pods/customize/folders/template.hbs b/gui/app/pods/customize/folders/template.hbs index 4814219b..dfa26f76 100644 --- a/gui/app/pods/customize/folders/template.hbs +++ b/gui/app/pods/customize/folders/template.hbs @@ -1,51 +1,51 @@ -{{#if folders}} +
Are you sure you want to delete this space and all associated documents?
-
+
+ {{focus-input type="text" placeholder="< type here to filter users >" value=filter}}
+
+ |
+ Add Space | +View Users | +Admin | +Active | +
+ {{#if hasSelectedUsers}}
+ Are you sure you want to delete selected users? + {{/dropdown-dialog}} + {{/if}} + |
+
+ {{#dropdown-dialog target="bulk-delete-users" position="bottom right" button="Delete" color="flat-red" onAction=(action 'onBulkDelete')}}
+
---|---|---|---|---|---|
+
+ {{#if user.me}}
+ check_box_outline_blank
+ {{else if user.selected}}
+ check_box
+ {{else}}
+ check_box_outline_blank
+ {{/if}}
+
+ {{ user.fullname }}
+ {{ user.email }}
+ |
+ + {{#if user.editor}} + check_box + {{else}} + check_box_outline_blank + {{/if}} + | ++ {{#if user.viewUsers}} + check_box + {{else}} + check_box_outline_blank + {{/if}} + | ++ {{#if user.me}} + check_box + {{else if user.admin}} + check_box + {{else}} + check_box_outline_blank + {{/if}} + | ++ {{#if user.me}} + check_box + {{else if user.active}} + check_box + {{else}} + check_box_outline_blank + {{/if}} + | ++ {{#if user.me}} + | + + {{else}} + + + + {{/if}} +
-
- {{focus-input type="text" placeholder="< type here to filter users >" value=filter}}
-
- |
- Add Space | -View Users | -Admin | -Active | -
- {{#if hasSelectedUsers}}
- Are you sure you want to delete selected users? - {{/dropdown-dialog}} - {{/if}} - |
-
- {{#dropdown-dialog target="bulk-delete-users" position="bottom right" button="Delete" color="flat-red" onAction=(action 'onBulkDelete')}}
-
---|---|---|---|---|---|
-
- {{#if user.selected}}
- check_box
- {{else if user.me}}
- check_box_outline_blank
- {{else}}
- check_box_outline_blank
- {{/if}}
-
- {{ user.fullname }}
- {{ user.email }}
- |
- - {{#if user.editor}} - check_box - {{else}} - check_box_outline_blank - {{/if}} - | -- {{#if user.viewUsers}} - check_box - {{else}} - check_box_outline_blank - {{/if}} - | -- {{#if user.me}} - check_box - {{else if user.admin}} - check_box - {{else}} - check_box_outline_blank - {{/if}} - | -- {{#if user.me}} - check_box - {{else if user.active}} - check_box - {{else}} - check_box_outline_blank - {{/if}} - | -- {{#if user.me}} - | - - {{else}} - - - - {{/if}} -
Are you sure you want to delete user {{deleteUser.fullname}}?
-Are you sure you want to delete user {{deleteUser.fullname}}?
+