* Changed theme.css file
* Changed location of code change
* Added color variable instead of hard-coded color
* Formatting
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Remove "regular" style of checkbox and radio
* Update CHANGELOG-DEV.md (#5821)
* Fix checkbox style on oembed confirmation
* Fix test
* Fix test
* Fix checkbox style on widget "ContentVisibilitySelect"
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Layout for wall create content form menu
* Activate current content form menu
* Display menu only on Post creating form
* Improve content form menu
* API for content form menu
* Clean up code
* API for content form menu
* Use icon from Content record for wall entry create menu
* Improve code on load create wall entry form
* New property ContentActiveRecord::$createPermission
* Display create form wall entry menu only with defined property "createRoute"
* Improve creating a content from wall stream
* Update using of permission for create new post
* Rename property to WallCreateContentForm->displayContentTabs
* Initialize widgets after load content form from menu
* Fix reset content form after submit
* Display a create content menu tab only of enabled module
* Update CHANGELOG.md (#5827)
* Fix click action of create content menu
* New method for register assets of create content menu item
* Use default sort order for create content menu item
* Change a sort order of the Post create menu item
* Remove unused function registerCreateContentMenuAssets()
* Display top sorted content form on wall stream
* Removed unused import
* Code comment
* Fix @since version
* Rename action of create form
* Widget WallCreateContentFormFooter
* Improve visibility of menu and form of create wall entry
* Style for create wall entry tabs on mobile screen
* Fix menu visibility of create wall entry
* Fix visibility of errors on create a wall entry
* Create WallCreateContentFormContainer
* Refactored `ContentContainerModule:getContentClasses()` method signature
* Fixed changed content name
* Minore changes
* Fixed Tests with new CreatePermission
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
* Improve checkbox and radio styles on load page
* Change methods visibility
* Improve checkbox and radio styles on load page (for not ActiveField)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* New event to append rules for active record
* Implement new post validation on focus field
* Revert "Implement new post validation on focus field"
This reverts commit 395917537cbfabb61e6950286ba09a60b3691e51.
* Validate post creating on focus event by AJAX
* Validate new post message on blur event by ajax request
* Fix creating of new Post
* Validate new post message on focus event by ajax request
* Skip rule "required" for post message on AJAX validation
* Move code to new module "Interaction limits"
* Clear code for creating of new post
* Remove a not used action
* Improve new comment form for event triggers
* Update CHANGELOG_DEV.md
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* 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
* #4945 Collapsible-fields are now accessible by keyboard
* #4945 checkboxes now focusable via tab
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>