9453 Commits

Author SHA1 Message Date
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
Lucas Bartholemy
0c8c07ae38 Merge branch 'metaworx-enh/allow-event-data-from-config' into develop 2023-08-14 11:46:34 +02:00
Lucas Bartholemy
9404989d89 Merge branch 'enh/allow-event-data-from-config' of github.com:metaworx/humhub into metaworx-enh/allow-event-data-from-config 2023-08-14 11:46:21 +02:00
Martin Rüegg
45e9b3a442
Enh: Add Application interface and make sure the onInit event is fired in the web application too (#6505) 2023-08-14 09:27:11 +00:00
Martin Rüegg
d823eeca20
Enh: Allow event data to be provided from configuration 2023-08-13 23:10:51 +02:00
Martin Rüegg
79b7ffb9a9
Fix: Link notification for pending space approval to manage page (#6502)
fix #6420
2023-08-11 23:33:17 +00:00
Yuriy Bakhtin
d9e88fa3c9
Never delete original file on store new version (#6489)
* Never delete original file on store new version

* Never delete original file before store new version
2023-08-11 12:57:11 +02:00
Yuriy Bakhtin
86c83556e5
Implement option "disabled" for picker fields (#6498) 2023-08-11 10:34:19 +00:00
Yuriy Bakhtin
02a436d159
Fix submit form in modal window (#6501) 2023-08-11 09:58:56 +00:00
Marc Farré
36791347cd
Enh #68: Online Indicator Position (#6493)
* Enh #68: Online Indicator Position

* Enh #68: Online Indicator Position

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-10 21:51:04 +00:00
Yuriy Bakhtin
64a5099897
Fix module form "Set as default" (#6494)
* Fix module form "Set as default"

* Display status bar after save module form "Set as default"

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-10 21:36:01 +00:00
Martin Rüegg
ab62567391
Fix regression with Membership cache (#6457)
* Delete Membership cache

* Move membership cache to `Membership` class

* Use cached Membership::findMembership() rather than Membership::findOne()

* Update README

* Attempt to fix failing LegitimationTest by also deleting Legitimation cache.

* Removing "local" cache, only using runtimeCache for Memberships
2023-08-10 21:18:08 +00:00
Yuriy Bakhtin
7af8479982
Fix module disabling in queue (#6476)
* Fix module disabling in queue

* Update CHANGELOG-DEV.md

* Update ModuleController.php

* Fix module activate flag when it is queued for disabling

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-03 16:55:57 +00:00
Yuriy Bakhtin
b1c47c7c7a
Implement conditions for fixed-settings in config (#6475)
* Implement conditions for `fixed-settings` in config

* Implement callable function for `fixed-settings` in config

* Tests for fixed settings from config
2023-08-03 16:04:37 +00:00
yuriimaz
cb52feb331
Fix #112: Reorder Table Rows (#6473) 2023-08-01 14:42:46 +00:00
HumHub Translations
1a8a92785b Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:21:37 +00:00
HumHub Translations
e060e7cfcf Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:20:23 +00:00
Yuriy Bakhtin
6476561faf
Wording "Default Homepage" (#6471)
* Wording "Default Homepage"

* Changed messages

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-08-01 12:17:04 +02:00
Lucas Bartholemy
3452cfb138
Update CHANGELOG-DEV.md 2023-08-01 12:14:56 +02:00
Yuriy Bakhtin
be41349900
Info text for Marketplace page (#6469) 2023-08-01 10:14:17 +00:00
Lucas Bartholemy
97af87fed0
Update CHANGELOG-DEV.md 2023-08-01 12:11:13 +02:00
Yuriy Bakhtin
71996bcddc
Fix marketplace link when no URL rewriting (#6470) 2023-08-01 10:10:11 +00:00
Lucas Bartholemy
10aef58f0f
Update CHANGELOG-DEV.md 2023-08-01 12:09:22 +02:00
HumHub Translations
f06c283a24 Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:04:18 +00:00
Lucas Bartholemy
59dd0c8c21
Update CHANGELOG-DEV.md 2023-08-01 12:02:27 +02:00
Yuriy Bakhtin
8c53e62424
Fix initialization of account profile field type "Markdown" (#6472) 2023-08-01 10:01:50 +00:00
HumHub Translations
7709bb1a55 Merge branch 'develop' of github.com:humhub/humhub into develop v1.15.0-beta.1 2023-07-31 12:46:48 +00:00
HumHub Translations
74f8d538ec Enh: Updated Translations (translate.humhub.org) 2023-07-31 12:46:42 +00:00
Lucas Bartholemy
0c11a34c30
Update common.php 2023-07-31 14:43:09 +02:00
Lucas Bartholemy
c0496bb43c
Update CHANGELOG-DEV.md 2023-07-31 14:42:45 +02:00
Paul
47643f48f4
Cleaned old comments and refactored lang names (#6467)
* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* lang codes sorted: a->z

* Names of languages with Capital letter

* Update Reloadable.php

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-07-31 08:32:43 +00:00
Lucas Bartholemy
b09733154c Updated depdencies 2023-07-30 21:24:41 +02:00