28 Commits

Author SHA1 Message Date
Yuriy Bakhtin
c47d9f219d
Fix long words in comment form (#5581)
* Fix long words in comment form

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-02 18:59:07 +01:00
Yuriy Bakhtin
877066b9fc
Improve comment buttons style (#5562)
* 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
2022-02-17 12:04:51 +01:00
Yuriy Bakhtin
81ca33a6e9
Allow to manage blocked users (#5309)
* 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>
2021-10-07 11:16:35 +02:00
Yuriy Bakhtin
f9d8c317b3
Deep comment link to select and mark comment in content (#5168)
* 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>
2021-10-04 18:48:34 +02:00
Marc Farré
140da8ac1d
Update comment.less (#5060)
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.
2021-05-01 15:45:28 +02:00
buddh4
88aa30d8b1 Fix #4554: Code blocks in comments uses same background color 2020-10-22 14:27:37 +02:00
buddh4
562acd7e3c Improved use of link color variable 2020-10-19 15:54:24 +02:00
buddh4
ff39a3f8af Merge branch 'develop' into fix_4396 2020-10-15 15:12:11 +02:00
Master_Hans
040e673893 #4432 Made tab space equal to4 instead to 2. And several horisontal space between selectors 2020-10-09 14:49:01 +03:00
buddh4
a05cd3d994 Style enhancement of stream media and file preview 2020-09-29 14:09:53 +02:00
buddh4
94070f9a93 Reverted richtext menubar highlight color + comment upload button color highlight only on focus 2020-09-25 12:48:18 +02:00
buddh4
07110b72c3 Revert comment user name link color 2020-09-25 12:24:10 +02:00
buddh4
a09f703c8c Minor theme alignments 2020-09-24 16:14:35 +02:00
buddh4
b40fef1caa - Implementation of StreamEntryOptions for differentiating the appearance
- Migrated Activity widget to new StreamEntryWidget logic
- Aligned comment section to new StreamEntryWidget
2020-09-23 17:47:36 +02:00
buddh4
dbb1aa94a1 Enh: Initial implementation of new WallStreamEntryWidget 2020-09-15 16:57:19 +02:00
Lucas Bartholemy
85cfe64c1e Fix #4305: 2nd comment 'Submit' button hidden 2020-08-04 11:12:55 +02:00
buddh4
0a88af3150 Fix #4282: Sub-comment richtext menu dropdown does not hover main comment section 2020-07-29 18:17:44 +02:00
buddh4
36ac334b09 Fixed some nested comment styling issues 2020-07-16 15:05:29 +02:00
Lucas Bartholemy
a36a1bdeef Removed last comment seperator if no form is displayed 2020-07-16 10:59:09 +02:00
buddh4
ae5a9da347 Fixes validation error handling in post and comments. 2020-05-14 17:20:48 +02:00
buddh4
559f07d5e6 Enh: Responsive mobile view enhancements 2019-03-14 16:28:43 +01:00
buddh4
8ab13b8a04 Fix widgetAction events case issue
Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
Chng: Rename `Upload::model` to `Upload:forModel`
Chng: Rename `Upload::name` to `Upload:withName`
2018-10-10 16:35:12 +02:00
buddh4
f8767cc07f Fix: Comment buttons overlap editor text 2018-08-20 20:22:26 +02:00
buddh4
130c4aa6de Added ProseMirror rich text editor. 2018-02-08 14:28:55 +01:00
buddh4
c918acfee6 Fix: Mentioning keeps running even if previous input result was empty
Enh: Darkened comment links for better readability
2017-07-28 19:01:39 +02:00
buddh4
b58aba384f Fix: missing margin of wall-entry-controls in comments. 2017-03-13 22:50:45 +01:00
buddh4
3a027c8989 Fixed markdown comment rendering. + Added collapsable text to comments. 2017-02-09 15:25:01 +01:00
Lucas Bartholemy
98f92e2221 Moved root folders (js/css/resources/less) into static folder 2017-01-26 17:44:51 +01:00