Yuriy Bakhtin
5752d62c72
Deny deleting user from single group ( #7192 )
2024-08-29 19:06:30 +02:00
Yuriy Bakhtin
e2380ee3e2
Fix active form on registration form for correct working of widget inputs ( #7191 )
2024-08-29 13:48:32 +02:00
Yuriy Bakhtin
60957f5361
Fix search reindexing after content deletion ( #7187 )
...
* Fix search reindexing after content deletion
* Refactor `ContentSearchService`
* Update ZendLucenceDriver.php
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-28 16:47:22 +02:00
Yuriy Bakhtin
9aa79bc386
Translate space member role ( #7190 )
2024-08-28 11:35:17 +02:00
Yuriy Bakhtin
f426f94a3b
Fix search starting with special characters ( #7189 )
2024-08-28 11:08:59 +02:00
Yuriy Bakhtin
02beaa3e6b
Add @since
tag for ContentActiveRecord::getSearchAttributes()
( #7186 )
2024-08-27 12:41:22 +02:00
Yuriy Bakhtin
97594b4c5d
Fix active form on user edit form for correct working of widget inputs ( #7180 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-23 13:55:58 +02:00
Yuriy Bakhtin
a5a42f2154
Fix duplicated label of checkbox profile field ( #7181 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-23 10:51:23 +02:00
Yuriy Bakhtin
122a26c6d2
Fix initialization of several select2 inputs on the same page ( #7182 )
2024-08-23 10:47:14 +02:00
Lucas Bartholemy
137446a670
Prepare 1.16.2 Release
2024-08-22 09:46:35 +02:00
Yuriy Bakhtin
fccecb0fe5
Highlight only words with 3 or more characters ( #7178 )
2024-08-20 15:37:26 +02:00
Yuriy Bakhtin
f235a24294
Fix rendering of new line on email messages ( #7170 )
2024-08-14 17:40:22 +02:00
Marc Farré
cada9b2518
Fix #324 : Focus on active and selected nav page after reload on mobile ( #7161 )
2024-08-09 11:42:01 +02:00
Yuriy Bakhtin
769f87594d
Fix highlight content after open a page from search results ( #7159 )
2024-08-09 11:40:42 +02:00
Yuriy Bakhtin
64aa24290b
Fix content visibility of disabled users ( #7153 )
...
* Fix content visibility of disabled users
* Test for content visibility of disabled users
* Fix content visibility of disabled users
* Revert changes
* Fix tests
* Reindex user content when status is changed to/from Enabled
* Use ContentSearchService for reindex user content
* Use ContentSearchService for reindex user content
2024-08-08 12:03:50 +02:00
Yuriy Bakhtin
589d12cbee
Highlight content after open a page from search results ( #7157 )
2024-08-07 21:33:40 +02:00
Yuriy Bakhtin
de2027b913
Fix duplicated following spaces in the chooser widget ( #7156 )
...
* Fix duplicated following spaces in the chooser widget
* Integrity check to delete space following if user is a member
2024-08-07 14:20:45 +02:00
Yuriy Bakhtin
f497f14825
Remove js statement with
to avoid error on build assets by grunt uglify ( #7150 )
2024-08-02 10:38:51 +02:00
Yuriy Bakhtin
1933d3d9f9
Fix search request by container guid ( #7146 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-31 19:29:03 +02:00
Yuriy Bakhtin
9097b9a476
Fix meta searching twice for the same keyword ( #7145 )
2024-07-31 19:02:40 +02:00
Yuriy Bakhtin
66cf13f4c4
Add User-Agent
to oEmbed CURL request (fix for Reddit) ( #7132 )
...
* Add `User-Agent` to oEmbed CURL request (fix for Reddit)
* Add default OEmbed provider "Reddit"
2024-07-19 17:25:30 +02:00
Yuriy Bakhtin
038b12f58c
Fix member count on a space directory ( #7126 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-19 10:33:17 +02:00
Yuriy Bakhtin
c82a0962d3
Improve log wrong parsing of OEmbed URL ( #7124 )
2024-07-19 10:23:11 +02:00
Yuriy Bakhtin
a911084ccc
Fix return type of comment form validation method ( #7121 )
2024-07-16 11:22:35 +02:00
Lucas Bartholemy
f112780c42
Update CHANGELOG.md
2024-07-15 18:07:53 +02:00
Yuriy Bakhtin
988d337582
Fix after failed migration of content fulltext index ( #7120 )
2024-07-15 18:07:23 +02:00
Marc Farré
d5c21289bb
Fix rebuilding the search index with Grunt (since 1.16.0) ( #7116 )
...
* Fix rebuilding the search index with Grunt (since 1.16.0)
* Add PR ID to changelog
2024-07-15 13:27:21 +02:00
Marc Farré
cc7d086145
Enh #7105 : Add an external link icon to the "Install Updates" button to avoid thinking it updates the modules directly ( #7114 )
2024-07-12 12:38:14 +02:00
Marc Farré
9c7d74d054
Fix: Missing --text-color-default CSS variable ( #7104 )
...
* Fix: Missing --text-color-default CSS variable
* Add PR ID to changelog
2024-07-03 12:35:29 +02:00
Yuriy Bakhtin
9c30e05316
Fix content search with word ending with hyphen ( #7103 )
...
* Fix content search with word ending with hyphen
* Update CHANGELOG.md
2024-07-02 15:24:51 +02:00
Lucas Bartholemy
b438d271b1
Prepare 1.16.1 Release
v1.16.1
2024-07-01 12:45:16 +02:00
Yuriy Bakhtin
a4bc83e1cc
Display color box for searched content tags ( #7095 )
2024-06-30 18:56:20 +02:00
Yuriy Bakhtin
70fefe9c27
Allow color boxes in picker ( #7094 )
...
* Allow color boxes in picker
* Display color box for select2 options if it is provided
* Update CHANGELOG.md
* Update data color attribute name for content tag selector
2024-06-28 13:38:15 +02:00
Lucas Bartholemy
af049bd579
Updated Prosemirror
2024-06-28 12:48:26 +02:00
Marc Farré
cc5a5a1fa4
Fix: Missing closing div HTML tag in the registration by link view ( #7092 )
...
* Fix: Missing closing div HTML tag in the registration by link view
* Add Changelog
2024-06-28 10:00:21 +02:00
Yuriy Bakhtin
da5f9a520f
Fix markdown list style ( #7091 )
2024-06-27 12:10:40 +02:00
Yuriy Bakhtin
c5863b42dd
Fix markdown sub list style ( #7089 )
2024-06-25 19:40:01 +02:00
Yuriy Bakhtin
f41350c8f8
Test emoji ( #7082 )
...
* Test emoji
* Remove unused file "emoji.json"
2024-06-25 13:52:07 +02:00
Yuriy Bakhtin
ed5d0f26a2
Improve handling of legacy configuration for "search" component ( #7088 )
2024-06-24 21:09:00 +02:00
Yuriy Bakhtin
6641b38713
Fix compatibility for PHP 8.0+ ( #7084 )
2024-06-24 15:24:51 +02:00
Yuriy Bakhtin
ee3a5bf0ba
Render emojis in email content ( #7062 )
...
* Render emojis in email content
* Cache emoji data and display emoji on email subject
* Fix finding emoji in content
v1.16.0
2024-06-19 14:40:58 +02:00
Lucas Bartholemy
ab03007f7b
Merge branch 'master' of github.com:humhub/humhub
2024-06-19 14:18:13 +02:00
Lucas Bartholemy
7bab711409
Prepare 1.16 Release
2024-06-19 14:16:59 +02:00
dependabot[bot]
5b646e1dcd
Bump braces from 3.0.2 to 3.0.3 ( #7078 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 13:56:30 +02:00
Marc Farré
6d9cd9e0bf
Cgh #7074 : Text in lists is smaller than in paragraphs ( #7077 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-19 10:20:06 +00:00
Yuriy Bakhtin
f572a49a28
Display more context menu options on search results ( #7067 )
...
* Display more context menu options on search results
* Display more context menu options on search results
* Fix tests for search wall stream view context
* Update CHANGELOG-DEV.md
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-19 09:25:56 +00:00
Marc Farré
f8f4aae45c
Fix #7065 : Space members manager crashes on HumHub 1.16.0-beta.3 ( #7076 )
2024-06-19 07:28:45 +00:00
HumHub Translations
c401bc85cf
Enh: Updated Translations (translate.humhub.org)
2024-06-18 15:55:32 +00:00
Yuriy Bakhtin
f295d28ee9
Fix tests ( #7058 )
...
* Fix tests
* Fix tests
* Fix serialization of anonymous function
2024-06-12 09:57:17 +00:00
Yuriy Bakhtin
c6b6414454
Implement new field template radio pills ( #7060 )
2024-06-11 18:06:19 +00:00