* oEmbed for FB, Inst and Twitter
- Support of oEmbed for Twitter, Facebook and Instagram
- Redesigned of oEmbed settings pages
- Added dynamic endpoint parameters inputs
* Migration and tests
- Migration: keep oEmbed providers already defined by users
- Adapted unit tests
* Access token required
- If an Access Token param is used in the Endpoint URL and is empty, we indicate that the configuration is incomplete
- Adapted Unit Tests
* Allow to define actions in a controller which should not be intercepted by other actions
* Update Controller.php
* Configure controller `live/poll` for not intercepted actions
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* New interface TabbedForm for activate first tab with error input
* Update CHANGELOG.md
* New interface TabbedFormModel for activate first tab with error input
* Test for TabbedFormModel
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Prepare v1.11 development
* Enh: Updated Translations (translate.humhub.org)
* Hide disabled next/prev buttons on guide first/last steps (#5452)
* Update User.php (#5456)
Humhub 1.10 introduced again a sys admin check for the `canImpersonate` function.
But this check was removed in previous versions, see https://github.com/humhub/humhub/issues/5016
* Update CHANGELOG_DEV.md
* Event after a new file content stored
* Update CHANGELOG_DEV.md
* Revert changes from develop branch (after rebasing to master branch)
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: HumHub Translations <info@humhub.com>
Co-authored-by: Marc Farré <23310825+funkycram@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Humhub 1.10 introduced again a sys admin check for the `canImpersonate` function.
But this check was removed in previous versions, see https://github.com/humhub/humhub/issues/5016
* Fix confirmation before close a form with unsaved changes on modal window
* Update CHANGELOG.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>