* Improve comment buttons style
* Improve post buttons style on edit mode
* Fix hidden comment form on reply with errors
* FileHandler buttons for comment
* FileHandler buttons for post edit form
* Fix tests
* Rework modules section
* Rework modules section
* Filter modules
* Menu controls for module cards
* Display only modules
* Filter online modules by category
* Filter installed modules by category
* Filter modules by tags
* Display module status
* Reorder tags on module filters
* Display HumHub update info on modules list
* Menu controls on online modules
* Display available updates for modules
* Remove not used code of old module views
* Link to settings from modules page
* Redesign modules for user and space
* Fix user modules layout on fluid themes
* Animate module updating
* Button to update all modules
* Update style for modules list on space creating
* Fixed errors without available Marketplace module
* Sort enabled modules before disabled
* Use MarketplaceModule::$enabled on init modules list
* Update method getEnabledMarketplaceModule()
* Use MarketplaceModule::$enabled on init modules list
* Move module online info methods into separate behavior
* Update code of modules list
* Rename 'humhub.directory.js' to 'humhub.cards.js'
* Factorize online module data loading
* Move purchase licence key to new modules layout
* Align center update info
* Fix filter modules
* Fix filter modules by tags "Installed"/"Not Installed"
* Update styles of modules settings icon
* New online module status "isPartner"
* Keep single active filter tag on modules list
* Hide the not installed deprecated modules
* Update layout of module status label
* Space above filter "Tags"
* Detect module status "Professional Edition" as top priority
* Hide installed or not installed modules on single filter tag
* Update styles for upgrade humhub info on modules list
* Tooltip for button "Professional Edition"
* Fix "Buy" link
* Restyle no modules results
* Update no modules results
* Minor changes
* Changed Updater link
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* 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
* 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>
* #4945 Collapsible-fields are now accessible by keyboard
* #4945 checkboxes now focusable via tab
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Allow to manage blocked users
* Restrict access on container controllers for blocked users
* TODO point for blocked user from anonymous
* Cache blocked user Ids in container settings
* Exclude blocked used from streams and activites
* Hide blocked comments
* Change comment view from blocked user
* Change wording
* Allow to enabled user blocking in administration panel
* Disable notifications from blocked users
* Exclude blocked users from mentioning list
* Test users blocking
* Enable users blocking by default
* Refactor container settings method
* Fix tests of blocking users
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Deep comment link to select and mark comment in content
* Update CHANGELOG_DEV.md
* Use warning color for selected comment
* Permalink for comments
* Display comment permalink in modal window
* Small change for comment permalink title
* Remove container name from comment permalink
* Convert comment controls to menu widgets
* Small changes
* Use MenuLinks instead of custom widgets
* Fix encoding
* Fix opening modal window with comment permalink
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
* Allow additional toggler for elements with context menu
* Update CHANGELOG_DEV.md
* Update CHANGELOG.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Confirm leave page for Post & Comment forms
* Fix confirmation changes when form is submitted only by button click action
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Fix closing the action confirmation modal window on top close icon
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
When editing the text of a content (not the comment, the publication), field's text goes under the "Save" button. Using the same margin-right as the comment field solves the problem the same was as the comment field with the "Submit" button.