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
Lucas Bartholemy
18ec9a3351
Fix #5449 : File - Update info
2022-02-24 18:33:26 +01:00
Igor Morozov
5bbfb61736
Enh/5503 ( #5520 )
...
* prefix in text field
* Added LinkPreview
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 18:05:09 +01:00
Soundwave2142
cdd71eb7a7
#4823 Removed CHTML and CActiveForm classes and usages (plus refactoring) ( #5405 )
...
* #4823 Removed CHTML and CActiveForm Usages (plus refactoring)
* #4823 missing id returned (Removed CHTML and CActiveForm Usages)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 16:49:08 +01:00
Yuriy Bakhtin
64a0d0feb1
Optimize module states query ( #5400 )
...
* Optimize module states query
* Fix module states query
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 16:31:58 +01:00
Yuriy Bakhtin
fa552b101e
Remove deprecated "Setting" classes ( #5369 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 16:30:56 +01:00
Yuriy Bakhtin
22046c3679
Remove deprecated "Directory" module ( #5368 )
...
* Remove deprecated "Directory" module
* Update CHANGELOG.md
* Create Module.php
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-02-24 16:29:27 +01:00
Yuriy Bakhtin
eee1dc1d1d
Deprecate CompatModuleManager ( #5274 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 16:00:29 +01:00
Yuriy Bakhtin
0dd6b1434e
Space followers widget ( #5439 )
...
* Space followers widget
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 15:41:48 +01:00
s-tyshchenko
e9f6446d37
Removed Google Fonts from E-mails ( #5550 )
...
* Removed Google Fonts from E-mails
* Update CHANGELOG_DEV.md
* Revert "Removed Google Fonts from E-mails"
This reverts commit 06cb2b11e4a7f5872603fd2318bca3a03903373c.
* Removed font from e-mails
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-24 11:25:37 +01:00
s-tyshchenko
84f53987fa
Modal: Close Icon Optimization ( #5566 )
...
* Modal: Close Icon optimization
* Update theme.css
* Revert "Update theme.css"
This reverts commit 63718fd7e14714d8e4e6598ce285fe6bb4925033.
* Revert "Modal: Close Icon optimization"
This reverts commit e143f86c5e8f82a845c8c2c0e45bdac07127cbca.
* Modal: Close Icon optimization
* Update modal.less
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-23 15:25:01 +01:00
s-tyshchenko
bb58f8460a
Mentioning Permission ( #5571 )
...
* Mentioning Permission
* Update CanMention.php
* Update CanMention.php
* Update CanMention.php
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-23 14:06:59 +01:00
s-tyshchenko
20c238a5ba
Tooltip: improving readability ( #5577 )
2022-02-23 11:54:13 +01:00
Yuriy Bakhtin
e4e5ee936a
Allow replying for sub comments ( #5573 )
...
* Allow to reply for sub comments
* Update CHANGELOG_DEV.md
2022-02-21 11:18:31 +01:00
s-tyshchenko
07da42ab99
Added UTC timezone in account settings ( #5572 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-19 19:13:11 +01:00
s-tyshchenko
79bed59c36
Untranslatable string New Updates in Stream ( #5567 )
...
* Untranslatable string New Updates in Stream
* Update CoreJsConfig.php
2022-02-19 19:11:56 +01:00
s-tyshchenko
d30f18cd07
Content/Comment Deleted Notification ( #5542 )
...
* Content/Comment Deleted Notification
* Updated CHANGELOG_DEV.md
* Fixed bugs and removed unnecessary code
* Fix
* Fix
* Fixes
* Texts update
* Minor changes
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-17 15:14:20 +01:00
s-tyshchenko
3e9be9b007
Fix Modal Close Button ( #5564 )
...
* Fix Modal Close Button
* Update CHANGELOG.md
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-17 11:30:32 +01:00
Lucas Bartholemy
cb000a1f72
Squashed commit of the following:
...
commit 9c2061ca147cb5227130d4edb53d10342fc9e9ad
Merge: 6f4d2b0b2 f3640e874
Author: Lucas Bartholemy <lucas@bartholemy.com>
Date: Mon Feb 14 18:18:30 2022 +0100
Merge branch 'fix/5553-multiple-users-with-emailRequired-disabled' of https://github.com/KeudellCoding/humhub into KeudellCoding-fix/5553-multiple-users-with-emailRequired-disabled
commit f3640e874ec4f43c819fafd12d5a610828437f99
Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com>
Date: Mon Feb 14 17:17:57 2022 +0100
Undo some unnecessary changes
commit 34839b8dab975f7ef2887d1354bcce40381e94bd
Merge: 84033c092 3a02b7a44
Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com>
Date: Mon Feb 14 17:08:49 2022 +0100
Merge branch 'fix/5553-multiple-users-with-emailRequired-disabled' of https://github.com/KeudellCoding/humhub into fix/5553-multiple-users-with-emailRequired-disabled
commit 84033c092f5b805c1e1c06c671f848f56118f7c9
Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com>
Date: Mon Feb 14 17:08:18 2022 +0100
No need for random emails, fix regarding HForm
commit 3a02b7a44c88528f32b325fc816c9f02ed6ef3e2
Merge: 9d235b0ee 12ea7da5b
Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com>
Date: Mon Feb 14 12:05:59 2022 +0100
Merge branch 'develop' into fix/5553-multiple-users-with-emailRequired-disabled
commit 9d235b0eec694f30ad8e7e35ac2afa1025196a04
Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com>
Date: Sun Feb 13 14:52:31 2022 +0100
Improved support of the emailRequired property
2022-02-14 18:20:13 +01:00
Lucas Bartholemy
6f4d2b0b25
Merge branch 'KeudellCoding-fix/5556-formatted-output-for-date-fields' into develop
2022-02-14 14:14:12 +01:00
s-tyshchenko
12ea7da5bf
Topic icon is missing after search ( #5551 )
...
* Update TopicPicker.php
* Update CHANGELOG_DEV.md
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-14 11:18:44 +01:00
KarlKeu00
572b6b7dd4
Formatted output for date fields
2022-02-13 16:05:14 +01:00
s-tyshchenko
28eb3ac89e
Statistic input loading problem ( #5539 )
...
* Update statistic.php
* Update CHANGELOD_DEV.md
* Update statistic.php
* Update humhub.ui.codemirror.js
* Update NoncewCest.php
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-11 12:05:50 +01:00
Igor Morozov
f8b8d912af
Enh/5475 ( #5509 )
...
* forbidden username on registration and change username
* fix pull request
* fix
* Update CHANGELOG_DEV.md
* Create CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-09 14:37:33 +01:00
Lucas Bartholemy
ddbd3fb15c
Update CHANGELOG_DEV.md
2022-02-07 23:39:10 +01:00
Lucas Bartholemy
a6e178a2e4
Enh: Added Single Page Post View ( #5462 )
...
* Added single page Post view
* Display full post content on view mode without "Read More"
* Load 25 comments per page on single post view mode
* New property viewMode for widget Comments
* Update CHANGELOG_DEV.md
Co-authored-by: yurabakhtin <yurybakh@gmail.com>
2022-02-07 23:32:55 +01:00