8772 Commits

Author SHA1 Message Date
Lucas Bartholemy
bfb6bfe549 Resolve conflicts 2022-06-03 07:57:15 +02:00
Lucas Bartholemy
12281274e9 Updated Composer Dependencies 2022-06-02 23:35:30 +02:00
Marc Farré
74b54d4112
Enh #5741: Possibility to Like global contents (#5743)
* Enh #5741: Possibility to Like global contents

* Enh #5741: Possibility to Like global contents

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-02 21:40:19 +02:00
Yuriy Bakhtin
e10f7854c0
New event to append rules for active record (#5645)
* New event to append rules for active record

* Implement new post validation on focus field

* Revert "Implement new post validation on focus field"

This reverts commit 395917537cbfabb61e6950286ba09a60b3691e51.

* Validate post creating on focus event by AJAX

* Validate new post message on blur event by ajax request

* Fix creating of new Post

* Validate new post message on focus event by ajax request

* Skip rule "required" for post message on AJAX validation

* Move code to new module "Interaction limits"

* Clear code for creating of new post

* Remove a not used action

* Improve new comment form for event triggers

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-02 16:26:31 +02:00
Yuriy Bakhtin
5aacfeb6d3
Fix uninstall module with not writable module path (#5734)
* Fix uninstall module

* Update CHANGELOG.md (#5734)

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-02 13:12:12 +02:00
Lucas Bartholemy
34c5ab5dec Prepare 1.11.2 Release v1.11.2 2022-05-30 18:04:51 +02:00
dependabot[bot]
694a3b85e6
Bump grunt from 1.3.0 to 1.5.3 (#5727)
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.3.0...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 18:02:20 +02:00
Lucas Bartholemy
8a31366b19 Fix #5659: Improve module loading error handling 2022-05-30 18:00:31 +02:00
Yuriy Bakhtin
03c2132eea
Deny custom input for UserPicker field (#5725) 2022-05-30 17:38:16 +02:00
Yuriy Bakhtin
e0a21159f3
Fix saving of OEmbed provider endpoint URL (#5720)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-25 17:58:11 +02:00
Yuriy Bakhtin
d855bd9004
Fix confirmation window for buttons (#5719) 2022-05-25 17:40:45 +02:00
Yuriy Bakhtin
98fa20b95c
Allow SSO provider to register (#5694)
* Allow SSO provider to register

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-23 13:50:54 +02:00
Marc Farré
cf955d0bbc
Update PermaController.php (#5717)
We should be able to be redirected to the content if it's a global content.
I don't know if there was a reason to send a not found exception for global contents, but removing this check, the redirection works well with global contents, and email notification buttons now redirects to the global content.
2022-05-23 10:34:47 +02:00
Yuriy Bakhtin
ae9be0df62
Fix input size for placeholder length in picker field (#5712)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-23 10:29:31 +02:00
Yuriy Bakhtin
29be92f5eb
Don't send notification for non-member of private space (#5705)
* Don't send notification for non-member of private space

* Doc function
2022-05-23 10:20:10 +02:00
Marc Farré
0a1e41add1
Update form.less (#5703)
Example to understand why `.regular-radio.disabled` cannot exists.
```html
<div class="radio regular-radio-container">
    <label>
        <input type="radio" name="ModuleSettings[setting1]" value="1" disabled="" class="regular-radio">
        Text
        <div class="regular-radio-button disabled"></div>
    </label>
</div>
```
2022-05-16 17:35:30 +02:00
Marc Farré
2701d4507c
Enh #5695: Truncate long profile texts in People cards (#5696)
* Enh #5695: Truncate long profile texts in People cards

* Enh #5695: Truncate long profile texts in People cards
2022-05-16 16:26:57 +02:00
Yuriy Bakhtin
dcf2ea1e21
Scroll to comment on single view (#5698)
* Scroll to comment on single view

* Fix comment single URL from mention notification
2022-05-16 16:24:12 +02:00
Yuriy Bakhtin
1a3d38a80a
Fix attach file to profile markdown field (#5697) 2022-05-12 17:41:06 +02:00
Yuriy Bakhtin
f3462ed605
Use primary colors in marketplace (#5690)
* Use primary colors in marketplace

* Update CHANGELOG.md (#5690)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-12 10:56:43 +02:00
Yuriy Bakhtin
adcc7f2f2a
Check value on colorpicker (#5689)
* Check value on colorpicker

* Update CHANGELOG.md (#5689)
2022-05-11 13:55:52 +02:00
Yuriy Bakhtin
513e0e76d3
Fix message on decline multiple users (#5683) 2022-05-05 10:44:53 +02:00
Yuriy Bakhtin
60f841b0a2
Use 404 page for deleted content request (#5682) 2022-05-04 17:03:55 +02:00
Yuriy Bakhtin
709b35fed7
Fix undefined UrlOembed provider pattern (#5662)
* Fix undefined UrlOembed provider pattern

* Update CHANGELOG.md (#5652)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-03 17:16:03 +02:00
Yuriy Bakhtin
2eccd0422d
Fix links of user counters in container headers (#5672) 2022-04-27 11:48:39 +02:00
Marc Farré
d41aabbfb5
Enh #5655: Possibility to archive and lock comments on global contents (#5670) 2022-04-26 14:20:56 +02:00
Lucas Bartholemy
123c8af3ac
Update CHANGELOG.md 2022-04-26 14:10:47 +02:00
Yuriy Bakhtin
6405fe3d20
Fix detection of official modules (#5664) 2022-04-26 14:10:00 +02:00
Lucas Bartholemy
227c6dc0f5 Prepare 1.11.1 release v1.11.1 2022-04-22 16:14:04 +02:00
HumHub Translations
a126da7905 Enh: Updated Translations (translate.humhub.org) 2022-04-22 16:02:23 +02:00
HumHub Translations
1527595eb4 Enh: Updated Translations (translate.humhub.org) 2022-04-22 15:55:58 +02:00
Lucas Bartholemy
10c8ee6702
Update common.php 2022-04-21 15:44:37 +02:00
Lucas Bartholemy
ac31f03f76
Added Laminas Bridge (#5654)
* Added Laminas Bridge

* Update CHANGELOG.md
2022-04-21 15:44:18 +02:00
Lucas Bartholemy
bb9cb30610 Prepare 1.11.0 Release v1.11.0 2022-04-20 15:30:59 +02:00
Lucas Bartholemy
a8a8844aec Version 1.12 Dev 2022-04-20 15:28:52 +02:00
HumHub Translations
81e5b2c5c7 Enh: Updated Translations (translate.humhub.org) 2022-04-20 15:23:06 +02:00
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