10327 Commits

Author SHA1 Message Date
Lucas Bartholemy
f5358001ea Merge branch 'develop' into next 2025-04-19 20:09:42 +02:00
Lucas Bartholemy
12d5df5b13 Updated Composer Lock 2025-04-19 20:09:26 +02:00
Lucas Bartholemy
d5705e399d Merge branch 'master' into develop 2025-04-19 20:09:14 +02:00
HumHub Translations
e03f700992 Enh: Updated Translations (translate.humhub.org) 2025-04-19 18:02:27 +00:00
HumHub Translations
4a761e10d2 Enh: Updated Translations (translate.humhub.org) 2025-04-19 18:01:25 +00:00
HumHub Translations
18a7b4bd3b Enh: Updated Translations (translate.humhub.org) 2025-04-19 18:00:39 +00:00
Yuriy Bakhtin
c1654775e4
Add possibility to define content search order via module config (#7493) 2025-04-13 16:17:40 +00:00
Yuriy Bakhtin
24052f9fff
Fix access to options on space invite form (#7492) 2025-04-11 08:50:31 +02:00
Lucas Bartholemy
e927b4256f Update Composer dependencies 2025-04-10 17:20:33 +02:00
Lucas Bartholemy
2ca049366c Merge branch 'develop' into next 2025-04-10 13:40:00 +02:00
Lucas Bartholemy
2c0f1db98d Merge branch 'master' into develop 2025-04-10 13:39:52 +02:00
Yuriy Bakhtin
daf7ac12d2
Catch errors in external file handlers (#7486)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-04-10 13:39:41 +02:00
Yuriy Bakhtin
a483f791a7
Fix plural wording (#7490) 2025-04-10 13:38:36 +02:00
Yuriy Bakhtin
cc4b81a30c
Fix tests (#7488)
* Fix tests

* Fix tests

* Fix artifact uploading from modules

* Fix tests

* Upload logs on failure test

* Fix empty content model error from test log

* Update command `content-search/rebuild` on tests

* Upload DB dump on failure test

* Add more info on error profile field deleting

* Revert timeout in tests

* Fix user image widget without provided user

* Upload DB dump for each failed acceptance test

* Add missed profile for test user #8

* Upload app log for each failed acceptance test

* Downgrade Selenium

* Update php-test.yml

* Fix tests for profile of the user #8

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-04-10 11:47:30 +02:00
Yuriy Bakhtin
9a21276770
Fix comments list when comment is active from another parent comment (#7487)
* Fix comments list when comment is active from another parent comment

* Update CHANGELOG.md
2025-04-08 19:12:30 +02:00
Lucas Bartholemy
cbbc76dbda Merge branch 'develop' into next 2025-04-07 16:51:38 +02:00
Lucas Bartholemy
3f6bab8a7a Increase version 2025-04-07 12:18:46 +02:00
Lucas Bartholemy
3aadf32e68 Merge branch 'master' into develop 2025-04-07 12:16:37 +02:00
Lucas Bartholemy
6b04a6a83e
Update common.php 2025-04-07 12:15:58 +02:00
Yuriy Bakhtin
e4360f144c
Use password type on the installation DB config form (#7484) 2025-04-07 11:15:00 +02:00
Lucas Bartholemy
7e1a9aad94 Prepare 1.17.2 Release v1.17.2 2025-04-07 10:17:26 +02:00
Lucas Bartholemy
80b4797057 Merge branch 'develop' into next 2025-04-06 09:39:21 +02:00
Lucas Bartholemy
46670465aa Merge branch 'develop' of github.com:humhub/humhub into develop 2025-04-06 09:38:18 +02:00
Lucas Bartholemy
ab58c446bb Merge branch 'master' into develop 2025-04-06 09:37:30 +02:00
Yuriy Bakhtin
baa36db31b
Fix permission manager (#7481) 2025-04-04 17:04:46 +00:00
Yuriy Bakhtin
edabe6036c
Fix the post submit button title after back from draft mode (#7482) 2025-04-04 18:57:51 +02:00
github-actions[bot]
9124eff27f
Autocommit PHP CS Fixer (#7480)
Co-authored-by: GitHub Action <action@github.com>
2025-04-03 12:07:50 +02:00
Marc Farré
0c56f2c7fa
Enh/add share intend feature (#7455)
* Enh: Add the possibility to create a content from a modal for the Mobile app Share Intend feature, in the Profile, a Space, or a new Conversation

* Fix Space Search URL

* Small emprovements

* Hide the content types menu (allow posting only)

* Hide "Schedule" feature

* display the richtext toolbar directly (no need to click in the editor)

* Reuse the ShareService::searchSpaces() from the Share Between module and move it to core, in a ContentCreationService

* Merge master branch

* Move Controller and Form to new ShareIntend classes

* Refactor ShareIntend

* https://github.com/humhub/app-internal/issues/76#issuecomment-2734995419

* Remove useless UserPickerField::getItemText()

* Add Cancel button

* After content creation, if the dashboard stream is not displayed on the current page, redirect to the content container, to make sure the user sees the new content

* Fix for non-pretty URLs

* https://github.com/humhub/app-internal/issues/76#issuecomment-2749597714

* Change wording

* Create ShareIntendTargetForm::canPostInOwnProfile() to avoid duplicate

* Fix Space Picker

* Improve Share Intend Modal ID

* Improve WallCreateContentFormFooter param handling

* Allow null for WallCreateContentForm in Footer

* Fixed wrong variable assignment

* Check if the files exists, and if user is the owner of the files && Fix submit URL

* Remove SearchContainerController and force defining the url when using ContentContainerPicker

* Rename ContentContainerPicker to ContentContainerPickerField

* Allow Create Content form in plain and modal at the same time

* Fix schedule and content form message ID for modal

* Fix: Remove added Dashboard stream ID and use Class instead

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2025-04-03 12:02:21 +02:00
Yuriy Bakhtin
09b59a8bbc
Don't require approval for user created from administration (#7479)
* Don't require approval for user created from administration

* Don't require approval for user created from administration
2025-03-31 14:15:51 +02:00
github-actions[bot]
98b0dce221
Autocommit PHP CS Fixer (#7478)
Co-authored-by: GitHub Action <action@github.com>
2025-03-26 16:33:47 +01:00
Lucas Bartholemy
3b6ec3d127
Refactor Registration Form Options (#7477)
* Refactor Registration Form Options

* Update CHANGELOG.md

* Update MIGRATE-DEV.md
2025-03-26 16:32:14 +01:00
Yuriy Bakhtin
6a612c93f5
Fix missing fields when creating a new user from admin (#7473) 2025-03-22 10:47:30 +01:00
Marc Farré
6f98ac37b1
Fix: Formatted Arabic numbers displays 0 instead of the number (#7465)
* Fix: Formatted Arabic numbers displays 0 instead of the number

* Add PR ID in CHANGELOG

* Round before converting to current language

* Fix: Formatted Arabic numbers displays 0 instead of the number

* Fix: Formatted Arabic numbers displays 0 instead of the number

* Fix: Formatted Arabic numbers displays 0 instead of the number

---------

Co-authored-by: Yuriy Bakhtin <yurybakh@gmail.com>
Co-authored-by: Yuriy Bakhtin <yurabakhtin@users.noreply.github.com>
2025-03-21 19:48:38 +01:00
Yuriy Bakhtin
df8fbcb49c
Remove deprecated widget DataSaved (#7468)
* Remove deprecated widget `DataSaved`

* Remove deprecated widget `DataSaved`

* Update MIGRATE-DEV.md
2025-03-21 16:40:30 +00:00
Yuriy Bakhtin
164105b9a6
Fix advanced searching by space filter (#7471) 2025-03-21 17:30:30 +01:00
Yuriy Bakhtin
a8968c6fef
Fix searching with not full latin words (#7464) 2025-03-18 09:38:12 +01:00
Lucas Bartholemy
a8e0f1d325 Merge branch 'develop' into next 2025-03-17 08:10:24 +01:00
Lucas Bartholemy
d67c965aa4 Merge branch 'develop' of github.com:humhub/humhub into develop 2025-03-17 08:10:08 +01:00
Lucas Bartholemy
22dd0f6cfa Merge branch 'master' into develop 2025-03-17 08:10:00 +01:00
Yuriy Bakhtin
c8be19776f
Don't reset additional registration form elements on init default elements (#7461) 2025-03-13 13:43:22 +01:00
Yuriy Bakhtin
163d948e6b
Fix changing of space visibility (#7460) 2025-03-11 10:49:59 +01:00
Gevorg Mansuryan
9ea6d381b5
Upgrade PhpSpreadsheet to latest version (#7459) 2025-03-10 12:15:54 +00:00
Lucas Bartholemy
a8ca3746ae Increase Version 2025-03-06 16:14:33 +01:00
Lucas Bartholemy
337bc4d0b0 Merge branch 'develop' into next 2025-03-06 15:47:39 +01:00
Lucas Bartholemy
0b769c6658 Merge branch 'master' into develop 2025-03-06 15:47:20 +01:00
Lucas Bartholemy
365705433b Prepare 1.17.1 Release v1.17.1 2025-03-06 15:46:22 +01:00
Gevorg Mansuryan
24e53430ef
Setting manager backwards compatibility (#7456)
* Setting manager backwards compatibility

* Setting manager backwards compatibility

* Setting manager backwards compatibility

* Setting manager backwards compatibility

* Setting manager backwards compatibility
2025-03-05 15:31:42 +00:00
Lucas Bartholemy
f24f478ba1 Merge branch 'develop' into next 2025-03-05 15:17:48 +01:00
Lucas Bartholemy
39f00b53dc Merge branch 'master' into develop 2025-03-05 15:15:45 +01:00
Gevorg Mansuryan
d5af1d031d
Upgrade Packages (#7454)
* Upgrade Packages

* Upgrade Packages
2025-03-04 14:13:55 +00:00