10006 Commits

Author SHA1 Message Date
Yuriy Bakhtin
a2e64e0f90 Fix test 2024-12-23 19:42:32 +01:00
Yuriy Bakhtin
941a00642f Remove old code comment 2024-12-23 19:31:24 +01:00
Yuriy Bakhtin
6195823aef Fix whitespace in Tests output 2024-12-23 19:21:27 +01:00
Yuriy Bakhtin
d65bd7d5b7 Fix artifacts path 2024-12-23 18:52:02 +01:00
Yuriy Bakhtin
6dc40e6178 Fix whitespace in Tests output 2024-12-23 18:15:13 +01:00
Lucas Bartholemy
90a09a78f4
Fix whitespace in Tests output (#7363)
* Fix whitespace in Tests output

* Fix TimeAgo UnitTest
2024-12-23 17:48:15 +01:00
Yuriy Bakhtin
887cf5f1ed
Fix caching of space permissions in user stream (#7358) 2024-12-18 15:19:03 +01:00
Yuriy Bakhtin
34bdcadb0d
Update GitHub workflow versions (#7335) 2024-12-12 11:42:09 +01:00
Lucas Bartholemy
1cb123f1bd
Fixed Changelog (#7330) 2024-12-05 19:59:58 +01:00
Yuriy Bakhtin
642d327d0f
Always allow invitation by link (#7322)
* Always allow invitation by link

* Remove unused method `LinkRegistrationService->isEnabled()`

* Introduce different targets for invitation links (Administration vs People)

* Changes for invitation by link

* Update CHANGELOG.md for invitation by link
2024-12-03 16:45:34 +01:00
Yuriy Bakhtin
864a18fc6c
Display correct profile field value in user subtitle (#7320) 2024-11-27 16:27:22 +01:00
Yuriy Bakhtin
46201e0b01
Fix email validation of invite new users (#7296) 2024-11-06 17:40:27 +01:00
Marc Farré
ab14e8f896
Fix #7276: Cron jobs cannot "Create public content" (since 1.15.3) (#7277)
* Fix #7276: Cron jobs cannot "Create public content" (since 1.15.3)

* Fix tests

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-05 21:17:12 +01:00
Yuriy Bakhtin
4ee69a1740
Don't remove html tags by JS from search post record because it is done by PHP (#7278) 2024-10-29 14:52:32 +01:00
Yuriy Bakhtin
307764b02c
Fix file visibility for object with viewable interface (#7241) 2024-10-03 17:55:56 +02:00
Yuriy Bakhtin
d3e323b7dd
Refresh the updated_at timestamp of invitation after resend it (#7232) 2024-09-27 13:42:48 +02:00
Yuriy Bakhtin
df61147fa6
Fix search reindexing after create new content (#7227)
* Fix search reindexing after create new content

* Fix search reindexing after create new content
2024-09-24 16:24:27 +02:00
Yuriy Bakhtin
acddf8736c
Fix module JS config initialisation on AJAX request (#7225) 2024-09-24 09:10:28 +02:00
Yuriy Bakhtin
a4a4293da3
Fix rendering of checkbox on MacOS and iOS (#7222) 2024-09-17 14:09:17 +02:00
Yuriy Bakhtin
9454944a0c
In lists, when an item text is displayed on multiple lines, the lines below are not lining up with the first one (#7220) 2024-09-16 14:52:46 +02:00
Yuriy Bakhtin
ae11438b4c
Fix visibility of wall stream content creating form (#7218)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-09-12 22:27:29 +02:00
ArchBlood
ca3855ee88
Fix: Deprecated Meta tag (#7219)
* Fix: Deprecated Meta tag

* Update CHANGELOG.md
2024-09-12 22:26:15 +02:00
Yuriy Bakhtin
8d1a199d82
Small style fix for top account menu (temp fix for Mac Safari browser) (#7217)
* Small style fix for top account menu
(temp fix for Mac Safari browser)

* Update CHANGELOG.md
2024-09-11 16:07:12 +02:00
Yuriy Bakhtin
0a016aa928
Fix horizontal scroll bar on small screen (#7212)
* Fix horizontal scroll bar on small screen

* Update CHANGELOG.md
2024-09-09 15:14:35 +02:00
Lucas Bartholemy
fc7dfcaf7a Prepare 1.16.2 Release v1.16.2 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
ac51483c2d
Improve rendering of meta search content (#7195)
* Improve rendering of meta search content

* Improve rendering of meta search content

* Improve rendering of meta search content
2024-09-02 09:57:00 +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
9aa79bc386
Translate space member role (#7190) 2024-08-28 11:35:17 +02:00
Yuriy Bakhtin
f426f94a3b
Fix search starting with special characters (#7189) 2024-08-28 11:08:59 +02:00
Yuriy Bakhtin
02beaa3e6b
Add @since tag for ContentActiveRecord::getSearchAttributes() (#7186) 2024-08-27 12:41:22 +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
Lucas Bartholemy
137446a670 Prepare 1.16.2 Release 2024-08-22 09:46:35 +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
769f87594d
Fix highlight content after open a page from search results (#7159) 2024-08-09 11:40:42 +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