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
Marc Farré
eac7f123e3
Enh/6486 add module not available option for containers ( #6499 )
...
* First draft
* Changed to Yura suggestion
* Hide content in stream
* Fix with Yura solution for ModuleStreamFilter
* Remove not available content types in the space filter
* remove unused line
* Moved ModuleStreamFilter from ModuleStreamFilter to ContentContainerStreamQuery for optimization
* If Not available selected, ask for confirmation and disable the module for all users and spaces
* Fix form confirm attribute name in view
* Rewording
---------
Co-authored-by: Yuriy Bakhtin <yurybakh@gmail.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-14 15:28:45 +00: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
f81f901c26
Changed Base URL for Unit Tests
2023-12-13 20:59:18 +01:00
Martin Rüegg
7e4d844ab3
Fix #6720 Regression re isDatabaseInstalled
( #6729 )
2023-12-13 15:06:09 +00:00
Lucas Bartholemy
bc1cfbfb0e
Update common.php
v1.15.1
2023-12-13 15:57:56 +01:00
Lucas Bartholemy
892a7d75e6
Update CHANGELOG.md
2023-12-13 15:57:34 +01:00
Marc Farré
94e594b9be
Added data-has-auth-client in Registration page ( #6616 )
...
* Enh: Added data-has-auth-client in Registration page allowing to know if returning from the SSO provider
* Added CHANGELOG
* CHANGELOG-DEV updated for Humhub 1.16 and added data-has-auth-client to registration by link
* Add HTML id attribute to user auth login pages
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-13 12:34:25 +00:00
Marc Farré
ed525bb8ed
Eng #6686 : Make the container header clickable to return to the container's home ( #6732 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-13 11:38:05 +00:00
Marc Farré
0a1a96ce98
Enh #6609 : Monthly email summary ( #6611 )
...
Co-authored-by: Yuriy Bakhtin <yurabakhtin@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-13 11:36:37 +00:00
Lucas Bartholemy
fc1d4e4a57
Merge branch 'master' into develop
2023-12-13 11:45:10 +01:00
Marc Farré
d5f6e7f11e
Fix #6721 : Top menu entries for spaces are not highlighted when clicked ( #6727 )
...
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-13 10:43:55 +00:00
Marc Farré
a3dafde4d9
Fix #6725 : Allow theme without second topbar menu ( #6728 )
2023-12-13 10:05:55 +00:00
Yuriy Bakhtin
733afd0b23
Skip auto tour test ( #6733 )
2023-12-13 10:52:07 +01:00
Martin Rüegg
76a4ce3846
Fix #6693 MIGRATE-DEV.md ( ( #6724 )
2023-12-11 14:27:11 +00:00
Yuriy Bakhtin
068c9bcc75
Upload codeception test output ( #6723 )
...
* Upload codeception test output
* Fix path
* Fix auto tour tests
* Fix auto tour tests
2023-12-11 15:26:17 +01:00
Yuriy Bakhtin
f43cc32a25
Rename button of leaving a space ( #6722 )
2023-12-11 11:05:13 +00:00
Lucas Bartholemy
4c26614d57
Merge branch 'develop' of github.com:humhub/humhub into develop
2023-12-11 11:50:02 +01:00
Martin Rüegg
24d948a12b
Enh: Consolidate (is|set)(Database)Installed()
to ApplicationTrait
( #6720 )
...
* Move `(is|set)(Database)?Installed()` to `Application`
* fixup! Move `(is|set)(Database)?Installed()` to `Application`
2023-12-11 10:45:52 +00:00
Lucas Bartholemy
e7f07f1bc8
Merge branch 'master' into develop
2023-12-11 11:44:56 +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
Yuriy Bakhtin
c6c00af40a
Allow user blocking from profile page ( #6689 )
...
* Allow user blocking from profile page
* Add "Edit" and "Follow" into the user header controls menu
* Display confirmation before leaving a space
2023-12-08 21:48:08 +00:00
Lucas Bartholemy
807e89a0e6
Merge branch 'develop' of github.com:humhub/humhub into develop
2023-12-08 12:37:36 +01:00
Lucas Bartholemy
a8a8efb52b
Merge branch 'master' into develop
2023-12-08 12:37:29 +01:00
Martin Rüegg
a3590e9486
Fix MigrateController::$migrationPathMap
( #6693 )
...
* Fix `MigrateController::$migrationPathMap`
* Update CHANGELOG-DEV.md
2023-12-08 10:35:38 +00:00
Marc Farré
4ecfe1c1ef
Update UserSearch.php ( #6706 )
...
Remove duplicated $query->joinWith(['profile']);
Source: https://community.humhub.com/s/general-discussion/post/post/view?id=16087
2023-12-07 17:10:00 +00: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
Martin Rüegg
79bab3b980
Make state badge customizable ( #6697 )
2023-12-07 14:40:57 +00: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
0f25e4b8fa
Update php-test.yml ( #6676 )
2023-11-23 22:20:11 +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
Lucas Bartholemy
cea3ccfd5c
Merge branch 'master' into develop
2023-11-23 20:06:57 +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
8782149262
Remove interface ReadableInterface
( #6671 )
...
* Remove interface `ReadableInterface`
* Update CHANGELOG-DEV.md
* Update MIGRATE-DEV.md
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-11-22 15:01:55 +00:00
Yuriy Bakhtin
e5e46018cc
Allow view file when owner object provides this ( #6668 )
2023-11-21 14:30:49 +00: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
Marc Farré
898de7d6da
Fix #6662 : Change the start_url of the PWA from home to base URL ( #6663 )
2023-11-20 18:19:27 +00:00
Yuriy Bakhtin
5cdb26cfac
Fix memory usage on integrity check ( #6660 )
2023-11-16 14:44:28 +01:00
Marc Farré
967e859ea2
Enh #6650 : Add assets GZIP compression with Apache ( #6654 )
2023-11-14 08:37:41 +00: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