* Update color of wall-entry-controls (links) in stream.less
Changes the color of the wall-entry-controls (link / comment/like link) to a standard color -> `@text-color-soft`
* Update CHANGELOG.md
linking `wall-entry-controls`- color to `--text-color-soft`
* Update CHANGELOG.md
formatting error
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Added new Content State
* Added Content SoftDelete
* Added Draft option on WallEntryCreate
* Draft Stream Handling
* Fix show drafts on dashboard
* Reset draft state in Content Form
* Remove Notifications/Activities on soft delete
* Hide new content notifications on draft content
* Added ActivityHelper
* Added possibility to publish draft content
* Added missing message text [skip ci]
* Handle search for non published content
* Mark default delete implementation as deprecated
* Make sure files of deleted content are not longer accessible [skip ci]
* Show badge for deleted content
* Added State Filter for Content Queries
* Added doc
* Added ContentContainerStreamTest
* Added Acceptance Tests
* Fixed UserReleated exception for Guest users
* Fixed popover less
* Minor improvements
* Display all newer comments after current comment
* Implement links to display previous and next comments
* Fix sub-comments display of the current parent comment
* Improve styles for sub-comments of current comment
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* New event to append rules for active record
* Implement new post validation on focus field
* Revert "Implement new post validation on focus field"
This reverts commit 395917537c.
* Validate post creating on focus event by AJAX
* Validate new post message on blur event by ajax request
* Fix creating of new Post
* Validate new post message on focus event by ajax request
* Skip rule "required" for post message on AJAX validation
* Move code to new module "Interaction limits"
* Clear code for creating of new post
* Remove a not used action
* Improve new comment form for event triggers
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
- Enh #3924: Implement `Stream.isUpdateAvailable()` to determine if there is an update available
- Enh #3924: Implement `Stream.onUpdateAvailable()`, `Stream.loadUpdate()` and `Stream.options.autoUpdate` to manage stream updates
- Enh #3924: Added `humhub\modules\content\live\NewContent:$streamChannel`