Matthias Burtscher

Results 5 issues of Matthias Burtscher

Right now it is only possible to fetch group members. However fetching project members would be as much needed. https://docs.gitlab.com/ee/api/projects.html#project-members

I've tested the module with both **Apache 2.4** (Ubuntu 13.10) and **Apache 2.2** (Ubuntu 12.04). Seems like it is not working with Apache 2.4. Although authentication works fine, authorization to...

Because users are identified just by their name, you can't use the library for a bigger website with users having the same names. E.g. facebook does not use "usernames" but...

I use "long" requests and my own server-side implementations for the login/poll/post handlers. At the end of every "poll" request (after 30 seconds) I wanted to send the whole contact...

Feature Request

Currently it is not possible to work with an abstract file system like [Flysystem](https://github.com/thephpleague/flysystem) or database stored less code. This is required for applications that provide source editing capabilities to...