Julian Harrer
Julian Harrer
https://github.com/humhub/humhub-modules-tasks/commit/e1b7f97534f614a6144c65d591f3080a69156e82 fixes an issue in which assets are not loaded when fetching task list details. The same issue occures when reloading the whole task row in the list view. This...
Add filters to the list view, we'll need to reimplement the drag/drop sorting since it uses the actual index position of the list instead of using sibling indexes.
Currently there are 20 finished lists displayed, reduce the list and/or make it configurable as module class configuration.
https://github.com/humhub/humhub-modules-rest/blob/master/definitions/CalendarDefinitions.php misses definitions of recurring event specific fields as: ``` * @property string uid * @property string rrule * @property string recurrence_id * @property int parent_event_id * @property string exdate...
Currently we return the full richtext in the rest API, we should probably use the plain markdown converter by default which is available in 1.8. Maybe the output format of...
``` { "url": "/translation/translate/index?moduleId=core&language=es", "status": 500, "response": "Exception 'ParseError' with message 'syntax error, unexpected '<<' (T_SL), expecting end of file' \n\nin /home/translate/modules/jitsi-meet/messages/es/base.php:2\n\nStack trace:\n#0 /home/translate/modules/translation/models/TranslationCoverage.php(44): humhub\\modules\\translation\\models\\MessageFile->getMessages('es')\n#1 /home/translate/modules/translation/models/TranslationCoverage.php(85): humhub\\modules\\translation\\models\\TranslationCoverage::h...", "textStatus": "error", "xhr":...
### Is your feature request related to a problem? Please describe. There currently is no content log available, which logs activities as for example - Assigning topics - Archiving -...