9484 Commits

Author SHA1 Message Date
Yuriy Bakhtin
305d81ca35
Refresh modules available updates counter after updating of modules (#6584) 2023-09-21 13:23:48 +00:00
Martin Rüegg
c41d3456eb
Cleanup tests 2023-09-21 10:13:07 +02:00
Martin Rüegg
0376578213
Fix fixture data and use real UUID in tests 2023-09-21 10:13:07 +02:00
Martin Rüegg
75fa497637
Enh UUID validator 2023-09-21 10:13:07 +02:00
Lucas Bartholemy
03cddb2ee3
Enh/runtime cache test (#6582)
* Enabled Runtime Cache during Tests

* Flush RunTimeCache when clear PermissionManager state

* Updated Changelog
2023-09-20 23:03:47 +02:00
Lucas Bartholemy
ec9a7d10c3 Merge branch 'develop' of github.com:humhub/humhub into develop 2023-09-20 18:54:35 +02:00
Yuriy Bakhtin
f29a1e4cdf
Fix default oembed styles for twitter posts (#6581) 2023-09-20 16:37:03 +00:00
Yuriy Bakhtin
137b8fb6f9
Hint for setting "HTML tracking code" (#6580) 2023-09-20 16:26:38 +00:00
Lucas Bartholemy
b54a128c6d Merge branch 'master' into develop 2023-09-20 11:56:11 +02:00
Lucas Bartholemy
e0933065e8
Update common.php v1.14.4 2023-09-20 11:52:45 +02:00
Lucas Bartholemy
aa7a2ae821
Update CHANGELOG.md 2023-09-20 11:52:26 +02:00
Lucas Bartholemy
72dd527ac7
Merge pull request #6578 from humhub/fix/refactor-user-scenarios
Refactor user edit form in backoffice
2023-09-20 11:45:20 +02:00
Yuriy Bakhtin
081eb352cd Refactor user edit form in backoffice 2023-09-20 09:20:19 +02:00
Lucas Bartholemy
085f1c1321
Update CHANGELOG.md 2023-09-19 17:59:51 +02:00
Lucas Bartholemy
7ae28a3381
Merge pull request #6577 from humhub/fix/user-edit-scenarios
Fix using of user scenarios
2023-09-19 17:59:18 +02:00
Yuriy Bakhtin
d0c2de9f46 Fix using of user scenarios 2023-09-19 17:27:27 +02:00
Yuriy Bakhtin
226d9e624a
Revert "Updated Composer Dependencies" (#6576)
This reverts commit 1d69a57f89e7df04b8ba1bf28be8aa7fa6405658.
2023-09-19 14:29:22 +00:00
Lucas Bartholemy
5d651e38e6
Merge pull request #6574 from humhub/fix/improve-wall-entry-sort-order
Improve a sort order of wall entry creating tab menu and form
2023-09-19 15:00:07 +02:00
Yuriy Bakhtin
62596ca4e2 Improve a sort order of wall entry creating tab menu and form 2023-09-19 13:14:44 +02:00
HumHub Translations
bd8ddc9cf3 Enh: Updated Translations (translate.humhub.org) 2023-09-19 10:41:49 +00:00
Marc Farré
81c7a1debb
Fix #6572: Posts count in space should be only for published content (#6573) 2023-09-18 18:23:49 +00:00
Lucas Bartholemy
d91fae8d61 Merge branch 'develop' of github.com:humhub/humhub into develop 2023-09-18 14:02:48 +02:00
Lucas Bartholemy
1d69a57f89 Updated Composer Dependencies 2023-09-18 14:01:06 +02:00
Martin Rüegg
51e0ec51d9
Fix property annotations for CC, CCAR, Space, and User (#6570) 2023-09-17 14:32:31 +00:00
Lucas Bartholemy
47bed91f08
Merge pull request #6566 from metaworx/fix/invalid-argument-exceptions
Fix: invalid argument exceptions
2023-09-15 15:15:02 +02:00
Martin Rüegg
f2ef4c4d16
Update InvalidArgumentExceptionTrait
- simplify constructor arguments
- make it compatible with `yii\base\InvalidArgumentException` or `\Exception` for that matter
2023-09-14 22:43:32 +02:00
Martin Rüegg
a28f18f512
Rename InvalidTypeExceptionTrait.php to InvalidArgumentExceptionTrait.php 2023-09-14 22:38:28 +02:00
Martin Rüegg
7bb62ebde6
Fix invalid profile field type configuration to cause a property-access-on-null value exception (#6549) 2023-09-14 08:23:22 +00:00
Yuriy Bakhtin
ae29e3fa22
Fix merge conflict f18c72dad3 (#6562) 2023-09-12 18:42:59 +00:00
Martin Rüegg
9f61c40b3d
Fix: Migration's transaction with invalid savepoint (#6551)
* Fix error in migration with invalid savepoint

* Update CHANGELOG-DEV.md
2023-09-12 13:47:22 +00:00
Lucas Bartholemy
f0879da513 Merge branch 'master' into develop 2023-09-12 15:44:14 +02:00
Yuriy Bakhtin
a6c7abd3a7
Fix not initialized groups array on the module administration (#6560)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 14:37:38 +02:00
Yuriy Bakhtin
8410312fc1
Fix command theme/switch (#6561) 2023-09-12 14:30:38 +02:00
Marc Farré
0545a7f584
Fix Avoid PHP 8.1+ deprecated null parameter on preg_replace in richtext converters (#6558)
* Fix Avoid PHP 8.1+ deprecated null parameter on preg_replace in richtext converters

* Changelog

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 08:05:29 +00:00
Gevorg Mansuryan
01cdb573a7
Fix/modal actions errors (#6555)
* Page 2 or more of participant list doesn't loads into the modal box

* Page 2 or more of participant list doesn't loads into the modal box

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 10:02:42 +02:00
Marc Farré
9771f0a912
Fix #6544: Registration not possible with SSO and email invites if "New users can register" is disabled (#6545) 2023-09-12 08:01:05 +00:00
Yuriy Bakhtin
db3bf270d9
Fix error on login new user from external service when maintenance is enabled (#6542) 2023-09-08 17:18:19 +02:00
Yuriy Bakhtin
f18c72dad3
Fix overriding of loaded value with default value on HForm (#6539)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-08 17:15:13 +02:00
Yuriy Bakhtin
a5f410e8ce
Fix access to own user container (#6541) 2023-09-07 16:11:40 +02:00
Yuriy Bakhtin
d5d8cc2121
Sort profile fields on People directory filters (#6538)
* Sort profile fields on People directory filters

* Update CHANGELOG-DEV.md
2023-09-06 12:22:02 +00:00
Gevorg Mansuryan
d94a3bbf57
Cannot change Homepage of space in PHP 8.x (#6534)
* Cannot change Homepage of space in PHP 8.x

* Cannot change Homepage of space in PHP 8.x
2023-09-04 18:55:13 +02:00
Yuriy Bakhtin
8c7f15f8dc
Fix active style for btn-lg (#6532) 2023-08-24 15:12:48 +02:00
Martin Rüegg
048fb18e8b
Add boolean return-type to *safe* methods (#6529) 2023-08-22 14:09:01 +00:00
Yuriy Bakhtin
7801f8145a
Fix a disabled button after post a content record with state "Draft" or "Scheduled" (#6526) 2023-08-18 09:02:28 +00:00
Martin Rüegg
371cde8e62
fixup! Enh: Add Application interface and make sure the onInit even… (#6521)
* fixup! Enh: Add Application interface and make sure the `onInit` event is fired in the web application too (#6505)

* Fix potential timing issue in DraftCest test.
2023-08-17 18:51:38 +00:00
Martin Rüegg
28fa6d9485
Add pseudo test class to allow to populate DB (#6478)
Normal use will not do anything other than succeed!
```
php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```

However, if run with the environment variable HUMHUB_DB_INITIALIZE set, then the default fixtures will be loaded and not unloaded after the test.
```
HUMHUB_DB_INITIALIZE= php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```
2023-08-16 15:12:43 +00:00
Martin Rüegg
4a29d7a729
Convert assert* & db* methods to static in line with general usage (#6480) 2023-08-16 13:51:58 +00:00
Yuriy Bakhtin
92a3b08f32
Reload page after accepting of invite in Space header (#6513) 2023-08-16 10:36:48 +02:00
Marc Farré
e7c6178178
Remove PHP 7.3 version check in config (#6514) 2023-08-15 15:12:21 +00:00
Marc Farré
31f2cd4b52
Fix online status position on people page (#6510)
* Fix #6509: Fix online status position on people page

* Fix #6510: Fix online status position on people page
2023-08-14 19:40:29 +00:00