Commit Graph

1393 Commits

Author SHA1 Message Date
Bubka
a80a002ce7 Add authentication followup to front-end to ease navigation & redirects 2023-08-04 15:13:30 +02:00
Bubka
afd020019b Refactor & Complete E2E tests for auth, nav and the password component 2023-08-04 14:06:23 +02:00
Bubka
d00093a85a Move the navigation guard at Router level to prevent late redirects 2023-08-04 10:00:59 +02:00
Bubka
f5258d7aaf Fix missing validation error when reset token is not provided 2023-08-04 09:55:28 +02:00
Bubka
77c9680378 Add id attribute to handle elements within End-To-End tests 2023-08-04 09:53:27 +02:00
Bubka
7530a17e12 Set email length validation to max SQL string length - Fixes #214 2023-08-04 09:48:47 +02:00
Bubka
6c78be8d0b Fix checkForUpdate setting not being displayed - Closes #213 2023-08-01 17:26:56 +02:00
Bubka
44c04ebd25 Complete Laravel 10 upgrade 2023-08-01 16:33:55 +02:00
Bubka
1ad1b62caf Refactor Rules to Laravel 10 format 2023-08-01 15:10:58 +02:00
Bubka
dacb3d2e58 Update IDE helper 2023-08-01 15:09:24 +02:00
Bubka
36188f2230 Update tests to phpunit 10 2023-08-01 11:28:27 +02:00
Bubka
fe5d807170 Upgrade to Laravel 10 & phpunit 10 2023-08-01 11:26:58 +02:00
Bubka
0e7df2e664 Enable GitHub Sponsors 2023-07-07 15:04:38 +02:00
Bubka
a1e0d4c110 Recompile assets 2023-07-07 14:34:50 +02:00
Bubka
02d9688c9f Update change log 2023-07-07 14:26:20 +02:00
Bubka
a1fc01b0df Update translations 2023-07-07 14:26:00 +02:00
Bubka
48bdf69d4e Add support for MS Corporate URIs - fixes #134, fixes #143, fixes #147 2023-07-06 17:10:19 +02:00
Bubka
244a7adbe7 Clean & Update npm dependencies 2023-07-06 10:20:04 +02:00
Bubka
66cfe8a377 Add quiet option to prevent error during image start - Fixes #196 2023-07-06 10:19:04 +02:00
Bubka
65e1d30e1a Update composer dependencies 2023-07-06 09:00:33 +02:00
Bubka
9acc3be630 Add spinners when OTPs are refreshing on the main view 2023-07-06 09:00:14 +02:00
Bubka
085eb25532 Handle Validation errors from webauthn during device registration (#200) 2023-07-05 10:07:40 +02:00
Bubka
aed5956b23 Rebuild assets 2023-06-30 17:31:51 +02:00
Bubka
7037265237 Show spinners while OTPs are refreshing 2023-06-30 17:31:05 +02:00
Bubka
a51f0bb2d9 Merge branch 'hotfix-sql-xss-injection' into dev 2023-06-30 17:01:04 +02:00
Bubka
a7eeaae23e Rebuild assets 2023-06-30 15:20:24 +02:00
Bubka
9646afd2cc Change GroupStore request validation 2023-06-30 15:19:47 +02:00
Bubka
cb605cabbd Update change log & Bump version number 2023-06-30 15:10:01 +02:00
Bubka
1c100a276d Add security policy 2023-06-30 15:07:59 +02:00
Bubka
bac39882c3 Fix various possible XSS attacks 2023-06-30 14:50:57 +02:00
Bubka
3d59b8b3c9 Fix possible sql injection in whereRaw query 2023-06-28 21:11:13 +02:00
Bubka
23127609cb Update changelog & bump version number 2023-06-28 21:09:13 +02:00
Bubka
1352634b0f Fallback Account to Issuer during Aegis import to prevent failure 2023-06-07 17:49:12 +02:00
Bubka
d2fc93d78f Let the Import feature accept migrations with missing data 2023-06-07 17:47:14 +02:00
Bubka
d902e3ecae Fix getOfficialIcons being ignored & Add relevant tests - Fix #194 2023-06-07 16:24:06 +02:00
Bubka
d4d1eb5276 Add MySQL PHP extension for the Docker image to be ready to use MySQL - Complete #193 2023-06-03 18:37:18 +02:00
Bubka
a46697d49d
Merge pull request #195 from linwownil/dev
Highlight import guide for migration
2023-06-02 16:23:35 +02:00
linwownil
7fc83e30ed Highlight import guide for migration 2023-06-02 10:05:31 +02:00
Bubka
f6f54c6dcb Recompile assets 2023-05-29 11:40:12 +02:00
Bubka
e36beaefd0 Fix missing icon when creating a 2FA with a qrcode upload 2023-05-29 11:39:10 +02:00
Bubka
a15160319e Simplify Dots component & Fix TotpLooper refresh latency 2023-05-29 11:33:30 +02:00
Bubka
5e38c960f5 Recompile assets 2023-04-28 17:27:35 +02:00
Bubka
b8c810f885 Generate and Show all OTPs directly on the main view - Complete #153 2023-04-28 17:03:06 +02:00
Bubka
4f81b30fcd Add admin setting to disable user registration - Complete #170 2023-04-28 16:52:04 +02:00
Bubka
5de9a2df27 Add artisan ':install' command 2023-04-28 15:47:52 +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
Bubka
da93d52cc8
Merge pull request #186 from josh-gaby/feature/spinner
Loading spinner - Closes #183
2023-04-25 13:30:16 +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
Josh
b9780087cc Remove the custom spinner and reuse the fontawesome one that is already used in other areas. 2023-04-24 19:51:41 +12:00
Josh
0727428716 Renamed Loader to Spinner, added theming and localization 2023-04-24 19:30:23 +12:00