508 Commits

Author SHA1 Message Date
Yuriy Bakhtin
2372692601
Fix loading of default container permissions from cache (#6764) 2023-12-19 10:14:39 +01:00
Yuriy Bakhtin
debe9cb3a8
Fix no pretty url of password recovery link (#6742)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-14 17:54:17 +01:00
Yuriy Bakhtin
c5a8d91918
Trim Base URL on save (#6737)
* Trim Base URL on save

* Use url and trim validators for general setting "Base URL"

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-14 16:00:24 +01:00
Yuriy Bakhtin
9e2411392c
Fix displaying of alert when RichText is changed on refresh a page (#6736) 2023-12-14 15:56:30 +01:00
Lucas Bartholemy
892a7d75e6
Update CHANGELOG.md 2023-12-13 15:57:34 +01:00
Yuriy Bakhtin
6a59ba2943
Refactor auto start tour for new user (#6685)
* Refactor auto start tour for new user

* Revert "Auxiliary commit to revert individual files from b63f530b8626802c66e10a241ba4ddfa670f8c65"

This reverts commit c9ebfdc71d1dd2f1d2dd3927ae464ff3f2f0b939.

* Activate test for auto tour

* Fix test

* Fix test

* Refactor displaying of dashboard sidebar tour widget

* Refactor auto start tour for new registered user

* Don't use session for displaying of dashboard sidebar tour widget

* Fix auto tour test

* Don't redirect after init auto start tour

* Update deprecated actions

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-11 11:44:33 +01:00
Lucas Bartholemy
b047a6c4d4
Update CHANGELOG.md 2023-12-08 22:50:14 +01:00
Martin Rüegg
849f2bb543
Enh: Make state badge customizable (#6705)
* Make state badge customizable

* Update CHANGELOG.md
2023-12-07 16:42:30 +01:00
Marc Farré
7090de3fb3
Fix #6694: Remove the "Offline" tooltip when my own "Online" status is not displayed (#6695)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-07 15:39:58 +01:00
Martin Rüegg
fa78598f4d
Fix: Content relations (#6698)
* Fix recursive call when setting state and only allow unique states

* Make sure the related object is $this for content

* Update CHANGELOG.md
2023-12-06 14:16:19 +01:00
Yuriy Bakhtin
6f5e57cbf6
Reload theme variable @baseTheme after flushing cache (#6701) 2023-12-05 23:20:50 +01:00
Yuriy Bakhtin
d78e0edbed
Do not check mobile push module in requirements check on installation (#6682) 2023-11-28 09:25:50 +01:00
Marc Farré
38d31833af
Fix #6679: On the space invitation by link page, the language chooser doesn't save the selected language (#6680) 2023-11-27 09:59:24 +01:00
Yuriy Bakhtin
837fbf1e2d
Limit jQuery with version < 3.7.0 to avoid dropdown error (#6672)
* Limit jQuery with version < 3.7.0 to avoid dropdown error

* Update php-test.yml

* Update AutoTourCest.php

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-11-25 10:57:29 +01:00
Lucas Bartholemy
ebe45bacfc
Changed console URL handling (#6673)
* Changed console URL handling

* Update Application.php

* Use console url manager for SafeBaseUrl

* Use console url manager in tests

* Fix tests for console url script file name

* Update CHANGELOG.md

---------

Co-authored-by: Yuriy Bakhtin <yurybakh@gmail.com>
2023-11-23 21:32:49 +01:00
Yuriy Bakhtin
5a026939a5
Fix visibility of draft and scheduled content on dashboard (#6674)
* Fix visibility of draft and scheduled content on dashboard

* Test visibility of draft and scheduled content on dashboard
2023-11-23 19:51:41 +01:00
Yuriy Bakhtin
ae8f2fa342
Fix people and space filters (#6656)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-11-20 21:36:46 +01:00
Yuriy Bakhtin
c9dd93c076
Fix profile update on welcome page (#6655)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-11-20 21:21:52 +01:00
Yuriy Bakhtin
5cdb26cfac
Fix memory usage on integrity check (#6660) 2023-11-16 14:44:28 +01:00
Yuriy Bakhtin
dfb8c846be
Fix birthday format on welcome page (#6651) 2023-11-13 12:33:58 +01:00
Yuriy Bakhtin
4f73272796
Apply image inline styles in email message (#6642)
* Apply image inline styles in email message

* Fix test RichTextEmailHtmlConverterTest

* Apply image inline styles in email message

* Fix tests

* Replace img attribute "align" with class and inline style

* Test for additional image attributes on email html converter

* Update tests
2023-11-12 15:05:44 +01:00
Marc Farré
04ace80394
File dropdown not visible at the bottom of the page (#6647)
* File dropdown not visible at the bottom of the page

* Added CHANGELOG
2023-11-08 18:20:38 +01:00
Yuriy Bakhtin
27f56c37f9
Fix push service (#6646) 2023-11-08 16:22:53 +01:00
Lucas Bartholemy
ec68d2297e
Update CHANGELOG.md 2023-11-06 19:08:21 +01:00
Lucas Bartholemy
1fa764fb50
Update CHANGELOG.md 2023-11-06 19:00:27 +01:00
Lucas Bartholemy
aa21de8cc1 Prepare 1.15.0 release 2023-11-06 18:56:28 +01:00
Lucas Bartholemy
34319b6908 Merge branch 'master' into develop 2023-11-06 17:23:39 +01:00
Lucas Bartholemy
b6dbded055
Update CHANGELOG.md 2023-11-06 12:50:40 +01:00
Lucas Bartholemy
c3e0d27c28 Merge branch 'master' into develop 2023-10-29 09:48:52 +01:00
Yuriy Bakhtin
225f5da4b4
Fix visibility of the method Controller::getAccessRules() (#6635)
* Fix visibility of the method `Controller::getAccessRules()`

* Update php-test.yml

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-10-28 14:06:21 +02:00
Yuriy Bakhtin
b457285475
Fix visibility of top sorted stream entries on dashboard from external filters (#6630)
* Fix visibility of top sorted stream entries on dashboard from external filters

* Fix visibility of top sorted stream entries on dashboard from external filters

* Fix profile stream query filters

* Fix profile stream query filters

* Test stream query filter handlers
2023-10-26 17:19:23 +02:00
Lucas Bartholemy
2c78039217 Merge branch 'master' into develop 2023-10-25 18:17:22 +02:00
Yuriy Bakhtin
8324f9d250
Fix visibility of new message counter on space chooser (#6629) 2023-10-24 21:40:20 +02:00
HumHub Translations
60a2df5153 Merge remote-tracking branch 'origin' into develop 2023-10-20 18:23:17 +00:00
Yuriy Bakhtin
c0d19475db
Fix undefined error on live event of follow action (#6614)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-10-17 15:34:05 +02:00
Yuriy Bakhtin
9eaf0718ed
Improve scrolling to anchor with fixed header (#6615) 2023-10-17 15:30:52 +02:00
Lucas Bartholemy
1d89e517c0 Merge branch 'master' into develop 2023-09-27 09:41:15 +02:00
Yuriy Bakhtin
a3568272ea
Fix mimetype of converted preview svg file to png after uploading (#6599) 2023-09-25 17:15:51 +02:00
Lucas Bartholemy
6f5c1485cf Merge branch 'master' into develop 2023-09-25 16:07:21 +02:00
Yuriy Bakhtin
e092f84805
Fix duplicate error and hint for RichText editor with defined form (#6598) 2023-09-25 16:06:42 +02:00
Lucas Bartholemy
b54a128c6d Merge branch 'master' into develop 2023-09-20 11:56:11 +02:00
Lucas Bartholemy
aa7a2ae821
Update CHANGELOG.md 2023-09-20 11:52:26 +02:00
Yuriy Bakhtin
081eb352cd Refactor user edit form in backoffice 2023-09-20 09:20:19 +02:00
Lucas Bartholemy
085f1c1321
Update CHANGELOG.md 2023-09-19 17:59:51 +02:00
Yuriy Bakhtin
62596ca4e2 Improve a sort order of wall entry creating tab menu and form 2023-09-19 13:14:44 +02:00
Lucas Bartholemy
f0879da513 Merge branch 'master' into develop 2023-09-12 15:44:14 +02:00
Yuriy Bakhtin
a6c7abd3a7
Fix not initialized groups array on the module administration (#6560)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 14:37:38 +02:00
Yuriy Bakhtin
8410312fc1
Fix command theme/switch (#6561) 2023-09-12 14:30:38 +02:00
Gevorg Mansuryan
01cdb573a7
Fix/modal actions errors (#6555)
* Page 2 or more of participant list doesn't loads into the modal box

* Page 2 or more of participant list doesn't loads into the modal box

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 10:02:42 +02:00
Yuriy Bakhtin
db3bf270d9
Fix error on login new user from external service when maintenance is enabled (#6542) 2023-09-08 17:18:19 +02:00