10064 Commits

Author SHA1 Message Date
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
HumHub Translations
5ec320a440 Enh: Updated Translations (translate.humhub.org) 2024-08-28 14:57:32 +00:00
HumHub Translations
10efb754cd Enh: Updated Translations (translate.humhub.org) 2024-08-28 14:57:15 +00:00
Lucas Bartholemy
fd1103c2f3 Merge branch 'master' into develop 2024-08-28 16:53:43 +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
Marc Farré
03210414e4
Fix: In lists, when an item text is displayed on multiple lines, the … (#7174)
* Fix: In lists, when an item text is displayed on multiple lines, the lines below are not lining up with the first one

* Add PR ID to changelog

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-20 13:38:58 +00:00
Yuriy Bakhtin
fccecb0fe5
Highlight only words with 3 or more characters (#7178) 2024-08-20 15:37:26 +02:00
Gevorg Mansuryan
0464af1398
Fix broken tests (#7176)
* Fix broken tests

* Fix broken tests

* Improve Debug Mode Handling
2024-08-18 12:12:50 +00:00
Yuriy Bakhtin
f5203283a5
Fix marketplace module label "Professional Edition" (#7173) 2024-08-17 11:00:01 +00:00
Lucas Bartholemy
1f791cde44 Merge branch 'master' into develop 2024-08-16 11:26:53 +02:00
Yuriy Bakhtin
f235a24294
Fix rendering of new line on email messages (#7170) 2024-08-14 17:40:22 +02:00
Gevorg Mansuryan
e303113792
Enh/default group permissions change (#7160)
* Groups - Default permissions/Space creation

* Autocommit PHP CS Fixer

* Groups - Default permissions/Space creation

* Autocommit PHP CS Fixer

* Groups - Default permissions/Space creation

* Autocommit PHP CS Fixer

---------

Co-authored-by: gevorgmansuryan <gevorgmansuryan@users.noreply.github.com>
2024-08-10 08:23:14 +00: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
Lucas Bartholemy
c004785fda Merge branch 'master' into develop 2024-08-04 09:34:18 +02:00
Lucas Bartholemy
df8f285646
Update CHANGELOG.md 2024-08-03 09:22:19 +02:00
Devan Carpenter
e6e719569c
Allow create post option for non-members of Spaces (#7106) 2024-08-03 07:21:50 +00:00
Lucas Bartholemy
a32ea907fb Updated Composer dependencies 2024-08-02 17:59:13 +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
Gevorg Mansuryan
b4eb7d36a5
Fixed dropdown issue on mobile (#7149)
* Fixed dropdown issue on mobile

* Fixed dropdown issue on mobile

* Fixed dropdown issue on mobile

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-02 08:02:54 +00:00
Gevorg Mansuryan
7625750d4b
Disable post message required validation when post has attached files (#7151)
* Disable post message required validation when post has attached files

* Disable post message required validation when post has attached files
2024-08-02 07:46:50 +00:00
Marc Farré
1a4d186c75
Add device detector (#7144)
* Enh: Add DeviceDetectorHelper class to detect devices such as the mobile app

* Add PR ID to changelog

* Move DeviceDetectorHelper into humhub/helpers
2024-08-01 08:27:05 +00: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
Gevorg Mansuryan
b5529d19e9
Enh/client export confirm unload (#7139)
* Export `confirmUnload` function from `humhub.client.js`

* Wiki - Make Space icon optional

* Export `confirmUnload` function from `humhub.client.js`

* Export `confirmUnload` function from `humhub.client.js`

* Export `confirmUnload` function from `humhub.client.js`

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-30 13:23:19 +00:00
Marc Farré
4cc65fcf7c
Enh #7131: Introduce new CSS variables: --hh-fixed-header-height and … (#7133)
* Enh #7131: Introduce new CSS variables: --hh-fixed-header-height and --hh-fixed-footer-height

* Add description to migration guide

* Force keeping px after CSS compilation.

* Add comment in less file

* On mobile, change --hh-fixed-header-height CSS variable value instead of body padding top

* Update MIGRATE-DEV.md

* 593935d2b4 (r1686930702)

* Replace LESS compile -x option with --clean-css

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-30 10:23:50 +00:00
Gevorg Mansuryan
fef09e31bf
REST Endpoint for pending invites - Extended response (#7138)
* REST Endpoint for pending invites - Extended response

* REST Endpoint for pending invites - Extended response

* REST Endpoint for pending invites - Extended response

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-25 15:12:26 +00:00
Marc Farré
15a23d6ce6
Chg #7136: When opening a modal box, don't autofocus automatically on… (#7137)
* Chg #7136: When opening a modal box, don't autofocus automatically on the first form input

* Add MIGRATE info

* Fix BasePicker focus
2024-07-24 15:06:25 +00:00
Lucas Bartholemy
9b851c3288 Build Theme 2024-07-22 10:34:07 +02:00
Leandra
1e0257b7bd
Update color of wall-entry-controls (links) in stream.less (#7129)
* 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>
2024-07-22 08:33:10 +00:00
Lucas Bartholemy
50d7dbb920 Merge branch 'develop' of github.com:humhub/humhub into develop 2024-07-22 10:27:01 +02:00
Lucas Bartholemy
84e05c9a87 Merge branch 'master' into develop 2024-07-22 10:26:06 +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
Gevorg Mansuryan
c6b7cf17d1
Prerequisites - check for mixed php version/user (#7127)
* Prerequisites: add a warning in case of cron commands executed with a wrong user of PHP version

* Prerequisites: add a warning in case of cron commands executed with a wrong user of PHP version

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-19 08:30:13 +00:00
Gevorg Mansuryan
d30aa1c2e5
Add a warning if we have a mix of different collations (#7128)
* Prerequisites: add a warning if we have a mix of different collations, even if they both are correct for HumHub

* Prerequisites: add a warning if we have a mix of different collations, even if they both are correct for HumHub
2024-07-19 08:27:50 +00: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