8772 Commits

Author SHA1 Message Date
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
s-tyshchenko
cb907c6e02
Autocomplete Input Widget (#5548)
* Autocomplete Input Widget

- added text autocomplete as profile field type
- autocomplete when searching for people

* Fix

* Update BasePicker.php

* Removed Autocomplete

* Update DirectoryFilters.php

* Removed AutocompleteInputWidget

* Fix

* Fix

* Update CHANGELOG_DEV.md

* Check Profile Field

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-03-18 13:33:24 +01:00
Yuriy Bakhtin
d4d43502f3
Fix tests for php 7.3 (#5597) 2022-03-17 18:40:57 +01:00
Yuriy Bakhtin
0bd5ccb9e6
Add content id in the file table (#5583)
* Add content id in the file table

* Set file content id on attach to a Comment

* Update file content id for comment records on migration

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-16 00:17:19 +01:00
Lucas Bartholemy
c9598d72a4 Updated composer.lock 2022-03-15 23:57:22 +01:00
HumHub Translations
f7b396d300 Enh: Updated Translations (translate.humhub.org) 2022-03-15 23:29:08 +01:00
HumHub Translations
64fd6ca513 Enh: Updated Translations (translate.humhub.org) 2022-03-15 23:28:16 +01:00
Lucas Bartholemy
d4e6219469 Fixed invite test 2022-03-15 21:08:47 +01:00
Lucas Bartholemy
24ead59f78 Fix file afterSave loop 2022-03-15 20:42:53 +01:00
Yuriy Bakhtin
bb417dac03
Support PHP 8.1 (#5561)
* Support PHP 8.1

* Update php-test.yml

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-15 20:20:00 +01:00
s-tyshchenko
b95f7b480e
In a button, data-action-cancel-text doesn't work (#5586)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-15 20:17:44 +01:00
Marc Farré
d1722b2582
Enh #5432: Possibility to add buttons in the People page with a module (#5590)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-14 15:06:59 +01:00
Yuriy Bakhtin
f3c5dd22c6
Don't force password change on user simulating (#5592)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-13 12:44:37 +01:00
Yuriy Bakhtin
673da3b941
Fix people/space cards banner (#5591)
* Fix people/space cards banner

* Update CHANGELOG_DEV.php

* Fix space modules list
2022-03-13 12:38:52 +01:00
s-tyshchenko
89b0410349
Mobile navigation: width detection problem (#5587) 2022-03-07 00:34:17 +01:00