Skip to content

Releases: PROCERGS/login-cidadao

Minor fixes

23 Sep 16:26
Compare
Choose a tag to compare

Bug fixes:

  • #536: Added simple E.164 validation;
  • #532: Fixed scope details handle tooltip translation;
  • #530: Changed intl-tel-input placeholder;
  • #529: Removed cellphone requirement from registration form;
  • #527: Cellphone and full name were not being asked on dynamic forms.

Removed:

  • #533: Removed humans.txt

Pre-authorization Dynamic Forms and Correlation IDs

21 Sep 18:11
Compare
Choose a tag to compare

New Features:

  • #513: Added decent phone input
  • #477: added pre_authorization.complete_information_task.skip parameter
  • #474: Added correlation ID to logs
  • #473: using compact layout for error pages
  • #450: make dynamic forms a pre-authorization process

Bug fixes:

  • #521: Fixed 2FA error messages
  • #519: Added translation for scope.phone_number
  • #515: Fixed CPF validation
  • #514: Added missing phone_number in RegistrationFormType
  • #511: Fixed RECAPTCHA on login form
  • #510: Fixed color of form errors
  • #506 and
  • #507: Fixed template names to reflect FOSUserBundle's new template names
  • #505: Added propper form validation to Contact form
  • #502: RP-Initiated Logout was reading the redirect URI from the wrong parameter
  • #500: Removed username from the profile page
  • #496: Added missing post_logout_redirect_uris in ClientMetadata form
  • #495: RP-Initiated Logout now checks the ID Token's sub
  • #492: Fixed an error that occured with a cold cache
  • #490: Fixed a bug that made Dynamic Forms appear before email validation
  • #488: Fixed Dynamic Form validation
  • #485: Fixed ramsey/uuid to make it work at PROCERGS
  • #482: Added missing NotBlank constraint in suggestions Entity
  • #481: Fixed a bug where RPs without ClientMetadata couldn't be authorized
  • #479: Setting visible = false for new RPs
  • #454: Fixed HWIOAuthBundle UniqueEntity validation
  • #428: Fixed a bug where the email verified badge was lost after resetting the password

Known issues:

  • #523: Phone input doesn't have server-side validation
  • #504: [Important] Scopes are being authorized even when unchecked by the User
  • #484: Issue when setting a voter registration having a CPF in place
  • #483: There are still references to lc_update_username route
  • #480: Can't remove addresses

Minor fixes

31 Aug 13:14
Compare
Choose a tag to compare

Bug fix:

  • #428: fixed loss of verified email badge
  • #465: reduced coupling with Memcache
  • #467: fixed duplicate email error on dyamic forms
  • #469: fixed font-family

Fixed #463

23 Aug 15:31
Compare
Choose a tag to compare

Bug fix:

  • #463: fixed a bug that prevented the Authorization Endpoint to work properly

Fixed redirect loop issue

22 Aug 20:34
Compare
Choose a tag to compare

Bug fix:
#461: Fixed redirect loop issue

Minor fix

22 Aug 19:15
Compare
Choose a tag to compare

Bug fix:
#459: fixed the remember me checkbox on the login form.

UX improvements

22 Aug 15:43
Compare
Choose a tag to compare

New Features:
#396 #409 #417: Introduced new Compact Layout in some pages
#404: Pathwell topologies is now configurable
#408 #423: Email validation can be made mandatory and a new page for it was created.
#415: Removed the notification system due to lack of use
#429: Implemented the spec draft for RP-Initiated Logout (http://openid.net/specs/openid-connect-frontchannel-1_0.html#RPInitiated and http://openid.net/specs/openid-connect-session-1_0.html#RPLogout)
#430: Added PROCERGS and state government branding
#441 #446: Smart registration form now "predicts" what the RP will ask the user

#407: bcrypt cost reduced a little to make login/registration faster
#413: Impemented Task system to make redirections more consistent
#431 #436: Footer is more easily extensible

Bug fixes:
#397: Redirect loop problem fixed
#419: Fixed some classes namespaces
#427: CPF validation is reporting errors correctly again
#428: Fixed a bug that prevented the email verified badge to show
#443: Suggestions are back up

Fixes #398 and #399

29 Jun 21:56
Compare
Choose a tag to compare

Bug fixes:

  • #398 Wrong text in pt_BR password resseting email
  • #399 Voter Registration not being sent at the UserInfo endpoint

Fixes minor bugs introduced by v1.9.0

29 Jun 21:53
Compare
Choose a tag to compare
v1.9.1

Merge branch 'dev'

General Refactoring

03 May 12:48
Compare
Choose a tag to compare

New features:

  • #333 Organizations
  • #336 Improved Impersonation Security (Impersonation Reports)
  • #337 Login via third party providers is now configurable
  • #339 Showing more access and activity logs
  • #346 Allow developers to edit public scopes
  • #351 New command: lc:deploy
  • #350 Removed phone field and added password confirmation
  • #356 Password Encoder Migration
  • #358 Session Invalidation
  • #360 Improved 2FA privacy
  • #363 Upgrate do Symfony 2.8
  • #378 Deprecated Usernames
  • #377 Double form submission prevention
  • #381 Enforcing HTTPS (fixed URL generation)
  • redelivre#32 Using Pathwell Topology for passwords

Bug fixes:

  • #384 Statistics page timeout is fixed