9112 Commits

Author SHA1 Message Date
Yuriy Bakhtin
401f9d8f48
Replace png "search" icon with font-awesome icon (#6181)
* Replace png "search" icon with font-awesome icon

* Update CHANGELOG-DEV.md
2023-03-21 12:24:42 +00: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
Yuriy Bakhtin
5f7cd820c3
Enh/theme var background color highlight (#6175)
* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`

* Improve theme var `background-color-highlight`
2023-03-17 09:21:11 +00:00
HumHub Translations
2864c52bdc Enh: Updated Translations (translate.humhub.org) 2023-03-16 19:26:45 +00:00
Yuriy Bakhtin
3857983534
Theme variables background-color-highlight and background-color-highlight-soft (#6173)
* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`
2023-03-16 08:57:00 +00:00
Yuriy Bakhtin
f78e21e6bc
Update styles of "Show all notifications" button (#6167)
* Update styles of "Show all notifications" button

* Use theme variables
2023-03-15 08:47:01 +00:00
Felix Hahn
4e2c0f535f
Add @prev-select2 (#6170) 2023-03-14 17:46:34 +01: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 v1.14.0-beta.1 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
bee0afca06 Prepare Beta1 release 2023-03-10 18:26:26 +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
a8bea87f30
Update CHANGELOG-DEV.md 2023-03-10 15:51:02 +01: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
0353e110e6 Updated composer dependencies 2023-03-10 09:11:01 +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
Yuriy Bakhtin
a288cabaad
Fix @prev-directory (#6153) 2023-03-09 16:05:18 +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
998c575f28
Update stale.yml 2023-03-08 15:07:28 +01:00
Lucas Bartholemy
cbc14661e3
Create stale.yml 2023-03-07 17:55:46 +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