André Menrath

Results 20 issues of André Menrath

I hope that I got this right and am not mistaken, but it makes sense though is not clear in the UI. If in the ActivityPub plugin the Author-Profiles are...

This Draft Pull request brings a follow request management. It allows for manual accepting and rejecting a follow request and sends the proper ActivityPub response to the followers inbox. ##...

[Status] In Progress
OSS Citizen

```php public function loadLibrary($machinename, $majorversion, $minorversion) { global $DB; error_reporting(E_ALL & ~E_WARNING); $library = $DB->get_record('hvp_libraries', array( 'machine_name' => $machinename, 'major_version' => $majorversion, 'minor_version' => $minorversion )); $librarydata = array( 'libraryId'...

As https://github.com/lowercasename/gathio/issues/116 did not solve the issue behind it, I opened an issue at Mastodon: https://github.com/mastodon/mastodon/issues/27455 Maybe the gathio docs should mention this, until other fediverse software properly handles this.

Add support for open and free push notifications via UnifiedPush https://unifiedpush.org/ This can work alongside with Google-Push Notifications. For example see how [Element](https://github.com/vector-im/element-android) solved this. This also kind of relates...

Server Dependent

Extends #39 I started work on this but stumbled into some problems, some can be resolved others have some further impact. **Resolved:** Automatically choose the right font-color depending on the...

good first issue
improvement

This is more like an issue bug report with my status on what should happen. The to attribute of a object like a Note/Post always contains the followers URL of...

[Status] In Progress
OSS Citizen

This is a result from a DevCamp session at the 2024 https://moodlemootdach.org Thanks for @abias, @bartdenhoed and the others! **Note:** All commits in this PR should definitely get squashed before...

Another summer time _theme_boost_union_ fix. This targets at solving the issues #620, #384 and #694. In the file `classes/output/navigation/primary.php` when _smartmenus_ were enabled the `parent:export_for_template` does not get called (...

Issue: https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/issues/655 This should be a quick and easy fix. However I don't know if it has any drawbacks I haven't thought of.