10247 Commits

Author SHA1 Message Date
Yuriy Bakhtin
0318c0e6e6 Fix plural wording 2025-04-10 12:23:21 +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
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
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
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
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
Lucas Bartholemy
a8ca3746ae Increase Version 2025-03-06 16:14:33 +01:00
Lucas Bartholemy
365705433b Prepare 1.17.1 Release v1.17.1 2025-03-06 15:46:22 +01:00
Gevorg Mansuryan
bfdc4a913a
Master Tests broken #575 (#7453)
* Master Tests broken #575

* Master Tests broken #575
2025-03-03 17:05:08 +01:00
Yuriy Bakhtin
03d21e4bd0
Update code to manage users from external modules (#7452) 2025-03-03 11:29:07 +01:00
Yuriy Bakhtin
fe53f44547
Update code to manage users from external modules (#7445)
* Update code to manage users from external modules

* Check POST data on load HForm

* Check POST data on load HForm

* Revert init AuthClientUserService
2025-02-27 19:26:28 +01:00
Marc Farré
8f9d04389a
Fix: Hide "Remember me" option on mobile app (#7441)
* Fix: Hide "Remember me" option on mobile app - https://github.com/humhub/app/issues/281

* Add PR ID to CHANGELOG
2025-02-24 15:26:37 +01:00
Gevorg Mansuryan
c904807b0a
Add beforeInitCallback humhub.ui.picker (#7437)
* Add beforeInitCallback `humhub.ui.picker`

* Add beforeInitCallback humhub.ui.picker
2025-02-22 09:25:01 +01:00
Yuriy Bakhtin
e5bb6a246a
Fix picker autofocus (#7428)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-02-18 16:32:38 +01:00
Yuriy Bakhtin
99969d2175
New event on get registration groups (#7424) 2025-02-18 15:57:45 +01:00
Lucas Bartholemy
2885844519 Fixed Group Back Link in Module Context 2025-02-08 18:03:37 +01:00
Yuriy Bakhtin
ad0b0c8b86
Fix profile field encoding (#7420)
* Fix profile field encoding

* Update MIGRATE-DEV.md

* Fix profile field encoding

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-02-06 19:57:29 +01:00
Yuriy Bakhtin
ae3502fe82
Reset modal window after close (#7419) 2025-02-06 11:31:28 +01:00
Gevorg Mansuryan
38025387c7
Enh/collapsed comments (#7382)
* Collapsed comments #508

* Collapsed comments

* collapsed comments

* Fix sorting on load previous comments

---------

Co-authored-by: Yuriy Bakhtin <yurybakh@gmail.com>
2025-01-31 14:39:58 +01:00
Marc Farré
e6d72bd182
Fix: Always allow admins to edit/delete content in the other Profile stream (#7409) 2025-01-22 10:56:59 +01:00
Lucas Bartholemy
645651cd60
Use realpath() to handle symlinked dirs (#7404)
* Use realpath() to handle symlinked dirs

* Updated Changelog
2025-01-20 17:49:43 +01:00
Gevorg Mansuryan
e30c00b523
The "Default user profile visibility" is not displayed any more… (#7400)
* 1.17: The "Default user profile visibility" is not displayed any more #7397

* 1.17: The "Default user profile visibility" is not displayed any more #7397

* 1.17: The "Default user profile visibility" is not displayed any more #7397

* 1.17: The "Default user profile visibility" is not displayed any more #7397

* 1.17: The "Default user profile visibility" is not displayed any more #7397
2025-01-20 14:55:46 +01:00
Usama Ayaz
02400a8eae
Correct typo in comments (#7402) 2025-01-19 23:06:27 +01:00
Yuriy Bakhtin
76a70079a2
Fix profile stream for guests (#7396) 2025-01-17 13:37:09 +01:00
Yuriy Bakhtin
c2737c384c
Show language chooser for guest on the sidebar footer (#7384)
* Show language chooser for guest on the sidebar footer

* Add language chooser to main footer navigation

* Remove static/js/humhub-app.js.tmp that was added by error

---------

Co-authored-by: Marc Farré <contact@marc.fun>
2025-01-15 16:05:51 +01:00
Yuriy Bakhtin
056e0d4654
Save current language for email invitation and show language chooser on registration form (#7381)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-01-15 10:47:49 +01:00
Yuriy Bakhtin
e31c77d603
Improve SelfTest for Base URL (#7383)
* Improve SelfTest for Base URL

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2025-01-14 19:33:41 +01:00
Lucas Bartholemy
c238611a65 Fix #7377: Configured Redis cache key prefix was overwritten by the default value 2025-01-13 18:57:11 +01:00
github-actions[bot]
eecf111971
Autocommit PHP CS Fixer (#7379)
Co-authored-by: GitHub Action <action@github.com>
2025-01-13 16:49:31 +01:00
github-actions[bot]
eca400bbae
Autocommit PHP CS Fixer (#7378)
Co-authored-by: GitHub Action <action@github.com>
2025-01-13 16:49:08 +01:00
Lucas Bartholemy
6163852d8a Reload Settings after Each Request 2025-01-13 15:56:09 +01:00
Lucas Bartholemy
376deed743 Updated CHANGELOG 2025-01-13 15:49:26 +01:00
Lucas Bartholemy
80b24f90c6 Disable Cache during Installer 2025-01-13 15:47:54 +01:00
Lucas Bartholemy
cd6dfee9a0
Update CHANGELOG.md v1.17.0 2025-01-13 12:11:44 +01:00
Lucas Bartholemy
2f8b987116
Update CHANGELOG.md 2025-01-13 12:11:26 +01:00
Lucas Bartholemy
e320ecb06e
Update common.php 2025-01-13 12:09:17 +01:00
HumHub Translations
7231673bd4 Enh: Updated Translations (translate.humhub.org) 2025-01-13 10:48:53 +00:00
Marc Farré
0d954361a9
HumHub ArrayHelper::flatten() not compatible Yii base ArrayHelper #51… (#7376)
* HumHub ArrayHelper::flatten() not compatible Yii base ArrayHelper #512 - https://github.com/humhub/humhub-internal/issues/512

* Add PR ID to CHANGELOG
2025-01-12 11:10:44 +00:00