From 53db05a1f67fc974dba904ec158b2d67fa72df95 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 9 Feb 2020 20:06:08 +0100 Subject: Start with webauthn Signed-off-by: Roeland Jago Douma Signed-off-by: npmbuildbot[bot] --- core/src/components/login/LoginButton.vue | 56 ++++++ core/src/components/login/LoginForm.vue | 19 +- .../src/components/login/PasswordLessLoginForm.vue | 208 +++++++++++++++++++++ 3 files changed, 269 insertions(+), 14 deletions(-) create mode 100644 core/src/components/login/LoginButton.vue create mode 100644 core/src/components/login/PasswordLessLoginForm.vue (limited to 'core/src/components') diff --git a/core/src/components/login/LoginButton.vue b/core/src/components/login/LoginButton.vue new file mode 100644 index 00000000000..f7d426e6c63 --- /dev/null +++ b/core/src/components/login/LoginButton.vue @@ -0,0 +1,56 @@ + + + + + + + diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue index 687896ceb54..a20ce6dc4c2 100644 --- a/core/src/components/login/LoginForm.vue +++ b/core/src/components/login/LoginForm.vue @@ -20,7 +20,8 @@ --> -- cgit v1.2.3 From f359529555fbf6fa344869d01f0b3c17ecce46c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 5 Aug 2020 12:56:11 +0200 Subject: Allow unified search filtering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/src/components/UnifiedSearch/SearchFilter.vue | 77 ++++++++++++++++++++++ core/src/components/UnifiedSearch/SearchResult.vue | 21 ++++++ 2 files changed, 98 insertions(+) create mode 100644 core/src/components/UnifiedSearch/SearchFilter.vue (limited to 'core/src/components') diff --git a/core/src/components/UnifiedSearch/SearchFilter.vue b/core/src/components/UnifiedSearch/SearchFilter.vue new file mode 100644 index 00000000000..f3c06a24528 --- /dev/null +++ b/core/src/components/UnifiedSearch/SearchFilter.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/core/src/components/UnifiedSearch/SearchResult.vue b/core/src/components/UnifiedSearch/SearchResult.vue index d5374832da9..025ddef86c0 100644 --- a/core/src/components/UnifiedSearch/SearchResult.vue +++ b/core/src/components/UnifiedSearch/SearchResult.vue @@ -1,3 +1,24 @@ +