8220 Commits

Author SHA1 Message Date
Lucas Bartholemy
e7bb964cda
PHP Code Style Fixes (#6844) 2024-02-08 12:31:43 +01:00
Lucas Bartholemy
3a6108bfd5
php-cs-fixer code style fixe (#6843)
* More PHP CS Fixes

* PHP Code Style: Scalar types should always be written in the same form.

* php-cs-fixer run

* Phpstorm: Style Fixes

* php-cs-fixer: Codestyle fixes
2024-02-08 12:04:41 +01:00
Lucas Bartholemy
93b2f2f696
Enh/pscs3 (#6842)
* PHPStorm Reformat Code

* php-cs-fixer fixes
2024-02-08 00:20:37 +01:00
Lucas Bartholemy
c7829e66f0
PHP CS Fixer Tests (#6841)
* Added PHPFixer

* Added PHPStorm Fixes

* Removed cs loader

* Notification module reformat

* PHPCS reformat

* PHPCS chanages

* Reformat LDAP Module

* php-cs-fixer changes

* php-cs-fixer: reformat modules

* Update ProsemirrorEditorAsset.php
2024-02-07 23:49:54 +01:00
Yuriy Bakhtin
9c5a54ef3a
Fix saving of public content (#6837)
* Fix saving of public content

* Fix tests

* Fix tests
2024-02-07 18:28:56 +01:00
Yuriy Bakhtin
3a2c870bfa
Update button style on force password form (#6490)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-02-07 12:42:52 +00:00
Lucas Bartholemy
ec72cca8c3
Enh/ldap (#6838)
* Fix LDAP encryption labels and allow ignore part of DNs

* Use StartWith for ignore DN matching

* updated Changelog
2024-02-07 12:28:01 +01:00
Yuriy Bakhtin
f04f034998
Fix check permission of changing content to public from context menu (#6836)
* Fix check permission of changing content to public from context menu

* Update CHANGELOG.md
2024-02-05 13:59:17 +01:00
Yuriy Bakhtin
035f4c0589
Fix notification switcher in wall stream entry context menu (#6834) 2024-02-05 09:43:17 +01:00
Lucas Bartholemy
8a17921e65 Fixed Content Test Settigns 2024-02-04 20:34:27 +01:00
Lucas Bartholemy
bdbb698825 Added MySQL Search driver test 2024-02-04 19:50:03 +01:00
Lucas Bartholemy
f0f0ba5784 Allow multiple search test drivers 2024-02-04 15:21:42 +01:00
Lucas Bartholemy
b909c42141 Added MysqlDriver prototype 2024-02-03 14:50:34 +01:00
Lucas Bartholemy
e2e08588b7 Always use search driver provided by module 2024-02-03 11:57:54 +01:00
Lucas Bartholemy
ff0510e61b Removed old search module usages 2024-02-03 11:52:02 +01:00
Lucas Bartholemy
61e06b5cb4 Removed search module 2024-02-03 11:47:58 +01:00
Lucas Bartholemy
56f1da01b1 Removed old search module 2024-02-03 11:42:47 +01:00
Lucas Bartholemy
3f70e9346f Added RebuildSearch Job 2024-02-02 17:35:18 +01:00
Lucas Bartholemy
685ee657af Merge branch 'develop' into enh/search 2024-02-02 17:01:12 +01:00
Marc Farré
319e6849b6
Fix: Wrong view filename after module enabling (#6830)
* Fix: Wrong view filename after module enabling

* Added PR number to the changelog
2024-02-02 09:16:00 +00:00
Lucas Bartholemy
8e3a985296
Replaced database upgrade buttons (#6820) 2024-02-01 10:31:51 +00:00
Marc Farré
4e10ac4218
Add Throwable and StaleObjectException to hardDelete method doc (#6828) 2024-02-01 10:31:24 +00:00
Yuriy Bakhtin
15654930e2
Fix searching of disabled users in Administration (#6826) 2024-01-31 19:29:45 +01:00
Lucas Bartholemy
a066ed5d6e
Fix Session Timeout (#6818) 2024-01-26 10:57:09 +01:00
Yuriy Bakhtin
1d663d8a50
Reduce people filter options depending on what filtered users have (#6812)
* Reduce people filter options depending on what filtered users have

* Optimize reducing of people filters

* People filters test

* People filters test
2024-01-25 14:07:06 +00:00
HumHub Translations
2cb5444c7c Enh: Updated Translations (translate.humhub.org) 2024-01-24 19:37:26 +00:00
Lucas Bartholemy
4171052951 Wording: Activate into Enable 2024-01-24 20:29:29 +01:00
Lucas Bartholemy
52b7b41a39 Merge branch 'develop' of github.com:humhub/humhub into develop 2024-01-24 20:24:14 +01:00
HumHub Translations
ab1f1940fa Enh: Updated Translations (translate.humhub.org) 2024-01-24 19:22:00 +00:00
Lucas Bartholemy
c45609fee0 Revert "Reverted wording activated/enabled wording changes"
This reverts commit 98576e68bef6b4823e33d03c1269694f8eb362ab.
2024-01-24 20:13:59 +01:00
Yuriy Bakhtin
dca66a5883
Space name wording on delete (#6817) 2024-01-24 15:04:34 +00:00
Sebastian Schmidt
3258b460ca
Fix for displaying whether I follow a user. #6813 (#6814)
* Fix for displaying whether I follow a user. #6813

* Fixed cache key
2024-01-24 12:15:36 +01:00
Martin Rüegg
4a010439f4
Fix: Improve migration error messages (#6770)
* Use the actually provided module when detecting migrations

* Improve error message on migration errors

* Add Exception to Throwable

* Fix module enabled tests
2024-01-22 16:37:17 +00:00
Marc Farré
ab698d20c3
SpaceModelMembership::removeMember() should return bool (#6811)
* SpaceModelMembership::removeMember() should always return a boolean value (returns void if success)

* Added PR ID

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-01-22 12:42:55 +00:00
ArchBlood
a9f65e261b
Fix: Iso3166Codes class calls (#6809)
* Fix: Iso3166Codes class calls

* Update CHANGELOG.md

* Enh: Use HumHub Html and `trim()` once
2024-01-22 13:19:36 +01:00
Martin Rüegg
fab82dbd76
Enh: Code de-duplication by introducing PermissionManager::handlePermissionStateChange() (#6750)
* Code deduplication by introducing `PermissionManager::handlePermissionStateChange()`

* Throw error if record isn't saved

* Fix: clear local cache also if permission is reset to default

* Move `checkClassType` and `classUsesTraits` from `Helpers` to `DataTypeHelper`

* Requested Changes Pt. I

* Requested Changes Pt. 2

* Requested Changes Pt. 3

* Requested Changes Pt. 4

* Update documentation

* Remove `filterClassType()`

* Fix `filterBool()`

* Change `ensure*` methods' return type to `void`
2024-01-19 11:32:01 +00:00
Lucas Bartholemy
344ebc0a6f Skip non-existant profile attributes provided by AuthClient 2024-01-19 11:47:22 +01:00
Lucas Bartholemy
221a5e273b
Removed unused test settings (#6675)
* Removed settings

* Removed duplicate setting
2024-01-18 20:38:29 +01:00
Martin Rüegg
5ab7687cf9
Fix: Keep string class option for Pjax Widget (#6713) (#6807)
* Keep string class option for Pjax Widget (#6713)

* Keep string class option for Pjax Widget

* Keep string class option for Pjax Widget

* Keep string class option for Pjax Widget

* Update CHANGELOG.md

---------

Co-authored-by: Gevorg Mansuryan <gevorgmansuryan@gmail.com>
2024-01-18 15:54:09 +01:00
Martin Rüegg
940173e8af
Remove parameter type restriction on PolymorphicRelation::loadActiveRecord (#6773) 2024-01-17 17:30:20 +00:00
Gevorg Mansuryan
dcba0bff59
Keep string class option for Pjax Widget (#6713)
* Keep string class option for Pjax Widget

* Keep string class option for Pjax Widget

* Keep string class option for Pjax Widget
2024-01-17 17:28:29 +00:00
Lucas Bartholemy
98576e68be Reverted wording activated/enabled wording changes 2024-01-17 15:25:41 +01:00
Martin Rüegg
c56d7e949c
Enh: harmonise term enabled/disabled vs active/inactive for modules (#6745)
* Rename `\humhub\modules\friendship\Module::getIsEnabled()` to `isFriendshipEnabled()`

* Rename `\humhub\modules\marketplace\Module::isEnabled()` to `isMarketplaceEnabled()`

* Rename active/activate/deactivate to enabled/enable/disable

* Update CHANGELOG-DEV.md
2024-01-17 14:19:25 +00:00
Yuriy Bakhtin
420a5541d9
Fix missed domain of profile url in email notifications (#6800)
* Fix missed domain of profile url in email notifications

* Make sure all URLs are absolute in notifications
2024-01-16 12:58:47 +01:00
Lucas Bartholemy
a75592b65b Fixed module migration path check 2024-01-16 11:53:40 +01:00
Lucas Bartholemy
c5322bd69c
Fix #6744: Make sure to call humhub\components\Module::update() on Mo… (#6799)
* Fix #6744: Make sure to call humhub\components\Module::update() on Module update

* Added beforeUpdate and AfterUpdate deprecated

---------

Co-authored-by: Marc Farré <contact@marc.fun>
2024-01-16 11:19:21 +01:00
Lucas Bartholemy
1bd2dc6d46
Test Disable Login Form (#6788)
* Test Disable Login Form

* Added  variable

* Remove OR horizontal bar if only SSO login

* Moved to Module class

* Add showRegistrationForm for registration by email and or divider

* Update CHANGELOG-DEV.md

* Update AuthChoice.php

---------

Co-authored-by: Marc Farré <contact@marc.fun>
2024-01-16 11:10:28 +01:00
Lucas Bartholemy
53a38f5314 Merge branch 'master' into develop 2024-01-15 14:53:18 +01:00
Yuriy Bakhtin
128d5936a3
Fix marketplace searching (#6792) 2024-01-12 16:38:09 +00:00
Yuriy Bakhtin
6df7ef2bc6
Fix number of filtered modules on Marketplace (#6798) 2024-01-12 17:14:43 +01:00