1
0
mirror of https://github.com/humhub/humhub.git synced 2025-02-16 13:54:46 +01:00

9998 Commits

Author SHA1 Message Date
Lucas Bartholemy
1cb123f1bd
Fixed Changelog () 2024-12-05 19:59:58 +01:00
Yuriy Bakhtin
642d327d0f
Always allow invitation by link ()
* 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 () 2024-11-27 16:27:22 +01:00
Yuriy Bakhtin
46201e0b01
Fix email validation of invite new users () 2024-11-06 17:40:27 +01:00
Marc Farré
ab14e8f896
Fix : Cron jobs cannot "Create public content" (since 1.15.3) ()
* Fix : 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 () 2024-10-29 14:52:32 +01:00
Yuriy Bakhtin
307764b02c
Fix file visibility for object with viewable interface () 2024-10-03 17:55:56 +02:00
Yuriy Bakhtin
d3e323b7dd
Refresh the updated_at timestamp of invitation after resend it () 2024-09-27 13:42:48 +02:00
Yuriy Bakhtin
df61147fa6
Fix search reindexing after create new content ()
* 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 () 2024-09-24 09:10:28 +02:00
Yuriy Bakhtin
a4a4293da3
Fix rendering of checkbox on MacOS and iOS () 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 () 2024-09-16 14:52:46 +02:00
Yuriy Bakhtin
ae11438b4c
Fix visibility of wall stream content creating form ()
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-09-12 22:27:29 +02:00
ArchBlood
ca3855ee88
Fix: Deprecated Meta tag ()
* 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) ()
* 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 ()
* 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" ()
* 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 ()
* 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 ()
* 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 ()
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 () 2024-08-29 19:06:30 +02:00
Yuriy Bakhtin
e2380ee3e2
Fix active form on registration form for correct working of widget inputs () 2024-08-29 13:48:32 +02:00
Yuriy Bakhtin
60957f5361
Fix search reindexing after content deletion ()
* 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 () 2024-08-28 11:35:17 +02:00
Yuriy Bakhtin
f426f94a3b
Fix search starting with special characters () 2024-08-28 11:08:59 +02:00
Yuriy Bakhtin
02beaa3e6b
Add @since tag for ContentActiveRecord::getSearchAttributes() () 2024-08-27 12:41:22 +02:00
Yuriy Bakhtin
97594b4c5d
Fix active form on user edit form for correct working of widget inputs ()
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 ()
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 () 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 () 2024-08-20 15:37:26 +02:00
Yuriy Bakhtin
f235a24294
Fix rendering of new line on email messages () 2024-08-14 17:40:22 +02:00
Marc Farré
cada9b2518
Fix : Focus on active and selected nav page after reload on mobile () 2024-08-09 11:42:01 +02:00
Yuriy Bakhtin
769f87594d
Fix highlight content after open a page from search results () 2024-08-09 11:40:42 +02:00
Yuriy Bakhtin
64aa24290b
Fix content visibility of disabled users ()
* 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 () 2024-08-07 21:33:40 +02:00
Yuriy Bakhtin
de2027b913
Fix duplicated following spaces in the chooser widget ()
* 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 () 2024-08-02 10:38:51 +02:00
Yuriy Bakhtin
1933d3d9f9
Fix search request by container guid ()
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 () 2024-07-31 19:02:40 +02:00
Yuriy Bakhtin
66cf13f4c4
Add User-Agent to oEmbed CURL request (fix for Reddit) ()
* 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 ()
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 () 2024-07-19 10:23:11 +02:00
Yuriy Bakhtin
a911084ccc
Fix return type of comment form validation method () 2024-07-16 11:22:35 +02:00
Lucas Bartholemy
f112780c42
Update CHANGELOG.md 2024-07-15 18:07:53 +02:00
Yuriy Bakhtin
988d337582
Fix after failed migration of content fulltext index () 2024-07-15 18:07:23 +02:00
Marc Farré
d5c21289bb
Fix rebuilding the search index with Grunt (since 1.16.0) ()
* 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 : Add an external link icon to the "Install Updates" button to avoid thinking it updates the modules directly () 2024-07-12 12:38:14 +02:00
Marc Farré
9c7d74d054
Fix: Missing --text-color-default CSS variable ()
* Fix: Missing --text-color-default CSS variable

* Add PR ID to changelog
2024-07-03 12:35:29 +02:00