8942 Commits

Author SHA1 Message Date
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
Felix Hahn
4e2c0f535f
Add @prev-select2 (#6170) 2023-03-14 17:46:34 +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
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
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
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
d9986f4429
Reset backuped content after submit form (#6128)
* Reset backuped content after submit form

* Update CHANGELOG.md
2023-02-27 12:54:25 +01:00
Yuriy Bakhtin
0d5689edd7
Fix deleting a content with empty reason (#6122)
* Fix deleting a content with empty reason

* Update CHANGELOG.md
2023-02-21 09:44:09 +01:00
Yuriy Bakhtin
7234fa696a
Fix log time in the date() function (#6112) 2023-02-17 09:21:12 +01:00
Yuriy Bakhtin
433a78a1c2
Fix update user with not existing group (#6105)
* Fix update user with not existing group

* Restrict group selector only with existing groups

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-16 09:55:48 +01:00
Yuriy Bakhtin
ecf7e616e8
Fix null passing to parse_str() (#6106)
* Fix null passing to parse_str()

* Update CHANGELOG.md
2023-02-15 18:01:23 +01:00
Lucas Bartholemy
ed122ed781
Fix #6084: Automatic LDAP user registration broken when not all req. attributes provided (#6101) 2023-02-15 11:57:46 +01:00
Lucas Bartholemy
25f910bd57 Fix #5965: Suppress log warning 'Invalid session auth key attempted for user' 2023-01-31 10:37:00 +01:00
Lucas Bartholemy
7f29f4eb5b Updated Gii module to 2.2.2 2023-01-31 09:43:57 +01:00
Yaroslav Glodov
6494d2123c
Ukrainian translation for space module. (#6066)
Chooser file. [skip ci]
2023-01-27 17:22:15 +01:00
Lucas Bartholemy
9cd1087742 Prepare 1.13.1 Release v1.13.1 2023-01-25 16:32:20 +01:00
Yuriy Bakhtin
13efeb66eb
Fix pagination after filter notifications (#6059) 2023-01-24 10:28:14 +01:00
Yuriy Bakhtin
d61c4f5540
Fix click event of notification filter (#6056) 2023-01-23 14:19:27 +01:00
Yuriy Bakhtin
2b0aa5b6b3
Fix visibility of "NEW UPDATES AVAILABLE!" for space creator (#6053) 2023-01-23 10:21:30 +01:00
Yuriy Bakhtin
35e0701c5f
Fix permission to lock/unlock comment for admin (#6047)
* Fix permission to lock/unlock comment for admin

* Fix permission to lock/unlock comment for admin
2023-01-19 15:00:26 +01:00
Yuriy Bakhtin
0d8b581adc
Fix search of obsolete cached objects (#6041)
* Fix search of obsolete cached objects

* Update CHANGELOG.md
2023-01-13 10:56:46 +01:00
Yuriy Bakhtin
c49309322f
Fix private user visibility by guest (#6039)
* Fix private user visibility by guest

* Test user visibility on guest mode

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-12 19:20:02 +01:00
Yuriy Bakhtin
1c9109c817
Use all searchable profile fields in UserPicker searching (#6040)
* Use all searchable profile fields in UserPicker searching

* Fix user picker

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-11 16:21:43 +01:00
Yuriy Bakhtin
a37ef7c455
Fix visibility members counter for guests (#6037)
* Fix visibility members counter for guests

* Display members count without link for guest
2023-01-11 14:37:48 +01:00
Yuriy Bakhtin
a37e6f78ea
Fix user visibility filter for guest (#6036) 2023-01-11 10:13:30 +01:00
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
Yuriy Bakhtin
2a0faf2a22
Fix number of space members (#6011) 2023-01-06 21:50:33 +01:00
Lucas Bartholemy
ead5190af4
Update README.md 2023-01-03 17:50:38 +01:00
HubiHonold
a86a04b150
Update README.md (#6009) [skip ci] 2023-01-03 17:46:44 +01:00
Lucas Bartholemy
19c2262f9b
Update Changelog [skip ci] 2022-12-30 14:24:56 +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
943057ba7c
Update php-test.yml 2022-12-30 12:48:19 +01:00
Lucas Bartholemy
7b56361be2
Update CHANGELOG.md 2022-12-30 12:15:08 +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
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
Lucas Bartholemy
ac20a6fcb7
Update CHANGELOG.md 2022-12-22 09:22:56 +01:00
Yuriy Bakhtin
46f32f4c8f
Fix user searching in picker (#5985) 2022-12-22 09:22:02 +01:00
Lucas Bartholemy
c3f4cbba3f
Delete CHANGELOG-DEV.md v1.13.0 2022-12-21 17:01:42 +01:00
Lucas Bartholemy
4f85680d30
Update CHANGELOG.md 2022-12-21 17:01:09 +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
Lucas Bartholemy
7e27451c3b
Update CHANGELOG-DEV.md 2022-12-20 22:12:34 +01: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
Lucas Bartholemy
89e2b6c0f4
Update CHANGELOG-DEV.md 2022-12-17 23:11:25 +01:00
Martin Rüegg
047917b39e
Actually cache $_moduleInfo (#5980) 2022-12-17 23:10:21 +01:00