998 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
Lorenzo Milesi
2a95a8d4d2 Merge pull request #577 from edegaudenzi/feature/update_i18n_it
Added missing Italian (it) translation
2025-09-04 23:00:34 +02:00
Enrico De Gaudenzi
92e9b32e2a added missing Italian (it) translation(s) and sorted them alphabetically for easier consultation. 2025-09-04 10:22:25 +01:00
Lorenzo Milesi
241eda0a7e Merge pull request #574 from TonisOrmisson/fix-8.4
Fixed php 8.4 issues Implicitly marking parameter $token as nullable is deprecated
2025-05-20 14:22:00 +02:00
Tõnis Ormisson
8e4c9fb0f5 fixed gh actions db setup 2025-05-19 13:46:21 +03:00
Tõnis Ormisson
003ac3acb3 fixed implicit nullable parameter, gh actions dependencies 2025-05-19 13:44:24 +03:00
Lorenzo Milesi
5e47c08ac9 Merge pull request #573 from edegaudenzi/feature/#572_malpositioned_disconnect_button_in_networks_view
#572 Correctly positioned the 'Disconnect' button in networks view
2025-04-28 19:41:17 +02:00
edegaudenzi
7f45a3b6cb Merge branch 'master' into feature/#572_malpositioned_disconnect_button_in_networks_view 2025-04-16 16:14:54 +01:00
enrico.degaudenzi@connectorly.io
ff61596e56 #572 Correctly positioned the 'Disconnect' button in networks view 2025-04-16 16:04:54 +01:00
Lorenzo Milesi
b837304722 Merge pull request #567 from TonisOrmisson/fixed-console-pretty-urls-v1
v1: fixed pretty-urls not working from console apps
2024-10-10 11:25:33 +02:00
tonis
117056310b added changelog 2024-10-08 18:15:55 +03:00
tonis
1c939d5cad fixed pretty-urls not working from console apps 2024-10-08 18:13:20 +03:00
Lorenzo Milesi
300b4d99ee Merge pull request #556 from AndreScara11/Add-UserBlockService-in-Bootstrap-class-map
Add UserBlockService to Bootstrap build class map
2024-09-18 21:54:42 +02:00
Lorenzo Milesi
bddb47d984 Merge pull request #547 from TonisOrmisson/fix-profile-open
Fixes #546: all profiles publicly viewable to anyone by default
2024-09-18 21:53:39 +02:00
Lorenzo Milesi
771b94658e Merge branch 'master' into fix-profile-open 2024-09-18 21:53:32 +02:00
Lorenzo Milesi
b70f389413 Merge pull request #563 from TonisOrmisson/add-prefilled-recovery-email
Ehh: Added option to pre-fill recovery email via url parameter
2024-09-18 21:41:12 +02:00
tonis
66aeeff584 Ehh: Added option to pre-fill recovery email via url parameter 2024-09-18 17:19:57 +03:00
andrea.scaramucci
a3c5145d7a Added more classes to the Bootstrap.php classMap 2024-08-27 14:31:52 +02:00
Lorenzo Milesi
35a2126697 Merge pull request #559 from edegaudenzi/feature/397_socialnetwork_already_taken_fix
#397 No more fatal Exceptions when connecting to already taken Social…
2024-08-14 21:21:57 +02:00
enrico.degaudenzi@connectorly.io
940080851d #397 No more fatal Exceptions when connecting to already taken Social Network 2024-08-14 16:14:28 +01:00
Lorenzo Milesi
d3d2d5ad77 Merge branch 'master' into fix-profile-open 2024-08-01 08:47:43 +02:00
Lorenzo Milesi
f3765a041e Merge pull request #554 from edegaudenzi/develop
#553 Created Da\User\AuthClient\Microsoft365 auth client
2024-08-01 08:46:21 +02:00
Lorenzo Milesi
ce66ac0ec7 Merge branch 'master' into develop 2024-08-01 08:45:15 +02:00
Andrea Scaramucci
063af345be Merge branch 'master' into Add-UserBlockService-in-Bootstrap-class-map 2024-07-16 14:16:00 +02:00
andrea.scaramucci
8559d51135 Updated changelog 2024-07-16 14:13:39 +02:00
andrea.scaramucci
6618539096 Added UserBlockService to Bootstrap.php buildClassMap() 2024-07-16 14:09:05 +02:00
Lorenzo Milesi
7ce63ae409 Merge pull request #555 from AndreScara11/add-security-helper-to-bootstrap-routes
Add SecurityHelper to Bootstrap.php classMap
2024-07-02 11:20:32 +02:00
Andrea Scaramucci
43eddfede8 Merge branch 'master' into add-security-helper-to-bootstrap-routes 2024-07-02 09:33:38 +02:00
andrea.scaramucci
7df35b21c3 Updated changelog 2024-07-02 09:28:01 +02:00
andrea.scaramucci
201cb87fa5 Added SecurityHelper to Bootstrap.php routes to be able to overwrite it 2024-07-01 17:50:43 +02:00
enrico.degaudenzi@connectorly.io
177142c977 #553 Added changelog for Microsoft365 auth client addition 2024-06-19 11:58:03 +01:00
enrico.degaudenzi@connectorly.io
3c0a9a3a11 #553 Created Da\User\AuthClient\Microsoft365 auth client 2024-06-19 11:51:53 +01:00
Lorenzo Milesi
3633402d75 Merge pull request #552 from Eseperio/patch-6
Improve exception thrown when user does not exists
2024-05-15 11:20:50 +02:00
Lorenzo Milesi
6c220fb78b Update CHANGELOG.md 2024-05-15 11:08:48 +02:00
E.Alamo
3a30580e35 Update CHANGELOG.md 2024-05-15 10:38:25 +02:00
E.Alamo
1b11cb98c5 Improve exception thrown when user does not exists
User not found is not a RuntimeException. It must be a NotFoundException
2024-05-15 09:14:28 +02:00
Lorenzo Milesi
c5a1e9b7c7 Release 1.6.3 2024-03-18 22:23:12 +01:00
Lorenzo Milesi
20d19a1707 Merge pull request #548 from Eseperio/patch-4
Use recaptcha.net instead of google.com (EU Cookies law)
2024-03-18 22:20:11 +01:00
Lorenzo Milesi
ebf6c8edf1 Merge pull request #549 from TonisOrmisson/fix-et-translations
updated Estonian (et) translations
2024-03-18 22:19:10 +01:00
tonis
d42764fc30 added Chengelog 2024-03-18 15:11:11 +02:00
E.Alamo
4af4a19509 Use recaptcha.net instead of google.com (EU Cookies law)
Recaptcha supports two domains: Google and recaptcha.net. The former may involve more cookies than desired, potentially leading to legal issues for the host. Using the latter has fewer implications.
2024-03-11 14:17:25 +01:00
tonis
cf6f9db74f added Chengelog 2024-03-08 14:43:25 +02:00
tonis
420e4e0af1 typo 2024-03-08 14:23:45 +02:00
tonis
208dd29d71 typo 2024-03-08 14:21:46 +02:00
tonis
f4c71b06c1 remove disableProfileViewsForRegularUsers from docs 2024-03-08 14:18:15 +02:00
tonis
f319bf70e2 typos, remove disableProfileViewsForRegularUsers 2024-03-08 14:16:01 +02:00
tonis
d5d211a9e9 typos 2024-03-08 14:12:33 +02:00
tonis
5c0d050d24 fixed profile page being globally open by anyone by default 2024-03-08 14:06:28 +02:00
Lorenzo Milesi
29a878fa4f Merge pull request #545 from TonisOrmisson/limit-profile-view
Add option to limit profile views only for admin users
2024-03-08 09:36:09 +01:00