1930 Commits

Author SHA1 Message Date
bb224bbc78 Update sources & crowdin configuration 2025-07-22 13:00:44 +02:00
8666b88f5b Remove useless html tags 2025-07-22 10:08:38 +02:00
3d6ccff909 Remove v-html where used with translations 2025-07-22 10:07:55 +02:00
72c330fcfb Add missing jsonified locales 2025-07-17 21:55:27 +02:00
6ee3725611 Update translation keys 2025-07-17 21:53:54 +02:00
a8ec50659c Fix quick form v-centering & temp icon upload 2025-07-08 12:52:39 +02:00
376f737f67 Update fr translations 2025-07-07 11:55:29 +02:00
e988324753 Fix duplicated dependencies resolving 2025-07-07 11:29:55 +02:00
3e601f3eea Force translation of passed message 2025-07-07 11:29:34 +02:00
91353c49c8 Use explicit prop declaration syntax 2025-07-01 09:32:19 +02:00
42582b9507 Remove allowPatWhileSsoOnly from public app settings 2025-07-01 09:31:37 +02:00
4f548c3eb3 Fix error handling & Enhance Error view: Add Reasons & Better font colors 2025-07-01 09:25:18 +02:00
392e34a9bb Fix html specifications warning 2025-06-30 10:29:37 +02:00
b6d4865710 Fix OTP rotation stop because of the autoclose timeout 2025-06-30 10:28:11 +02:00
0a51998e7c Fix calls to i18n t() function 2025-06-27 16:04:31 +02:00
082f31c5c2 Prevent iteration on undefined variable 2025-06-27 15:30:39 +02:00
f7e70eee64 Replace & Remove local helpers 2025-06-27 15:23:55 +02:00
a74cf529e4 Replace local Spinner component with the 2fauth/ui one 2025-06-27 13:58:47 +02:00
86db617e11 Replace Dots & TotpLooper components with the 2fauth/ui ones 2025-06-27 11:19:12 +02:00
7f152c096f Replace parse+push with the new errorHandler function show() 2025-06-27 10:59:11 +02:00
01a36f5516 Replace local OtpDisplay component with the 2fauth/ui one 2025-06-27 10:08:50 +02:00
c788668049 Replace local Kicker component with the 2fauth/ui one 2025-06-26 11:22:35 +02:00
a5f7ec20a3 Replace local GroupSwitch & Searchbox components with 2fauth/ui ones 2025-06-26 10:49:18 +02:00
f5646500da Replace local Tabs & UI Wrapper components with 2fauth/ui ones 2025-06-25 08:31:08 +02:00
026515aa26 Replace the local VueFooter with 2fauth/ui VueFooter component 2025-06-24 14:18:51 +02:00
4a8f251d92 Replace the local Modal with 2fauth/ui Modal component 2025-06-23 15:27:00 +02:00
16a1a9077d Replace the notify store with 2fauth/ui notifier & 2fauth/stores parser 2025-06-23 14:53:17 +02:00
6f419cfbcb Move locales to single json files & Replace laravel-vue-i18n with vue-i18n 2025-06-20 18:14:21 +02:00
01e56284ca Add the Lucide vue package 2025-06-19 08:11:09 +02:00
b1b8e71cea Replace local form controls with 2fauth/formcontrols components 2025-06-19 07:55:14 +02:00
7213cec998 Replace local styles with 2fauth/styles package 2025-06-17 13:43:16 +02:00
1a8d142a0a Add TODOs 2025-06-17 13:00:10 +02:00
9d96171585 Move extension source strings to a global json file 2025-06-17 13:00:10 +02:00
d655418049 Update change log 2025-06-17 12:59:57 +02:00
a0a06d7271 Bump version number & Update change log 2025-06-16 17:58:34 +02:00
d950ddb65e Update composer dependencies 2025-06-16 16:26:42 +02:00
d87eb36cd9 Fix & Complete tests 2025-06-16 10:36:20 +02:00
c71464b763 Add fallback to regular variant & Add the Strict fetch user preference 2025-06-16 08:44:42 +02:00
48cc7d76e4 Update & Complete tests 2025-06-13 16:49:36 +02:00
6909be3318 Add variant support to the logo fetching feature 2025-06-13 16:46:28 +02:00
7ddb4276a6 Update & Complete tests 2025-06-06 09:54:09 +02:00
4ab56d74ed Fix padding around the Icon field 2025-06-06 09:53:34 +02:00
8a50b3c087 Ensure LogoLib loading while no user is authenticated 2025-06-06 09:52:54 +02:00
c4acd572f8 Add fallback to png format when svg logo is not available 2025-06-06 09:49:20 +02:00
c693c840b2 Add ability to force the queried icons collection on the Advanced form 2025-06-05 13:06:03 +02:00
9e3794a956 Add the Preferred icon collection user preference 2025-06-05 13:03:08 +02:00
8b745731e2 Add selfh & Dashboardicons icon collections 2025-06-05 12:12:49 +02:00
bff3bd7182 Refactor logoService to the laravel manager+driver pattern 2025-06-04 15:35:53 +02:00
762833d168 Move SSO proxy setup to config & Add it to the github provider 2025-06-03 09:56:55 +02:00
44f94d6770 Add OPENID_HTTP_VERIFY_SSL_PEER env var to disable ssl cert verification
Closes #479
2025-06-03 09:43:25 +02:00