Yuriy Bakhtin
46c509495c
Exclude database views on self checking ( #6586 )
2023-09-22 14:53:51 +00:00
Yuriy Bakhtin
305d81ca35
Refresh modules available updates counter after updating of modules ( #6584 )
2023-09-21 13:23:48 +00: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
Yuriy Bakhtin
f29a1e4cdf
Fix default oembed styles for twitter posts ( #6581 )
2023-09-20 16:37:03 +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
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
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
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
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
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
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
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
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
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
86c83556e5
Implement option "disabled" for picker fields ( #6498 )
2023-08-11 10:34:19 +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
Lucas Bartholemy
3452cfb138
Update CHANGELOG-DEV.md
2023-08-01 12:14:56 +02:00
Lucas Bartholemy
97af87fed0
Update CHANGELOG-DEV.md
2023-08-01 12:11:13 +02:00
Lucas Bartholemy
10aef58f0f
Update CHANGELOG-DEV.md
2023-08-01 12:09:22 +02:00
Lucas Bartholemy
59dd0c8c21
Update CHANGELOG-DEV.md
2023-08-01 12:02:27 +02:00
Lucas Bartholemy
c0496bb43c
Update CHANGELOG-DEV.md
2023-07-31 14:42:45 +02:00
Marc Farré
1cc8a9413e
Enh #6458 : Redirect to the latest-visited page after login or registr… ( #6459 )
...
* Enh #6458 : Redirect to the latest-visited page after login or registration
* Only for ajax
* Store Return URL
---------
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-07-26 08:43:15 +00:00
Martin Rüegg
640a6693d2
Support serving /manifest.json, /sw.js, & /offline.pwa.html ( #6461 )
2023-07-25 16:13:12 +00:00
Martin Rüegg
9dba5ef34d
Enh: Test server output ( #6460 )
...
* Output requested file and http response code on debug server's console output
* Color output, README
2023-07-25 15:26:57 +00:00
Marc Farré
37fce5eb95
Chg #6174 : Users allowed to manage settings can access to module conf… ( #6449 )
...
* Chg #6174 : Users allowed to manage settings can access to module configurations
* Chg #6174 : Users allowed to manage settings can access to module configurations
* Added info message
* Added change to migrate doc
* Update list.php
* Fixed permission tests
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-07-25 10:13:04 +00:00
Marc Farré
19de1f75a1
Enh #6454 : Account deletion confirmation ( #6455 )
2023-07-24 13:34:12 +00:00
Yuriy Bakhtin
63a46804f8
Sort user groups by group.sort_order
and alphabetically ( #6448 )
2023-07-20 09:26:17 +00:00
Yuriy Bakhtin
0dae15c975
Add collapsible filter state in URL ( #6445 )
2023-07-19 15:50:29 +00:00
Yuriy Bakhtin
45dea99204
Remove permission verifying from archive methods ( #6437 )
2023-07-17 13:15:47 +00:00
Yuriy Bakhtin
8eae11ae62
Fix marketplace view ( #6429 )
...
* Fix marketplace view
* Fix module view after add licence key
2023-07-14 16:03:35 +00:00
Gevorg Mansuryan
5a2791324e
Translation for custom profile field is served from wrong file ( #6428 )
...
* Translation for custom profile field is served from wrong file
* Translation for custom profile field is served from wrong file
2023-07-14 13:58:46 +00:00
Felix Hahn
5197e623fa
Link notification for pending space approval to manage page ( #6420 )
...
* Fix link of pending approval notification
* Update ApprovalRequest.php
* Update CHANGELOG-DEV.md
* Update RequestMembershipCest.php
* Update RequestMembershipCest.php
* Update RequestMembershipCest.php
2023-07-12 09:21:35 +00:00
Yuriy Bakhtin
e1400ad7e6
Fix default dropdown select2 options ( #6425 )
2023-07-12 09:19:26 +00:00
Yuriy Bakhtin
d2d54e39c1
Fix width of select2 dropdown inputs ( #6424 )
2023-07-11 14:01:07 +00:00
Martin Rüegg
fdf04d2b2c
Fix log.fata in frontend logging ( #6423 )
2023-07-10 15:24:23 +00:00
Yuriy Bakhtin
245322e5a6
Fix caching keys on space directory ( #6421 )
2023-07-10 11:47:45 +00:00
Yuriy Bakhtin
f29f6a0fc9
Fix login from modal window ( #6418 )
2023-07-07 13:49:36 +00:00
yuriimaz
6b5462897e
Fix #79 : Fix Headline HelpText Style ( #6417 )
...
Minor fix for the ProseMirror-menubar
2023-07-06 20:50:42 +00:00
Yuriy Bakhtin
63264d79ce
Fix absolute base URL in console commands ( #6414 )
2023-07-04 09:43:35 +00:00
Marc Farré
1504a09bce
Enh #6405 : Uploading a file larger than PHP's limits does not tell th… ( #6406 )
...
* Enh #6405 : Uploading a file larger than PHP's limits does not tell the user about the file weight issue
* Update CoreJsConfig.php
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-07-04 09:31:58 +00:00