Commit Graph

1492 Commits

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