Lucas Bartholemy
452393522e
Prepare 1.14.0-beta.2 release
2023-03-28 11:18:17 +02:00
HumHub Translations
3e4e6468af
Enh: Updated Translations (translate.humhub.org)
2023-03-28 09:13:48 +00:00
Yuriy Bakhtin
36c8c51d7d
Deny custom input for Space Picker field ( #6198 )
2023-03-27 15:44:13 +00:00
Yaroslav Glodov
7b9c49b4a8
Ukrainian translation for User module. ( #6197 )
...
* Ukrainian translation added to User module.
* Ukrainian translation added to User module.
---------
Co-authored-by: Yaroslav Glodov <i@yaro.info>
2023-03-26 09:54:00 +02:00
Lucas Bartholemy
92aa8b70c9
Merge branch 'master' into develop
2023-03-23 14:23:32 +01:00
Yuriy Bakhtin
27dd65f741
People: Add Group Description ( #6188 )
2023-03-23 12:50:17 +00:00
Gevorg Mansuryan
b462568585
Fix #5537 : Space Starting Page gets lost when changing URL ( #6180 )
...
* Fix #5537 : Space Starting Page gets lost when changing URL
* Fix #5537 : Space Starting Page gets lost when changing URL
2023-03-23 08:57:52 +00:00
Gevorg Mansuryan
f5f7264e9c
Enh #4712 : Public content should be private in private space ( #6159 )
...
* eth #4712 : Public content should be private in private space
* Enh #4712 : Public content should be private in private space
* Enh #4712 : Public content should be private in private space
* Enh #4712 : Public content should be private in private space
* Enh #4712 : Public content should be private in private space
2023-03-21 12:46:55 +00:00
Yuriy Bakhtin
bb0d8a5f1f
Fix/date profile field types ( #6183 )
...
* Fix Date and Datetime profile field type with null values on PHP 8.1+
* Update CHANGELOG.md
* Avoid possible null value
2023-03-21 13:36:39 +01:00
Yuriy Bakhtin
53749a129e
Fix Date and Datetime profile field type with null values on PHP 8.1+ ( #6182 )
...
* Fix Date and Datetime profile field type with null values on PHP 8.1+
* Update CHANGELOG.md
2023-03-20 14:32:10 +01:00
Gevorg Mansuryan
edc4e404a4
Enh #6171 : Make email in user administration and user approval clickable ( #6178 )
2023-03-18 19:36:56 +00:00
Marc Farré
a4edcf353b
Fix #6099 : Empty buttons in GlobalConfirmModal footer ( #6176 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-03-17 19:03:53 +00:00
Marc Farré
8316430e63
Fix #6100 : Broken area reference in some modal boxes ( #6177 )
2023-03-17 19:01:52 +00:00
HumHub Translations
2864c52bdc
Enh: Updated Translations (translate.humhub.org)
2023-03-16 19:26:45 +00:00
HumHub Translations
ef2f36fdc0
Enh: Updated Translations (translate.humhub.org)
2023-03-13 19:46:03 +00:00
Yuriy Bakhtin
448f4ee2bb
Count all active and non-invisible members for guests on space directory ( #6162 )
2023-03-13 17:12:31 +00:00
Marc Farré
569992aba5
Admin menu : set active entry by searching by ID instead of by URL ( #6160 )
...
* Admin menu : set active entry by searching by ID instead of by URL
* Admin menu : set active entry by searching by ID instead of by URL
2023-03-13 17:03:27 +00:00
Marc Farré
f12b47c464
Update AuthChoice.php ( #6163 )
...
Small fixes in the return types documentation
2023-03-13 11:47:21 +01:00
Lucas Bartholemy
ec8cbc1b9c
Removed unused imports
2023-03-13 10:35:02 +01:00
Lucas Bartholemy
81c1eb2c0d
Renamed deprecated compatibility method
2023-03-13 10:34:14 +01:00
Lucas Bartholemy
e20434981b
Added compatiblity 'User::canChangePassword()'
2023-03-13 10:19:53 +01:00
Lucas Bartholemy
6b7006388b
Prepare .14 Beta release
2023-03-10 19:55:03 +01:00
Lucas Bartholemy
da6e2a4063
Reduce Log Warnings for changed auth key
2023-03-10 19:53:09 +01:00
Lucas Bartholemy
bbeb4c73e5
Merge branch 'develop' of github.com:humhub/humhub into develop
2023-03-10 18:24:28 +01:00
Lucas Bartholemy
bd8e160bc7
Merge branch 'master' into develop
2023-03-10 18:22:09 +01:00
HumHub Translations
995e0841a3
Enh: Updated Translations (translate.humhub.org)
2023-03-10 14:53:24 +00:00
HumHub Translations
b310ba63c2
Enh: Updated Translations (translate.humhub.org)
2023-03-10 14:53:07 +00:00
Lucas Bartholemy
8aba261efd
Added AuthClientUserService
( #6149 )
...
* Added AuthClientUserService
* Added deprecated method for compatbility
* Added AuthClientService
* Fixed property initialization
* Removed unnecessary imports
* Deprecated Third Party AuthClients
* Deprecate AuthClientHelpers
* AuthClient improvements
2023-03-10 15:50:13 +01:00
Yuriy Bakhtin
81ede67ce9
PHP 8.2 compatibility ( #6158 )
...
* PHP 8.2 compatibility
* PHP 8.2 compatibility
2023-03-10 13:55:00 +00:00
Yuriy Bakhtin
0d3b7b92bb
Remove theme variable mail-font-url
( #6157 )
2023-03-10 09:23:05 +00:00
Lucas Bartholemy
bb3afa19e0
Fix: ActiveQueryUser:Available() Pass proider
2023-03-10 09:12:09 +01:00
Lucas Bartholemy
656cf554d9
Fix: Ensure DisplayNameSub returns string ( #6117 )
...
* Fix: Ensure DisplayNameSub returns string
* Fix #6113 : Ensure doesn't return NULL values
2023-03-10 09:06:08 +01:00
Gevorg Mansuryan
0a00ce7497
eth #6123 : Requirement Checker proc_open ( #6154 )
...
* eth #6123 : Requirement Checker proc_open
* Update SelfTest.php
* Update CHANGELOG-DEV.md
* Update CHANGELOG-DEV.md
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-03-10 08:59:29 +01:00
Gevorg Mansuryan
d7832a18de
eth #6144 : Forgot your password? - Change link / Disable ( #6146 )
...
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
* eth #6144 : Forgot your password? - Change link / Disable
---------
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-03-10 08:52:08 +01:00
Yuriy Bakhtin
4763fabd9c
Avoid duplicate container(Space/User) tags on save ( #6155 )
2023-03-10 08:51:23 +01:00
Marc Farré
f67a279ed8
Fix #4988 : Unable to archive space on Form Validation errors ( #6151 )
2023-03-09 10:14:37 +00:00
Lucas Bartholemy
0de6f858ec
Fixed SoftDelete State Save
2023-03-08 18:23:33 +01:00
Lucas Bartholemy
a50affa9b7
Added SoftDelete state
2023-03-08 17:56:48 +01:00
Lucas Bartholemy
d1cee739f8
Added new Content State and SoftDelete events ( #6135 )
...
* Added new Content State and SoftDelete events
* Update CHANGELOG-DEV.md
2023-03-07 16:07:46 +01:00
Yuriy Bakhtin
5e39609c46
Hide invisible users on People page ( #6141 )
...
* Hide invisible users on People page
* Update CHANGELOG.md
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-03-07 16:05:19 +01:00
Lucas Bartholemy
3528cf3156
Enh #5904 : Make Dynamic Post Font Size Optional ( #6110 )
2023-03-07 15:54:25 +01:00
Yuriy Bakhtin
1700b074dc
Fix duplicate people cards on sort ( #6145 )
...
* Fix duplicate people cards on sort
* Update CHANGELOG.md
2023-03-07 10:41:52 +01:00
Yuriy Bakhtin
6e9b819691
Fix saving empty values in admin settings ( #6143 )
2023-03-06 10:13:43 +01:00
Yuriy Bakhtin
73efe55356
Update jQuery UI to version 1.13 ( #6140 )
2023-03-03 08:25:45 +00:00
HumHub Translations
6ddf4037b5
Enh: Updated Translations (translate.humhub.org)
2023-03-02 14:45:36 +00:00
Lucas Bartholemy
0a69b34c54
Added Hidden in Stream Option ( #6118 )
...
* Added Hidden in Stream Option
* Added hidden icon; Form Checkbox
* Update wording
---------
Co-authored-by: Yuriy Bakhtin <yurybakh@gmail.com>
2023-03-02 15:44:34 +01:00
HumHub Translations
fb1047c5d7
Enh: Updated Translations (translate.humhub.org)
2023-03-01 18:53:33 +00:00
HumHub Translations
25421dee24
Merge branch 'develop' of github.com:humhub/humhub into develop
2023-03-01 18:27:34 +00:00
HumHub Translations
19199cfee8
Enh: Updated Translations (translate.humhub.org)
2023-03-01 18:27:26 +00:00
Yuriy Bakhtin
32d3c3434b
Wording for scheduled options ( #6138 )
2023-03-01 15:53:21 +00:00