]> Raphaël G. Git Repositories - userbundle/log
userbundle
2 years agoTransform default scalar prototype in variable prototype to allow custom defaults 0.2.0
Raphaël Gertz [Wed, 15 Sep 2021 15:34:49 +0000 (17:34 +0200)]
Transform default scalar prototype in variable prototype to allow custom defaults

2 years agoAdd requirement
Raphaël Gertz [Wed, 15 Sep 2021 15:32:55 +0000 (17:32 +0200)]
Add requirement

2 years agoHandle null mail and password on new User entity
Raphaël Gertz [Wed, 15 Sep 2021 15:32:12 +0000 (17:32 +0200)]
Handle null mail and password on new User entity

2 years agoCheck form submission and validity
Raphaël Gertz [Wed, 15 Sep 2021 15:30:54 +0000 (17:30 +0200)]
Check form submission and validity
Reorder fields
Cleanup

2 years agoReorder fields
Raphaël Gertz [Wed, 15 Sep 2021 15:30:33 +0000 (17:30 +0200)]
Reorder fields
Cleanup

2 years agoMakes forename and surname nullable
Raphaël Gertz [Wed, 15 Sep 2021 15:20:59 +0000 (17:20 +0200)]
Makes forename and surname nullable
Specify required fields
Cleanup

2 years agoMakes forename and surname nullable
Raphaël Gertz [Wed, 15 Sep 2021 15:02:29 +0000 (17:02 +0200)]
Makes forename and surname nullable

2 years agoAdd symfony 5.3 required PasswordAuthenticatedUserInterface interface
Raphaël Gertz [Wed, 15 Sep 2021 15:01:32 +0000 (17:01 +0200)]
Add symfony 5.3 required PasswordAuthenticatedUserInterface interface
Makes forename and surname nullable

2 years agoRevert change as getUsername is abstract and thus required
Raphaël Gertz [Wed, 8 Sep 2021 16:39:06 +0000 (18:39 +0200)]
Revert change as getUsername is abstract and thus required

2 years agoFix upstream config file path
Raphaël Gertz [Wed, 8 Sep 2021 16:37:06 +0000 (18:37 +0200)]
Fix upstream config file path

2 years agoFix replacement of getUsername by getUserIdentifier in symfony 5.3+
Raphaël Gertz [Wed, 8 Sep 2021 16:36:14 +0000 (18:36 +0200)]
Fix replacement of getUsername by getUserIdentifier in symfony 5.3+

2 years agoFix encodePassword renaming in hashPassword
Raphaël Gertz [Wed, 8 Sep 2021 16:33:51 +0000 (18:33 +0200)]
Fix encodePassword renaming in hashPassword

2 years agoUse every services specified in abstract controller
Raphaël Gertz [Tue, 7 Sep 2021 13:51:48 +0000 (15:51 +0200)]
Use every services specified in abstract controller
Cleanup

2 years agoRemove dropped controller trait
Raphaël Gertz [Tue, 7 Sep 2021 13:50:40 +0000 (15:50 +0200)]
Remove dropped controller trait
Follow translator interface renaming
Specify every services in controller

2 years agoAdd note about positional replaced argument
Raphaël Gertz [Tue, 7 Sep 2021 13:49:17 +0000 (15:49 +0200)]
Add note about positional replaced argument
Cleanup indent

2 years agoFix user checker base class
Raphaël Gertz [Tue, 7 Sep 2021 13:48:11 +0000 (15:48 +0200)]
Fix user checker base class

2 years agoReplace logout success handler with default logout listener
Raphaël Gertz [Tue, 7 Sep 2021 13:47:48 +0000 (15:47 +0200)]
Replace logout success handler with default logout listener

2 years agoReplace logout success handler with default logout listener
Raphaël Gertz [Tue, 7 Sep 2021 13:46:24 +0000 (15:46 +0200)]
Replace logout success handler with default logout listener
Specify every argument in astract controller

2 years agoFix optional argument warning
Raphaël Gertz [Tue, 7 Sep 2021 13:37:41 +0000 (15:37 +0200)]
Fix optional argument warning
Fix undefined route variable

2 years agoFix reset password message display condition
Raphaël Gertz [Sat, 28 Aug 2021 11:06:32 +0000 (13:06 +0200)]
Fix reset password message display condition
Remove slug reference

2 years agoSwitch to new getRecipientName user entity function
Raphaël Gertz [Sat, 28 Aug 2021 10:38:10 +0000 (12:38 +0200)]
Switch to new getRecipientName user entity function
Cleanup

2 years agoAdd getRecipientName function
Raphaël Gertz [Sat, 28 Aug 2021 10:35:39 +0000 (12:35 +0200)]
Add getRecipientName function
Replace empty password with mail
Revert to empty forename and surname when not provided

2 years agoFix extraction of forename and surname from mail when empty
Raphaël Gertz [Sat, 28 Aug 2021 10:15:04 +0000 (12:15 +0200)]
Fix extraction of forename and surname from mail when empty

2 years agoRemove pseudonym and slug
Raphaël Gertz [Sat, 28 Aug 2021 09:09:46 +0000 (11:09 +0200)]
Remove pseudonym and slug

2 years agoCleanup
Raphaël Gertz [Sat, 28 Aug 2021 09:09:32 +0000 (11:09 +0200)]
Cleanup

2 years agoCleanup
Raphaël Gertz [Sat, 28 Aug 2021 09:09:20 +0000 (11:09 +0200)]
Cleanup

2 years agoRemove pseudonym and slug
Raphaël Gertz [Sat, 28 Aug 2021 09:08:53 +0000 (11:08 +0200)]
Remove pseudonym and slug
Cleanup

2 years agoInitialize all fields
Raphaël Gertz [Sat, 28 Aug 2021 09:08:26 +0000 (11:08 +0200)]
Initialize all fields
Cleanup

2 years agoInitialize all fields
Raphaël Gertz [Sat, 28 Aug 2021 09:08:04 +0000 (11:08 +0200)]
Initialize all fields
Cleanup

2 years agoRemove pseudonym and slug
Raphaël Gertz [Sat, 28 Aug 2021 09:06:19 +0000 (11:06 +0200)]
Remove pseudonym and slug
Add forename and surname in serializing
Set forename and surname from mail extraction
Initialize all fields

2 years agoRemove slug support
Raphaël Gertz [Sat, 28 Aug 2021 09:04:40 +0000 (11:04 +0200)]
Remove slug support
Remove forename, surname and pseudonym extraction from mail
Add support for configurable field

2 years agoAdd new field configuration entry
Raphaël Gertz [Sat, 28 Aug 2021 09:03:12 +0000 (11:03 +0200)]
Add new field configuration entry

2 years agoUpdate composer deps
Raphaël Gertz [Sat, 28 Aug 2021 03:19:45 +0000 (05:19 +0200)]
Update composer deps

2 years agoImprove disabled 403 status code response
Raphaël Gertz [Sat, 28 Aug 2021 03:14:24 +0000 (05:14 +0200)]
Improve disabled 403 status code response
Cleanup

2 years agoAdd slug
Raphaël Gertz [Mon, 23 Aug 2021 07:28:58 +0000 (09:28 +0200)]
Add slug

2 years agoAdd slug
Raphaël Gertz [Mon, 23 Aug 2021 07:28:29 +0000 (09:28 +0200)]
Add slug

2 years agoAdd slug
Raphaël Gertz [Mon, 23 Aug 2021 07:26:42 +0000 (09:26 +0200)]
Add slug
Cleanup

2 years agoAdd slug
Raphaël Gertz [Mon, 23 Aug 2021 07:25:47 +0000 (09:25 +0200)]
Add slug
Handle duplicate slug
Move common stuff in AbstractController
Cleanup

2 years agoAdd user abstract controller
Raphaël Gertz [Mon, 23 Aug 2021 07:24:30 +0000 (09:24 +0200)]
Add user abstract controller

2 years agoAdd doctrine preUpdate lifecycleCallbacks on civility and group
Raphaël Gertz [Mon, 23 Aug 2021 07:07:47 +0000 (09:07 +0200)]
Add doctrine preUpdate lifecycleCallbacks on civility and group

2 years agoCleanup
Raphaël Gertz [Tue, 17 Aug 2021 23:56:28 +0000 (01:56 +0200)]
Cleanup
Log submitted mail by default
Instantiate user when mail is available and force cast it as string

2 years agoAdd strict
Raphaël Gertz [Mon, 16 Aug 2021 22:58:54 +0000 (00:58 +0200)]
Add strict
Add title as Civility and Group required constructor argument
Return right type on set functions

2 years agoAdd strict
Raphaël Gertz [Thu, 12 Aug 2021 12:54:36 +0000 (14:54 +0200)]
Add strict

2 years agoAdd strict
Raphaël Gertz [Thu, 12 Aug 2021 12:54:10 +0000 (14:54 +0200)]
Add strict
Remove flatten function
Cleanup

2 years agoRemove unused form types
Raphaël Gertz [Thu, 12 Aug 2021 12:40:27 +0000 (14:40 +0200)]
Remove unused form types

2 years agoAdd strict type
Raphaël Gertz [Thu, 12 Aug 2021 12:39:50 +0000 (14:39 +0200)]
Add strict type
Cleanup

2 years agoUpdate doc
Raphaël Gertz [Thu, 12 Aug 2021 12:25:07 +0000 (14:25 +0200)]
Update doc

2 years agoAdd user checker
Raphaël Gertz [Thu, 12 Aug 2021 11:56:41 +0000 (13:56 +0200)]
Add user checker
Add authentication failure handler
Add unactivated exception

2 years agoFix variable name
Raphaël Gertz [Thu, 12 Aug 2021 11:51:27 +0000 (13:51 +0200)]
Fix variable name
Remove useless setUpdated we have doctrine preUpdate lifecycleCallbacks
Handle existing, activated and disabled user
Cleanup

2 years agoCleanup
Raphaël Gertz [Thu, 12 Aug 2021 11:37:35 +0000 (13:37 +0200)]
Cleanup

2 years agoRemove @xxx as it trigger an annotation error
Raphaël Gertz [Thu, 12 Aug 2021 11:36:39 +0000 (13:36 +0200)]
Remove @xxx as it trigger an annotation error

2 years agoSet as static
Raphaël Gertz [Thu, 12 Aug 2021 11:29:28 +0000 (13:29 +0200)]
Set as static

2 years agoReplace security.authentication.failure_handler and security.user_checker
Raphaël Gertz [Thu, 12 Aug 2021 11:28:56 +0000 (13:28 +0200)]
Replace security.authentication.failure_handler and security.user_checker

2 years agoAdd disabled member
Raphaël Gertz [Thu, 12 Aug 2021 11:28:01 +0000 (13:28 +0200)]
Add disabled member

2 years agoAdd strict
Raphaël Gertz [Thu, 12 Aug 2021 11:27:24 +0000 (13:27 +0200)]
Add strict
Add isActivated and isDisabled
Add disabled member

2 years agoCleanup
Raphaël Gertz [Thu, 12 Aug 2021 07:28:01 +0000 (09:28 +0200)]
Cleanup

2 years agoAdd strict
Raphaël Gertz [Thu, 12 Aug 2021 07:17:49 +0000 (09:17 +0200)]
Add strict
Fix edit permission check
Restrict reset to admin
Remove edit form
Add edit editForm
Cleanup

2 years agoAdd auth success handler
Raphaël Gertz [Thu, 12 Aug 2021 06:22:20 +0000 (08:22 +0200)]
Add auth success handler

2 years agoAdd strict mode
Raphaël Gertz [Thu, 12 Aug 2021 06:22:02 +0000 (08:22 +0200)]
Add strict mode

2 years agoMigrate doc to code
Raphaël Gertz [Thu, 12 Aug 2021 06:20:06 +0000 (08:20 +0200)]
Migrate doc to code

2 years agoExtends DefaultLogoutSuccessHandler
Raphaël Gertz [Thu, 12 Aug 2021 06:13:59 +0000 (08:13 +0200)]
Extends DefaultLogoutSuccessHandler
Prevent method not allowed by protecting match with a new context
Use contructor matching symfony magic
Protect route generation and matching
Cleanup

2 years agoSet AuthenticationSuccessHandler and LogoutSuccessHandler as global security handlers
Raphaël Gertz [Thu, 12 Aug 2021 06:10:59 +0000 (08:10 +0200)]
Set AuthenticationSuccessHandler and LogoutSuccessHandler as global security handlers

2 years agoRemove edit view form formType
Raphaël Gertz [Thu, 12 Aug 2021 06:09:05 +0000 (08:09 +0200)]
Remove edit view form formType
Add edit vied edit and reset formType
Cleanup

2 years agoSwitch to RapsysUserBundle::getAlias
Raphaël Gertz [Wed, 11 Aug 2021 18:51:09 +0000 (20:51 +0200)]
Switch to RapsysUserBundle::getAlias
Only activate account in confirm
Remove extra from confirm route
Add hash check on mail field in edit
Restrict edition of user to only admin and same logged user
Use common LoginType for login and recover
Prefill mail in login if available
Prefill mail in register if available
Create unactivated user in register
Log new user in emergency log
Add route arguments in register form action to allow resubmit
Use mail as default password if not provided
Existing user in register get redirected to  to user edit form on regist
Move doctrine and manager in binded method arguments
Get alias from RapsysUserBundle::getAlias
Cleanup

2 years agoSet mail as last field as it may be empty
Raphaël Gertz [Wed, 11 Aug 2021 18:47:17 +0000 (20:47 +0200)]
Set mail as last field as it may be empty
Set hash as first field as it should never be empty

2 years agoUse RapsysUserBundle::getAlias to retrieve alias
Raphaël Gertz [Wed, 11 Aug 2021 18:43:53 +0000 (20:43 +0200)]
Use RapsysUserBundle::getAlias to retrieve alias

2 years agoUse RapsysUserBundle::getAlias to retrieve alias
Raphaël Gertz [Wed, 11 Aug 2021 18:43:33 +0000 (20:43 +0200)]
Use RapsysUserBundle::getAlias to retrieve alias

2 years agoGenerate alias from class name
Raphaël Gertz [Wed, 11 Aug 2021 18:41:43 +0000 (20:41 +0200)]
Generate alias from class name

2 years agoFix civility to have default value and not forced value
Raphaël Gertz [Wed, 11 Aug 2021 18:41:17 +0000 (20:41 +0200)]
Fix civility to have default value and not forced value

2 years agoSet mail, password as optional field
Raphaël Gertz [Wed, 11 Aug 2021 18:39:45 +0000 (20:39 +0200)]
Set mail, password as optional field
Add repeated password option
Enable all field by default

2 years agoSet civility as optional
Raphaël Gertz [Wed, 11 Aug 2021 18:38:11 +0000 (20:38 +0200)]
Set civility as optional

2 years agoAdd LogoutSuccessHandler
Raphaël Gertz [Wed, 11 Aug 2021 18:37:54 +0000 (20:37 +0200)]
Add LogoutSuccessHandler

2 years agoAdd LogoutSuccessHandler
Raphaël Gertz [Wed, 11 Aug 2021 18:37:34 +0000 (20:37 +0200)]
Add LogoutSuccessHandler

2 years agoRemove slugger utils (moved in rapsys_pack)
Raphaël Gertz [Wed, 11 Aug 2021 18:36:58 +0000 (20:36 +0200)]
Remove slugger utils (moved in rapsys_pack)

2 years agoAdd locale
Raphaël Gertz [Sun, 8 Aug 2021 17:47:06 +0000 (19:47 +0200)]
Add locale
Translate title
Merge global context in view contexts
Prevent error when translate key is not set
Restrict alternate and canonical link to view context
Add confirm and edit feature
Change recover to handle link with mail, pass and hash directly
Remove recoverMail action
Change register to generate a mail with confirmation link
Confirm now create user and fill extra fields or guess them form mail
Register log new user in emergency log with mail, locale and confirm
Remove flatten moved to Rapsys\PackBundle\Util\SluggerUtil

2 years agoChange class to anonymous array to allow extra classes
Raphaël Gertz [Sun, 8 Aug 2021 17:44:44 +0000 (19:44 +0200)]
Change class to anonymous array to allow extra classes

2 years agoEnable all fields by default
Raphaël Gertz [Sun, 8 Aug 2021 17:43:35 +0000 (19:43 +0200)]
Enable all fields by default

2 years agoAdd extra field on confirm url
Raphaël Gertz [Sun, 8 Aug 2021 17:42:09 +0000 (19:42 +0200)]
Add extra field on confirm url
Add mail and hash field on login url
Add pass field on recover url
Rename fields to field

2 years agoRemove slugger service
Raphaël Gertz [Sun, 8 Aug 2021 13:09:14 +0000 (15:09 +0200)]
Remove slugger service

2 years agoAdd confirm and edit route
Raphaël Gertz [Sun, 8 Aug 2021 13:07:31 +0000 (15:07 +0200)]
Add confirm and edit route
Improve recover and register route
Resort routes
Cleanup

2 years agoAdd option to enable each field individualy
Raphaël Gertz [Sun, 8 Aug 2021 13:05:27 +0000 (15:05 +0200)]
Add option to enable each field individualy
Add note about civility
Add strict types
Improve documentation
Cleanup

2 years agoAdd password field
Raphaël Gertz [Sun, 8 Aug 2021 13:02:28 +0000 (15:02 +0200)]
Add password field
Add option to enable each field individualy

2 years agoAdd confirm and edit route
Raphaël Gertz [Sun, 8 Aug 2021 12:57:57 +0000 (14:57 +0200)]
Add confirm and edit route
Add global context
Add edit context
Use full locale
Remove recover_mail
Add strict types
Improve documentation
New tree layout
Cleanup

2 years agoUpdate mail address
Raphaël Gertz [Sun, 8 Aug 2021 12:48:16 +0000 (14:48 +0200)]
Update mail address
Update composer requires

2 years agoLast version before drop
Raphaël Gertz [Sun, 8 Aug 2021 12:38:02 +0000 (14:38 +0200)]
Last version before drop

2 years agoRename contact.name to contact.title
Raphaël Gertz [Wed, 28 Jul 2021 06:55:10 +0000 (08:55 +0200)]
Rename contact.name to contact.title

2 years agoSwitch to new full locale naming 0.1.9
Raphaël Gertz [Wed, 28 Jul 2021 06:17:43 +0000 (08:17 +0200)]
Switch to new full locale naming

2 years agoUse Transliterator from root namespace
Raphaël Gertz [Wed, 28 Jul 2021 06:16:38 +0000 (08:16 +0200)]
Use Transliterator from root namespace

2 years agoCleanup
Raphaël Gertz [Wed, 28 Jul 2021 06:16:11 +0000 (08:16 +0200)]
Cleanup

2 years agoContextualize mail and password field 0.1.7 0.1.8
Raphaël Gertz [Sat, 8 May 2021 02:52:12 +0000 (04:52 +0200)]
Contextualize mail and password field

2 years agoAdd preUpdate life cycle callback
Raphaël Gertz [Sat, 8 May 2021 02:51:24 +0000 (04:51 +0200)]
Add preUpdate life cycle callback

3 years agoAdd security context service 0.1.6
Raphaël Gertz [Tue, 23 Feb 2021 23:14:37 +0000 (00:14 +0100)]
Add security context service

3 years agoRename title in civility
Raphaël Gertz [Tue, 23 Feb 2021 23:10:35 +0000 (00:10 +0100)]
Rename title in civility

3 years agoRename title in civility
Raphaël Gertz [Tue, 23 Feb 2021 23:10:14 +0000 (00:10 +0100)]
Rename title in civility

3 years agoRename title in civility
Raphaël Gertz [Tue, 23 Feb 2021 23:09:58 +0000 (00:09 +0100)]
Rename title in civility

3 years agoRename title in civility
Raphaël Gertz [Tue, 23 Feb 2021 23:09:43 +0000 (00:09 +0100)]
Rename title in civility

3 years agoRename title in civility
Raphaël Gertz [Tue, 23 Feb 2021 23:08:37 +0000 (00:08 +0100)]
Rename title in civility

3 years agoAdd rapsys_user translate, locales and languages config keys 0.1.5
Raphaël Gertz [Mon, 28 Dec 2020 07:01:25 +0000 (08:01 +0100)]
Add rapsys_user translate, locales and languages config keys
Implement the possibility to translate subkey in context
Document fonctions

3 years agoMove recover global form error message to mail entity 0.1.4
Raphaël Gertz [Mon, 7 Dec 2020 22:56:44 +0000 (23:56 +0100)]
Move recover global form error message to mail entity
Prefill title on registration action
Add every group to user where group's title is in rapsys_user.default.group

3 years agoAdd default title and group
Raphaël Gertz [Mon, 7 Dec 2020 22:56:05 +0000 (23:56 +0100)]
Add default title and group