ArchBlood
ArchBlood
I'm not sure just adding this would help fix the issue as I'm seeing `authByUserAndPassword()` mentions only the `$username` and `$password` and makes no checks for `mustChangePassword()`. https://github.com/humhub/rest/blob/0cda082cda7a360b40db452d0a83a2a9b188f5e5/controllers/auth/AuthController.php#L38-L70 ```php //...
> We need this seperation: > > * Content API: Provides generic metadata valid for all content types > * Post API: Only data relevant for posts (i.e. message) >...
> Sorry, unfortunately I don't quite understand it. The data is structured in the same way. > > * Post API contains post information + content data > * Content...
> Perhaps we can improve the description here. That this API only provides metadata and generic content information such as comments and likes. Yes, and probably provide this information within...
@luke- would it be possible to implement something like the following? https://github.com/kbjr/Git.php/
@luke- how about something like the following? Of course, the following code can be fixed to better suit HumHub's needs ### Export ```php // Function to dynamically find and create...
> Look good, but I don't know if we need an import/export function. The module is actually only intended for internal use at translate.humhub.org and changes here should always be...
> But if module developers like e.g. GreenMeteor use the module, can they simply push the changed translation messages into the Git repos like we do on the HumHub translation...
If @sashatravkina were to do these changes or even recompile the theme, @greenmeteor would gladly handle the module part of things
Added Apple OAuth2 login to ***Needed Tested***