232 Commits

Author SHA1 Message Date
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
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
19c2262f9b
Update Changelog [skip ci] 2022-12-30 14:24:56 +01:00
Lucas Bartholemy
7b56361be2
Update CHANGELOG.md 2022-12-30 12:15:08 +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
Lucas Bartholemy
4f85680d30
Update CHANGELOG.md 2022-12-21 17:01:09 +01:00
Lucas Bartholemy
3e6fbabfee Prepare 1.12.3 Release 2022-12-12 18:02:54 +01: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
2d1e4a8912 Fix #5928: Invalid Mailer DSN breaks whole application 2022-11-13 20:02:01 +01:00
Lucas Bartholemy
04840e8b90 Added Release Date [skip ci] 2022-11-11 19:57:15 +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
Yuriy Bakhtin
d85be4d684
Fix optional parameter on ldap user searching (#5911) 2022-11-03 18:08:15 +01:00
Lucas Bartholemy
027ca7e54d Enh #5891: Improve select2 width on people filters 2022-10-10 18:07:02 +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
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
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
Lucas Bartholemy
9aafdb775c Fix #5856: Fix SMTPS Config Migration 2022-09-07 14:00:16 +02:00
Lucas Bartholemy
f48deb82b1
Update CHANGELOG.md 2022-08-24 22:44:36 +02:00
Lucas Bartholemy
96717d3fea
Update Changelog [skip-ci] 2022-08-15 17:25:57 +02:00
Lucas Bartholemy
aeb046df1f
Improved PHP Min Version Check (#5846) 2022-08-15 17:25:24 +02:00
Yuriy Bakhtin
c577bf5fc6
Fix unknown streamQuery on load Filter (#5845)
* Fix unknown `streamQuery` on load `Filter`

* Fix unknown `streamQuery` on load `Filter`

* Update CHANGELOG.md (#5845)

* Fix unknown `streamQuery` on load `Filter`
2022-08-15 17:16:36 +02:00
Yuriy Bakhtin
4dd841d1a7
Fix deprecated null value for file_exists() on PHP 8.1 (#5838)
* Fix deprecated null value for `file_exists()` on PHP 8.1

* Update CHANGELOG.md (#5838)
2022-08-11 21:06:04 +02:00
Lucas Bartholemy
73181e1333
Fix #5832: Exception in file open dialog when last update user no longer exists (#5833) 2022-08-08 16:25:28 +02:00
Yuriy Bakhtin
df64d6de4f
Fix numerated lists in mail summary content (#5828)
* Fix numerated lists in mail summary content

* Fix numerated lists in mail summary content

* Test for numerated list in preview/short rich text

* Test for numerated list in preview/short rich text
2022-08-08 11:38:52 +02:00
Yuriy Bakhtin
965d3b87a4
Fix cron job of search index rebuilding (#5831)
* Fix cron job of search index rebuilding

* Fix cron job of search index rebuilding
2022-08-07 14:50:05 +02:00
Yuriy Bakhtin
a1af6f64f8
Fix format date to mysql on date stream filter (#5825)
* Fix format date to mysql on date stream filter

* Update CHANGELOG.md (#5825)
2022-08-03 17:45:24 +02:00
Yuriy Bakhtin
bc0bed2ccd
Fix content width in mobile view (#5824)
* Fix content width in mobile view

* Fix test
2022-08-02 14:04:52 +02:00
Lucas Bartholemy
591c0e45cc Prepare 1.12.0 release 2022-07-27 16:36:08 +02:00
Yuriy Bakhtin
9e2cff5331
Fix deprecated null value for hour param in mktime() (#5816)
* Fix deprecated null value for hour param in `mktime()`

* Increase version of package "twig/twig" to 3.4.1
2022-07-27 11:02:14 +02:00
Lucas Bartholemy
9ad6114a52
Update CHANGELOG.md 2022-07-19 19:32:01 +02:00
Lucas Bartholemy
44d4ecb16f
Update CHANGELOG.md 2022-07-06 16:14:39 +02:00
Lucas Bartholemy
bd04e95336
Update CHANGELOG.md 2022-07-06 16:08:43 +02:00
Yuriy Bakhtin
71528b8b48
Hide data of disabled users on picker filters on "People" page (#5800)
* Hide data of disabled users on picker filters on "People" page

* Factorize query for people filter picker

* Update CHANGELOG.md (#5800)
2022-07-06 13:45:14 +02:00
Yuriy Bakhtin
e924bb0302
Fix filter for select2 fields on "People" page (#5799)
* Fix filter for select2 fields on "People" page

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-07-06 11:15:31 +02:00
Yuriy Bakhtin
5868e48c02
Don't hide icon "remove item" on picker (master) (#5796)
* Don't hide icon "close" on picker

* Update CHANGELOG.md (#5780)
2022-07-06 10:22:21 +02:00
Yuriy Bakhtin
fe5c3b5719
Hide beta modules on disabled filter (#5777) 2022-06-28 10:31:59 +02:00
Lucas Bartholemy
555c581b3b Prepare 1.11.3 Release 2022-06-27 16:12:03 +02:00
Yuriy Bakhtin
2ff7f6dce6
Fix PHP 8 incompatibility with conversion false to array (#5774) 2022-06-27 15:27:40 +02:00
Yuriy Bakhtin
9736bdeea5
Fix context menu position on the right window side (#5760)
* Fix context menu position on the right window side

* Update CHANGELOG.md (#5760)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-15 11:21:39 +02:00
Yuriy Bakhtin
8e9fdf214d
Fix tests on enable space module (#5759)
* Fix tests on enable space module

* Update CHANGELOG.md (#5759)
2022-06-14 14:56:08 +02:00
Yuriy Bakhtin
be2b8f1f73
Fix user approving/declining (#5737)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-09 13:32:55 +02:00
Yuriy Bakhtin
418f862f3d
Fix logout action on force change password (#5749)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-07 17:14:27 +02:00