Gevorg Mansuryan
18cf39f092
disable fixed baseurl ( #7344 )
...
* Base URL should not be editable when fixed #475
* Base URL should not be editable when fixed #475
* Base URL should not be editable when fixed #475
* Base URL should not be editable when fixed #475
2024-12-13 23:20:38 +00:00
Gevorg Mansuryan
0272bbaf99
env sanitizier ( #7342 )
...
* Hide ENV variables with Password #474
* Hide ENV variables with Password #474
2024-12-13 12:30:05 +00:00
Marc Farré
516b839640
Add DeviceDetectorHelper::isMultiInstanceApp() method to detect if th… ( #7339 )
...
* Add DeviceDetectorHelper::isMultiInstanceApp() method to detect if the app is running in a multi-instance mode
* Add PR ID to CHANGELOG
2024-12-12 14:28:11 +00:00
Yuriy Bakhtin
81ffdea9d4
Update GitHub workflow versions ( #7336 )
2024-12-12 11:02:21 +00:00
Lucas Bartholemy
b36b2fbaa4
Merge branch 'master' into develop
2024-12-11 18:41:18 +01:00
Marc Farré
cb22427299
Add a new global "Manage Content" Group Permission ( #7329 )
...
* Unfinished commit
* Autocommit PHP CS Fixer
* Add PR ID to CHANGELOG
* Add the new Manage All Content admin permission
* Merge develop
* Fix Move Content tests
* https://github.com/humhub/humhub/pull/7329#discussion_r1879753002
* Add ReadableContentQueryTest::addUserToGroup()
* Fix test
* move addUserToGroup() to HumHubDbTestCase
---------
Co-authored-by: marc-farre <marc-farre@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-12-11 15:23:41 +00:00
Yuriy Bakhtin
d37dacf506
New safe method to rename a database column ( #7334 )
...
* New safe method to rename a database column
* Use safe method to rename a database column
2024-12-10 13:49:48 +00:00
Lucas Bartholemy
e23d9f15d6
Enh/aliases ( #7333 )
...
* Used Aliases ENV Vars
* Autocommit PHP CS Fixer
* Improved ENV loading
* Fixed missing return handling
* Update CHANGELOG.md
2024-12-10 04:36:35 +01:00
Lucas Bartholemy
482773ffe3
Fixed CL ( #7331 )
...
* Fixed CL
* Autocommit PHP CS Fixer
2024-12-05 20:01:23 +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
Marc Farré
0878b2cb4f
Enh: Add missing IDs in the modal login forms ( #7325 )
...
* Enh: Add missing IDs in the modal login forms
* Autocommit PHP CS Fixer
---------
Co-authored-by: marc-farre <marc-farre@users.noreply.github.com>
2024-12-03 15:17:51 +00:00
Yuriy Bakhtin
864a18fc6c
Display correct profile field value in user subtitle ( #7320 )
2024-11-27 16:27:22 +01:00
Marc Farré
12526c994a
Enh: Space browser: Make the whole space card header and body clickable ( #7317 )
...
* Enh: Space browser: Make the whole space card header and body clickable
* Add PR ID to changelog
2024-11-25 22:19:23 +00:00
Yuriy Bakhtin
5746fb0996
Refresh obsolete nonce value on Live drivers ( #7312 )
...
* Fix obsolete nonce value on Live Push driver
* Auto refresh a page with violated script-src because of obsolete nonce
* Auto refresh a page with violated script-src because of obsolete nonce
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-25 21:44:59 +00:00
Yuriy Bakhtin
6147960900
Fix formatter default time zone ( #7316 )
2024-11-22 21:12:53 +00:00
Marc Farré
ac5c6673d1
Fix #454 : Profile about page missing left and right margin on mobile screen ( #7313 )
2024-11-22 15:51:04 +00:00
Gevorg Mansuryan
7bf1d80636
scheme detection ( #7307 )
...
* Scheme (HTTP vs HTTPS) detection
* Scheme (HTTP vs HTTPS) detection
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-14 14:37:52 +00:00
Gevorg Mansuryan
31b5260fa0
Open Sans - Hungarian Error ( #7308 )
...
* Open Sans - Hungarian Error
#449
* Open Sans - Hungarian Error
2024-11-14 13:33:42 +00:00
Lucas Bartholemy
168277c0d4
Prepare Beta.2 Release
2024-11-12 15:04:29 +01:00
Gevorg Mansuryan
9ccbb0305c
Fix Public content from spaces on the profile in guest mode ( #7299 )
...
* Public content from spaces not shown on the profile stream if viewed as a guest #7261
* Fix public content from spaces on the profile in guest access mode
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-12 13:57:18 +00:00
Yuriy Bakhtin
15bdedadf1
Optimize notification overview ( #7038 )
...
* Optimize notification overview
* Optimize notification overview
* Optimize notification overview
* Filter "Others" for notifications without category
* Restyle notification filters
* Improve the filter "Select all"
* Optimize notification overview (clean up code)
* Restyle the filter "Select all"
* Form style class for checkboxes with normal font weight
* Form style class for checkboxes with font weight 500
* Implement new radio pills input
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-12 13:56:23 +00:00
Marc Farré
9750116550
Fix: Profile header: on small screens, the space at the left and the … ( #7301 )
...
* Fix: Profile header: on small screens, the space at the left and the right of the image must be equal
* Add PR ID to CHANGELOG
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-11 15:17:10 +00:00
Yuriy Bakhtin
00ceb48c3a
Don't check email for existing on password recovery ( #7298 )
...
* Don't check email for existing on password recovery
* Fix test of password recovery
* Update wording for password recovery
* Display error on password recovery for users without password only after receive an email
2024-11-11 11:29:25 +00:00
Yuriy Bakhtin
405d262d9f
Auto refresh a page with obsolete nonce value ( #7297 )
...
* Auto refresh a page with obsolete nonce value
* Log page refreshing with obsolete nonce value
2024-11-08 08:47:22 +00:00
Lucas Bartholemy
85000d5a99
Merge branch 'develop' of github.com:humhub/humhub into develop
2024-11-07 18:38:10 +01:00
Lucas Bartholemy
8b010e8280
Merge branch 'master' into develop
2024-11-07 18:38:02 +01:00
Yuriy Bakhtin
46201e0b01
Fix email validation of invite new users ( #7296 )
2024-11-06 17:40:27 +01:00
Marc Farré
359197e638
Fix iOS mobile app detection for iPad devices ( #7295 )
...
* Fix: iOS mobile app detection for iPad devices
* Add @since 1.17 to DeviceDetectorHelper
* Add PR version in CHANGELOG
* Fix detection
2024-11-06 13:48:46 +00:00
Gevorg Mansuryan
91ee2ab748
Fix template field type ( #7294 )
...
* Virtual Profile Field Type: Template
* Autocommit PHP CS Fixer
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Fix Virtual Profile Field Type: Template
---------
Co-authored-by: gevorgmansuryan <gevorgmansuryan@users.noreply.github.com>
2024-11-05 21:03:27 +00: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
fef4e7f6c4
Add Twig string extension ( #7293 )
2024-11-04 10:23:39 +00:00
Gevorg Mansuryan
941e26d9d5
Disable link in TopicLabel
when contentContainer is not present ( #7291 )
...
* Disable link in `TopicLabel` when contentContainer is not present
* Disable link in `TopicLabel` when contentContainer is not present
2024-11-03 17:01:02 +00:00
Lucas Bartholemy
ddefcce052
Fix #7281 : SelfTest for DynamicConfig broken when not exist yet ( #7285 )
...
* Fix #7281 : SelfTest for DynamicConfig broken when not exist yet
* Check for false in RealPath
2024-11-01 11:26:59 +01:00
Gevorg Mansuryan
8d075388ce
Virtual Profile Field Type: Template ( #7287 )
...
* Virtual Profile Field Type: Template
* Autocommit PHP CS Fixer
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
* Virtual Profile Field Type: Template
---------
Co-authored-by: gevorgmansuryan <gevorgmansuryan@users.noreply.github.com>
2024-10-31 11:03:27 +00:00
Yuriy Bakhtin
392398bb40
Content tag visibility ( #7284 )
2024-10-30 18:48:38 +00:00
Yuriy Bakhtin
f80a75f0ff
Allow to add a space as default for new users from "Invite members" modal window ( #7280 )
2024-10-29 19:59:02 +00: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
Lucas Bartholemy
6cdaf8b51c
Prepare v.17 beta1 release
2024-10-28 16:22:32 +01:00
Marc Farré
0621d87d40
When browsing HumHub from the mobile app, add a warning to the dashbo… ( #7166 )
...
* When browsing HumHub from the mobile app, add a warning to the dashboard (IncompleteSetupWarning widget) if HumHub doesn't support push notifications
* Add PR ID to changelog
* Fix: remove test condition
* https://github.com/humhub/app/issues/188#issuecomment-2286315281
* https://github.com/humhub/app/issues/188#issuecomment-2291410729
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-10-28 13:17:20 +00:00
Gevorg Mansuryan
357f7ce175
Global Topics ( #7223 )
...
* Global Topics
* Autocommit PHP CS Fixer
* Global Topics
* Autocommit PHP CS Fixer
* Global Topics
* Global Topics
* Global Topics
* Global Topics
* Global Topics
* Global Topics
* Autocommit PHP CS Fixer
* Global Topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Autocommit PHP CS Fixer
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Global topics
* Update CHANGELOG.md
---------
Co-authored-by: gevorgmansuryan <gevorgmansuryan@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-10-28 10:28:46 +00:00
Gevorg Mansuryan
8ae1880379
Restrict guest content ( #7274 )
...
* Restrict user content visibility on Dashboard for guests
* Restrict user content visibility on Dashboard for guests
2024-10-28 09:37:53 +00:00
Marc Farré
57de74b2c1
Enh #5423 : Display password rules in form field hint ( #7272 )
2024-10-22 17:14:31 +00:00
Yuriy Bakhtin
8561e0e107
Revert removed property AbstractRichText::$record
from PR #7211 ( #7270 )
2024-10-22 09:49:25 +00:00
Yuriy Bakhtin
8d1a95df0f
Remove desktop notifications ( #7269 )
...
* Remove desktop notifications
* Autocommit PHP CS Fixer
2024-10-22 09:26:26 +00:00
Marc Farré
0e7dc7da79
Enh #7265 : Profile About page: don't display the menu if only one entry ( #7268 )
2024-10-22 09:14:18 +00:00
Yuriy Bakhtin
98fae73fa2
Server time zone ( #7243 )
...
* Server time zone
* Server time zone
* Update CHANGELOG.md
* Fix tests
* Improvements for server time zone and localisation
* Unset obsolete config options
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-10-21 14:00:40 +00:00
Yuriy Bakhtin
421d2f6353
Helper for detecting a current path by module/controller/action ( #7188 )
...
* Helper for detecting a current path by module/controller/action
* Helper for detecting a current path by module/controller/action
2024-10-21 12:48:57 +00:00
Lucas Bartholemy
f864c3a97d
Merge branch 'develop' of github.com:humhub/humhub into develop
2024-10-21 12:21:00 +02:00
Lucas Bartholemy
c926987375
Merge branch 'master' into develop
2024-10-21 10:57:05 +02:00