Bilal Ghouri

Results 4 issues of Bilal Ghouri

addUser method does not return uid as documented: ``` /** * Adds a new user to database * @param string $email -- email * @param string $password -- password *...

todo
accepting PR

When you add a torrent with add() method, it does not return the torrent object with filelist you have to fetch the torrent object again with get() method which contains...

enhancement

I debugged the behaviour, the response from transmission rpc was fine, it was sending result object as "duplicate torrent" and argument object was empty. the validator for addtorrent was parsing...

bug