Yuriy Bakhtin
85767eb055
View own invisible profile ( #6012 )
...
* View own invisible profile
* Update CHANGELOG.md
* Improve content container visibility filter
* Implement AbstractActiveQueryContentContainer
* Test invisible user
2023-01-10 16:22:23 +01:00
Marc Farré
3771d0bb5e
On users list grid, show Auth mode badge only for sys admins #6031 ( #6032 )
2023-01-10 16:04:48 +01:00
Yuriy Bakhtin
f08dca7150
Fix option "Editable" of the profile fields ( #6020 )
...
* Fix option "Editable" of the profile fields
* Fix disabled checkboxlist of profile field
* Update CHANGELOG.md
* Test user profile fields
* Update CHANGELOG.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-10 10:19:51 +01:00
Yuriy Bakhtin
6e3c91642a
Implement auto-generated id for checkbox list items ( #6006 )
...
* Implement auto-generated id for checkbox list items
* Update CHANGELOG.md
* Fix activity settings test
2023-01-09 10:50:57 +01:00
HumHub Translations
7bdd75ee62
Enh: Updated Translations (translate.humhub.org)
2023-01-08 15:42:01 +00:00
Lucas Bartholemy
424647f82a
Merge branch 'master' into develop
2023-01-08 15:49:44 +01:00
Yuriy Bakhtin
d724332dbd
Hide Password Tab in administration for LDAP users ( #6023 )
2023-01-08 14:53:27 +01:00
Marc Farré
27dee6363f
Update ControllerAccess.php ( #6021 )
...
In maintenance, allow login with a SSO.
2023-01-06 21:56:35 +01:00
Yuriy Bakhtin
2a0faf2a22
Fix number of space members ( #6011 )
2023-01-06 21:50:33 +01:00
Lucas Bartholemy
483c6fe38e
Merge branch 'master' into develop
2022-12-30 14:38:01 +01:00
Lucas Bartholemy
615ec2ad09
Migrated PostFixture to ContentActiveFixture ( #6001 )
...
* Migrated PostFixture to ContentActiveFixture
* Fixed fixture data
2022-12-30 14:18:06 +01:00
Lucas Bartholemy
b221196d72
Merge branch 'master' into develop
2022-12-30 13:28:54 +01:00
Yuriy Bakhtin
13ab5a3dab
Fix null param value on PHP 8.1 ( #6000 )
2022-12-30 12:14:13 +01:00
Yuriy Bakhtin
2e3e3d92ba
Fix param type in strpos() on PHP 8.1 ( #5999 )
2022-12-30 12:13:29 +01:00
Lucas Bartholemy
26413106a5
Merge branch 'master' into develop
2022-12-28 22:11:02 +01:00
Yuriy Bakhtin
e41aa801b3
Fix image url on alias host ( #5993 )
...
* Fix image url on alias host
* Fix image url on alias host
* Fix tests
* Updated CHANGELOG [skip ci]
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-12-28 14:16:53 +01:00
Yuriy Bakhtin
46f32f4c8f
Fix user searching in picker ( #5985 )
2022-12-22 09:22:02 +01:00
Lucas Bartholemy
e74b950712
Prepare 1.14 dev
2022-12-21 17:31:12 +01:00
Lucas Bartholemy
561378ad13
Update common.php
2022-12-21 16:58:19 +01:00
HumHub Translations
611280cf43
Enh: Updated Translations (translate.humhub.org)
2022-12-21 15:54:07 +00:00
Marc Farré
40bcdce446
Update moduleCard.php ( #5982 )
...
I think we should show the name of the `getContentContainerName` method as this widget is only for modules in a content container.
In addition, this would allow to have the translated name for some modules such as Gallery (https://github.com/humhub-contrib/gallery/blob/master/Module.php#L108-L111 ) and others.
2022-12-20 22:11:07 +01:00
Martin Rüegg
047917b39e
Actually cache $_moduleInfo ( #5980 )
2022-12-17 23:10:21 +01:00
Lucas Bartholemy
0a5102dd68
Merge branch 'master' into develop
2022-12-12 18:12:23 +01:00
Lucas Bartholemy
3e6fbabfee
Prepare 1.12.3 Release
2022-12-12 18:02:54 +01:00
HumHub Translations
68ef520915
Enh: Updated Translations (translate.humhub.org)
2022-12-09 16:17:20 +00:00
Yuriy Bakhtin
52bdffc523
Fix invalid message pattern without initialized source language ( #5969 )
2022-12-06 14:27:43 +01:00
Yuriy Bakhtin
e282f0bda4
Fix creating of user from administration with enabled notification for default group ( #5968 )
2022-12-05 13:38:10 +01:00
Yuriy Bakhtin
4dd5826890
Fix cropping of space banner ( #5964 )
2022-12-02 10:28:33 +01:00
Lucas Bartholemy
e25403c1cd
Fix #5958 : Fixed members list in Space overview ( #5963 )
2022-12-01 16:59:53 +01:00
Yuriy Bakhtin
418812dbed
Improve style of button with single icon without text ( #5952 )
2022-11-29 15:27:38 +01:00
Yuriy Bakhtin
bf03708c5a
Fix failed updater for the field user:auth_key
( #5950 )
2022-11-29 11:47:45 +01:00
Lucas Bartholemy
c5d3f81240
Update common.php
2022-11-29 11:47:05 +01:00
Yuriy Bakhtin
d01a384ded
Add space between icon and text inside button ( #5951 )
2022-11-29 11:45:29 +01:00
Yuriy Bakhtin
c3b8fa709d
Improve refreshing of wall entry from external modules ( #5948 )
...
* Improve refreshing of wall entry from external modules
* Remove deprecated stream functions
2022-11-28 16:16:27 +01:00
HumHub Translations
892f783913
Merge branch 'develop' of github.com:humhub/humhub into develop
2022-11-28 15:14:47 +00:00
HumHub Translations
5f0d64439e
Enh: Updated Translations (translate.humhub.org)
2022-11-28 15:14:41 +00:00
Marc Farré
f9b89dcbdd
Update Like.php ( #5947 )
...
After saving, create activity and notify only if it's a new like.
Without surrounding with `if ($insert) {}`, it is not possible to update an entry in command line, as a new Activity is created and the related created content throw new Exception("Could not save content without created_by!")
This is needed for the https://github.com/cuzy-app/humhub-modules-move-content module.
Thanks!
2022-11-28 12:19:01 +01:00
Lucas Bartholemy
a10f31103f
Prepare beta release
2022-11-25 22:49:03 +01:00
HumHub Translations
d45f2aa0ea
Enh: Updated Translations (translate.humhub.org)
2022-11-25 18:58:21 +00:00
HumHub Translations
03999dfec9
Enh: Updated Translations (translate.humhub.org)
2022-11-25 18:54:50 +00:00
Lucas Bartholemy
a4e1d6692d
Fixed german message key
2022-11-25 19:46:12 +01:00
Lucas Bartholemy
676407d87f
Fixed wrong translation message
2022-11-25 19:42:17 +01:00
HumHub Translations
48a53eb169
Enh: Updated Translations (translate.humhub.org)
2022-11-25 18:40:24 +00:00
HumHub Translations
1af9ea42a4
Enh: Updated Translations (translate.humhub.org)
2022-11-25 17:34:33 +00:00
Marc Farré
f10581f5ed
Update CommentController.php ( #5940 )
...
It would be great if we could have the `parent::beforeAction($action)` before throwing exceptions.
This would allow to run the `Controller::EVENT_BEFORE_ACTION` before.
This is the way it's done in https://github.com/humhub/humhub/blob/master/protected/humhub/components/Controller.php#L206 and `yii\web\Controller`
Thanks!
2022-11-24 17:54:57 +01:00
Yuriy Bakhtin
605e9dbe5c
Improve styles of wall entry create form ( #5936 )
...
* Improve styles of wall entry create form
* Autofocus and display full form of wall stream entry after load by menu
2022-11-21 11:22:58 +01:00
HumHub Translations
1373594b74
Enh: Updated Translations (translate.humhub.org)
2022-11-19 11:56:33 +00:00
HumHub Translations
35b17ade72
Enh: Updated Translations (translate.humhub.org)
2022-11-19 11:56:09 +00:00
Lucas Bartholemy
bfc6ff9c63
Added advanced space settings ( #5932 )
...
* Added advanced space settings
* Modified Changelog [skip-ci]
* Improve usage of AdvancedSettings
* Improved usage of Space Advanced Settings
* Updated Changelog [skip ci]
* Hide Followers Option
* Replace Checkbox [skip ci]
* Added missing hideFollowers rule [skip ci]
* Allow default values for all Space Advanced Settings
* Default Settings
* Added tests
2022-11-18 19:48:28 +01:00
Lucas Bartholemy
204a22f7d4
Enh: Show Spaces always in Guest Mode ( #5931 )
...
* Show always Spaces page in Guest mode
* Updated Changelog
2022-11-18 17:35:15 +01:00