9099 Commits

Author SHA1 Message Date
s-tyshchenko
6d197d2101
New Installer steps added (#5502)
* New Installer steps added

- Mailing setup
- Crontab
- Pretty URLs

* PR Fix

- moved the new 3 Steps into the SetupController
- actual path in cron and pretty urls views
- button to send test email

* Moved Mailing step to ConfigController

* Minor dialog adjustments

* Removed Mailing Step

* Added button spacing

* Updated wording

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-02-21 10:54:13 +00:00
Lucas Bartholemy
1a50acf391 Merge branch 'master' into develop 2023-02-21 11:20:46 +01:00
Yuriy Bakhtin
0d5689edd7
Fix deleting a content with empty reason (#6122)
* Fix deleting a content with empty reason

* Update CHANGELOG.md
2023-02-21 09:44:09 +01:00
Lucas Bartholemy
3315d652ac Merge branch 'develop' of github.com:humhub/humhub into develop 2023-02-17 10:23:59 +01:00
Lucas Bartholemy
a1cb9659d9
Added Pretty URL Self Test (#6109)
* Added Pretty URL Self Test

* Update CHANGELOG-DEV.md
2023-02-17 10:16:53 +01:00
Lucas Bartholemy
9f13bba938 Do not start tests on Markdown documentation commit 2023-02-17 10:16:12 +01:00
Lucas Bartholemy
406bfe7d2f
Always use SoftDelete for all ContentActiveRecord (#6107)
* Always use SoftDelete for all ContentActiveRecord

* Rename to hard delete

* Always hard delete activities
2023-02-17 10:13:27 +01:00
Lucas Bartholemy
d2e44ccb88 Updated Composer dependencies 2023-02-17 09:29:01 +01:00
Yuriy Bakhtin
7234fa696a
Fix log time in the date() function (#6112) 2023-02-17 09:21:12 +01:00
Lucas Bartholemy
72b3f79bfe Fixed mail module detection 2023-02-16 18:48:46 +01:00
Yuriy Bakhtin
433a78a1c2
Fix update user with not existing group (#6105)
* Fix update user with not existing group

* Restrict group selector only with existing groups

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-16 09:55:48 +01:00
Yuriy Bakhtin
ecf7e616e8
Fix null passing to parse_str() (#6106)
* Fix null passing to parse_str()

* Update CHANGELOG.md
2023-02-15 18:01:23 +01:00
Lucas Bartholemy
ed122ed781
Fix #6084: Automatic LDAP user registration broken when not all req. attributes provided (#6101) 2023-02-15 11:57:46 +01:00
Lucas Bartholemy
ab5feaab51
Also handle mail module notification in page title (#6102) 2023-02-15 11:57:06 +01:00
Lucas Bartholemy
5e00124eb5
Update CHANGELOG-DEV.md 2023-02-15 11:56:39 +01:00
Lucas Bartholemy
498c624495 Added missing setupApproved logic 2023-02-14 16:09:26 +01:00
Marc Farré
6663da895c
5263 allow other groups to view all content (#6093)
* Allow members of groups other than sys admin to view all content #5263

* Allow members of groups other than sys admin to view all content #5263

* Update Content.php

* Update ContentContainerStreamFilter.php

* Update User.php

* Update User.php

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-14 14:46:56 +01:00
Lucas Bartholemy
f860b27f2f Link Invite: Removed handling when email is not required 2023-02-13 23:31:26 +01:00
Lucas Bartholemy
dbf39aa497 Added some Link Invite Tests 2023-02-13 23:05:46 +01:00
Marc Farré
955c80b1b6
Fix for Allow users to invite by link #5699 (#6087)
* Fix for Allow users to invite by link #5699

* replaced enableEmailField with actionByLink
2023-02-13 19:49:18 +01:00
Marc Farré
8077edc1ac
Update mail.php (#6094)
In the email summary, the "see online" link to the content is not easy to see. I suggest to make it bold.
2023-02-10 11:01:32 +00:00
Lucas Bartholemy
032aea3dd3
Added Content State (#6076)
* Added new Content State

* Added Content SoftDelete

* Added Draft option on WallEntryCreate

* Draft Stream Handling

* Fix show drafts on dashboard

* Reset draft state in Content Form

* Remove Notifications/Activities on soft delete

* Hide new content notifications on draft content

* Added ActivityHelper

* Added possibility to publish draft content

* Added missing message text [skip ci]

* Handle search for non published content

* Mark default delete implementation as deprecated

* Make sure files of deleted content are not longer accessible [skip ci]

* Show badge for deleted content

* Added State Filter for Content Queries

* Added doc

* Added ContentContainerStreamTest

* Added Acceptance Tests

* Fixed UserReleated exception for Guest users

* Fixed popover less

* Minor improvements
2023-02-09 12:16:01 +01:00
Yuriy Bakhtin
dbe3eb919c
Always display content tabs (#6088) 2023-02-08 17:01:24 +01:00
Lucas Bartholemy
3718120e77
Moved more logic into AbstractQueryContentContainer (#6033)
* Moved\ \ logic\ into\ AbtractActiveQueryContentContainer

* Changed Changelog [skip ci]
2023-02-07 19:16:16 +01:00
Lucas Bartholemy
23d82cf760
Update CHANGELOG-DEV.md 2023-02-07 19:13:44 +01:00
aronbos
c44257c66a
Remove image-orientation as it was temporary (was already moved to m… (#5973)
* Remove  image-orientation as it was temporary (was already moved to media.less)

protected/humhub/widgets/LayoutAddons.php)

// Temporary fix until v1.6 then bundled with css pack
 Yii::$app->view->registerCss('img { image-orientation: from-image; }', [], 'fix-orient');

Which is already set in static/less/media.less)

img {
    image-orientation: from-image;
}

I propose to remove to temporary fix in LayoutAddons.php

* Remove old prefixes

* Remove old prefixes

* Update flatelements.css

* Update flatelements.css

* Update flatelements.css

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-07 19:12:38 +01:00
HumHub Translations
0b6a700963 Enh: Updated Translations (translate.humhub.org) 2023-02-07 13:21:02 +00:00
Marc Farré
79cf180122
5699 allow users to edit invites (#6082)
* #6061 - Administration: Add a confirmation on profile field delete button

* Update ProfileCest.php

* Allow users to invite by link

* Change Button Regenerate Link

* rewording

* fix InviteCest

* fix InviteCest

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-02-07 14:14:07 +01:00
aaukt
252e32df46
Fix Changelog Link with new Marketplace URL #6022 (#6085) 2023-02-07 10:44:44 +01:00
Lucas Bartholemy
197077cba1 Updated Composer LocK 2023-02-01 15:05:47 +01:00
Yuriy Bakhtin
8cc278dd94
Implement CSS variables (#6081)
* Implement CSS variables

* Update CHANGELOG-DEV.md

* Update CHANGELOG-DEV.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-01 15:00:32 +01:00
Lucas Bartholemy
d5fcecb087 Merge branch 'master' into develop 2023-01-31 10:56:59 +01:00
Lucas Bartholemy
25f910bd57 Fix #5965: Suppress log warning 'Invalid session auth key attempted for user' 2023-01-31 10:37:00 +01:00
Lucas Bartholemy
7f29f4eb5b Updated Gii module to 2.2.2 2023-01-31 09:43:57 +01:00
Lucas Bartholemy
387de6517c Merge branch 'master' into develop 2023-01-27 17:27:09 +01:00
Yaroslav Glodov
88fac8f44e
Ukrainian translation for a core module. (#6074)
Base file. [skip ci]
2023-01-27 17:26:29 +01:00
Yaroslav Glodov
d796bceaaa
Ukrainian translation for a core module. (#6073)
Error file. [skip ci]
2023-01-27 17:25:50 +01:00
Yaroslav Glodov
a6243f8d38
Ukrainian translation for topic module. (#6070)
Base file. [skip ci]
2023-01-27 17:25:20 +01:00
Yaroslav Glodov
8ccae3b2fb
Ukrainian translation for space module. (#6067)
Views_admin_croptImage file. [skip ci]
2023-01-27 17:24:45 +01:00
Yaroslav Glodov
71009b3e85
Ukrainian translation for topic module. (#6071)
Meeting file. [skip ci]
2023-01-27 17:24:09 +01:00
Yaroslav Glodov
fcca8a47e3
Ukrainian translation for space module. (#6068)
Widgets_views_changeImage file. [skip ci]
2023-01-27 17:23:38 +01:00
Yaroslav Glodov
93a637e48e
Ukrainian translation for topic module. (#6069)
Widgets_TopicPicker file. [skip ci]
2023-01-27 17:22:55 +01:00
Yaroslav Glodov
6494d2123c
Ukrainian translation for space module. (#6066)
Chooser file. [skip ci]
2023-01-27 17:22:15 +01:00
Yaroslav Glodov
3795e10a8a
Ukrainian translation for space module. (#6065)
Manage file. [skip ci]
2023-01-27 17:21:43 +01:00
Yaroslav Glodov
87aa0566d8
Ukrainian translation for space module. (#6064)
Notification file. [skip ci]
2023-01-27 17:21:11 +01:00
Yaroslav Glodov
58cfe39340
Ukrainian translation for space module. (#6063)
Permissions file.
2023-01-27 17:20:38 +01:00
Yaroslav Glodov
9da622d12b
Ukrainian translation for topic module. (#6072)
Permissions file. [skip ci]
2023-01-27 17:20:13 +01:00
HumHub Translations
51cf724a75 Enh: Updated Translations (translate.humhub.org) 2023-01-27 16:16:35 +00:00
HumHub Translations
37290d80fc Enh: Updated Translations (translate.humhub.org) 2023-01-27 14:38:35 +00:00
Marc Farré
108161a75a
#6061 - Administration: Add a confirmation on profile field delete button (#6062)
* #6061 - Administration: Add a confirmation on profile field delete button

* Update ProfileCest.php

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-25 18:41:26 +01:00