HumHub Translations
a099493916
Enh: Updated Translations (translate.humhub.org)
2022-04-20 15:20:01 +02:00
HumHub Translations
3f07bddcf0
Enh: Updated Translations (translate.humhub.org)
2022-04-20 15:19:05 +02:00
Yuriy Bakhtin
36aadac703
Set minimum PHP versions in config ( #5648 )
...
* Set minimum PHP versions in config
* Fix console application for new config vars
* Update min supported PHP version
* Update CHANGELOG_DEV.md (#5648 )
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-04-20 13:26:10 +02:00
Lucas Bartholemy
03373cb9ca
Merge branch 'master' into develop
2022-04-19 19:00:21 +02:00
Lucas Bartholemy
7ba07d306c
Prepare 1.10.4 release
v1.10.4
2022-04-19 18:15:34 +02:00
Lucas Bartholemy
880dda7752
Update CHANGELOG.md
2022-04-19 18:12:59 +02:00
Yuriy Bakhtin
eb83de20aa
Fix must change password ( #5638 )
...
* Fix must change password
* Update CHANGELOG.md (#5638 )
* Improve access validation
* Update CHANGELOG.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-04-19 17:57:30 +02:00
Yuriy Bakhtin
abe0f3cd35
Fix console command space/assign-all-members ( #5646 )
2022-04-19 17:47:46 +02:00
Lucas Bartholemy
9df076d495
Update CHANGELOG_DEV.md
2022-04-19 14:24:10 +02:00
Yuriy Bakhtin
0166ac755d
Allow update setting "include beta updates" on modules page ( #5643 )
...
* Allow update setting "include beta updates" on modules page
* Minor improvements
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-04-19 14:19:04 +02:00
Lucas Bartholemy
8ab953a91e
Update CHANGELOG_DEV.md
2022-04-19 11:20:10 +02:00
Lucas Bartholemy
1c5ec43178
Increased min. PHP Version Check to 7.4
2022-04-19 11:15:34 +02:00
Lucas Bartholemy
336d58001b
Fix #5634 : Fix tests NonceCest
2022-04-15 21:11:52 +02:00
Yuriy Bakhtin
093d356745
Fix enabling module on functional tests ( #5641 )
2022-04-15 18:57:57 +02:00
Lucas Bartholemy
d2b06a3b6c
Increase PE Tolerance Time Buffer
2022-04-14 17:06:01 +02:00
Lucas Bartholemy
dd3ebfaa03
Updated Composer
v1.11.0-beta.3
2022-04-13 21:57:05 +02:00
Lucas Bartholemy
e6bbd604e2
Prepare Beta 3 Release
2022-04-13 21:56:02 +02:00
HumHub Translations
81a1a7be17
Enh: Updated Translations (translate.humhub.org)
2022-04-13 21:23:40 +02:00
HumHub Translations
91dcbef363
Merge branch 'develop' of github.com:humhub/humhub into develop
2022-04-13 21:23:20 +02:00
HumHub Translations
a8186bfc8f
Enh: Updated Translations (translate.humhub.org)
2022-04-13 21:23:11 +02:00
Yuriy Bakhtin
57883c56b8
Fix cached comments ( #5635 )
...
* Fix cached comments
* Update CHANGELOG_DEV.md (#5635 )
2022-04-13 11:37:23 +02:00
Yuriy Bakhtin
e7dc5f8c1e
Fix tests NonceCest ( #5634 )
2022-04-12 18:50:05 +02:00
Yuriy Bakhtin
3b570a6b80
Fix enabling module on functional tests ( #5631 )
...
* Fix enabling module on functional tests
* Update CHANGELOG_DEV.md (#5631 )
2022-04-11 23:25:12 +02:00
Yuriy Bakhtin
2b94f115dc
Fix warning on render ajax content on register file after View::endPa… ( #5605 )
...
* Fix warning on render ajax content on register file after View::endPage()
* Update CHANGELOG_DEV.md
* Fix tests
* Fix warning on render ajax content on register file after View::endPage()
* Improve code of rendering ajax content
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-04-05 10:40:25 +02:00
Lucas Bartholemy
fccd93c1dd
Refactor PeopleActionButtons
2022-04-01 16:58:41 +02:00
Lucas Bartholemy
f5b4301383
Footer View Optimization ( #5621 )
...
* Optimized Footer Views
* Update CHANGELOG_DEV.md
2022-03-30 18:56:42 +02:00
Yuriy Bakhtin
9f7574c883
Don't display oembed confirmation in text field ( #5620 )
2022-03-30 17:10:29 +02:00
Yuriy Bakhtin
cf0bdc9666
Fix missed data on RichText post process event ( #5618 )
2022-03-30 14:45:43 +02:00
Lucas Bartholemy
1ac9efd09d
Merge branch 'develop' of github.com:humhub/humhub into develop
2022-03-30 13:10:28 +02:00
Lucas Bartholemy
13eb8559ab
Merge branch 'master' into develop
2022-03-30 12:59:52 +02:00
dependabot[bot]
2ccf6f0e61
Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1 ( #5617 )
...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7 ) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/guzzle/psr7/releases )
- [Changelog](https://github.com/guzzle/psr7/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/psr7/compare/2.1.0...2.2.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 12:58:23 +02:00
Yuriy Bakhtin
d0a35246f3
Fix RichText post process event pass data ( #5615 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-29 18:46:02 +02:00
Yuriy Bakhtin
33f263a830
Show menu item "Add Licence Key" for purchased modules ( #5613 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-29 18:44:12 +02:00
Marc Farré
3115460d93
Update CHANGELOG_DEV.md ( #5614 )
...
Sorry, I had added the `Enh #5599` in the wrong beta version.
2022-03-29 11:45:22 +02:00
Marc Farré
ff5ff85ec9
Introduce variables in ContentContainerActiveRecord model to call ProfileImage and ProfileBannerImage ( #5611 )
2022-03-28 11:03:39 +02:00
Yuriy Bakhtin
7fc6b35997
Remove duplicated field "Hostname" on install ( #5609 )
2022-03-25 19:41:30 +01:00
Lucas Bartholemy
4e8e847bc3
Fix syntax error in installer
2022-03-18 21:36:32 +01:00
Lucas Bartholemy
b0ffc39658
Merge branch 'develop' of github.com:humhub/humhub into develop
2022-03-18 21:31:27 +01:00
Lucas Bartholemy
61fc418b12
Update CHANGELOG_DEV.md
2022-03-18 17:00:14 +01:00
Lucas Bartholemy
c013acf91b
Merge branch 'develop' of github.com:humhub/humhub into develop
2022-03-18 16:44:18 +01:00
Lucas Bartholemy
6b8dc9817f
Update CHANGELOG_DEV.md
v1.11.0-beta.2
2022-03-18 16:41:07 +01:00
Lucas Bartholemy
fb759e2f4b
Update common.php
2022-03-18 16:40:44 +01:00
Lucas Bartholemy
8c99f46b4c
Merge branch 'master' into develop
2022-03-18 16:20:28 +01:00
Yuriy Bakhtin
430576372d
Backup RichText in sessionStorage ( #5601 )
...
* Backup RichText in sessionStorage
* Update CHANGELOG.md
2022-03-18 16:20:17 +01:00
Lucas Bartholemy
37d248d16c
Updated composer
2022-03-18 15:35:15 +01:00
Lucas Bartholemy
5b98fa7f10
PHP 8.1 ( #5595 )
...
* Update php-test.yml
* Update composer
* Updated Composer.json
* Update php-test.yml
2022-03-18 15:25:22 +01:00
Yuriy Bakhtin
0276aaf344
Add content topics to search ( #5600 )
...
* Add content topics to search
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-18 15:19:24 +01:00
Lucas Bartholemy
85ba6d3d75
Prepare 1.11.0 beta1
2022-03-18 13:51:07 +01:00
Lucas Bartholemy
0113d14281
Update Composer PHPUnit
2022-03-18 13:40:55 +01:00
HumHub Translations
42d411d448
Enh: Updated Translations (translate.humhub.org)
2022-03-18 13:36:42 +01:00