199 Commits

Author SHA1 Message Date
Bubka
f744556bcc
Merge pull request #455 from BitSleek/dev
Fix logo size overflow
2025-03-10 10:44:59 +01:00
BitSleek
0f311f268a
Fix logo size overflow 2025-03-05 21:28:38 +01:00
Bubka
ab5d6873f1 Merge branch 'Fix-CWE-362' into dev 2025-03-04 11:59:17 +01:00
Bubka
46c1131b10 Pre-calculate next OTP & Add user pref to show/hide it - Closes #416 2025-03-03 17:02:27 +01:00
Bubka
530b1a5cf6 Make the search feature act as soon as the user starts typing - Closes #441 2025-02-25 15:45:15 +01:00
Bubka
78e337021e Quick fix 2025-02-13 17:23:54 +01:00
Bubka
6ead7708b5 Add explicit button type 2024-11-22 15:01:06 +01:00
Bubka
d764d1c794 Fix & Enhance accessibility 2024-11-21 16:02:02 +01:00
Bubka
97059cbf8d Fix js error on capslock checking 2024-11-19 13:39:07 +01:00
Bubka
2c73dac9db Fix space clearing not being triggered because of wrong emit 2024-11-19 13:15:10 +01:00
Bubka
dc141af9cd Remove useless translations 2024-11-08 16:18:16 +01:00
Bubka
3e2a80b816 Add ability to export data as otpauth URIs - Closes #386 2024-11-08 08:41:11 +01:00
Bubka
091129ef06 Add a setting to restrict authentication to SSO only - Closes #368, Closes #362 2024-09-25 08:53:34 +02:00
Bubka
ada9aaf3ad Make the QuickForm Cancel button not rounded 2024-06-21 14:28:32 +02:00
Bubka
570f3bb9bd Add user preference to auto-close OTP after timeout 2024-06-21 14:23:03 +02:00
Bubka
76c3b6fe0c Add logging of auth proxy user 2024-04-24 14:06:15 +02:00
Bubka
64381c1a25 Fix default period 2024-04-17 00:04:04 +02:00
Bubka
ec396b00e8 Change log position & Small adjustments & Hide full log link 2024-04-16 16:15:45 +02:00
Bubka
6e41e284b5 Fix light theme 2024-04-16 11:02:38 +02:00
Bubka
063fb2ef18 Add missing language string 2024-04-15 22:04:29 +02:00
Bubka
44d7328d6c Add Period & Sort options to user access log 2024-04-15 18:39:37 +02:00
Bubka
4f17e2aff0 Fix format of log entries without login date 2024-04-15 18:34:29 +02:00
Bubka
a6745c28a6 Add authentications log 2024-04-15 00:44:18 +02:00
Bubka
5fb1d60636 Update npm dependencies 2024-03-31 16:06:46 +02:00
Bubka
480268a606 Fix disabled labels appearance 2024-03-08 15:07:48 +01:00
Bubka
1a26c75325 Add spaces removal on the Secret field - Closes #311 2024-03-08 11:11:36 +01:00
Bubka
fb029f77f6 Fix hard coded strings & illegible text - Closes #315 2024-03-07 14:07:25 +01:00
Bubka
9dddf1c14c Add viewDefaultGroupOnCopy user preference - Completes #300 2024-03-06 10:04:41 +01:00
Bubka
4491852568 Add plain text field to the Import view - Closes #288 2024-03-01 21:30:26 +01:00
Bubka
4ef3efd6ce Add clearSearchOnCopy user preference - Resolves #300 2024-03-01 14:46:15 +01:00
Bubka
fd5520c1cf Add Indentation prop & Left/Right icons props 2024-02-29 13:28:48 +01:00
Bubka
bfa1cc99c3 Add a title parameter to the CopyButton component 2024-02-26 08:37:30 +01:00
Bubka
699a2a1f9e Add a placeholder to the SearchBox component 2024-02-23 16:42:42 +01:00
Bubka
d96c943927 Add a no-background variation to the SearchBox component 2024-02-23 16:39:32 +01:00
Bubka
5249b2ab97 Move the copy button to a standalone component 2024-02-23 16:39:31 +01:00
Bubka
903509b0c6 Fix inconsistent translation sources 2024-02-21 15:16:47 +01:00
Bubka
b9abcb3d18 Replace change event by input event in input fields components - Fixes #273 2024-01-17 12:34:41 +01:00
Bubka
e503826012 Add the ability to set a proxy for outgoing requests - Closes #252 2023-12-13 17:15:26 +01:00
Bubka
b2e733eee5 Add a user pref to reveal dotted passwords - Closes #208 2023-12-05 11:40:39 +01:00
Bubka
c75e4eb047 Indent dependent options to enlighten when they can be used 2023-12-05 11:37:40 +01:00
Bubka
9efb54adf4 Enable the Vue 3 front-end 2023-12-01 15:29:26 +01:00
Bubka
acc5d7170c Enhance webauthn error handling at registration 2023-09-16 09:34:55 +02:00
Bubka
29dcca8d35 Add e2e tests for On Demand OPT 2023-08-31 19:12:55 +02:00
Bubka
5f6bbbd156 Add some ids to ease element locating in e2e tests 2023-08-30 14:46:45 +02:00
Bubka
d7942b4233 Refactoring of fe4ebd58: Set Close/Back buttons to always browse back 2023-08-30 14:34:32 +02:00
Bubka
77c9680378 Add id attribute to handle elements within End-To-End tests 2023-08-04 09:53:27 +02:00
Bubka
a15160319e Simplify Dots component & Fix TotpLooper refresh latency 2023-05-29 11:33:30 +02:00
Bubka
b8c810f885 Generate and Show all OTPs directly on the main view - Complete #153 2023-04-28 17:03:06 +02:00
Josh
82d467ecb4
Bug fix for issue #180 (#187)
* Distinguish between a manually triggered copy and a copyOtpOnDisplay to fix #180 
* fix spaces
2023-04-25 13:34:04 +02:00
Josh
68e3a8d100 Add the spinner component to App.vue instead of Accounts.vue so that is usable from all pages.
Update showSpinner function to accept the message to be displayed, defaults to 'loading' if none is provided.
2023-04-24 23:09:50 +12:00