* Enh #3: Source Mode, Text Area Style
Fixed dropdown button icons size
* Changed color hash codes in less files to variables.
Changed comment form buttons position.
* Display error on wrong captch of password recovery modal form
* Password recovery: Don't start to check email while captcha code is wrong
* Fix tests of password recovery
* Space Hide Member Option should also disable Member Joined/Left Activities
* Space Hide Member Option should also disable Member Joined/Left Activities
* Enh #2: Store Default Markdown Editor Mode
* Enh #2: Store Default Markdown Editor Mode
- Changes for User
* Moved the markdownEditorMode option to the CoreJsConfig
* Fixed setting the markdownEditorMode if user isn't logged in
* Changed radioList to dropDownList for select markdown editor mode
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Fix get activities on content or content addon deletion when a different class name is defined in getObjectModel()
* Use the new PolymorphicRelation::getObjectModel
* Added SqlDataProvider support for ImageColumn and DisplayNameColumn
* Added SqlDataProvider support for ImageColumn and DisplayNameColumn
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Enh #6164: Invitation by link: when registering within an SSO, the email should only be requested on the service provider
* Updated with fix#6202: Invite by link is not possible for a user already invited by email
* new AuthChoice() was causing HeadersAlreadySentException
* Allow registration by email with an SSO even if new user cannot register (in the settings)
* Added and
* Fixed broken tests
* global token was given instead of space token
* Convert Invite when using OAuth to keep Space
* Use Session instead of Return Parameter
* Fix tests
* Fixed invalidToken Test
* Test: Fixed HTTP return code on disabled link invite
---------
Co-authored-by: Marc Farré <contact@marc.fun>
* Send notification to mentioned user only after publishing of a content
* Fix process notifications after publish content
* Fix test "ContentEditTest: New content is not edited"
* Disable "Notify users" on creating of not published content
* New service for content state
* Improve content state service
* Improve content state service
* Restrict addons for not published content
* Implement init event for ContentStateService