386 Commits

Author SHA1 Message Date
Lucas Bartholemy
c910321ebc
Added Wall Entry Margin Right (#5769)
* Added Wall Entry Margin Right

* Update CHANGELOG_DEV.md
2022-06-22 18:04:29 +02:00
Yuriy Bakhtin
7b5c9b7b22
Display placeholder for date filter (#5767)
* Display placeholder for date filter

* CHANGELOG Update (#5767)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-22 16:43:58 +02:00
Yuriy Bakhtin
b5aaebcb2f
Fix rendering content form on external modules (#5765)
* Fix rendering content form on external modules

* CHANGELOG Update (#5765)
2022-06-22 15:27:20 +02:00
Lucas Bartholemy
6431d639b0 CHANGELOG Update 2022-06-21 15:35:32 +02:00
Yuriy Bakhtin
f4d66fed23
Invisible users (#5607)
* Allow to edit user visibility from administration

* Update CHANGELOG_DEV.md

* Fix user visibility updating

* Filter users in list by new visibility "Hidden"

* Allow to hide users only from administration

* Filter hidden users

* Don't allow "Invisible" for default user profile visibility

* Test invisible user

* Exclude hidden users from search

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-21 15:09:47 +02:00
s-tyshchenko
1d7558aac4
Stream Date Filter (#5580)
* Initial commit

* Update ProfileStreamFilterNavigation.php

* Fixes + Tests

* Fix tests

* Fix tests

* Fix tests

* Fixed DateStream Filter Format

* Fix date format for filtering

* Fix tests

* Fix date filter for different locales

* Removed unnessary filter view

* Display errors on stream filter

* Changed From/To Field order

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Yura Bakhtin <yurybakh@gmail.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-06-21 13:30:53 +02:00
Lucas Bartholemy
747f1b857c
Fix #5338: Content topic/visibility changes are re-indexed in search index (#5762) 2022-06-17 09:27:04 +02:00
Lucas Bartholemy
f126ef2d6c
Display Name Subtitle Improvements (#5752)
* Make more use of DisplayNameSub

* User Display Name Subtitle Field Configuration

* Fix test wording

* Update CHANGELOG [skip-ci]
2022-06-16 19:21:27 +02:00
Lucas Bartholemy
7141de7430
Updated CHANGELOG [skip-ci] 2022-06-16 15:43:53 +02:00
Lucas Bartholemy
505f5dd1a9
Refc: Small user setupApproved Refactoring (#5757)
* Small User Approval improvements

* Added Changelog [skip-ci]

* Fixed missing isset

* Add user to default group on approving

Co-authored-by: Yura Bakhtin <yurybakh@gmail.com>
2022-06-13 11:31:47 +02:00
Marc Farré
4a54d49ee0
Update MentioningController.php (#5739)
* Update MentioningController.php

Would it be possible to add this event?
This would enable to add `@all` mentioning tag in a module (e.g. https://www.humhub.com/en/marketplace/mass_notification/).
Thanks!

* Enh #5739: Added Event in MentioningController raised after searching for space members on mentioning request

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-07 18:58:35 +02:00
Lucas Bartholemy
bfb6bfe549 Resolve conflicts 2022-06-03 07:57:15 +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
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é
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
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
a8a8844aec Version 1.12 Dev 2022-04-20 15:28:52 +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
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
e6bbd604e2 Prepare Beta 3 Release 2022-04-13 21:56:02 +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
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
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
61fc418b12
Update CHANGELOG_DEV.md 2022-03-18 17:00:14 +01:00
Lucas Bartholemy
6b8dc9817f
Update CHANGELOG_DEV.md 2022-03-18 16:41:07 +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
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
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
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
Yuriy Bakhtin
c47d9f219d
Fix long words in comment form (#5581)
* Fix long words in comment form

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-02 18:59:07 +01:00
s-tyshchenko
0fcb165b29
Microsoft Auth Remember me checkbox fix (#5578)
* Update humhub.user.login.js

* Update CHANGELOG_DEV.md

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-02 18:33:09 +01:00
s-tyshchenko
138e29ee64
Number of activities reported in the mail summary is limited to 20 (#5568)
* Fixed

* Fix Query Limit

* Fixed Tests

* Remove query limit for console requests

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-02 17:42:41 +01:00
Lucas Bartholemy
f09da62549 LDAP mapping clear for single user 2022-02-24 18:56:12 +01:00