* Improve comment buttons style
* Improve post buttons style on edit mode
* Fix hidden comment form on reply with errors
* FileHandler buttons for comment
* FileHandler buttons for post edit form
* Fix tests
* Allow to manage blocked users
* Restrict access on container controllers for blocked users
* TODO point for blocked user from anonymous
* Cache blocked user Ids in container settings
* Exclude blocked used from streams and activites
* Hide blocked comments
* Change comment view from blocked user
* Change wording
* Allow to enabled user blocking in administration panel
* Disable notifications from blocked users
* Exclude blocked users from mentioning list
* Test users blocking
* Enable users blocking by default
* Refactor container settings method
* Fix tests of blocking users
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Deep comment link to select and mark comment in content
* Update CHANGELOG_DEV.md
* Use warning color for selected comment
* Permalink for comments
* Display comment permalink in modal window
* Small change for comment permalink title
* Remove container name from comment permalink
* Convert comment controls to menu widgets
* Small changes
* Use MenuLinks instead of custom widgets
* Fix encoding
* Fix opening modal window with comment permalink
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
When editing the text of a content (not the comment, the publication), field's text goes under the "Save" button. Using the same margin-right as the comment field solves the problem the same was as the comment field with the "Submit" button.
Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
Chng: Rename `Upload::model` to `Upload:forModel`
Chng: Rename `Upload::name` to `Upload:withName`