HumHub Translations
|
c516f1cba8
|
Enh: Updated Translations (translate.humhub.org)
|
2023-10-05 08:29:58 +00:00 |
|
Martin Rüegg
|
06d5114cde
|
Enh: file fields: metadata (#6594)
* Add `File.metadata`
* Mark experimental
* fixup! Add `File.metadata`
* Use `isModified()` rather than `count` to evaluate `null` before saving.
|
2023-10-05 08:26:30 +00:00 |
|
Marc Farré
|
3d107cb4de
|
Update BaseConverter.php (#6608)
Char case fix for getFileName method
|
2023-10-04 13:17:26 +00:00 |
|
Martin Rüegg
|
8f73bd345c
|
Fix #6547 Invalid class name validated as valid and improve validation (#6548)
|
2023-10-02 12:03:27 +00:00 |
|
Martin Rüegg
|
bfb946477c
|
fixup! Enh Testing: Backport #6553 (#6588) (#6604)
|
2023-09-27 12:01:28 +00:00 |
|
Martin Rüegg
|
39fcc5e12a
|
Add ImageHelperTest.php (#6602)
|
2023-09-27 09:59:57 +00:00 |
|
Lucas Bartholemy
|
1d89e517c0
|
Merge branch 'master' into develop
|
2023-09-27 09:41:15 +02:00 |
|
Martin Rüegg
|
93d0fd127b
|
Enh Testing: Backport #6553 (#6588)
* Fix humhub test case would fail on skipped tests (#6516)
* Fix skipped test handling
* Fix error while sending mails from the queue
```
- ReadableContentQueryTest: Global content guest non guest mode Destroying application
Starting application
[ConnectionWatcher] watching new connections
[Fixtures] Loading fixtures
[ConnectionWatcher] watching new connections
[ConnectionWatcher] no longer watching new connections
[ConnectionWatcher] closing all (0) connections
[Fixtures] Done
[yii\web\Session::open] 'Session started'
[queue] 'Could not execute queued job! Message: Argument 2 passed to Symfony\\Component\\Mime\\Address::__construct() must be of the type string, null given, called in /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php on line 368 Trace:#0 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php(368): Symfony\\Component\\Mime\\Address->__construct()
#1 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php(51): yii\\symfonymailer\\Message->convertStringsToAddresses()
#2 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/targets/MailTarget.php(71): yii\\symfonymailer\\Message->setFrom()
#3 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/targets/BaseTarget.php(161): humhub\\modules\\notification\\targets\\MailTarget->handle()
#4 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/components/NotificationManager.php(101): humhub\\modules\\notification\\targets\\BaseTarget->send()
#5 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/jobs/SendBulkNotification.php(38): humhub\\modules\\notification\\components\\NotificationManager->sendBulk()
#6 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/queue/ActiveJob.php(33): humhub\\modules\\notification\\jobs\\SendBulkNotification->run()
#7 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-queue/src/Queue.php(246): humhub\\modules\\queue\\ActiveJob->execute()
#8 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/queue/driver/Instant.php(31): yii\\queue\\Queue->handleMessage()
#9 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-queue/src/Queue.php(196): humhub\\modules\\queue\\driver\\Instant->pushMessage()
#10 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/components/BaseNotification.php(210): yii\\queue\\Queue->push()
#11 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(370): humhub\\modules\\notification\\components\\BaseNotification->sendBulk()
#12 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(321): humhub\\modules\\content\\models\\Content->notifyContentCreated()
#13 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(268): humhub\\modules\\content\\models\\Content->processNewContent()
#14 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(615): humhub\\modules\\content\\models\\Content->afterSave()
#15 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(570): yii\\db\\ActiveRecord->insertInternal()
#16 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/BaseActiveRecord.php(676): yii\\db\\ActiveRecord->insert()
#17 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/components/ContentActiveRecord.php(476): yii\\db\\BaseActiveRecord->save()
#18 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/post/models/Post.php(97): humhub\\modules\\content\\components\\ContentActiveRecord->afterSave()
#19 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(615): humhub\\modules\\post\\models\\Post->afterSave()
#20 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(570): yii\\db\\ActiveRecord->insertInternal()
#21 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/BaseActiveRecord.php(676): yii\\db\\ActiveRecord->insert()
#22 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/tests/codeception/unit/ReadableContentQueryTest.php(70): yii\\db\\BaseActiveRecord->save()
#23 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Test/Unit.php(57): tests\\codeception\\unit\\modules\\content\\ReadableContentQueryTest->_before()
#24 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/phpunit-wrapper/src/TestCase.php(12): Codeception\\Test\\Unit->_setUp()
#25 /home/mdr/projects/humhub/htdocs/protected/humhub/tests/codeception/_support/HumHubDbTestCase.php(60): Codeception\\PHPUnit\\TestCase->setUp()
#26 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestCase.php(1207): tests\\codeception\\_support\\HumHubDbTestCase->setUp()
#27 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestResult.php(728): PHPUnit\\Framework\\TestCase->runBare()
#28 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestCase.php(964): PHPUnit\\Framework\\TestResult->run()
#29 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestSuite.php(684): PHPUnit\\Framework\\TestCase->run()
#30 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/phpunit-wrapper/src/Runner.php(117): PHPUnit\\Framework\\TestSuite->run()
#31 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/SuiteManager.php(161): Codeception\\PHPUnit\\Runner->doEnhancedRun()
#32 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Codecept.php(208): Codeception\\SuiteManager->run()
#33 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Codecept.php(162): Codeception\\Codecept->runSuite()
#34 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Command/Run.php(401): Codeception\\Codecept->run()
#35 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Command/Command.php(298): Codeception\\Command\\Run->execute()
#36 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(1040): Symfony\\Component\\Console\\Command\\Command->run()
#37 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand()
#38 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun()
#39 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Application.php(117): Symfony\\Component\\Console\\Application->run()
#40 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/app.php(46): Codeception\\Application->run()
#41 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/app.php(47): {closure}()
#42 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/codecept(6): require(\'/home/mdr/proje...\')
#43 /home/mdr/projects/humhub/htdocs/protected/vendor/bin/codecept(112): include(\'/home/mdr/proje...\')
#44 {main}'
[queue] 'Could not execute queued job! Message: Argument 2 passed to Symfony\\Component\\Mime\\Address::__construct() must be of the type string, null given, called in /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php on line 368 Trace:#0 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php(368): Symfony\\Component\\Mime\\Address->__construct()
#1 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-symfonymailer/src/Message.php(51): yii\\symfonymailer\\Message->convertStringsToAddresses()
#2 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/targets/MailTarget.php(71): yii\\symfonymailer\\Message->setFrom()
#3 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/targets/BaseTarget.php(161): humhub\\modules\\notification\\targets\\MailTarget->handle()
#4 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/components/NotificationManager.php(101): humhub\\modules\\notification\\targets\\BaseTarget->send()
#5 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/jobs/SendBulkNotification.php(38): humhub\\modules\\notification\\components\\NotificationManager->sendBulk()
#6 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/queue/ActiveJob.php(33): humhub\\modules\\notification\\jobs\\SendBulkNotification->run()
#7 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-queue/src/Queue.php(246): humhub\\modules\\queue\\ActiveJob->execute()
#8 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/queue/driver/Instant.php(31): yii\\queue\\Queue->handleMessage()
#9 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2-queue/src/Queue.php(196): humhub\\modules\\queue\\driver\\Instant->pushMessage()
#10 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/notification/components/BaseNotification.php(210): yii\\queue\\Queue->push()
#11 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(370): humhub\\modules\\notification\\components\\BaseNotification->sendBulk()
#12 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(321): humhub\\modules\\content\\models\\Content->notifyContentCreated()
#13 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/models/Content.php(268): humhub\\modules\\content\\models\\Content->processNewContent()
#14 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(615): humhub\\modules\\content\\models\\Content->afterSave()
#15 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(570): yii\\db\\ActiveRecord->insertInternal()
#16 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/BaseActiveRecord.php(676): yii\\db\\ActiveRecord->insert()
#17 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/components/ContentActiveRecord.php(476): yii\\db\\BaseActiveRecord->save()
#18 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/post/models/Post.php(97): humhub\\modules\\content\\components\\ContentActiveRecord->afterSave()
#19 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(615): humhub\\modules\\post\\models\\Post->afterSave()
#20 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/ActiveRecord.php(570): yii\\db\\ActiveRecord->insertInternal()
#21 /home/mdr/projects/humhub/htdocs/protected/vendor/yiisoft/yii2/db/BaseActiveRecord.php(676): yii\\db\\ActiveRecord->insert()
#22 /home/mdr/projects/humhub/htdocs/protected/humhub/modules/content/tests/codeception/unit/ReadableContentQueryTest.php(76): yii\\db\\BaseActiveRecord->save()
#23 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Test/Unit.php(57): tests\\codeception\\unit\\modules\\content\\ReadableContentQueryTest->_before()
#24 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/phpunit-wrapper/src/TestCase.php(12): Codeception\\Test\\Unit->_setUp()
#25 /home/mdr/projects/humhub/htdocs/protected/humhub/tests/codeception/_support/HumHubDbTestCase.php(60): Codeception\\PHPUnit\\TestCase->setUp()
#26 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestCase.php(1207): tests\\codeception\\_support\\HumHubDbTestCase->setUp()
#27 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestResult.php(728): PHPUnit\\Framework\\TestCase->runBare()
#28 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestCase.php(964): PHPUnit\\Framework\\TestResult->run()
#29 /home/mdr/projects/humhub/htdocs/protected/vendor/phpunit/phpunit/src/Framework/TestSuite.php(684): PHPUnit\\Framework\\TestCase->run()
#30 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/phpunit-wrapper/src/Runner.php(117): PHPUnit\\Framework\\TestSuite->run()
#31 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/SuiteManager.php(161): Codeception\\PHPUnit\\Runner->doEnhancedRun()
#32 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Codecept.php(208): Codeception\\SuiteManager->run()
#33 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Codecept.php(162): Codeception\\Codecept->runSuite()
#34 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Command/Run.php(401): Codeception\\Codecept->run()
#35 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Command/Command.php(298): Codeception\\Command\\Run->execute()
#36 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(1040): Symfony\\Component\\Console\\Command\\Command->run()
#37 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand()
#38 /home/mdr/projects/humhub/htdocs/protected/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun()
#39 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/src/Codeception/Application.php(117): Symfony\\Component\\Console\\Application->run()
#40 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/app.php(46): Codeception\\Application->run()
#41 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/app.php(47): {closure}()
#42 /home/mdr/projects/humhub/htdocs/protected/vendor/codeception/codeception/codecept(6): require(\'/home/mdr/proje...\')
#43 /home/mdr/projects/humhub/htdocs/protected/vendor/bin/codecept(112): include(\'/home/mdr/proje...\')
#44 {main}'
[tests\codeception\_support\HumHubDbTestCase::setUp] Initializing Modules
[tests\codeception\_support\HumHubDbTestCase::setUp] Reloading settings
[tests\codeception\_support\HumHubDbTestCase::setUp] Flushing cache
[tests\codeception\_support\HumHubDbTestCase::setUp] Deleting mails
[yii\mail\BaseMailer::send] 'Sending email "Sara Tester just wrote post "Public Space Public Post" in space Space 3" to "user1@example.com"'
[yii\mail\BaseMailer::send] 'Sending email "Sara Tester just wrote post "Public Space Private Post" in space Space 3" to "user1@example.com"'
[yii\web\User::logout] 'User \'2\' logged out from .'
✔ ReadableContentQueryTest: Global content guest non guest mode (3.06s)
^
```
rather than
```
- ReadableContentQueryTest: Global content guest non guest mode Destroying application
Starting application
[ConnectionWatcher] watching new connections
[Fixtures] Loading fixtures
[ConnectionWatcher] watching new connections
[ConnectionWatcher] no longer watching new connections
[ConnectionWatcher] closing all (0) connections
[Fixtures] Done
[tests\codeception\_support\HumHubDbTestCase::setUp] Initializing Modules
[tests\codeception\_support\HumHubDbTestCase::setUp] Reloading settings
[tests\codeception\_support\HumHubDbTestCase::setUp] Flushing cache
[tests\codeception\_support\HumHubDbTestCase::setUp] Deleting mails
[yii\web\Session::open] 'Session started'
[yii\mail\BaseMailer::send] 'Sending email "Sara Tester just wrote post "Public Space Public Post" in space Space 3" to "user1@example.com"'
[yii\mail\BaseMailer::send] 'Sending email "Sara Tester just wrote post "Public Space Private Post" in space Space 3" to "user1@example.com"'
[yii\web\User::logout] 'User \'2\' logged out from .'
✔ ReadableContentQueryTest: Global content guest non guest mode (1.51s)
Destroying application
[ConnectionWatcher] no longer watching new connections
[ConnectionWatcher] closing all (0) connections
-
```
* Support log assertions (#6553)
* Make methods static where possible, so they can be used in class setup and teardown
* Revert extracting DB helper functions to DbHelper.php
* fixup! Enh UUID validator
* fixup! Revert extracting DB helper functions to DbHelper.php
|
2023-09-27 07:40:24 +00:00 |
|
Martin Rüegg
|
2a9968b84b
|
Enh: file fields: sort_order (#6593)
* Add `File.sort_order`
* Apply requested changes
|
2023-09-26 09:16:23 +00:00 |
|
Yuriy Bakhtin
|
a3568272ea
|
Fix mimetype of converted preview svg file to png after uploading (#6599)
|
2023-09-25 17:15:51 +02:00 |
|
Lucas Bartholemy
|
6f5c1485cf
|
Merge branch 'master' into develop
|
2023-09-25 16:07:21 +02:00 |
|
Yuriy Bakhtin
|
e092f84805
|
Fix duplicate error and hint for RichText editor with defined form (#6598)
|
2023-09-25 16:06:42 +02:00 |
|
Lucas Bartholemy
|
f950493d1c
|
Merge branch 'metaworx-enh/improve-uuid-validator' into develop
|
2023-09-25 00:07:34 +02:00 |
|
Lucas Bartholemy
|
3806577b34
|
Merge branch 'enh/improve-uuid-validator' of github.com:metaworx/humhub into metaworx-enh/improve-uuid-validator
|
2023-09-25 00:07:22 +02:00 |
|
Lucas Bartholemy
|
4147a3b5fa
|
Merge branch 'metaworx-enh/file-preliminary-fields-category' into develop
|
2023-09-24 23:45:42 +02:00 |
|
Lucas Bartholemy
|
45d5ce111c
|
Merge branch 'enh/file-preliminary-fields-category' of github.com:metaworx/humhub into metaworx-enh/file-preliminary-fields-category
|
2023-09-24 23:45:32 +02:00 |
|
Lucas Bartholemy
|
95eb065547
|
Merge branch 'metaworx-enh/file-preliminary-fields-state' into develop
|
2023-09-24 22:57:22 +02:00 |
|
Lucas Bartholemy
|
1e806dba4c
|
Merge branch 'enh/file-preliminary-fields-state' of github.com:metaworx/humhub into metaworx-enh/file-preliminary-fields-state
|
2023-09-24 22:57:11 +02:00 |
|
Martin Rüegg
|
aaa81ec32e
|
Enh: file fields: code cleanup and optimization (#6590)
* Code cleanup
* fixup! Code cleanup
* fixup! Code cleanup
* fixup! Code cleanup
* fixup! Code cleanup
* Optimize file store access
* fixup! Optimize file store access
* fixup! Optimize file store access
* Disable transaction
|
2023-09-24 17:53:55 +02:00 |
|
Martin Rüegg
|
33f13be46b
|
Apply requested changes
|
2023-09-23 22:08:32 +02:00 |
|
Martin Rüegg
|
cf9b7f979d
|
Add File.state
|
2023-09-23 22:02:19 +02:00 |
|
Martin Rüegg
|
53e163781b
|
Apply requested changes
|
2023-09-23 21:52:16 +02:00 |
|
Martin Rüegg
|
d902e0411d
|
Revert "Add category for OnlyOffice documents"
This reverts commit fc5f323429ef9b6d9f26fca8cb365f776c2dfc7f.
|
2023-09-23 21:44:56 +02:00 |
|
Martin Rüegg
|
fc5f323429
|
Add category for OnlyOffice documents
|
2023-09-23 21:44:07 +02:00 |
|
Martin Rüegg
|
1f709ea194
|
Add File.category
|
2023-09-23 21:44:07 +02:00 |
|
Martin Rüegg
|
3480969ae6
|
Disable transaction
|
2023-09-23 21:42:27 +02:00 |
|
Martin Rüegg
|
88f6ef7f9a
|
fixup! Optimize file store access
|
2023-09-23 14:37:26 +02:00 |
|
Martin Rüegg
|
84c0a0ee41
|
fixup! Optimize file store access
|
2023-09-23 14:14:27 +02:00 |
|
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 (#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 |
|
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 |
|