435 Commits

Author SHA1 Message Date
Lucas Bartholemy
fc7dfcaf7a Prepare 1.16.2 Release 2024-09-05 17:03:33 +02:00
Yuriy Bakhtin
32e064a4f9
Make "Invite new people" always possible for user with permission "Manage Users" (#7204)
* Make "Invite new people" always possible for user with permission "Manage Users"

* Update CHANGELOG.md
2024-09-04 20:11:38 +02:00
Yuriy Bakhtin
319ec7b6ca
Fix module description for space and user (#7200)
* Fix module description for space and user

* Update CHANGELOG.md
2024-09-02 16:17:20 +02:00
Yuriy Bakhtin
960a58e50e
Improve rendering of meta search content (#7193)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-30 12:48:00 +02:00
Yuriy Bakhtin
5752d62c72
Deny deleting user from single group (#7192) 2024-08-29 19:06:30 +02:00
Yuriy Bakhtin
e2380ee3e2
Fix active form on registration form for correct working of widget inputs (#7191) 2024-08-29 13:48:32 +02:00
Yuriy Bakhtin
60957f5361
Fix search reindexing after content deletion (#7187)
* Fix search reindexing after content deletion

* Refactor `ContentSearchService`

* Update ZendLucenceDriver.php

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-28 16:47:22 +02:00
Yuriy Bakhtin
f426f94a3b
Fix search starting with special characters (#7189) 2024-08-28 11:08:59 +02:00
Yuriy Bakhtin
97594b4c5d
Fix active form on user edit form for correct working of widget inputs (#7180)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-23 13:55:58 +02:00
Yuriy Bakhtin
a5a42f2154
Fix duplicated label of checkbox profile field (#7181)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-23 10:51:23 +02:00
Yuriy Bakhtin
122a26c6d2
Fix initialization of several select2 inputs on the same page (#7182) 2024-08-23 10:47:14 +02:00
Yuriy Bakhtin
fccecb0fe5
Highlight only words with 3 or more characters (#7178) 2024-08-20 15:37:26 +02:00
Yuriy Bakhtin
f235a24294
Fix rendering of new line on email messages (#7170) 2024-08-14 17:40:22 +02:00
Marc Farré
cada9b2518
Fix #324: Focus on active and selected nav page after reload on mobile (#7161) 2024-08-09 11:42:01 +02:00
Yuriy Bakhtin
64aa24290b
Fix content visibility of disabled users (#7153)
* Fix content visibility of disabled users

* Test for content visibility of disabled users

* Fix content visibility of disabled users

* Revert changes

* Fix tests

* Reindex user content when status is changed to/from Enabled

* Use ContentSearchService for reindex user content

* Use ContentSearchService for reindex user content
2024-08-08 12:03:50 +02:00
Yuriy Bakhtin
589d12cbee
Highlight content after open a page from search results (#7157) 2024-08-07 21:33:40 +02:00
Yuriy Bakhtin
de2027b913
Fix duplicated following spaces in the chooser widget (#7156)
* Fix duplicated following spaces in the chooser widget

* Integrity check to delete space following if user is a member
2024-08-07 14:20:45 +02:00
Yuriy Bakhtin
f497f14825
Remove js statement with to avoid error on build assets by grunt uglify (#7150) 2024-08-02 10:38:51 +02:00
Yuriy Bakhtin
1933d3d9f9
Fix search request by container guid (#7146)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-31 19:29:03 +02:00
Yuriy Bakhtin
9097b9a476
Fix meta searching twice for the same keyword (#7145) 2024-07-31 19:02:40 +02:00
Yuriy Bakhtin
66cf13f4c4
Add User-Agent to oEmbed CURL request (fix for Reddit) (#7132)
* Add `User-Agent` to oEmbed CURL request (fix for Reddit)

* Add default OEmbed provider "Reddit"
2024-07-19 17:25:30 +02:00
Yuriy Bakhtin
038b12f58c
Fix member count on a space directory (#7126)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-19 10:33:17 +02:00
Yuriy Bakhtin
c82a0962d3
Improve log wrong parsing of OEmbed URL (#7124) 2024-07-19 10:23:11 +02:00
Lucas Bartholemy
f112780c42
Update CHANGELOG.md 2024-07-15 18:07:53 +02:00
Marc Farré
d5c21289bb
Fix rebuilding the search index with Grunt (since 1.16.0) (#7116)
* Fix rebuilding the search index with Grunt (since 1.16.0)

* Add PR ID to changelog
2024-07-15 13:27:21 +02:00
Marc Farré
cc7d086145
Enh #7105: Add an external link icon to the "Install Updates" button to avoid thinking it updates the modules directly (#7114) 2024-07-12 12:38:14 +02:00
Marc Farré
9c7d74d054
Fix: Missing --text-color-default CSS variable (#7104)
* Fix: Missing --text-color-default CSS variable

* Add PR ID to changelog
2024-07-03 12:35:29 +02:00
Yuriy Bakhtin
9c30e05316
Fix content search with word ending with hyphen (#7103)
* Fix content search with word ending with hyphen

* Update CHANGELOG.md
2024-07-02 15:24:51 +02:00
Lucas Bartholemy
b438d271b1 Prepare 1.16.1 Release 2024-07-01 12:45:16 +02:00
Yuriy Bakhtin
70fefe9c27
Allow color boxes in picker (#7094)
* Allow color boxes in picker

* Display color box for select2 options if it is provided

* Update CHANGELOG.md

* Update data color attribute name for content tag selector
2024-06-28 13:38:15 +02:00
Marc Farré
cc5a5a1fa4
Fix: Missing closing div HTML tag in the registration by link view (#7092)
* Fix: Missing closing div HTML tag in the registration by link view

* Add Changelog
2024-06-28 10:00:21 +02:00
Yuriy Bakhtin
c5863b42dd
Fix markdown sub list style (#7089) 2024-06-25 19:40:01 +02:00
Yuriy Bakhtin
ed5d0f26a2
Improve handling of legacy configuration for "search" component (#7088) 2024-06-24 21:09:00 +02:00
Yuriy Bakhtin
6641b38713
Fix compatibility for PHP 8.0+ (#7084) 2024-06-24 15:24:51 +02:00
Lucas Bartholemy
7bab711409 Prepare 1.16 Release 2024-06-19 14:16:59 +02:00
Yuriy Bakhtin
3696a0ef16
Fix flag of new content notification space (#7014)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-10 16:51:10 +02:00
Lucas Bartholemy
c191d4ef30 Prepare 1.15.6 Release 2024-06-10 16:31:56 +02:00
Yuriy Bakhtin
f7a0b14132
Fix list style near aligned image (#7030)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-10 16:24:47 +02:00
Yuriy Bakhtin
a20ec03f4a
Fix container setting for broken records (#7050) 2024-06-07 11:44:55 +02:00
Yuriy Bakhtin
fa35cc5e20
Update visibility of activities according to the parent object (#7047)
* Update visibility of activities according to the parent object

* Test activity visibility synchronization

* Update visibility of activities according to the parent object
2024-06-05 19:05:33 +02:00
Yuriy Bakhtin
5176ad6a05
Don't cache markdown profile field in session (#7045) 2024-06-03 09:56:25 +02:00
Lucas Bartholemy
81628659a3
Fixed auto mapping user (#7024)
* Fixed auto mapping user

* Update CHANGELOG.md
2024-05-23 10:14:50 +02:00
Yuriy Bakhtin
ef41e8ab37
Fix opening more auth clients (#7013)
* Fix opening more auth clients

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-05-20 21:07:19 +02:00
Lucas Bartholemy
b58125e818 Prepare 1.15.5 Release 2024-05-08 13:43:59 +02:00
Yuriy Bakhtin
deae6924aa
Display notifications only of published contents (#6983)
* Display notifications only of published contents

* Fix load more notifications
2024-05-02 09:01:40 +02:00
Yuriy Bakhtin
f73803bdfe
Fix wide dropdown on small screens (#6982) 2024-05-01 20:13:30 +02:00
Yuriy Bakhtin
a82007e5eb
Create unique index for the table like (#6969)
* Create unique index for the table `like`

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-04-25 18:25:58 +02:00
Yuriy Bakhtin
2329da4c7d
Make "Invite new people" always possible for Admins (#6966) 2024-04-24 17:34:54 +02:00
Marc Farré
93db54ff0d
Fix #6919: Migration to revert user profile country names to Iso 3166 codes (#6956)
* Fix #6919: Migration to revert user profile country names to Iso 3166 codes

* Fix tests
2024-04-19 15:51:12 +02:00
Yuriy Bakhtin
fbe2bf61c2
Fix saving of user profile country field value (#6937)
* Fix saving of user profile country field value

* Search in user profile country full name by keyword

* Update CHANGELOG.md
2024-04-09 16:55:55 +02:00