48 Commits

Author SHA1 Message Date
1c1ce6ccff refactor: renamed namespace from Da\User to pcrt\User
Some checks failed
Build / build (ubuntu-latest, 7.4) (push) Has been cancelled
Build / build (ubuntu-latest, 8.0) (push) Has been cancelled
Build / build (ubuntu-latest, 8.1) (push) Has been cancelled
Build / build (ubuntu-latest, 8.2) (push) Has been cancelled
Build / build (ubuntu-latest, 8.3) (push) Has been cancelled
Build / build (ubuntu-latest, 8.4) (push) Has been cancelled
All PHP namespaces and related references have been updated from Da\User to pcrt\User throughout the codebase, including composer.json autoload settings and all source files. This change standardizes the project under the new pcrt\User namespace for improved clarity and maintainability.
2025-10-15 10:22:32 +02:00
eba9671e1b Refactor: merge SettingsController into ProfileController
Removed SettingsController and moved its logic into ProfileController, consolidating user profile, account, GDPR, network, and two-factor authentication actions. Updated routes, behaviors, and view files to reflect the new structure. Also updated composer.json to use pcrt/yii2-usuario and pcrt/yii2-select2, added 'surname' to Profile model, and added new attributes to User model. Improved user feedback by redirecting after key actions instead of rendering message views.
2025-10-15 09:16:32 +02:00
66616e2bd2 Allow/suggest new v3 releases of 2amigos 2fa dependencies 2024-02-26 17:22:12 +02:00
5c28e7159d adjust dev dependencies 2023-01-06 15:39:40 +02:00
0fc628cbcd adjust dev dependencies 2023-01-06 15:37:34 +02:00
06e089a601 upgrade dev dependencies 2023-01-06 15:33:23 +02:00
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
ad3b629ee7 Merge branch 'master' into static-code-analyzer 2022-08-11 09:50:37 +02:00
c83692f277 Update PHP-CS-Fixer to v3.x (#460) 2022-08-11 09:47:33 +02:00
8bef4d41cc Remove default swiftmailer dependency (#448)
* replace swiftmailer references with generic interface references
* replace swiftmailer dependency with suggested symfonymailer (option to also use old swiftmailer)
* remove getSwiftMailer fro mtests
* adjuts config to skip yii2 coded swiftmailer
* dev and test only until php 7.4 (synphonymailer)
2022-08-11 08:13:10 +02:00
c856eded75 phpstan: remove <php7.4 from build grid (v1.6) 2022-08-10 17:12:10 +03:00
3e33813fd5 phpstan: missing service returns 2022-08-10 16:48:03 +03:00
d2f9afa7f3 initialize phpstan with level 0 2022-08-10 16:22:42 +03:00
665466e543 #458 added required-dev library for 2fa 2022-08-10 14:55:49 +02:00
a0ad86d53d force 2fa for group of users (#456)
Authored-by: Antonio Cordeddu <coranto@yetopen.com>
2022-08-10 09:22:35 +02:00
97a2de2f48 PR #458 - fix and improvement required by @mp1509 2022-08-09 12:21:34 +02:00
91d110e1e7 2fa by email and by sms 2022-07-13 10:37:15 +02:00
ae64dcdc59 Added required yii2 codeception module 2020-02-05 22:37:32 +01:00
2713ea0e72 Bumped composer requirements 2020-02-05 22:10:28 +01:00
222483253c re #309 added roave security advisories package 2019-06-17 17:31:10 +02:00
a771f287b2 Update composer.json 2019-04-15 21:10:17 +02:00
0f54fe3fe1 travis configure 2018-09-20 17:19:13 +03:00
c6aa69ba7b use asset-packagist instead of fxp-asset 2018-09-20 16:51:55 +03:00
91d7f14b26 Removed qrcode-library as required #131 2018-07-13 17:16:46 +02:00
b884a67da3 Add conflict configuration to composer.json 2018-02-07 17:26:39 +01:00
20400cf90d Close #55 add google captcha mechanism 2017-10-15 22:11:35 +02:00
e75e1b1131 re #74 update composer, remove warning 2017-09-22 17:50:18 +02:00
e56455d0e9 re #74 remove assetfree package 2017-09-22 17:30:06 +02:00
52a2ff56e1 update composer (trying to fix travis errors) 2017-09-21 19:27:26 +02:00
c968a85ff0 rollback with composer asset plugin 2017-09-21 19:19:30 +02:00
c21827e746 update composer 2017-09-21 19:17:20 +02:00
308b6a0b2c Close #15 added two factor authentication 2017-09-21 17:48:01 +02:00
5ee4c91e03 Close #63 fix selectize version 2017-09-20 00:05:30 +02:00
fcdb228c41 Close #41 remove deprecated package yii2-codeception. Update tests. 2017-08-06 15:29:36 +02:00
f706ebb4fa update php code standards fixer rules 2017-07-15 16:45:25 +02:00
7344ad31df documentation update + code fixes 2017-06-11 23:25:51 +02:00
13255a5117 update folder location 2017-01-11 21:31:42 +01:00
1cb60f0740 wip 2017-01-11 22:42:15 +06:00
f66689ef49 get rid of kartik select2 2016-12-21 13:34:44 +06:00
8fa8a4e062 scrutinizer wip 2016-12-21 02:59:37 +06:00
715e90c653 scrutinizer wip 2016-12-21 02:28:40 +06:00
df60dbc866 travis ci wip 2016-12-20 20:39:59 +06:00
6b14fb4270 preparing extension for publishing wip 2016-12-20 15:13:56 +06:00
7a9045b287 preparing extension for publishing wip 2016-12-20 13:20:17 +06:00
02a02ef147 preparing extension for publishing wip 2016-12-20 12:41:26 +06:00
0834ad6ca0 fixing some tests 2016-12-11 04:17:55 +01:00
3d3fe43d54 added Bootstrap + Module + model class map helper + message translation config 2016-12-03 19:20:12 +01:00
a6c48a3d1d first commit 2016-12-03 16:01:05 +01:00