Andrei Telteu

Results 14 comments of Andrei Telteu

@GhoshWorld Thank you. That plugin works ! I also had to update to cordova-android@9, install `cordova-plugin-androidx-adapter`and add this to my config.xml ``

Actually all these works with my modification: getMovieInfoById("http://www.imdb.com/title/tt2692904/"); getMovieInfoById("tt2692904"); getMovieInfoById("2692904");

I searched for a plugin like this for wails and this thread is all I found. I built a plugin with the example implementation that @avengerweb wrote. https://github.com/AndreiTelteu/wails-configstore I think...

I finished reading permissions from ftp adapter. It's very ugly. I had to copy-paste a bunch of functions from the Ftp and AbstractFtpAdapter to make it work. Possible better option...

@alcalbg should we proceed with this current ugly ftp solution for now ? Only the recursive function remains to be developed for this PR to be complete. Maybe I'll have...

> I also see that [flysystem](https://flysystem.thephpleague.com/docs/usage/unix-visibility/#article) has added some support for file permissions, and the upgrade of this library is already overdue. Actually it still [does not expose raw permissions](https://github.com/thephpleague/flysystem/blob/be639d62a8ac69f17cac2d70d38415e3ee2cb721/src/Ftp/FtpAdapter.php#L419)....

This PR it's done. I accomplished that I think it's needed. PHPUnit and e2e cypress tests passed on my local machine. @alcalbg I am trying to run `vendor/bin/phpstan analyse ./backend`...

@alcalbg Did you have any chance to look at the final version?

@zoot I implemented full custom UNIX permissions for the drivers: local, FTP, SFTP, and I tested them, verifying the results both in the new interface after a full page refresh,...