8942 Commits

Author SHA1 Message Date
Marc Farré
3cd1f73bf0
Enh #5913: Possibility to configure the "Follow" activity in the e-mail summaries (#5925)
* Enh #5913: Possibility to configure the "Follow" activity in the e-mail summaries

* Update UserFollow.php

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-11-11 19:43:55 +01:00
Lucas Bartholemy
946b7a6d6b Merge branch 'develop' of github.com:humhub/humhub into develop 2022-11-11 19:41:46 +01:00
Lucas Bartholemy
61525f83a1 Rebuild Theme CSS 2022-11-11 19:41:41 +01:00
HumHub Translations
52a8beb471 Enh: Updated Translations (translate.humhub.org) 2022-11-11 10:23:55 +00:00
Lucas Bartholemy
1719ef44e8
Fix Url Profile Field (#5926)
* Fix Url Profile Field

* Changelog [skip ci]
2022-11-11 11:13:33 +01:00
Lucas Bartholemy
8cf0ad296b Merge branch 'develop' of github.com:humhub/humhub into develop 2022-11-11 11:00:32 +01:00
Lucas Bartholemy
6efa461557 Merge branch 'master' into develop 2022-11-11 11:00:28 +01:00
Lucas Bartholemy
ef120e8bcf
Update Default Profile Fields (#5920) 2022-11-11 10:59:28 +01:00
Lucas Bartholemy
f0c70874f2
Allow empty space invite with empty originator (#5906)
* Allow empty space invite with empty originator

* Update CHANGELOG.md
2022-11-11 10:32:31 +01:00
Lucas Bartholemy
a86ec0e928
Moved Tour Param to Module (#5923)
* Moved Tour Param to Module

* Changelog [skip ci]
2022-11-11 10:20:57 +01:00
Lucas Bartholemy
bd55f74979
Auto secure cookie on SSL (#5924)
* Added Cookie Builder

* Updated config

* Also handle Session cookie

* Session Cookie HTTP Only

* Update CHANGELOG-DEV.md
2022-11-11 10:18:48 +01:00
HumHub Translations
7694fe7dc3 Enh: Updated Translations (translate.humhub.org) 2022-11-10 19:27:19 +00:00
Lucas Bartholemy
e06b7badae Added Swahili 2022-11-10 20:24:29 +01:00
Yuriy Bakhtin
7993120486
Remove "regular" style of checkbox and radio (#5821)
* Remove "regular" style of checkbox and radio

* Update CHANGELOG-DEV.md (#5821)

* Fix checkbox style on oembed confirmation

* Fix test

* Fix test

* Fix checkbox style on widget "ContentVisibilitySelect"

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-11-10 14:28:55 +01:00
Yuriy Bakhtin
19f1ee0b71
Don't require current password if not exists on force change password (#5916) 2022-11-10 11:57:15 +01:00
Lucas Bartholemy
f50dcb1b18
Test: Debugging (#5917)
* Test commit

* Downgraded Yii

* Updated Yii2

* Updated composer

* Use yii2 dev-master

* Fix tests on 7.4

* [skip ci]
2022-11-10 11:56:52 +01:00
Lucas Bartholemy
db899da583
Update CHANGELOG-DEV.md 2022-11-09 23:12:22 +01:00
Lucas Bartholemy
500a2d2288
View Meta Handling (#5868)
* Added ViewMeta Class

* Improvements

* Added Meta API to PostController!

* Improved file handling

* Improved Meta handling
2022-11-09 23:10:18 +01:00
Lucas Bartholemy
aeb397d03d Fixes validator test 2022-11-09 14:43:47 +01:00
Lucas Bartholemy
0095428de9 Updated Composer dependencies 2022-11-09 11:41:58 +01:00
Lucas Bartholemy
491770b35c Enh #5100: Added SelfTest for HumHub API connectivity 2022-11-09 11:31:26 +01:00
Lucas Bartholemy
02db2d5af8 Updated CHANGELOG-dev.md 2022-11-08 23:07:43 +01:00
Lucas Bartholemy
e171914c1d Merge branch 'develop' of github.com:humhub/humhub into develop 2022-11-08 23:07:21 +01:00
Lucas Bartholemy
2b871d9bb9 Merge branch 'KeudellCoding-enh/5785-allow-well-known-routing' into develop 2022-11-08 23:06:24 +01:00
Lucas Bartholemy
ca21d89dcb Merge branch 'enh/5785-allow-well-known-routing' of https://github.com/KeudellCoding/humhub into KeudellCoding-enh/5785-allow-well-known-routing 2022-11-08 23:06:11 +01:00
Lucas Bartholemy
e96ed0d014
Remove EE from Licence Manager (#5894)
* Removed EE from Licence Manager

* Update Changelog [skip-ci]
2022-11-08 22:18:42 +01:00
Lucas Bartholemy
a692e460d7 Merge branch 'master' into develop 2022-11-08 22:03:26 +01:00
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