Commit Graph
855 Commits
Author SHA1 Message Date
Lorenzo Milesi 7f80540f86 Prepare changelog for 1.6.0 2023-01-09 09:49:48 +01:00
Lorenzo Milesi 406fa591f3 php-cs-fixer fix 2022-12-29 22:58:51 +01:00
Lorenzo Milesi fdb53cfe7a Updated IT translation 2022-12-29 11:19:32 +01:00
Lorenzo Milesi 1022d98e26 Update strings 2022-12-29 11:04:35 +01:00
Lorenzo Milesi d19374afec Timezone fixes for php 8.1 (#490)
* Added simple test for TimeZoneHelper #461
* TimeZone offset: don't use float values for columns that could be array keys #461
2022-12-29 10:55:01 +01:00
Lorenzo Milesi 44936aacc3 Merge pull request #486 from liviuk2/patch-2
User model emailTrim validator only if not empty
2022-12-20 15:41:47 +01:00
liviuk2 a703e1ee8f Update CHANGELOG.md 2022-12-20 15:37:45 +01:00
liviuk2 562d7eff43 User model emailTrim validator only if not empty 2022-12-20 15:36:17 +01:00
liviuk2 4c9ef3df9b Update LoginForm model added method setUser (#484) 2022-12-16 11:59:46 +01:00
Lorenzo Milesi f604a8e6d1 Merge pull request #483 from MatteoF96/master
Fixed prefix for REST APIs
2022-11-24 12:04:26 +01:00
MatteoF96 45a0e0e9de Fixed prefix for REST APIs 2022-11-24 10:16:30 +01:00
Antonio CordedduandAntonio Cordeddu 582ecc9455 modified check access REST api for admin: now is based on identity (#482)
Co-authored-by: Antonio Cordeddu <coranto@yetopen.com>
2022-11-18 14:25:44 +01:00
Lorenzo Milesi ae8d9b1027 Merge pull request #478 from TonisOrmisson/fix-block-controller
fixed userBlockService controller type check to use "instanceof" to a…
2022-10-05 14:47:25 +02:00
tonis ormisson 1c16ece741 fixed userBlockService controller type check to use "instanceof" to allow overridden controllers 2022-10-05 13:35:35 +03:00
Lorenzo Milesi 1b1f7b0ece Merge pull request #477 from MatteoF96/master
Implemented REST interface for admin controller
2022-09-23 12:44:15 +02:00
MatteoF96 08e1355753 Added the possibility to enable/disable REST APIs 2022-09-22 17:19:24 +02:00
MatteoF96 312861c854 Fixs for automatic checks 2022-09-22 16:17:06 +02:00
MatteoF96 ced062856f Added REST admin controller 2022-09-22 16:06:44 +02:00
Lorenzo Milesi b680784f66 php-cs-fixer run 2022-09-22 11:17:46 +02:00
Lorenzo Milesi b4ba918a45 Re-updated strings 2022-09-22 11:14:42 +02:00
Lorenzo Milesi 3ada36cbba Merge branch 'master' of github.com:2amigos/yii2-usuario 2022-09-22 11:14:28 +02:00
Lorenzo Milesi 0e7324b762 Updated strings 2022-09-22 11:14:18 +02:00
Pietro TarenziandLorenzo Milesi 5ea3404358 2FA: clear auth key from db when disabled
Co-authored-by: Lorenzo Milesi <lorenzo.milesi@yetopen.com>
2022-09-22 11:12:38 +02:00
Lorenzo Milesi 873b842349 Added a not about 2FA security issue in changelog 2022-09-16 17:19:38 +02:00
Pietro Tarenzi 24d5d5744f Check user session before displaying two factor seed
Two factor seed page was not properly checking for user session, allowing an authenticated user to see everyone's 2fa seed
2022-09-16 17:14:53 +02:00
Lorenzo Milesi 66ba1e18bb Markdown fixes for configuration-options 2022-09-15 16:17:25 +02:00
Lorenzo Milesi a9967f294d Merge pull request #472 from TonisOrmisson/fix-viewpath
implement module viewPath in all views instead of static file reference
2022-09-09 12:27:21 +02:00
tonis ormisson dee1962d68 add changelog 2022-09-09 11:35:48 +03:00
tonis ormisson ec665e1cc2 missed one ... 2022-09-08 14:07:34 +03:00
tonis ormisson 569b049011 implement module viewPath in all views instead of static file reference 2022-09-08 09:41:08 +03:00
Lorenzo Milesi 0009db637a Merge pull request #471 from TonisOrmisson/fix-bootstrap-order
fixed translations not initialized
2022-09-06 20:12:58 +02:00
tonis ormisson db232f150a fixed translations not initialized 2022-09-06 09:53:46 +03:00
Lorenzo Milesi 0f87163f9f Merge pull request #470 from anton-shynkarenko/fix-last-login-ip-filter
fix typo to allow filtering on Last login IP field
2022-08-19 08:04:17 +02:00
Anton Shynkarenko 475f9c2c8f fix typo to allow filtering on Last login IP field 2022-08-19 01:52:53 +03:00
Chris Smith e460890be0 Add mkdocs and change menu names to avoid margin collisions (#468) 2022-08-18 22:39:18 +02:00
Lorenzo Milesi 99271a55c3 Removed useless double string 2022-08-15 08:16:50 +02:00
Lorenzo Milesi ca84ceca4b PHP-CS-Fixer run 2022-08-15 08:16:03 +02:00
Antonio Cordeddu 7fb900dfe1 #458 - fix on variables not initialized 2022-08-12 16:39:59 +02:00
Lorenzo Milesi bf918b107e Merge branch 'master' of github.com:2amigos/yii2-usuario 2022-08-12 09:59:52 +02:00
Lorenzo Milesi df924fd51c Merge branch 'acordeddu-2fa-channels-email-sms' 2022-08-12 09:47:24 +02:00
Lorenzo Milesi 34981c8d4f Files left out of merge 2022-08-12 09:47:02 +02:00
Lorenzo Milesi 2face44d98 Merge branch '2fa-channels-email-sms' of https://github.com/acordeddu/yii2-usuario into acordeddu-2fa-channels-email-sms 2022-08-12 09:46:32 +02:00
Tõnis Ormisson e79d08e9a6 Run CI pipeline on Pull-request change (#466) 2022-08-11 13:20:31 +02:00
Antonio Cordeddu 902970c718 #458 fix on email subject message and on send sms 2022-08-11 12:15:53 +02:00
Tõnis Ormisson 368563dcc0 Phpstan fix (#465)
phpstan level 2: services and i18n
2022-08-11 10:27:04 +02:00
Lorenzo Milesi 339b9f1bbc Merge pull request #399 from ajmedway/master
Always create flash messages, allow `enableFlashMessages` only to dictate display (#391)
2022-08-11 09:53:26 +02:00
Lorenzo Milesi 7147236e68 Merge branch 'master' into master 2022-08-11 09:53:06 +02:00
Lorenzo Milesi af88df2de3 Merge pull request #464 from TonisOrmisson/static-code-analyzer
Static code analyzer
2022-08-11 09:50:53 +02:00
Lorenzo Milesi ad3b629ee7 Merge branch 'master' into static-code-analyzer 2022-08-11 09:50:37 +02:00
Lorenzo Milesi c83692f277 Update PHP-CS-Fixer to v3.x (#460) 2022-08-11 09:47:33 +02:00