8310 Commits

Author SHA1 Message Date
Yuriy Bakhtin
26de985b08
Fix reset of the space homepage settings (#5307)
* Fix reset of the space homepage settings

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-09-24 17:58:03 +02:00
Yuriy Bakhtin
c8a82db5ac
Change people default sorting (#5305) 2021-09-23 16:43:55 +02:00
dependabot[bot]
0892f72bc7
Bump codeception/codeception from 4.1.21 to 4.1.22 (#5272)
Bumps [codeception/codeception](https://github.com/Codeception/Codeception) from 4.1.21 to 4.1.22.
- [Release notes](https://github.com/Codeception/Codeception/releases)
- [Changelog](https://github.com/Codeception/Codeception/blob/4.1/CHANGELOG-4.x.md)
- [Commits](https://github.com/Codeception/Codeception/compare/4.1.21...4.1.22)

---
updated-dependencies:
- dependency-name: codeception/codeception
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-05 20:45:21 +02:00
dependabot[bot]
496862a75c
Bump path-parse from 1.0.6 to 1.0.7 (#5268)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-31 15:56:55 +02:00
Yuriy Bakhtin
7a0f6c1ee1
Fix logging filter "Error" when not entries (#5267) 2021-08-31 15:36:11 +02:00
Lucas Bartholemy
ed128ae634 Prepare 1.9.2 - fix wording 2021-08-30 17:26:23 +02:00
Lucas Bartholemy
60e02d19d8
Update common.php v1.9.1 2021-08-30 16:02:49 +02:00
Lucas Bartholemy
a7cf8eefcc
Update CHANGELOG.md 2021-08-30 15:31:51 +02:00
Yuriy Bakhtin
14cdf93912
Improve logout action (#5259)
* Improve logout action

* Update CHANGELOG.md

* Improve logout action

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-08-26 19:33:22 +02:00
Yuriy Bakhtin
9ad36945ac
Fix visibility of email requiring on backoffice add user form (#5264) 2021-08-26 16:18:12 +02:00
Yuriy Bakhtin
6c0afe347e
Fix translate with not defined language (#5247)
* Fix translate with not defined language

* Don't allow to switch to empty language

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-08-23 18:41:32 +02:00
Yuriy Bakhtin
ea0757ab74
Fix migration of container tags (#5248)
* Fix migration of container tags

* Changes for safe migration functions

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-08-22 19:14:04 +02:00
Lucas Bartholemy
09555d0f42
Update RichTextToEmailHtmlConverterCest.php 2021-08-22 12:33:09 +02:00
Yuriy Bakhtin
b138a00b38
Fix errors in tests RichTextToEmailHtmlConverterCest (#5241) 2021-08-22 12:32:15 +02:00
Cedric Schmeits
9bc9f89ded
Removed strong&gt; from the Dutch translations (#5252) 2021-08-21 19:56:01 +02:00
Lucas Bartholemy
1cc778dfa8
Update CHANGELOG.md 2021-08-20 11:42:22 +02:00
Yuriy Bakhtin
498a457a80
Render links in email notifications (#5231)
* Render links in email notifications

* Add test for link in email messages

* Add test for linked image in email messages

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-08-11 18:23:48 +02:00
Lucas Bartholemy
16c03c07a7
Update CHANGELOG.md 2021-08-09 18:55:27 +02:00
Yuriy Bakhtin
e5d34a0c9c
Fix wording (#5240) 2021-08-09 18:54:50 +02:00
Yuriy Bakhtin
64d439c03d
Fix space between URLs and text in notification message (#5227)
* Fix space between URLs and text in notification message

* Tests for RichTextToEmailHtmlConverter
2021-08-06 19:36:52 +02:00
Yuriy Bakhtin
d816f0dd33
Reduce minimum character limit for user tags to 2 chars (#5228) 2021-08-04 15:45:17 +02:00
Yuriy Bakhtin
ca98047390
Fix links to old directory (#5222) 2021-08-02 14:04:10 +02:00
Yuriy Bakhtin
143b0b5f3c
Hide tags on space chooser if no keyword inside tags (#5212) 2021-07-29 19:35:57 +02:00
Yuriy Bakhtin
2623fdad69
Fix birthday with hidden year in a language-specific format (#5205)
* Fix birthday with hidden year in a language-specific format

* Update Birthday.php

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-07-28 17:56:31 +02:00
Yuriy Bakhtin
bda35f5f4b
Reduce minimum character limit for tags to 2 chars (#5207)
* Reduce minimum character limit for tags to 2 chars

* Fix searching space by tag
2021-07-28 17:47:40 +02:00
Yuriy Bakhtin
6e06503b85
Auto creating following for friends (#5201) 2021-07-27 13:41:36 +02:00
Yuriy Bakhtin
2b655a11cf
Fix export users with tags data (#5198) 2021-07-26 18:02:42 +02:00
Lucas Bartholemy
2113b94483
Update CHANGELOG.md 2021-07-23 13:20:27 +02:00
HumHub Translations
60792edc2b Enh: Updated Translations (translate.humhub.org) 2021-07-23 13:14:39 +02:00
Lucas Bartholemy
7a98ed581a
Update CHANGELOG.md v1.9.0 2021-07-22 16:01:27 +02:00
Yuriy Bakhtin
53662c6032
Fix validation for user current password (#5186) 2021-07-22 15:41:26 +02:00
Lucas Bartholemy
b7ddfd57e2 Merge branch 'funkycram-develop' 2021-07-21 19:54:10 +02:00
Lucas Bartholemy
f497d7ec18 Merge branch 'develop' of git://github.com/funkycram/humhub into funkycram-develop 2021-07-21 19:53:12 +02:00
Lucas Bartholemy
14778f1f4e
Delete CHANGELOG_DEV.md 2021-07-21 19:14:05 +02:00
Lucas Bartholemy
8e8f147cc1
Update CHANGELOG.md 2021-07-21 19:13:22 +02:00
funkycram
57af7d93c0 Fix #5182: Password field should not be required if user has no password 2021-07-21 19:03:24 +02:00
HumHub Translations
69c18eb389 Enh: Updated Translations (translate.humhub.org) 2021-07-21 18:17:40 +02:00
HumHub Translations
7605d9d4dd Merge branch 'develop' of github.com:humhub/humhub into develop 2021-07-21 18:16:26 +02:00
HumHub Translations
42a195d1a5 Enh: Updated Translations (translate.humhub.org) 2021-07-21 18:16:21 +02:00
Lucas Bartholemy
0f5d2207e2 Merge branch 'develop' of github.com:humhub/humhub into develop 2021-07-21 18:15:10 +02:00
Lucas Bartholemy
c50ac31210 Merge branch 'master' into develop 2021-07-21 18:14:43 +02:00
Yuriy Bakhtin
1852a106f1
Fix video thumbnail on Safari browser (#5184) 2021-07-21 17:41:12 +02:00
Lucas Bartholemy
18375ab321
Update common.php 2021-07-21 11:30:25 +02:00
Marc Farré
9b47fee4d2
Develop (#5180)
* Enh #5169: Enable more than 50 groups to a user

* - Enh #5049: Required profile field should not be required in administration (Fix for checkbox field type)
2021-07-21 11:16:09 +02:00
HumHub Translations
91d4b03b7a Enh: Updated Translations (translate.humhub.org) 2021-07-20 11:33:50 +02:00
Yuriy Bakhtin
5617d02a62
Move directory widgets (#5177)
* Move directory widgets

* Update CHANGELOG_DEV.md

* Fix code comment
2021-07-20 10:50:17 +02:00
Yuriy Bakhtin
8043eb3e81
Fix closing the action confirmation modal window on top close icon (#5176)
* Fix closing the action confirmation modal window on top close icon

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-07-19 11:08:58 +02:00
Yuriy Bakhtin
c8e80fb76c
Fix tags field on welcome modal window (#5175)
* Fix tags field on welcome modal window

* Update CHANGELOG_DEV.md

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-07-19 10:45:16 +02:00
Marc Farré
a15ea86ccd
Enh #5169: Enable more than 50 groups to a user (#5171) 2021-07-19 10:25:25 +02:00
HumHub Translations
63e726c9ff Enh: Updated Translations (translate.humhub.org) 2021-07-16 11:31:07 +02:00