1
0
mirror of https://github.com/humhub/humhub.git synced 2025-02-16 22:04:57 +01:00

9388 Commits

Author SHA1 Message Date
Martin Rüegg
04d7bd6345
Optimize file store access 2023-09-23 14:01:25 +02:00
Martin Rüegg
f96095aa6e
fixup! Code cleanup 2023-09-23 13:39:58 +02:00
Martin Rüegg
8c781807c5
fixup! Code cleanup 2023-09-23 13:28:15 +02:00
Martin Rüegg
5826f9390c
fixup! Code cleanup 2023-09-23 13:10:11 +02:00
Martin Rüegg
89d7e4e4ab
fixup! Code cleanup 2023-09-23 13:01:06 +02:00
Martin Rüegg
ba04fda491
Code cleanup 2023-09-23 12:59:15 +02:00
Yuriy Bakhtin
46c509495c
Exclude database views on self checking () 2023-09-22 14:53:51 +00:00
Yuriy Bakhtin
305d81ca35
Refresh modules available updates counter after updating of modules () 2023-09-21 13:23:48 +00:00
Lucas Bartholemy
03cddb2ee3
Enh/runtime cache test ()
* 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 () 2023-09-20 16:37:03 +00:00
Yuriy Bakhtin
137b8fb6f9
Hint for setting "HTML tracking code" () 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 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 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" ()
This reverts commit 1d69a57f89e7df04b8ba1bf28be8aa7fa6405658.
2023-09-19 14:29:22 +00:00
Lucas Bartholemy
5d651e38e6
Merge pull request 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 : Posts count in space should be only for published content () 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 () 2023-09-17 14:32:31 +00:00
Lucas Bartholemy
47bed91f08
Merge pull request 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 () 2023-09-14 08:23:22 +00:00
Yuriy Bakhtin
ae29e3fa22
Fix merge conflict f18c72dad3 () 2023-09-12 18:42:59 +00:00
Martin Rüegg
9f61c40b3d
Fix: Migration's transaction with invalid savepoint ()
* 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 ()
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 () 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 ()
* 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 ()
* 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 : Registration not possible with SSO and email invites if "New users can register" is disabled () 2023-09-12 08:01:05 +00:00
Yuriy Bakhtin
db3bf270d9
Fix error on login new user from external service when maintenance is enabled () 2023-09-08 17:18:19 +02:00
Yuriy Bakhtin
f18c72dad3
Fix overriding of loaded value with default value on HForm ()
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 () 2023-09-07 16:11:40 +02:00
Yuriy Bakhtin
d5d8cc2121
Sort profile fields on People directory filters ()
* 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 ()
* 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 () 2023-08-24 15:12:48 +02:00
Martin Rüegg
048fb18e8b
Add boolean return-type to *safe* methods () 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" () 2023-08-18 09:02:28 +00:00
Martin Rüegg
371cde8e62
fixup! Enh: Add Application interface and make sure the onInit even… ()
* fixup! Enh: Add Application interface and make sure the `onInit` event is fired in the web application too ()

* 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 ()
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