Bubka
|
6da24f7063
|
Reinstate user logging middleware for web routes behind auth - Fix #109
|
2022-08-02 09:27:35 +02:00 |
|
Bubka
|
2161798bf6
|
Fix Composer requirement
|
2022-08-01 21:20:34 +02:00 |
|
Bubka
|
06d5b9b6d3
|
Recompile assets
|
2022-08-01 17:55:11 +02:00 |
|
Bubka
|
01e35570ba
|
Update change log
|
2022-08-01 17:51:39 +02:00 |
|
Bubka
|
9cda570b13
|
Use db lazy refresh in tests & Fix some tests
|
2022-08-01 17:40:25 +02:00 |
|
Bubka
|
1119a0fb07
|
Recompile assets
|
2022-08-01 11:15:31 +02:00 |
|
Bubka
|
0ec3de3503
|
Remove useless fontAwesome package
|
2022-08-01 10:38:04 +02:00 |
|
Bubka
|
9d58eed4f2
|
Update translations
|
2022-08-01 10:35:50 +02:00 |
|
Bubka
|
eee5767433
|
Add omitted translations
|
2022-08-01 10:34:59 +02:00 |
|
Bubka
|
ce83d5f300
|
Fix #107 - Skip encryption when attribute is null
|
2022-08-01 08:24:49 +02:00 |
|
Bubka
|
ce842f3fc0
|
Fix Official icon not fetched on Preview
|
2022-07-30 21:23:54 +02:00 |
|
Bubka
|
f7ac1e96c3
|
Set SettingService behind a Facade
|
2022-07-30 17:51:02 +02:00 |
|
Bubka
|
be632bb489
|
Set TwoFAccountService as static behind a Facade
|
2022-07-30 11:38:20 +02:00 |
|
Bubka
|
fdc944be0e
|
Set getLogo() as protected
|
2022-07-30 11:25:45 +02:00 |
|
Bubka
|
601d50e8a4
|
Set GroupService as static behind a Facade
|
2022-07-30 11:25:19 +02:00 |
|
Bubka
|
2fcaf46c9d
|
Set QrCodeService as static behind a Facade
|
2022-07-30 10:46:02 +02:00 |
|
Bubka
|
e2bfbe5868
|
Bind TwoFAccountService to Service Container
|
2022-07-29 19:22:54 +02:00 |
|
Bubka
|
e49c358cda
|
Bind SettingService & GroupService to the Service Container
|
2022-07-29 18:34:27 +02:00 |
|
Bubka
|
14609dec95
|
Bind QrCodeService to the Service Container
|
2022-07-29 16:42:52 +02:00 |
|
Bubka
|
9bf165895f
|
Fix Artisan command calling a deprecated service method
|
2022-07-28 22:01:33 +02:00 |
|
Bubka
|
35b5f26923
|
Apply OfficialIcons setting to the Edit form
|
2022-07-28 13:19:34 +02:00 |
|
Bubka
|
51719b01d0
|
Add official icons to the Import view
|
2022-07-28 13:17:22 +02:00 |
|
Bubka
|
f336a4f24a
|
Add sort feature (and reorganize the header toolbar) - Closes #95
|
2022-07-28 13:16:05 +02:00 |
|
Bubka
|
38d3744d39
|
Make the logo fetching optional
|
2022-07-26 22:35:04 +02:00 |
|
Bubka
|
8e397fb5ca
|
Fix #103 - Remove replicated service's name in account's name during G-Auth import
|
2022-07-25 17:12:10 +02:00 |
|
Bubka
|
6107e687f9
|
Convert svg logo from Text to polygon design
|
2022-07-25 16:45:12 +02:00 |
|
Bubka
|
f2904a6b12
|
Fix php-fpm version call in supervisord.conf
|
2022-07-25 16:10:15 +02:00 |
|
Bubka
|
39b9e25435
|
Fix PHP version and remove useless extensions installation
|
2022-07-25 15:57:41 +02:00 |
|
Bubka
|
8e2617cc7d
|
Reinstate composer.lock - Fixes #89
|
2022-07-25 14:51:44 +02:00 |
|
Bubka
|
8433ff7f44
|
Fix php-fpm version
|
2022-07-25 14:19:53 +02:00 |
|
Bubka
|
fa1610505e
|
Fix PHP version in Dockerfile
|
2022-07-25 11:17:34 +02:00 |
|
Bubka
|
13f53ac0ab
|
Recompile assets
|
2022-07-25 10:46:13 +02:00 |
|
Bubka
|
98f5aa082b
|
Fix PHP version in Dockerfile
|
2022-07-25 10:45:33 +02:00 |
|
Bubka
|
2066ef93f9
|
Drop PHP 7.4 support, default to PHP8.0
|
2022-07-22 16:28:11 +02:00 |
|
Bubka
|
c25aaa3371
|
Fix & Complete tests
|
2022-07-22 16:27:16 +02:00 |
|
Bubka
|
5aec206f99
|
Fix parameter type mismatch
|
2022-07-22 16:25:53 +02:00 |
|
Bubka
|
7d4add0159
|
Fix #102 - Show form errors when submitting an invalid OTP preview
|
2022-07-22 11:32:55 +02:00 |
|
Bubka
|
5bab7d4912
|
Add a user option to disable Official icons fetching
|
2022-07-21 19:07:53 +02:00 |
|
Bubka
|
b0d263091d
|
Fix some v-if syntax
|
2022-07-21 18:25:04 +02:00 |
|
Bubka
|
a066be8e38
|
Set (or reset) icon on OTP type toggling in the Create form
|
2022-07-21 18:08:17 +02:00 |
|
Bubka
|
0bc59f7768
|
Bump version number
|
2022-07-21 16:13:39 +02:00 |
|
Bubka
|
2fa2cf8c99
|
Add an About view - Close #91
|
2022-07-21 15:48:23 +02:00 |
|
Bubka
|
6e1d27e08c
|
Add Footer where it was missing
|
2022-07-21 15:46:55 +02:00 |
|
Bubka
|
d88e477496
|
Fix .env var name
|
2022-07-21 15:45:10 +02:00 |
|
Bubka
|
b408f1984c
|
Fix provider group
|
2022-07-21 15:44:04 +02:00 |
|
Bubka
|
3d7607cb53
|
Add the logo fetching feature to the Create/Edit forms
|
2022-07-20 13:41:28 +02:00 |
|
Bubka
|
9b634dd55f
|
Move method from model to the Logo service
|
2022-07-20 13:41:28 +02:00 |
|
Bubka
|
e540e2bb26
|
Use Storage::disk() where possible
|
2022-07-20 13:41:28 +02:00 |
|
Bubka
|
bf32b37176
|
Add Logo fetching service - Close #99
|
2022-07-20 13:41:28 +02:00 |
|
Bubka
|
64da81b5a7
|
Fix listener test
|
2022-07-18 16:35:25 +02:00 |
|