* 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>
* Fix update user with not existing group
* Restrict group selector only with existing groups
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* 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>
* 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
* 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>
* #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>
* #6061 - Administration: Add a confirmation on profile field delete button
* Update ProfileCest.php
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>