Lucas Bartholemy

Results 677 comments of Lucas Bartholemy

I think the REST API is the best way to do this. However, the endpoint for this is currently missing.

Seems there is a problem with your authorization. Did you tried basic auth?

e.g. to create a group: curl --user Admin:secretPassword -d '{"name":"Test group"}' -H 'Content-Type: application/json' http://example.com/api/v1/user/group

You can use also Postman, we have a complete collection with all possible requests here: https://github.com/humhub/humhub-modules-rest/tree/master/docs/postman

@yurabakhtin Can you please give a small example?

@donni106 Thank you and very much! Please try to start several rather small PRs if possible.

@yurabakhtin Thanks for info, let's leave it as it is for now. @RayCulp It is also possible to sort and group pages via drag and drop on the overview page...

@RayCulp I see advantages in the fast search by keyword and also performance. But I also understand your point and we will reconsider.

https://github.com/humhub/wiki/issues/223

https://github.com/humhub/wiki/issues/254