8865 Commits

Author SHA1 Message Date
Yuriy Bakhtin
b548233701
Layout for wall create content form menu (#5827)
* Layout for wall create content form menu

* Activate current content form menu

* Display menu only on Post creating form

* Improve content form menu

* API for content form menu

* Clean up code

* API for content form menu

* Use icon from Content record for wall entry create menu

* Improve code on load create wall entry form

* New property ContentActiveRecord::$createPermission

* Display create form wall entry menu only with defined property "createRoute"

* Improve creating a content from wall stream

* Update using of permission for create new post

* Rename property to WallCreateContentForm->displayContentTabs

* Initialize widgets after load content form from menu

* Fix reset content form after submit

* Display a create content menu tab only of enabled module

* Update CHANGELOG.md (#5827)

* Fix click action of create content menu

* New method for register assets of create content menu item

* Use default sort order for create content menu item

* Change a sort order of the Post create menu item

* Remove unused function registerCreateContentMenuAssets()

* Display top sorted content form on wall stream

* Removed unused import

* Code comment

* Fix @since version

* Rename action of create form

* Widget WallCreateContentFormFooter

* Improve visibility of menu and form of create wall entry

* Style for create wall entry tabs on mobile screen

* Fix menu visibility of create wall entry

* Fix visibility of errors on create a wall entry

* Create WallCreateContentFormContainer

* Refactored `ContentContainerModule:getContentClasses()` method signature

* Fixed changed content name

* Minore changes

* Fixed Tests with new CreatePermission

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-11-08 22:02:27 +01:00
HumHub Translations
ea99ecb622 Enh: Updated Translations (translate.humhub.org) 2022-11-07 16:03:27 +00:00
Yuriy Bakhtin
d85be4d684
Fix optional parameter on ldap user searching (#5911) 2022-11-03 18:08:15 +01:00
Yuriy Bakhtin
ed9c7a1770
New filter ActiveQueryUser->available() (#5908)
* New filter ActiveQueryUser->available()

* Update CHANGELOG-DEV.md
2022-10-27 14:23:14 +02:00
Marc Farré
1fae0b8ca8
Fix #5903: ContentContainerModule::getEnabledContentContainers() returns an empty array (#5907) 2022-10-25 15:45:53 +02:00
HumHub Translations
ec5aac5b76 Enh: Updated Translations (translate.humhub.org) 2022-10-12 11:02:09 +00:00
HumHub Translations
7a80125293 Enh: Updated Translations (translate.humhub.org) 2022-10-12 10:58:13 +00:00
Lucas Bartholemy
8bafd707f5 Increase version 1.12.2 2022-10-11 18:06:42 +02:00
Lucas Bartholemy
027ca7e54d Enh #5891: Improve select2 width on people filters 2022-10-10 18:07:02 +02:00
Yuriy Bakhtin
eac188455b
Improve select2 width on people filters (#5891)
* Improve select2 width on people filters

* Update CHANGELOG-DEV.md
2022-10-10 17:56:53 +02:00
Yuriy Bakhtin
83f2248c6b
Selftest for base URL (#5886)
* Selftest for base URL

* Update SelfTest.php

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-10-05 15:19:26 +02:00
Lucas Bartholemy
ba96a15b2f Merge branch 'develop' of github.com:humhub/humhub into develop 2022-10-05 14:14:55 +02:00
Lucas Bartholemy
f1be83ce4a Merge branch 'master' into develop 2022-10-05 14:14:37 +02:00
Lucas Bartholemy
f32b74f222 Disabled Stream Filter Tests 2022-10-05 14:12:54 +02:00
Yuriy Bakhtin
634790c5ef
Fix wrong empty profile stream message (#5877)
* Fix wrong empty profile stream message

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-10-04 13:44:26 +02:00
Yuriy Bakhtin
3209014db1
Fix adding licence key after removing it from marketplace (#5883) 2022-10-04 13:42:17 +02:00
Yuriy Bakhtin
1ed3881139
Invalidate active sessions after password changing (#5872)
* Invalidate active sessions after password changing

* Update CHANGELOG-DEV.md (#5872)
2022-09-23 20:45:27 +02:00
Lucas Bartholemy
6d80b45658
Fixed non string value in User Model email attribute (#5875)
* Fixed non string value in User Model email attribute

* Update CHANGELOG.md
2022-09-23 19:15:44 +02:00
Yuriy Bakhtin
7f9d9f248b
Use domain path(folder) from the current request (#5871) 2022-09-19 11:47:06 +02:00
Lucas Bartholemy
5fe0552a15 Merge branch 'master' into develop 2022-09-17 00:09:44 +02:00
Lucas Bartholemy
4f598c6fea
Update CHANGELOG-DEV.md 2022-09-16 21:24:47 +02:00
Yuriy Bakhtin
cdfaf1232c
Use Base URL from general settings for all absolute URLs (#5864)
* Fix tests with mail sending (#5862)

* Fix tests with mail sending

* Fix NonceCest because the submit button is overlapped with new large padding-bottom of CodeMirror

* Use Base URL from general settings for all absolute URLs

* Update CHANGELOG.md (#5864)

* Fix tests with base URL checking

* Fix tests with base URL checking

* Fix tests with base URL checking

* Update CHANGELOG.md

* Improve using of Base URL from general settings for all absolute URLs

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-09-16 21:23:56 +02:00
Yuriy Bakhtin
4309b4b4ed
Don't validate user language on approve (#5865)
* Don't validate user language on approve

* Fix tests with base URL checking

* Revert "Fix tests with base URL checking"

This reverts commit ef9141643ad3ee71dcda570d6513b0bcb849a9be.

* Check for allowed language on registration and account updating
2022-09-16 15:35:20 +02:00
Lucas Bartholemy
a7e37c55c4 Merge branch 'develop' of github.com:humhub/humhub into develop 2022-09-15 15:32:37 +02:00
Lucas Bartholemy
8b681535d0 Merge branch 'master' into develop 2022-09-15 15:32:17 +02:00
Yuriy Bakhtin
40fe9cfee0
Fix tests with mail sending (#5862)
* Fix tests with mail sending

* Fix NonceCest because the submit button is overlapped with new large padding-bottom of CodeMirror
2022-09-13 15:13:00 +02:00
Ashish Kurmi
a3aa958ab6
ci: add minimum GitHub token permissions for workflows (#5857)
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>

Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
2022-09-09 14:06:56 +02:00
Lucas Bartholemy
9aafdb775c Fix #5856: Fix SMTPS Config Migration 2022-09-07 14:00:16 +02:00
HumHub Translations
abbc2482bc Enh: Updated Translations (translate.humhub.org) 2022-09-06 16:32:19 +00:00
HumHub Translations
74794648ec Enh: Updated Translations (translate.humhub.org) 2022-09-06 16:31:44 +00:00
HumHub Translations
8ead6e101b Enh: Updated Translations (translate.humhub.org) 2022-09-06 16:30:40 +00:00
Lucas Bartholemy
061e9204d3
Update github.yml 2022-09-06 18:29:55 +02:00
Lucas Bartholemy
52709a68da
Update php-test.yml 2022-09-06 17:34:31 +02:00
HumHub Translations
b0067e7887 Enh: Updated Translations (translate.humhub.org) 2022-08-28 18:28:50 +00:00
Yuriy Bakhtin
188bdc8ee6
Display all levels by default on info logging page (#5852) 2022-08-25 12:39:33 +02:00
Lucas Bartholemy
f48deb82b1
Update CHANGELOG.md 2022-08-24 22:44:36 +02:00
Yuriy Bakhtin
cd660ef242
Fix updating of user visibility (#5851) 2022-08-24 22:43:30 +02:00
Yuriy Bakhtin
4551547dc3
Possibility to show Members/Followers as list from Space about page (#5847) 2022-08-18 13:03:31 +02:00
Marc Farré
de3efc7881
Enh #5808:Add a menu to remove all members of a space (#5842)
* Enh #5808:Add a menu to remove all members of a space

* Enh #5808:Add a menu to remove all members of a space - messages refactoring
2022-08-17 16:46:49 +02:00
Lucas Bartholemy
aa9bb12b16
Update common.php v1.12.1 2022-08-15 17:26:31 +02:00
Lucas Bartholemy
96717d3fea
Update Changelog [skip-ci] 2022-08-15 17:25:57 +02:00
Lucas Bartholemy
aeb046df1f
Improved PHP Min Version Check (#5846) 2022-08-15 17:25:24 +02:00
Yuriy Bakhtin
c577bf5fc6
Fix unknown streamQuery on load Filter (#5845)
* Fix unknown `streamQuery` on load `Filter`

* Fix unknown `streamQuery` on load `Filter`

* Update CHANGELOG.md (#5845)

* Fix unknown `streamQuery` on load `Filter`
2022-08-15 17:16:36 +02:00
Yuriy Bakhtin
d66d706f75
Fix stream date filter (#5844) 2022-08-15 14:24:01 +02:00
Yuriy Bakhtin
0781c83cc2
Fix deprecated null for DateTime in PHP 8.1 (#5843) 2022-08-15 12:33:24 +02:00
Lucas Bartholemy
87fd22f790 Merge branch 'develop' of github.com:humhub/humhub into develop 2022-08-14 13:36:47 +02:00
Lucas Bartholemy
a037ea587f Merge branch 'master' into develop 2022-08-14 13:36:40 +02:00
Yuriy Bakhtin
4dd841d1a7
Fix deprecated null value for file_exists() on PHP 8.1 (#5838)
* Fix deprecated null value for `file_exists()` on PHP 8.1

* Update CHANGELOG.md (#5838)
2022-08-11 21:06:04 +02:00
Yuriy Bakhtin
e45513c8dd
Fix date filter test (#5836)
* Fix date filter test

* Fix date filter test

* Fix date filter test

* Fix date filter test
2022-08-09 22:21:53 +02:00
HumHub Translations
ae27cd358d Enh: Updated Translations (translate.humhub.org) 2022-08-08 17:24:08 +00:00